mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2025-12-29 00:38:49 +08:00
Add Japanese localization
This commit is contained in:
parent
449544ef37
commit
c2a53cb03a
2 changed files with 55 additions and 0 deletions
|
|
@ -843,6 +843,7 @@
|
|||
CEC0A2FF2A70A6CD00980857 /* convert_ve_plugin */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = convert_ve_plugin; sourceTree = "<group>"; };
|
||||
CEC0A3082A71BBA900980857 /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Build.xcconfig; sourceTree = "<group>"; };
|
||||
CEC8BC512A7B55D80042878F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
CEC8BC532A7B56280042878F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
|
@ -1509,6 +1510,7 @@
|
|||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
ja,
|
||||
);
|
||||
mainGroup = CEC09F022A6BB66200980857;
|
||||
packageReferences = (
|
||||
|
|
@ -1957,6 +1959,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
CEC8BC512A7B55D80042878F /* en */,
|
||||
CEC8BC532A7B56280042878F /* ja */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -1969,6 +1972,7 @@
|
|||
baseConfigurationReference = CEC0A3082A71BBA900980857 /* Build.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
|
|
@ -2033,6 +2037,7 @@
|
|||
baseConfigurationReference = CEC0A3082A71BBA900980857 /* Build.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
|
|
|
|||
50
Source/ja.lproj/Localizable.strings
Normal file
50
Source/ja.lproj/Localizable.strings
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
|
||||
/* Sources */
|
||||
|
||||
// UUPDump/UUPDumpAPI.swift
|
||||
"Cannot find data from the server response." = "サーバの応答からデータが見つかりません。";
|
||||
"Error returned from server: %@" = "サーバからエラーが返されました: %@";
|
||||
|
||||
// UUPDump/PrettyString.swift
|
||||
"Intel x86" = "Intel(32ビット)";
|
||||
"Intel x64" = "Intel(64ビット)";
|
||||
"Apple Silicon" = "Appleシリコン";
|
||||
"Unknown" = "不明";
|
||||
"Development" = "Dev";
|
||||
"Beta" = "Beta";
|
||||
"Canary" = "Canary";
|
||||
"Release Preview" = "Release Preview";
|
||||
"Retail" = "Retail";
|
||||
|
||||
// ContentView.swift
|
||||
"Prerelease Builds" = "プレリリースビルド";
|
||||
"Show unstable releases which previews upcoming features." = "今後の機能をプレビューする不安定なリリースを表示します。";
|
||||
"Server Builds" = "サーバビルド";
|
||||
"Show builds for running in a server environment." = "サーバ環境で実行するためのビルドを表示します。";
|
||||
"Refresh" = "更新";
|
||||
|
||||
// BuildConfigView.swift
|
||||
"Channel" = "チャネル";
|
||||
"Build" = "ビルド";
|
||||
"Created" = "作成日時";
|
||||
"Language" = "言語";
|
||||
"Editions" = "エディション";
|
||||
"I agree that I have a valid license to use this product." = "この製品を使用するための有効なライセンスを所有していることに同意します。";
|
||||
"Cancel" = "キャンセル";
|
||||
"Are you sure you want to stop the process?" = "処理を停止してもよろしいですか?";
|
||||
"Stop" = "停止";
|
||||
"Download…" = "ダウンロード…";
|
||||
|
||||
// BuildDetails.swift
|
||||
"Unknown Language" = "不明な言語";
|
||||
|
||||
// BuildEditions.swift
|
||||
"Unknown Edition" = "不明なエディション";
|
||||
|
||||
// Worker.swift
|
||||
"Fetching files list..." = "ファイルリストを取得中…";
|
||||
"Starting download..." = "ダウンロードを開始中…";
|
||||
"Downloading %@ of %@..." = "ダウンロード中…(%1$@ / %2$@)";
|
||||
"Converting download to ISO..." = "ダウンロードをISOに変換中…";
|
||||
"Saving ISO..." = "ISOを保存中…";
|
||||
"The conversion script failed with error code %d" = "変換スクリプトはエラーコード%dで失敗しました";
|
||||
Loading…
Add table
Reference in a new issue