chore: vendor client into main repo
This commit is contained in:
50
client/src/i18n/locales/zh-CN.json
Normal file
50
client/src/i18n/locales/zh-CN.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"common": {
|
||||
"ok": "确定",
|
||||
"cancel": "取消"
|
||||
},
|
||||
"onboarding": {
|
||||
"title": "欢迎",
|
||||
"progress": "{{current}}/{{total}}",
|
||||
"next": "下一步",
|
||||
"skip": "跳过",
|
||||
"skipAll": "跳过整个引导",
|
||||
"q1Title": "你最近的感受更接近哪一种?",
|
||||
"q1Desc": "没有对错,你可以跳过,之后也可以慢慢调整。",
|
||||
"q2Title": "你更希望获得哪种支持?",
|
||||
"q2Desc": "例如:温柔提醒、正念练习、情绪陪伴。",
|
||||
"q3Title": "你通常在什么时候最需要被安慰?",
|
||||
"q3Desc": "比如:清晨、午后、深夜,或某些特定时刻。",
|
||||
"q4Title": "给自己一句温柔的话",
|
||||
"q4Desc": "你可以直接跳过,我们会在之后继续陪你。"
|
||||
},
|
||||
"push": {
|
||||
"title": "通知",
|
||||
"cardTitle": "开启温柔提醒",
|
||||
"cardDesc": "我们会在你需要的时候,送上一句正念短句或温柔提醒(可随时在设置中调整)。",
|
||||
"enable": "立即开启",
|
||||
"later": "稍后",
|
||||
"loading": "处理中…",
|
||||
"errorTitle": "提示",
|
||||
"errorDesc": "开启失败也没关系,你仍然可以继续使用应用。"
|
||||
},
|
||||
"home": {
|
||||
"title": "正念",
|
||||
"like": "点赞",
|
||||
"dislike": "讨厌",
|
||||
"favorites": "收藏",
|
||||
"settings": "设置"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "收藏夹",
|
||||
"empty": "这里还没有收藏内容。"
|
||||
},
|
||||
"settings": {
|
||||
"title": "设置",
|
||||
"language": "语言",
|
||||
"version": "版本",
|
||||
"widgetTitle": "iOS 小组件",
|
||||
"widgetDesc": "把温柔提醒放到桌面上:长按主屏幕 → 点“+” → 搜索“正念” → 添加你喜欢的尺寸。"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user