From eff1fbcfa820ba9ee74810836004a61849e0755b Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 16 Dec 2024 01:31:40 +0800 Subject: [PATCH 1/2] chore: remove unused strings from 343dfb43f8346f967922d31d67bcc9cdb5e58d04 --- app-common/src/main/res/values-ja/strings.xml | 2 -- app-common/src/main/res/values-zh-rCN/strings.xml | 2 -- app-common/src/main/res/values/strings.xml | 3 --- 3 files changed, 7 deletions(-) diff --git a/app-common/src/main/res/values-ja/strings.xml b/app-common/src/main/res/values-ja/strings.xml index dacfd68..1f1f389 100644 --- a/app-common/src/main/res/values-ja/strings.xml +++ b/app-common/src/main/res/values-ja/strings.xml @@ -18,8 +18,6 @@ 新しい eSIM プロファイルに切り替えることができません。 ニックネームは 64 文字以内にしてください ICCID をクリップボードにコピーしました - スロットを選択 - 選択 USB の権限を許可 USB スマートカードリーダーにアクセスするには許可が必要です。 USB スマートカードリーダー経由で eSIM に接続できません。 diff --git a/app-common/src/main/res/values-zh-rCN/strings.xml b/app-common/src/main/res/values-zh-rCN/strings.xml index b97969d..d9d6c77 100644 --- a/app-common/src/main/res/values-zh-rCN/strings.xml +++ b/app-common/src/main/res/values-zh-rCN/strings.xml @@ -19,8 +19,6 @@ 无法切换到新的 eSIM 配置文件。 昵称不能超过 64 个字符 已复制 ICCID 到剪贴板 - 选择卡槽 - 选择 授予 USB 权限 需要获得访问 USB 智能卡读卡器的权限。 无法通过 USB 智能卡读卡器连接到 eSIM。 diff --git a/app-common/src/main/res/values/strings.xml b/app-common/src/main/res/values/strings.xml index bd3b3af..196dbbe 100644 --- a/app-common/src/main/res/values/strings.xml +++ b/app-common/src/main/res/values/strings.xml @@ -33,9 +33,6 @@ ICCID copied to clipboard EID copied to clipboard - Select Slot - Select - Grant USB permission Permission is needed to access the USB smart card reader. Cannot connect to eSIM via a USB smart card reader. -- 2.45.3 From 910840bfa1d7a36671bf7eab8d720a60c8d79495 Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 16 Dec 2024 01:34:19 +0800 Subject: [PATCH 2/2] chore: remove unused resources --- .../main/res/layout/fragment_slot_select.xml | 27 ------------------- .../main/res/menu/fragment_slot_select.xml | 9 ------- 2 files changed, 36 deletions(-) delete mode 100644 app-common/src/main/res/layout/fragment_slot_select.xml delete mode 100644 app-common/src/main/res/menu/fragment_slot_select.xml diff --git a/app-common/src/main/res/layout/fragment_slot_select.xml b/app-common/src/main/res/layout/fragment_slot_select.xml deleted file mode 100644 index b818b80..0000000 --- a/app-common/src/main/res/layout/fragment_slot_select.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app-common/src/main/res/menu/fragment_slot_select.xml b/app-common/src/main/res/menu/fragment_slot_select.xml deleted file mode 100644 index e129008..0000000 --- a/app-common/src/main/res/menu/fragment_slot_select.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file -- 2.45.3