feat: add confirm for account handle (#1126)

This commit is contained in:
webfansplz 2023-01-15 16:33:55 +08:00 committed by GitHub
parent 274e182bdf
commit eb1f769e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 19 deletions

View file

@ -91,7 +91,7 @@
"confirm_dialog": {
"cancel": "No",
"confirm": "Yes",
"title": "Are you sure?"
"title": "Are you sure {0}?"
},
"end_of_list": "End of the list",
"error": "ERROR",

View file

@ -88,7 +88,7 @@
"confirm_dialog": {
"cancel": "否",
"confirm": "是",
"title": "你确定吗?"
"title": "你确定 {0} 吗?"
},
"end_of_list": "列表到底啦",
"error": "错误",

View file

@ -91,7 +91,7 @@
"confirm_dialog": {
"cancel": "否",
"confirm": "是",
"title": "你確定嗎?"
"title": "你確定 {0} 嗎?"
},
"end_of_list": "清單到底啦",
"error": "錯誤",