From 4ae7fff4842a4e8f5f8561db5262e2f43a737b76 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 5 Oct 2022 06:44:33 +0800 Subject: [PATCH] Added i18n strings --- app/src/main/res/values-ja/strings.xml | 2 ++ app/src/main/res/values-zh-rCN/strings.xml | 2 ++ app/src/main/res/values-zh-rHK/strings.xml | 2 ++ app/src/main/res/values-zh-rMO/strings.xml | 2 ++ app/src/main/res/values-zh-rTW/strings.xml | 2 ++ app/src/main/res/values/strings.xml | 3 +++ 6 files changed, 13 insertions(+) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index faa744c..c433677 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -131,4 +131,6 @@ すべてのデバッグ ログのエクスポートに失敗しました ここのコンテンツは、デバイスのリスタート後に自動的に消去されます 現在のデバッグ ログ表示の優先度フィルタ条件を設定できます。 + 匿名統計を有効 + 有効にすると、Microsoft App Center を使用してアプリ関連の診断データを匿名で送信し、アプリの機能を向上させます。\n収集される情報は匿名であり、独立したデバイスまたはユーザーまで追跡することはできません。\nこの機能を有効または無効にするには、リスタートアプリが有効になります。 \ No newline at end of file diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index a941182..d807844 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -131,4 +131,6 @@ 导出全部调试日志失败 这里的内容会在设备重启后自动清空 你可以配置当前调试日志显示的优先级过滤条件。 + 启用匿名统计 + 启用后,我们将会使用 Microsoft App Center 来匿名发送应用相关的诊断数据以帮助应用的功能更加完善,收集的信息是匿名的,我们无法追溯到独立的设备或用户,启用或关闭此功能需要重启应用方可生效。 \ No newline at end of file diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index ce99df0..8e0ab9b 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -131,4 +131,6 @@ 導出全部調試日誌失敗 這裡的內容會在設備重開後自動清空 你可以配置當前調試日誌顯示的優先級過濾條件。 + 啟用匿名統計 + 啟用後,我們將會使用 Microsoft App Center 來匿名發送程式相關的診斷數據以幫助程式的功能更加完善,收集的信息是匿名的,我們無法追溯到獨立的裝置或用戶,啟用或關閉此功能需要重啟程式方可生效。 \ No newline at end of file diff --git a/app/src/main/res/values-zh-rMO/strings.xml b/app/src/main/res/values-zh-rMO/strings.xml index 92bfafb..01ee3bb 100644 --- a/app/src/main/res/values-zh-rMO/strings.xml +++ b/app/src/main/res/values-zh-rMO/strings.xml @@ -131,4 +131,6 @@ 導出全部調試日誌失敗 這裡的內容會在設備重開後自動清空 你可以配置當前調試日誌顯示的優先級過濾條件。 + 啟用匿名統計 + 啟用後,我們將會使用 Microsoft App Center 來匿名發送程式相關的診斷數據以幫助程式的功能更加完善,收集的信息是匿名的,我們無法追溯到獨立的裝置或用戶,啟用或關閉此功能需要重啟程式方可生效。 \ No newline at end of file diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index ace4f65..04b5360 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -131,4 +131,6 @@ 導出全部調試日誌失敗 這裡的內容會在設備重開後自動清空 你可以配置當前調試日誌顯示的優先級過濾條件。 + 啟用匿名統計 + 啟用後,我們將會使用 Microsoft App Center 來匿名發送程式相關的診斷數據以幫助程式的功能更加完善,收集的信息是匿名的,我們無法追溯到獨立的裝置或用戶,啟用或關閉此功能需要重啟程式方可生效。 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1f346fd..094eb11 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -131,4 +131,7 @@ Failed to export all debug logs Here\'s content will be cleared after device restarts You can configure the priority filter conditions for the current debug log display. + Microsoft App Center + Enable anonymous statistics + After enabling, we will use the Microsoft App Center to anonymously send application-related diagnostic data to help the application function better.\nThe information collected is anonymous, and we cannot trace it back to an independent device or user.\nEnabling or disabling this feature requires restarting the app to take effect. \ No newline at end of file