The project does not support Chinese.
I have created the Chinese language file and hope it can be adopted.
{
"app_name": "Planka 应用",
"login": "登录",
"logout": "退出",
"not_available_function": "此功能尚未可用。",
"project_name": "项目名称",
"create_project": "创建项目",
"create_card": "添加卡片",
"login_fields": {
"0": "邮箱",
"1": "密码",
"2": "服务器地址 (不带 https://)"
},
"not_valid_image": "不支持的格式。",
"settings": "设置",
"change": "更改",
"not_empty_name": "名称不能为空。",
"sort_after": "排序依据",
"move_all_from_list": "移动此列表中的所有卡片",
"archive_all_from_list": "归档此列表中的所有卡片",
"delete_list": "删除列表",
"card_not_found": "找不到该卡片",
"cancel": "取消",
"delete": "删除",
"no_boards": "没有可用的看板",
"edit_board": "编辑看板",
"board_name": "看板名称",
"lists_for": "列表对应于",
"boards_for": "看板对应于",
"file_picker": {
"from_gallery": "从我的图库中选择",
"from_photo": "拍摄照片",
"from_file": "选择文件"
},
"failed_to_authenticate": "认证失败",
"new_card": "新建卡片",
"uploading_file": "正在上传文件...",
"downloaded_file": "附件已成功下载。",
"error_creating_card_missing_id": "创建卡片时出错:无效或缺失卡片ID。",
"added_attachment": "附件已成功添加",
"no_file_selected": "未选择文件",
"error": "错误",
"delete_list_confirmation": {
"0": "删除列表",
"1": "您确定要删除此列表吗?"
},
"delete_card_confirmation": {
"0": "删除卡片",
"1": "您确定要删除此卡片吗?"
},
"delete_attachment_confirmation": {
"0": "删除附件",
"1": "您确定要删除此附件吗?"
},
"delete_comment_confirmation": {
"0": "删除评论",
"1": "您确定要删除此评论吗?"
},
"delete_task_confirmation": {
"0": "删除任务",
"1": "您确定要删除此任务吗?"
},
"delete_board_confirmation": {
"0": "删除看板",
"1": "您确定要删除此看板吗?"
},
"delete_project_confirmation": {
"0": "删除项目",
"1": "您确定要删除此项目吗?"
},
"posted_on": "发布于",
"comment_not_empty": "评论内容不能为空",
"comments": "评论",
"no_comments_available": "暂无评论",
"write_comment": "写一条评论...",
"write_task": "添加任务",
"downloading_file": "正在下载附件...",
"attachment_no_url": "此附件没有URL",
"attachments": "附件",
"tasks": "任务",
"description": "描述",
"unknown_label": "未知标签",
"labels": {
"0": "标签名称",
"2": "该名称已存在。",
"3": "编辑标签"
},
"click_me_to_add_description": "点击我来添加描述。",
"stopwatch_controls": {
"title": "控制计时器",
"set_time": "设定时间",
"hours": "小时",
"minutes": "分钟",
"seconds": "秒",
"timer_already_present": "此卡片已有计时器。",
"timer_create": "创建计时器"
},
"members": "成员",
"create_board": {
"create_new_board": "新建看板",
"board_name": "看板名称",
"enter_board_name": "输入看板名称"
},
"create_project_dialog": {
"create_new_project": "新建项目",
"project_name": "项目名称",
"enter_project_name": "输入项目名称"
},
"create": "创建",
"create_list": "创建列表",
"new_list": "新列表",
"create_list_left": "在左侧创建新列表",
"create_list_right": "在右侧创建新列表",
"not_enough_rights": "您的权限不足。"
}
项目不支持中文
我做了中文得到语言文件,希望可以采纳。
The project does not support Chinese.
I have created the Chinese language file and hope it can be adopted.
zh-CN.json
文件内容 Document content
{ "app_name": "Planka 应用", "login": "登录", "logout": "退出", "not_available_function": "此功能尚未可用。", "project_name": "项目名称", "create_project": "创建项目", "create_card": "添加卡片", "login_fields": { "0": "邮箱", "1": "密码", "2": "服务器地址 (不带 https://)" }, "not_valid_image": "不支持的格式。", "settings": "设置", "change": "更改", "not_empty_name": "名称不能为空。", "sort_after": "排序依据", "move_all_from_list": "移动此列表中的所有卡片", "archive_all_from_list": "归档此列表中的所有卡片", "delete_list": "删除列表", "card_not_found": "找不到该卡片", "cancel": "取消", "delete": "删除", "no_boards": "没有可用的看板", "edit_board": "编辑看板", "board_name": "看板名称", "lists_for": "列表对应于", "boards_for": "看板对应于", "file_picker": { "from_gallery": "从我的图库中选择", "from_photo": "拍摄照片", "from_file": "选择文件" }, "failed_to_authenticate": "认证失败", "new_card": "新建卡片", "uploading_file": "正在上传文件...", "downloaded_file": "附件已成功下载。", "error_creating_card_missing_id": "创建卡片时出错:无效或缺失卡片ID。", "added_attachment": "附件已成功添加", "no_file_selected": "未选择文件", "error": "错误", "delete_list_confirmation": { "0": "删除列表", "1": "您确定要删除此列表吗?" }, "delete_card_confirmation": { "0": "删除卡片", "1": "您确定要删除此卡片吗?" }, "delete_attachment_confirmation": { "0": "删除附件", "1": "您确定要删除此附件吗?" }, "delete_comment_confirmation": { "0": "删除评论", "1": "您确定要删除此评论吗?" }, "delete_task_confirmation": { "0": "删除任务", "1": "您确定要删除此任务吗?" }, "delete_board_confirmation": { "0": "删除看板", "1": "您确定要删除此看板吗?" }, "delete_project_confirmation": { "0": "删除项目", "1": "您确定要删除此项目吗?" }, "posted_on": "发布于", "comment_not_empty": "评论内容不能为空", "comments": "评论", "no_comments_available": "暂无评论", "write_comment": "写一条评论...", "write_task": "添加任务", "downloading_file": "正在下载附件...", "attachment_no_url": "此附件没有URL", "attachments": "附件", "tasks": "任务", "description": "描述", "unknown_label": "未知标签", "labels": { "0": "标签名称", "2": "该名称已存在。", "3": "编辑标签" }, "click_me_to_add_description": "点击我来添加描述。", "stopwatch_controls": { "title": "控制计时器", "set_time": "设定时间", "hours": "小时", "minutes": "分钟", "seconds": "秒", "timer_already_present": "此卡片已有计时器。", "timer_create": "创建计时器" }, "members": "成员", "create_board": { "create_new_board": "新建看板", "board_name": "看板名称", "enter_board_name": "输入看板名称" }, "create_project_dialog": { "create_new_project": "新建项目", "project_name": "项目名称", "enter_project_name": "输入项目名称" }, "create": "创建", "create_list": "创建列表", "new_list": "新列表", "create_list_left": "在左侧创建新列表", "create_list_right": "在右侧创建新列表", "not_enough_rights": "您的权限不足。" }