tooot/src/i18n/zh-Hans/common.json

31 lines
632 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"buttons": {
"OK": "好的",
"apply": "应用",
"cancel": "取消",
"discard": "丢弃",
"continue": "继续",
"create": "创建",
"delete": "删除",
"done": "完成"
},
"customEmoji": {
"accessibilityLabel": "自定义表情{{emoji}}"
},
"message": {
"success": {
"message": "{{function}}成功"
},
"warning": {
"message": ""
},
"error": {
"message": "{{function}}失败,请重试"
}
},
"separator": "",
"discard": {
"title": "更改尚未保存",
"message": "您的更改尚未保存。是否放弃保存更改?"
}
}