Files
lotteryFront/src/i18n/locales/zh/common.json
2026-06-29 13:56:47 +08:00

30 lines
556 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.
{
"language": {
"en": "English",
"ne": "नेपाली",
"zh": "简体中文"
},
"languageShort": {
"en": "EN",
"ne": "NE",
"zh": "ZH"
},
"status": {
"done": "完成",
"inProgress": "进行中",
"pending": "待处理",
"failed": "失败"
},
"currency": {
"current": "当前币种 {{code}}",
"switchAria": "切换币种(当前 {{code}}",
"option": "{{code}} · {{name}}"
},
"navigation": {
"notifications": "待对账提醒"
},
"errors": {
"general": "通用"
}
}