mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Merge pull request #471 from seanzhang98/master
Added Simplified Chinese translation
This commit is contained in:
308
ui/src/extractedTranslations/zh-Hans/translation.json
Normal file
308
ui/src/extractedTranslations/zh-Hans/translation.json
Normal file
@@ -0,0 +1,308 @@
|
||||
{
|
||||
"album_filter": {
|
||||
"only_favorites": "只显示喜爱",
|
||||
"sort": "排序",
|
||||
"sorting_options": {
|
||||
"date_imported": "加入日期",
|
||||
"date_shot": "拍摄日期",
|
||||
"title": "标题",
|
||||
"type": "种类"
|
||||
},
|
||||
"sort_by": "排序方式"
|
||||
},
|
||||
"general": {
|
||||
"action": {
|
||||
"add": "加入",
|
||||
"cancel": "取消",
|
||||
"remove": "删除",
|
||||
"save": "储存"
|
||||
},
|
||||
"loading": {
|
||||
"album": "载入相册中",
|
||||
"default": "载入中...",
|
||||
"page": "载入页面中",
|
||||
"paginate": {
|
||||
"faces": "载入更多脸孔",
|
||||
"media": "载入更多媒体"
|
||||
},
|
||||
"shares": "载入分享..."
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"search": {
|
||||
"loading": "载入结果...",
|
||||
"no_results": "找不到结果",
|
||||
"placeholder": "搜寻",
|
||||
"result_type": {
|
||||
"albums": "相册",
|
||||
"media": "媒体"
|
||||
}
|
||||
}
|
||||
},
|
||||
"login_page": {
|
||||
"field": {
|
||||
"password": "密码",
|
||||
"submit": "登入",
|
||||
"username": "用户名"
|
||||
},
|
||||
"initial_setup": {
|
||||
"field": {
|
||||
"photo_path": {
|
||||
"label": "相册路径",
|
||||
"placeholder": "/path/to/photos"
|
||||
},
|
||||
"submit": "设置 Photoview"
|
||||
},
|
||||
"title": "初始设置"
|
||||
},
|
||||
"welcome": "欢迎使用 Photoview"
|
||||
},
|
||||
"meta": {
|
||||
"description": "简单及易用的照片库给个人服务器"
|
||||
},
|
||||
"people_page": {
|
||||
"face_group": {
|
||||
"label_placeholder": "名称",
|
||||
"unlabeled": "未命名",
|
||||
"unlabeled_person": "未命名人物"
|
||||
},
|
||||
"modal": {
|
||||
"action": {
|
||||
"merge": "合并"
|
||||
},
|
||||
"detach_image_faces": {
|
||||
"action": {
|
||||
"detach": "分离照片脸孔",
|
||||
"select_images": "选择分离照片"
|
||||
},
|
||||
"description": "分离已选择照片中的脸孔群组及移动到新脸孔群组",
|
||||
"title": "分离照片中的脸孔"
|
||||
},
|
||||
"merge_face_groups": {
|
||||
"description": "所有在此的脸孔群组将会合并到已选择的脸孔群组",
|
||||
"destination_table": {
|
||||
"title": "选择目标脸孔群组"
|
||||
},
|
||||
"title": "合并脸孔群组"
|
||||
},
|
||||
"move_image_faces": {
|
||||
"description": "移动已选择的脸孔群组到另一个面孔群组",
|
||||
"destination_face_group_table": {
|
||||
"move_action": "移动照片的面孔",
|
||||
"title": "选择目标脸孔群组"
|
||||
},
|
||||
"image_select_table": {
|
||||
"next_action": "下一步",
|
||||
"title": "选择想移动的照片"
|
||||
},
|
||||
"title": "移动照片脸孔"
|
||||
}
|
||||
},
|
||||
"recognize_unlabeled_faces_button": "已识别的未命名脸孔",
|
||||
"tableselect_face_group": {
|
||||
"search_faces_placeholder": "搜寻脸孔..."
|
||||
},
|
||||
"tableselect_image_faces": {
|
||||
"search_images_placeholder": "搜寻照片..."
|
||||
}
|
||||
},
|
||||
"photos_page": {
|
||||
"title": "照片"
|
||||
},
|
||||
"places_page": {
|
||||
"title": "地点"
|
||||
},
|
||||
"routes": {
|
||||
"page_not_found": "找不到网页"
|
||||
},
|
||||
"settings": {
|
||||
"concurrent_workers": {
|
||||
"description": "最多同时进行的扫描工作数目",
|
||||
"title": "同时扫描工作"
|
||||
},
|
||||
"logout": "登出",
|
||||
"periodic_scanner": {
|
||||
"checkbox_label": "启用周期性扫描",
|
||||
"field": {
|
||||
"description": "对全部使用者自动扫描的频率",
|
||||
"label": "扫描频率"
|
||||
},
|
||||
"interval_unit": {
|
||||
"days": "日",
|
||||
"hour": "小时",
|
||||
"minutes": "分钟",
|
||||
"months": "月",
|
||||
"seconds": "秒"
|
||||
},
|
||||
"title": "周期性扫描"
|
||||
},
|
||||
"scanner": {
|
||||
"description": "将扫描所有使用者的新媒体或更新媒体",
|
||||
"scan_all_users": "扫描所有使用者",
|
||||
"title": "扫描"
|
||||
},
|
||||
"user_preferences": {
|
||||
"change_language": {
|
||||
"description": "Change website language specific for this user",
|
||||
"label": "Website language"
|
||||
},
|
||||
"language_selector": {
|
||||
"placeholder": "Select language"
|
||||
},
|
||||
"title": "使用者选项"
|
||||
},
|
||||
"users": {
|
||||
"add_user": {
|
||||
"submit": "新增使用者"
|
||||
},
|
||||
"confirm_delete_user": {
|
||||
"action": "删除 {{user}}",
|
||||
"description": "<0>确定删除 <1></1>?</0><p>此操作无法取消</p>",
|
||||
"title": "删除使用者"
|
||||
},
|
||||
"password_reset": {
|
||||
"description": "更改 <1>{{username}}</1> 的密码",
|
||||
"form": {
|
||||
"label": "新密码",
|
||||
"placeholder": "密码",
|
||||
"submit": "提交"
|
||||
},
|
||||
"title": "更改密码"
|
||||
},
|
||||
"table": {
|
||||
"column_names": {
|
||||
"action": "动作",
|
||||
"capabilities": "能力",
|
||||
"photo_path": "相册路径",
|
||||
"username": "用户名"
|
||||
},
|
||||
"new_user": "新增使用者",
|
||||
"row": {
|
||||
"action": {
|
||||
"change_password": "更改密码",
|
||||
"delete": "删除",
|
||||
"edit": "更改",
|
||||
"scan": "扫描"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "使用者"
|
||||
},
|
||||
"version_info": {
|
||||
"build_date_title": "编译日期",
|
||||
"title": "Photoview 版本",
|
||||
"version_title": "释出版本"
|
||||
}
|
||||
},
|
||||
"share_page": {
|
||||
"media": {
|
||||
"title": "已分享媒体"
|
||||
},
|
||||
"protected_share": {
|
||||
"description": "此分享受密码保护",
|
||||
"password_required_error": "需要密码",
|
||||
"title": "已保护的分享"
|
||||
},
|
||||
"share_not_found": "找不到分享",
|
||||
"share_not_found_description": "可能此分享已过期或已删除",
|
||||
"wrong_password": "密码错误,请重试"
|
||||
},
|
||||
"sidebar": {
|
||||
"album": {
|
||||
"title_placeholder": "相册名称"
|
||||
},
|
||||
"download": {
|
||||
"filesize": {
|
||||
"byte": null,
|
||||
"giga_byte": null,
|
||||
"kilo_byte": null,
|
||||
"mega_byte": null,
|
||||
"tera_byte": null,
|
||||
"byte_0": null,
|
||||
"byte_1": null,
|
||||
"byte_2": null,
|
||||
"giga_byte_0": null,
|
||||
"giga_byte_1": null,
|
||||
"giga_byte_2": null,
|
||||
"kilo_byte_0": null,
|
||||
"kilo_byte_1": null,
|
||||
"kilo_byte_2": null,
|
||||
"mega_byte_0": null,
|
||||
"mega_byte_1": null,
|
||||
"mega_byte_2": null,
|
||||
"tera_byte_0": null,
|
||||
"tera_byte_1": null,
|
||||
"tera_byte_2": null
|
||||
},
|
||||
"table_columns": {
|
||||
"dimensions": "尺寸",
|
||||
"file_size": "大小",
|
||||
"file_type": "类型",
|
||||
"name": "名称"
|
||||
},
|
||||
"title": "下载"
|
||||
},
|
||||
"media": {
|
||||
"exif": {
|
||||
"exposure_program": {
|
||||
"action_program": "动态模式",
|
||||
"aperture_priority": "光圈优先",
|
||||
"bulb": "曝光模式",
|
||||
"creative_program": "创意模式",
|
||||
"landscape_mode": "风景模式",
|
||||
"manual": "手动模式",
|
||||
"normal_program": "普通模式",
|
||||
"not_defined": "未定义",
|
||||
"portrait_mode": "肖像模式",
|
||||
"shutter_priority": "快门优先"
|
||||
},
|
||||
"flash": {
|
||||
"auto": "自动",
|
||||
"did_not_fire": null,
|
||||
"fired": null,
|
||||
"no_flash": null,
|
||||
"no_flash_function": null,
|
||||
"off": "关闭",
|
||||
"on": "使用",
|
||||
"red_eye_reduction": "减轻红眼",
|
||||
"return_detected": null,
|
||||
"return_not_detected": null
|
||||
},
|
||||
"name": {
|
||||
"aperture": "光圈",
|
||||
"camera": "相机",
|
||||
"date_shot": "拍摄日期",
|
||||
"exposure": "曝光",
|
||||
"exposure_program": "模式",
|
||||
"flash": "闪光灯",
|
||||
"focal_length": "焦距",
|
||||
"iso": "ISO",
|
||||
"lens": "镜头",
|
||||
"maker": "制造商"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sharing": {
|
||||
"add_share": "新增分享",
|
||||
"copy_link": "复制链接",
|
||||
"delete": "删除分享",
|
||||
"more": "更多",
|
||||
"no_shares_found": "没有分享",
|
||||
"public_link": "公开链接",
|
||||
"title": "分享选项"
|
||||
}
|
||||
},
|
||||
"sidemenu": {
|
||||
"albums": "相册",
|
||||
"people": "人物",
|
||||
"photos": "时间线",
|
||||
"places": "地点",
|
||||
"settings": "设置"
|
||||
},
|
||||
"title": {
|
||||
"loading_album": "载入相册",
|
||||
"login": "登入",
|
||||
"people": "人物",
|
||||
"settings": "设置"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user