From 971537a252628689e408973402e902b54e34b9c9 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 11 Apr 2022 16:03:13 +0800 Subject: [PATCH] AppInstaller // i18n placeholder (no need to translate). --- Installer/Resources/en.lproj/Localizable.strings | 2 ++ Installer/Resources/ja.lproj/Localizable.strings | 2 ++ Installer/Resources/zh-Hans.lproj/Localizable.strings | 2 ++ Installer/Resources/zh-Hant.lproj/Localizable.strings | 2 ++ 4 files changed, 8 insertions(+) diff --git a/Installer/Resources/en.lproj/Localizable.strings b/Installer/Resources/en.lproj/Localizable.strings index 97c17897..b0111946 100644 --- a/Installer/Resources/en.lproj/Localizable.strings +++ b/Installer/Resources/en.lproj/Localizable.strings @@ -17,3 +17,5 @@ "Warning" = "Warning"; "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources."; "Continue" = "Continue"; + +"%@ (for version %@, r%@)" = "%@ (for version %@, r%@)"; \ No newline at end of file diff --git a/Installer/Resources/ja.lproj/Localizable.strings b/Installer/Resources/ja.lproj/Localizable.strings index 35bf5714..114b4ffb 100644 --- a/Installer/Resources/ja.lproj/Localizable.strings +++ b/Installer/Resources/ja.lproj/Localizable.strings @@ -17,3 +17,5 @@ "Warning" = "お知らせ"; "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "入力アプリの自動起動はうまく出来なかったかもしれません。ご自分で「システム環境設定→キーボード→入力ソース」で起動してください。"; "Continue" = "続行"; + +"%@ (for version %@, r%@)" = "%@ (for version %@, r%@)"; diff --git a/Installer/Resources/zh-Hans.lproj/Localizable.strings b/Installer/Resources/zh-Hans.lproj/Localizable.strings index 616afa52..82c97b5d 100644 --- a/Installer/Resources/zh-Hans.lproj/Localizable.strings +++ b/Installer/Resources/zh-Hans.lproj/Localizable.strings @@ -17,3 +17,5 @@ "Warning" = "安装不完整"; "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "输入法已经安装好,但可能没有完全启用。请从「系统偏好设定」 > 「键盘」 > 「输入方式」分页加入输入法。"; "Continue" = "继续"; + +"%@ (for version %@, r%@)" = "%@ (for version %@, r%@)"; \ No newline at end of file diff --git a/Installer/Resources/zh-Hant.lproj/Localizable.strings b/Installer/Resources/zh-Hant.lproj/Localizable.strings index 1ed5caf0..282e5958 100644 --- a/Installer/Resources/zh-Hant.lproj/Localizable.strings +++ b/Installer/Resources/zh-Hant.lproj/Localizable.strings @@ -17,3 +17,5 @@ "Warning" = "安裝不完整"; "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "輸入法已經安裝好,但可能沒有完全啟用。請從「系統偏好設定」 > 「鍵盤」 > 「輸入方式」分頁加入輸入法。"; "Continue" = "繼續"; + +"%@ (for version %@, r%@)" = "%@ (for version %@, r%@)";