Skip to content

Commit da93339

Browse files
committed
Add missing localization keys for Japanese
1 parent 13e829c commit da93339

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Xcodes/Resources/ja.lproj/Localizable.strings

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,16 @@
7878
"LocalCachePathDescription" = "Xcodesは、利用可能なXcodeのバージョンをキャッシュし、新しいバージョンをディレクトリに一時的にダウンロードします。";
7979
"Change" = "変更";
8080
"Active/Select" = "アクティブ";
81+
"InstallDirectory" = "Install Directory";
82+
"InstallPathDescription" = "Xcodes searches and installs to a single directory. By default (and recommended) is to keep this /Applications. Any changes to where Xcode is stored may result in other apps/services to stop working. ";
83+
84+
"OnSelectDoNothing" = "Keep name as Xcode-X.X.X.app";
85+
"OnSelectDoNothingDescription" = "On select, will keep the name as the version eg. Xcode-13.4.1.app";
8186
"AutomaticallyCreateSymbolicLink" = "Xcode.appへのシンボリックリンクの自動生成";
8287
"AutomaticallyCreateSymbolicLinkDescription" = "Xcodeのバージョンをアクティブにする時、インストール先でXcode.appのシンボリックリンクの作成を試みます。";
88+
"OnSelectRenameXcode" = "Always rename to Xcode.app";
89+
"OnSelectRenameXcodeDescription" = "On select, will automatically try and rename the active Xcode to Xcode.app, renaming the previous Xcode.app to the version name.";
90+
8391
"DataSource" = "データソース";
8492
"DataSourceDescription" = "Appleのデータソースは、Apple Developerのウェブサイトをスクレイピングしています。常に最新のリリースが表示されますが、比較的壊れやすくなっています。\n\nXcode Releasesは、非公式なXcodeのリリース一覧です。この一覧は整形されたデータとして提供されます。Appleからは簡単に入手できない特別な情報を含んでおり、AppleがDeveloper ウェブサイトを再設計しても壊れにくくなっています。";
8593
"Downloader" = "ダウンローダ";
@@ -217,3 +225,6 @@
217225
// Notifications
218226
"Notification.NewXcodeVersion.Title" = "新しいXcodeのバージョン";
219227
"Notification.NewXcodeVersion.Body" = "新しいバージョンがダウンロードできます。";
228+
229+
// WWDC
230+
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";

0 commit comments

Comments
 (0)