feature:基本功能
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"common": {
|
||||
"ok": "确定",
|
||||
"cancel": "取消"
|
||||
"cancel": "取消",
|
||||
"error": "错误",
|
||||
"openLinkError": "无法打开链接",
|
||||
"back": "返回"
|
||||
},
|
||||
"onboarding": {
|
||||
"title": "欢迎",
|
||||
@@ -33,7 +36,39 @@
|
||||
"like": "点赞",
|
||||
"dislike": "讨厌",
|
||||
"favorites": "收藏",
|
||||
"settings": "设置"
|
||||
"settings": "设置",
|
||||
"theme": "主题",
|
||||
"profile": "我的"
|
||||
},
|
||||
"theme": {
|
||||
"title": "主题",
|
||||
"scenery": "风景",
|
||||
"color": "颜色"
|
||||
},
|
||||
"profile": {
|
||||
"title": "我的",
|
||||
"favorites": "我的喜欢",
|
||||
"widget": "小组件",
|
||||
"dailyReminder": "每日提醒",
|
||||
"privacy": "隐私政策",
|
||||
"terms": "使用条款",
|
||||
"language": "语言",
|
||||
"todoTitle": "提示",
|
||||
"todoDesc": "该功能本期先占位,后续迭代补齐。"
|
||||
},
|
||||
"dailyReminder": {
|
||||
"title": "每日提醒",
|
||||
"timesUnit": "次",
|
||||
"pushLabel": "推送提醒",
|
||||
"ok": "确定",
|
||||
"minus": "减少次数",
|
||||
"plus": "增加次数"
|
||||
},
|
||||
"widget": {
|
||||
"lockScreen": "锁屏小组件",
|
||||
"homeScreen": "桌面小组件",
|
||||
"previewDate": "1月29日周四 · 已至腊月十一",
|
||||
"previewQuote": "我也对现在的自己感到满意,即使我仍在努力成为想成为的人。"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "收藏夹",
|
||||
@@ -45,6 +80,12 @@
|
||||
"version": "版本",
|
||||
"widgetTitle": "iOS 小组件",
|
||||
"widgetDesc": "把温柔提醒放到桌面上:长按主屏幕 → 点“+” → 搜索“正念” → 添加你喜欢的尺寸。"
|
||||
},
|
||||
"consent": {
|
||||
"title": "你本就完美。",
|
||||
"subtitle": "一切都会变好。",
|
||||
"agree": "同意并继续",
|
||||
"privacy": "隐私协议",
|
||||
"terms": "用户使用协议"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user