From 27c5e928794282332c10e8e4a9bee30bcc07a167 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sun, 22 Jan 2023 13:03:02 +0800 Subject: [PATCH] Added i18n strings and remove some unused translations --- app/src/main/res/values-ja/strings.xml | 4 +++- app/src/main/res/values-zh-rCN/strings.xml | 4 +++- app/src/main/res/values-zh-rHK/strings.xml | 4 +++- app/src/main/res/values-zh-rMO/strings.xml | 4 +++- app/src/main/res/values-zh-rTW/strings.xml | 4 +++- app/src/main/res/values/strings.xml | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index e08b2fd..97a5921 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -90,7 +90,6 @@ 条件でフィルタリング 表示結果はありません アプリ名とパッケージ名を入力できます - 結果にはシステムアプリが含まれます 条件をクリア %1$s の合計結果 ロード中 @@ -138,4 +137,7 @@ グローバル構成 グローバル構成に従う 一括操作 %1$s 個のアプリ + ユーザーアプリ + 全てのアプリ + システムアプリ \ 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 69d2e9e..87b2544 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -92,7 +92,6 @@ 按条件过滤 没有结果可以显示 可输入 APP 名称、包名 - 结果包含系统应用 清除条件 共 %1$s 个结果 加载中 @@ -138,4 +137,7 @@ 全局配置 跟随全局配置 批量操作 %1$s 个应用 + 用户应用 + 系统应用 + 全部应用 \ 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 1bbc586..660c6ae 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -91,7 +91,6 @@ 按條件過濾 沒有結果可以展示 可輸入 APP 名稱、包名 - 結果包含系統程式 清除條件 共 %1$s 個結果 加載中 @@ -138,4 +137,7 @@ 全局配置 跟隨全局配置 批量操作 %1$s 個程式 + 用戶程式 + 全部程式 + 系統程式 \ 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 a8e2129..0aae91a 100644 --- a/app/src/main/res/values-zh-rMO/strings.xml +++ b/app/src/main/res/values-zh-rMO/strings.xml @@ -91,7 +91,6 @@ 按條件過濾 沒有結果可以展示 可輸入 APP 名稱、包名 - 結果包含系統程式 清除條件 共 %1$s 個結果 加載中 @@ -138,4 +137,7 @@ 全局配置 跟隨全局配置 批量操作 %1$s 個程式 + 用戶程式 + 全部程式 + 系統程式 \ 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 137e7e4..6df5b69 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -91,7 +91,6 @@ 按條件過濾 沒有結果可以展示 可輸入 APP 名稱、包名 - 結果包含系統程式 清除條件 共 %1$s 個結果 載入中 @@ -138,4 +137,7 @@ 全局配置 跟隨全局配置 批次操作 %1$s 個程式 + 用戶程式 + 全部程式 + 系統程式 \ 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 e7a0b5b..1a09244 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -90,7 +90,6 @@ Filter by Condition No result to display Typo apps name or package name - Result contains system apps Clear Filters %1$s results found Loading @@ -139,4 +138,7 @@ Global Config Follow global config Batch Operations %1$s Apps + User apps + System apps + All apps \ No newline at end of file