mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
v1.8.0 zh_cn latest translation files
This commit is contained in:
parent
33bb209b97
commit
29d9da73bb
1 changed files with 210 additions and 195 deletions
|
|
@ -1,196 +1,211 @@
|
|||
{
|
||||
"_header": {
|
||||
"ver": "v1.7",
|
||||
"date": "2022-10-20",
|
||||
"language": "Chinese Simplified",
|
||||
"original_name": "中文 (简体)",
|
||||
"author": "xhemj",
|
||||
"author_email": "xhemj2680@163.com"
|
||||
},
|
||||
"My Tiny Todolist": "我的迷你任务列表",
|
||||
"powered_by": "Powered by",
|
||||
"htab_newtask": "新任务",
|
||||
"htab_search": "搜索",
|
||||
"btn_add": "添加",
|
||||
"btn_search": "搜索",
|
||||
"advanced_add": "高级",
|
||||
"searching": "搜索",
|
||||
"tasks": "任务",
|
||||
"taskdate_inline_created": "创建于 %s",
|
||||
"taskdate_inline_edited": "编辑于 %s",
|
||||
"taskdate_inline_completed": "完成自 %s",
|
||||
"taskdate_inline_duedate": "到期 %s",
|
||||
"taskdate_created": "创建",
|
||||
"taskdate_edited": "编辑",
|
||||
"taskdate_completed": "完成",
|
||||
"edit_task": "编辑任务",
|
||||
"add_task": "新建任务",
|
||||
"priority": "优先级",
|
||||
"task": "任务",
|
||||
"note": "备注",
|
||||
"tags": "标签",
|
||||
"save": "保存",
|
||||
"cancel": "取消",
|
||||
"password": "密码",
|
||||
"btn_login": "登录",
|
||||
"a_login": "登录",
|
||||
"a_logout": "退出",
|
||||
"public_tasks": "公开任务",
|
||||
"tagcloud": "标签",
|
||||
"tagfilter_cancel": "取消筛选",
|
||||
"showTagsFromAllLists": "显示所有列表中的标签",
|
||||
"sortByHand": "默认排序",
|
||||
"sortByTitle": "按标题排序",
|
||||
"sortByPriority": "按优先级排序",
|
||||
"sortByDueDate": "按到期时间排序",
|
||||
"sortByDateCreated": "按创建时间排序",
|
||||
"sortByDateModified": "按修改时间排序",
|
||||
"due": "到期",
|
||||
"daysago": "%d 天前",
|
||||
"indays": "%d 天后",
|
||||
"months_short": [
|
||||
"1月",
|
||||
"2月",
|
||||
"3月",
|
||||
"4月",
|
||||
"5月",
|
||||
"6月",
|
||||
"7月",
|
||||
"8月",
|
||||
"9月",
|
||||
"10月",
|
||||
"11月",
|
||||
"12月"
|
||||
],
|
||||
"months_long": [
|
||||
"1月",
|
||||
"2月",
|
||||
"3月",
|
||||
"4月",
|
||||
"5月",
|
||||
"6月",
|
||||
"7月",
|
||||
"8月",
|
||||
"9月",
|
||||
"10月",
|
||||
"11月",
|
||||
"12月"
|
||||
],
|
||||
"months_calendar": [
|
||||
"1月",
|
||||
"2月",
|
||||
"3月",
|
||||
"4月",
|
||||
"5月",
|
||||
"6月",
|
||||
"7月",
|
||||
"8月",
|
||||
"9月",
|
||||
"10月",
|
||||
"11月",
|
||||
"12月"
|
||||
],
|
||||
"days_min": ["日", "一", "二", "三", "四", "五", "六"],
|
||||
"days_long": [
|
||||
"星期日",
|
||||
"星期一",
|
||||
"星期二",
|
||||
"星期三",
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六"
|
||||
],
|
||||
"today": "今天",
|
||||
"yesterday": "昨天",
|
||||
"tomorrow": "明天",
|
||||
"f_past": "过期",
|
||||
"f_today": "今天和明天",
|
||||
"f_soon": "最近的",
|
||||
"action_edit": "编辑",
|
||||
"action_note": "编辑备注",
|
||||
"action_delete": "删除",
|
||||
"action_priority": "优先级",
|
||||
"action_move": "移动到",
|
||||
"action_ok": "确定",
|
||||
"action_cancel": "取消",
|
||||
"notes": "内容:",
|
||||
"notes_show": "显示",
|
||||
"notes_hide": "隐藏",
|
||||
"list_new": "新增列表",
|
||||
"list_rename": "重命名",
|
||||
"list_delete": "删除",
|
||||
"list_showcompleted": "显示完成任务",
|
||||
"list_clearcompleted": "清除已完成",
|
||||
"list_select": "选择列表",
|
||||
"list_share": "分享",
|
||||
"list_publish": "发布清单",
|
||||
"list_enable_feedkey": "启用 feed key",
|
||||
"list_show_feedkey": "显示 feed key",
|
||||
"list_rssfeed": "RSS 订阅",
|
||||
"list_export_to_csv": "导出到 CSV",
|
||||
"list_export_to_ical": "导出到 iCalendar",
|
||||
"list_hide": "隐藏列表",
|
||||
"alltags": "所有标签:",
|
||||
"alltags_show": "显示所有",
|
||||
"alltags_hide": "隐藏所有",
|
||||
"a_settings": "设置",
|
||||
"rss_feed": "RSS 订阅",
|
||||
"feed_title": "%s",
|
||||
"feed_completed_tasks": "已完成的任务",
|
||||
"feed_modified_tasks": "已修改的任务",
|
||||
"feed_new_tasks": "新任务",
|
||||
"feed_tasks": "任务",
|
||||
"feed_status_new": "已新建",
|
||||
"feed_status_updated": "已更新",
|
||||
"feed_status_completed": "已完成",
|
||||
"alltasks": "所有任务",
|
||||
"set_header": "设置",
|
||||
"set_title": "标题",
|
||||
"set_title_descr": "指定你是否要改变默认标题。",
|
||||
"set_language": "语言",
|
||||
"set_protection": "密码保护",
|
||||
"set_enabled": "启用",
|
||||
"set_disabled": "禁用",
|
||||
"set_newpass": "新密码",
|
||||
"set_newpass_descr": "如果不改变当前密码,请留空。",
|
||||
"set_smartsyntax": "智能格式",
|
||||
"set_smartsyntax2_descr": "举例:+1 任务标题 #标签1 #标签2",
|
||||
"set_timezone": "时区",
|
||||
"set_autotag": "自动标签",
|
||||
"set_autotag_descr": "自动将当前标签过滤器的标签添加到新创建的任务中。",
|
||||
"set_markdown": "Markdown",
|
||||
"set_markdown_descr": "在笔记中增加对 Markdown 的支持,如果你想使用旧的标记,请禁用。",
|
||||
"set_firstdayofweek": "一周开始于",
|
||||
"set_custom": "自定义",
|
||||
"set_date": "日期格式",
|
||||
"set_date2": "短日期格式",
|
||||
"set_shortdate": "短日期 (今年)",
|
||||
"set_clock": "时钟格式",
|
||||
"set_12hour": "12 小时",
|
||||
"set_24hour": "24 小时",
|
||||
"set_submit": "保存配置",
|
||||
"set_cancel": "取消",
|
||||
"set_showdate": "在列表中显示任务日期",
|
||||
"set_showtime": "显示时间",
|
||||
"set_appearance": "外观",
|
||||
"set_appearance_system": "与系统相同",
|
||||
"set_appearance_light": "明亮主题",
|
||||
"set_extensions": "扩展",
|
||||
"set_activate": "激活",
|
||||
"set_deactivate": "停用",
|
||||
"confirmDelete": "你确定要删除任务吗?",
|
||||
"confirmLeave": "可能存在未保存的数据。你真的想离开吗?",
|
||||
"actionNoteSave": "保存",
|
||||
"actionNoteCancel": "取消",
|
||||
"error": "出现一些错误(点击查看详细信息)",
|
||||
"denied": "拒绝访问",
|
||||
"listNotFound": "未找到列表",
|
||||
"noPublicLists": "无公共任务",
|
||||
"invalidpass": "密码错误",
|
||||
"addList": "创建新列表",
|
||||
"addListDefault": "待办",
|
||||
"renameList": "重命名",
|
||||
"deleteList": "这将删除当前列表所有任务。\n你确定吗?",
|
||||
"clearCompleted": "这将删除列表中所有已完成的任务。\n你确定吗?",
|
||||
"settingsSaved": "配置已保存,正在重新加载..."
|
||||
}
|
||||
"_header": {
|
||||
"ver": "v1.8.0",
|
||||
"date": "2024-01-02",
|
||||
"language": "Chinese Simplified",
|
||||
"original_name": "中文 (简体)",
|
||||
"author": "wangyouworld",
|
||||
"author_url": "https://blog.3vshej.cn"
|
||||
},
|
||||
"My Tiny Todolist": "我的待办事项列表",
|
||||
"powered_by": "由",
|
||||
"htab_newtask": "新建任务",
|
||||
"htab_search": "搜索",
|
||||
"btn_add": "添加",
|
||||
"btn_search": "搜索",
|
||||
"advanced_add": "高级",
|
||||
"searching": "正在搜索",
|
||||
"tasks": "任务",
|
||||
"taskdate_inline_created": "创建于 %s",
|
||||
"taskdate_inline_edited": "编辑于 %s",
|
||||
"taskdate_inline_completed": "完成于 %s",
|
||||
"taskdate_inline_duedate": "截止日期为 %s",
|
||||
"taskdate_created": "创建于",
|
||||
"taskdate_edited": "最后编辑于",
|
||||
"taskdate_completed": "完成于",
|
||||
"edit_task": "编辑任务",
|
||||
"add_task": "新建任务",
|
||||
"priority": "优先级",
|
||||
"task": "任务",
|
||||
"note": "备注",
|
||||
"tags": "标签",
|
||||
"list": "列表",
|
||||
"no_note": "无备注",
|
||||
"save": "保存",
|
||||
"cancel": "取消",
|
||||
"close": "关闭",
|
||||
"password": "密码",
|
||||
"btn_login": "登录",
|
||||
"a_login": "登录",
|
||||
"a_logout": "登出",
|
||||
"public_tasks": "公共任务",
|
||||
"tagcloud": "标签云",
|
||||
"tagfilter_cancel": "取消筛选",
|
||||
"showTagsFromAllLists": "显示所有列表的标签",
|
||||
"sortByHand": "手动排序",
|
||||
"sortByTitle": "按标题排序",
|
||||
"sortByPriority": "按优先级排序",
|
||||
"sortByDueDate": "按截止日期排序",
|
||||
"sortByDateCreated": "按创建日期排序",
|
||||
"sortByDateModified": "按修改日期排序",
|
||||
"due": "截止日期",
|
||||
"daysago": "%d 天前",
|
||||
"indays": "%d 天内",
|
||||
"months_short": [
|
||||
"1 月",
|
||||
"2 月",
|
||||
"3 月",
|
||||
"4 月",
|
||||
"5 月",
|
||||
"6 月",
|
||||
"7 月",
|
||||
"8 月",
|
||||
"9 月",
|
||||
"10 月",
|
||||
"11 月",
|
||||
"12 月"
|
||||
],
|
||||
"months_long": [
|
||||
"1 月",
|
||||
"2 月",
|
||||
"3 月",
|
||||
"4 月",
|
||||
"5 月",
|
||||
"6 月",
|
||||
"7 月",
|
||||
"8 月",
|
||||
"9 月",
|
||||
"10 月",
|
||||
"11 月",
|
||||
"12 月"
|
||||
],
|
||||
"months_calendar": [
|
||||
"1 月",
|
||||
"2 月",
|
||||
"3 月",
|
||||
"4 月",
|
||||
"5 月",
|
||||
"6 月",
|
||||
"7 月",
|
||||
"8 月",
|
||||
"9 月",
|
||||
"10 月",
|
||||
"11 月",
|
||||
"12 月"
|
||||
],
|
||||
"days_min": [
|
||||
"日",
|
||||
"一",
|
||||
"二",
|
||||
"三",
|
||||
"四",
|
||||
"五",
|
||||
"六"
|
||||
],
|
||||
"days_long": [
|
||||
"星期日",
|
||||
"星期一",
|
||||
"星期二",
|
||||
"星期三",
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六"
|
||||
],
|
||||
"today": "今天",
|
||||
"yesterday": "昨天",
|
||||
"tomorrow": "明天",
|
||||
"f_past": "已过期",
|
||||
"f_today": "今天和明天",
|
||||
"f_soon": "很快",
|
||||
"action_edit": "编辑",
|
||||
"action_note": "编辑备注",
|
||||
"action_delete": "删除",
|
||||
"action_priority": "优先级",
|
||||
"action_move": "移动到",
|
||||
"action_ok": "确定",
|
||||
"action_cancel": "取消",
|
||||
"notes": "备注:",
|
||||
"notes_show": "显示",
|
||||
"notes_hide": "隐藏",
|
||||
"list_new": "新建列表",
|
||||
"list_rename": "重命名列表",
|
||||
"list_delete": "删除列表",
|
||||
"list_showcompleted": "显示已完成的任务",
|
||||
"list_clearcompleted": "清除已完成的任务",
|
||||
"list_select": "选择列表",
|
||||
"list_share": "分享",
|
||||
"list_publish": "发布列表",
|
||||
"list_enable_feedkey": "启用 feed key",
|
||||
"list_show_feedkey": "显示 feed key",
|
||||
"list_rssfeed": "RSS Feed",
|
||||
"list_export_to_csv": "导出到 CSV",
|
||||
"list_export_to_ical": "导出到 iCalendar",
|
||||
"list_hide": "隐藏列表",
|
||||
"alltags": "所有标签:",
|
||||
"alltags_show": "显示所有",
|
||||
"alltags_hide": "隐藏所有",
|
||||
"a_settings": "设置",
|
||||
"rss_feed": "RSS Feed",
|
||||
"feed_title": "%s",
|
||||
"feed_completed_tasks": "已完成的任务",
|
||||
"feed_modified_tasks": "修改过的任务",
|
||||
"feed_new_tasks": "新任务",
|
||||
"feed_tasks": "任务",
|
||||
"feed_status_new": "新任务",
|
||||
"feed_status_updated": "更新过的任务",
|
||||
"feed_status_completed": "已完成的任务",
|
||||
"alltasks": "所有任务",
|
||||
"set_header": "设置",
|
||||
"set_title": "标题",
|
||||
"set_title_descr": "指定默认标题。",
|
||||
"set_language": "语言",
|
||||
"set_protection": "密码保护",
|
||||
"set_enabled": "启用",
|
||||
"set_disabled": "禁用",
|
||||
"set_newpass": "新密码",
|
||||
"set_newpass_descr": "不想更改当前密码请留空。",
|
||||
"set_smartsyntax": "智能语法",
|
||||
"set_smartsyntax3_descr": "示例: +1 任务名 #1 标签 #2 @duedate",
|
||||
"set_timezone": "时区",
|
||||
"set_autotag": "自动标记",
|
||||
"set_autotag_descr": "自动将当前标签过滤添加到新创建的任务中。",
|
||||
"set_markdown": "Markdown",
|
||||
"set_markdown_descr": "添加支持 Markdown 的功能在备注中;禁用,则使用旧的标记方式。",
|
||||
"set_firstdayofweek": "一周的第一天是",
|
||||
"set_custom": "自定义",
|
||||
"set_date": "日期格式",
|
||||
"set_date2": "短日期格式",
|
||||
"set_shortdate": "短日期 (当前年份)",
|
||||
"set_clock": "时钟格式",
|
||||
"set_12hour": "12 小时制",
|
||||
"set_24hour": "24 小时制",
|
||||
"set_submit": "提交更改",
|
||||
"set_cancel": "取消",
|
||||
"set_showdate": "在任务列表中显示日期",
|
||||
"set_showtime": "显示时间",
|
||||
"set_showdate_inline": "显示日期内联",
|
||||
"set_exactduedate": "总是显示到期日期作为日期",
|
||||
"set_appearance": "外观",
|
||||
"set_appearance_system": "与系统相同",
|
||||
"set_appearance_light": "明亮主题",
|
||||
"set_appearance_dark": "深色主题",
|
||||
"set_extensions": "扩展",
|
||||
"set_activate": "激活",
|
||||
"set_deactivate": "停用",
|
||||
"confirmDelete": "你确定要删除这个任务吗?",
|
||||
"confirmLeave": "可能存在未保存的数据。你真的想离开吗?",
|
||||
"actionNoteSave": "保存",
|
||||
"actionNoteCancel": "取消",
|
||||
"error": "某些错误发生 (点击查看详情)",
|
||||
"denied": "访问被拒绝",
|
||||
"listNotFound": "列表未找到",
|
||||
"noPublicLists": "没有公共任务",
|
||||
"noTags": "没有标签",
|
||||
"invalidpass": "密码错误",
|
||||
"addList": "创建新列表",
|
||||
"addListDefault": "待办事项",
|
||||
"renameList": "重命名列表",
|
||||
"deleteList": "这将删除当前列表及其所有任务。\n你确定吗?",
|
||||
"clearCompleted": "这将删除当前列表中的所有已完成任务。\n你确定吗?",
|
||||
"settingsSaved": "设置已保存。重新加载..."
|
||||
}
|
||||
Loading…
Reference in a new issue