浏览代码

i18n: Update new strings

Peter Cai 1 年之前
父节点
当前提交
f74145d0b7
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 4 0
      app-common/src/main/res/values-ja/strings.xml
  2. 2 2
      app-common/src/main/res/values/strings.xml

+ 4 - 0
app-common/src/main/res/values-ja/strings.xml

@@ -136,4 +136,8 @@
     <string name="pref_info">情報</string>
     <string name="pref_info_app_version">アプリバージョン</string>
     <string name="pref_info_source_code">ソースコード</string>
+    <string name="pref_language">言語</string>
+    <string name="pref_language_desc">アプリの言語を選択</string>
+    <string name="pref_developer_unfiltered_profile_list">すべてのプロファイルを表示</string>
+    <string name="pref_developer_unfiltered_profile_list_desc">プロダクション以外のプロファイルも表示する</string>
 </resources>

+ 2 - 2
app-common/src/main/res/values/strings.xml

@@ -147,14 +147,14 @@
     <string name="pref_advanced_verbose_logging">Verbose Logging</string>
     <string name="pref_advanced_verbose_logging_desc">Enable verbose logs, which may contain sensitive information. Only share your logs with someone you trust after turning this on.</string>
     <string name="pref_language">Language</string>
-    <string name="pref_language_desc">Select current language</string>
+    <string name="pref_language_desc">Select app language</string>
     <string name="pref_advanced_logs">Logs</string>
     <string name="pref_advanced_logs_desc">View recent debug logs of the application</string>
     <string name="pref_developer">Developer Options</string>
     <string name="pref_developer_experimental_download_wizard">Experimental Download Wizard</string>
     <string name="pref_developer_experimental_download_wizard_desc">Enable the experimental new download wizard. Note that it is not fully working yet.</string>
     <string name="pref_developer_unfiltered_profile_list">Show unfiltered profile list</string>
-    <string name="pref_developer_unfiltered_profile_list_desc">Display any profile class in the list</string>
+    <string name="pref_developer_unfiltered_profile_list_desc">Include non-production profiles in the list</string>
     <string name="pref_developer_ignore_tls_certificate">Ignore SM-DP+ TLS certificate</string>
     <string name="pref_developer_ignore_tls_certificate_desc">Ignore SM-DP+ TLS certificate, allow any RSP</string>
     <string name="pref_info">Info</string>