Skip to content

Commit b9849af

Browse files
luk1337PeterCxy
authored andcommitted
fix: Address multiple substitutions in string format error (#175)
Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/175 Co-authored-by: LuK1337 <priv.luk@gmail.com> Co-committed-by: LuK1337 <priv.luk@gmail.com>
1 parent 88eb1ce commit b9849af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<string name="task_euicc_memory_reset_failure">eSIM チップの消去は失敗しました</string>
157157
<string name="euicc_memory_reset">eSIM を消去する</string>
158158
<string name="euicc_memory_reset_title">eSIM を消去する</string>
159-
<string name="euicc_memory_reset_message">このチップ内のすべてのプロファイルを削除することをご確認してください。この操作は元に戻せないことをご理解してください。\n\nEID: %s\n\n%s</string>
159+
<string name="euicc_memory_reset_message">このチップ内のすべてのプロファイルを削除することをご確認してください。この操作は元に戻せないことをご理解してください。\n\nEID: %1$s\n\n%2$s</string>
160160
<string name="euicc_memory_reset_hint_text">確認のため、ここに「%s」を入力してください</string>
161161
<string name="euicc_memory_reset_confirm_text">EID が %s で終わるチップを消去することに同意します。これは元に戻せないことを理解しています。</string>
162162
<string name="euicc_memory_reset_invoke_button">消去する</string>

app-common/src/main/res/values-zh-rCN/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<string name="task_euicc_memory_reset_failure">eSIM 芯片擦除失败</string>
157157
<string name="euicc_memory_reset">擦除 eSIM 芯片</string>
158158
<string name="euicc_memory_reset_title">擦除 eSIM 芯片</string>
159-
<string name="euicc_memory_reset_message">请确认删除此芯片上的所有配置文件,并了解此操作不可逆。\n\nEID: %s\n\n%s</string>
159+
<string name="euicc_memory_reset_message">请确认删除此芯片上的所有配置文件,并了解此操作不可逆。\n\nEID: %1$s\n\n%2$s</string>
160160
<string name="euicc_memory_reset_hint_text">请在此处输入「%s」以确认</string>
161161
<string name="euicc_memory_reset_confirm_text">我确认擦除 EID 以 %s 结尾的芯片,并了解此操作不可逆</string>
162162
<string name="euicc_memory_reset_invoke_button">擦除</string>

app-common/src/main/res/values-zh-rTW/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<string name="task_euicc_memory_reset_failure">eSIM 晶片擦除失敗</string>
157157
<string name="euicc_memory_reset">擦除 eSIM 晶片</string>
158158
<string name="euicc_memory_reset_title">擦除 eSIM 晶片</string>
159-
<string name="euicc_memory_reset_message">請確認刪除此晶片上的所有配置文件,並了解此操作不可逆。\n\nEID: %s\n\n%s</string>
159+
<string name="euicc_memory_reset_message">請確認刪除此晶片上的所有配置文件,並了解此操作不可逆。\n\nEID: %1$s\n\n%2$s</string>
160160
<string name="euicc_memory_reset_hint_text">請在此輸入「%s」以確認</string>
161161
<string name="euicc_memory_reset_confirm_text">我確認擦除 EID 以 %s 結尾的晶片,並了解此操作不可逆</string>
162162
<string name="euicc_memory_reset_invoke_button">擦除</string>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
<string name="euicc_memory_reset">Erase eUICC</string>
150150
<string name="euicc_memory_reset_title">Erase eUICC</string>
151-
<string name="euicc_memory_reset_message">Please confirm to delete all profiles on this chip and understand that this operation is irreversible.\n\nEID: %s\n\n%s</string>
151+
<string name="euicc_memory_reset_message">Please confirm to delete all profiles on this chip and understand that this operation is irreversible.\n\nEID: %1$s\n\n%2$s</string>
152152
<string name="euicc_memory_reset_hint_text">Type \'%s\' here to confirm</string>
153153
<string name="euicc_memory_reset_confirm_text">I CONFIRM TO ERASE THE CHIP WHOSE EID ENDS WITH %s AND UNDERSTAND THAT THIS IS IRREVERSIBLE</string>
154154
<string name="euicc_memory_reset_invoke_button">Erase</string>

0 commit comments

Comments
 (0)