first prototype of i18n system
This commit is contained in:
parent
70de83a24a
commit
4f8b31ca31
9 changed files with 348 additions and 20 deletions
25
src/settings/i18n/zh-Hans.json
Normal file
25
src/settings/i18n/zh-Hans.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"Settings": "设置",
|
||||
"Accounts": "所有账号",
|
||||
"All Notifications": "所有通知",
|
||||
"Sign in...": "登录新账户...",
|
||||
"Reading": "阅读",
|
||||
"Prefetch Toots": "提前下载嘟文",
|
||||
"Prefetch Toots.2nd": "图图会在你可能需要的时候提前下载嘟文。",
|
||||
"This Application": "本应用",
|
||||
"About Tutu": "关于图图",
|
||||
"About Tutu.2nd": "舒服地刷嘟。",
|
||||
"updates.ready": "更新已准备好,下次开启会启动新版本",
|
||||
"updates.no": "已是最新版本",
|
||||
"version": "正在使用 v{{packageVersion}} ({{builtAt}}构建, {{buildMode}})",
|
||||
"Language": "语言",
|
||||
"Region": "区域",
|
||||
"lang.auto": "自动({{detected}})",
|
||||
"lang.zh-Hans": "中文(简体)",
|
||||
"lang.en": "English",
|
||||
"region.auto": "自动({{detected}})",
|
||||
"region.en_GB": "英国和苏格兰(英语)",
|
||||
"region.en_US": "美国(英语)",
|
||||
"region.zh_CN": "中国大陆(中文)",
|
||||
"datefmt": "yyyy年MM月dd日"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue