chore: release v0.36.0

This commit is contained in:
Ulas Kalayci
2026-04-29 21:15:26 +02:00
parent 5fd2ff80ad
commit 3f69c7c698
27 changed files with 424 additions and 182 deletions
+23 -12
View File
@@ -29,7 +29,12 @@
"unknownError": "未知错误",
"confirm": "确认",
"undo": "撤销",
"reset": "重置为原始"
"reset": "重置为原始",
"errorOffline": "无网络连接。请检查您的网络。",
"errorForbidden": "访问被拒绝。请重新登录。",
"errorNotFound": "未找到该条目。",
"errorServer": "服务器错误。请稍后重试。",
"errorTimeout": "连接超时。请重试。"
},
"nav": {
"dashboard": "概览",
@@ -187,7 +192,8 @@
"archiveButton": "归档任务",
"archivedToast": "任务已归档。",
"kanbanArchived": "已归档",
"reminderNeedsDueDate": "设置截止日期以启用任务提醒。"
"reminderNeedsDueDate": "设置截止日期以启用任务提醒。",
"emptyAction": "创建任务"
},
"shopping": {
"title": "购物",
@@ -227,7 +233,8 @@
"catDrinks": "饮料",
"catHousehold": "家居",
"catDrugstore": "日化",
"catMisc": "其他"
"catMisc": "其他",
"emptyAction": "添加商品"
},
"meals": {
"title": "饮食计划",
@@ -403,7 +410,8 @@
"formatLink": "链接",
"formatCode": "代码",
"formatQuote": "引用",
"formatDivider": "分隔线"
"formatDivider": "分隔线",
"emptyAction": "创建笔记"
},
"contacts": {
"title": "联系人",
@@ -456,7 +464,8 @@
"categoryInsurance": "保险",
"categoryCraftsman": "技工",
"categoryEmergency": "紧急联系",
"categoryOther": "其他"
"categoryOther": "其他",
"emptyAction": "添加联系人"
},
"budget": {
"title": "预算",
@@ -555,7 +564,8 @@
"newCategoryPrompt": "Name of the new category:",
"newSubcategoryPrompt": "Name of the new subcategory:",
"categoryAddedToast": "Category added.",
"subcategoryAddedToast": "Subcategory added."
"subcategoryAddedToast": "Subcategory added.",
"emptyAction": "添加记录"
},
"settings": {
"title": "设置",
@@ -843,7 +853,8 @@
"titleRequired": "标题必填",
"duplicate": "复制",
"duplicated": "食谱已复制。",
"copySuffix": "副本"
"copySuffix": "副本",
"emptyAction": "创建食谱"
},
"search": {
"title": "搜索",
@@ -913,10 +924,10 @@
"onboarding": {
"step1Title": "Welcome to Oikos",
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more all in one place.",
"step2Title": "Everything at a glance",
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
"step3Title": "Ready to go",
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
"step2Title": "导航与模块",
"step2Body": "底部可直接访问仪表板和日历。点击···按钮可打开厨房、笔记和联系人等更多模块。",
"step3Title": "快速开始",
"step3Body": "点击+按钮可在任意位置创建新条目。向左或向右滑动列表项可执行快捷操作。",
"next": "Next",
"done": "Get started",
"skip": "Skip"
@@ -991,4 +1002,4 @@
"shortcuts": {
"goKitchen": "厨房"
}
}
}