mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
352 lines
9.3 KiB
JSON
352 lines
9.3 KiB
JSON
{
|
|
"album_filter": {
|
|
"only_favorites": "只显示喜爱",
|
|
"sort": "排序",
|
|
"sort_by": "排序方式",
|
|
"sorting_options": {
|
|
"date_imported": "加入日期",
|
|
"date_shot": "拍摄日期",
|
|
"title": "标题",
|
|
"type": "文件类型"
|
|
}
|
|
},
|
|
"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": {
|
|
"action_label": {
|
|
"change_label": "修改面孔命名",
|
|
"detach_images": "解除面孔标记",
|
|
"merge_people": "合并面孔至",
|
|
"move_faces": "移动面孔至"
|
|
},
|
|
"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": "修改网站语言,仅对本用户生效",
|
|
"label": "网站语言"
|
|
},
|
|
"language_selector": {
|
|
"placeholder": "选择语言"
|
|
},
|
|
"theme": {
|
|
"auto": {
|
|
"label": "跟随系统"
|
|
},
|
|
"dark": {
|
|
"label": "暗黑"
|
|
},
|
|
"description": "修改网站外观",
|
|
"light": {
|
|
"label": "明亮"
|
|
},
|
|
"title": "主题设置"
|
|
},
|
|
"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": {
|
|
"album_cover": "相册封面",
|
|
"download": {
|
|
"high-resolutions": {
|
|
"description": "原始图片的高清jpeg版本",
|
|
"title": "高清"
|
|
},
|
|
"originals": {
|
|
"description": "原始的图片和视频",
|
|
"title": "原文件"
|
|
},
|
|
"thumbnails": {
|
|
"description": "低清晰度的图片,不包含视频",
|
|
"title": "低清"
|
|
},
|
|
"web-videos": {
|
|
"description": "为了网页展示而优化过的视频",
|
|
"title": "已转换视频"
|
|
}
|
|
},
|
|
"reset_cover": "重设封面照片",
|
|
"set_cover": "设置为封面图片",
|
|
"title_placeholder": "相册名称"
|
|
},
|
|
"download": {
|
|
"filesize": {
|
|
"byte_one": "{{count}} 字节",
|
|
"byte_other": "{{count}} 字节"
|
|
},
|
|
"table_columns": {
|
|
"dimensions": "尺寸",
|
|
"file_size": "大小",
|
|
"file_type": "格式",
|
|
"name": "名称"
|
|
},
|
|
"title": "下载"
|
|
},
|
|
"location": {
|
|
"title": "位置"
|
|
},
|
|
"media": {
|
|
"album_path": "",
|
|
"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": "未使用闪光灯",
|
|
"fired": "使用闪光灯",
|
|
"no_flash": "无闪光灯",
|
|
"no_flash_function": "无闪光灯功能",
|
|
"off": "关闭",
|
|
"on": "使用",
|
|
"red_eye_reduction": "减轻红眼",
|
|
"return_detected": "检测到回光",
|
|
"return_not_detected": "未检测到回光"
|
|
},
|
|
"name": {
|
|
"aperture": "光圈",
|
|
"camera": "相机",
|
|
"coordinates": "坐标",
|
|
"date_shot": "拍摄日期",
|
|
"exposure": "曝光",
|
|
"exposure_program": "模式",
|
|
"flash": "闪光灯",
|
|
"focal_length": "焦距",
|
|
"iso": "ISO",
|
|
"lens": "镜头",
|
|
"maker": "制造商"
|
|
}
|
|
}
|
|
},
|
|
"people": {
|
|
"action_label": {
|
|
"detach_image": "解除面孔标记",
|
|
"merge_face": "合并面孔",
|
|
"move_face": "移动面孔"
|
|
},
|
|
"confirm_image_detach": "您确认要取消该图片的面孔标记吗?",
|
|
"title": "人物"
|
|
},
|
|
"sharing": {
|
|
"add_share": "新增分享",
|
|
"copy_link": "复制链接",
|
|
"delete": "删除分享",
|
|
"more": "更多",
|
|
"no_shares_found": "没有分享",
|
|
"public_link": "公开链接",
|
|
"title": "分享选项"
|
|
}
|
|
},
|
|
"sidemenu": {
|
|
"albums": "相册",
|
|
"people": "人物",
|
|
"photos": "时间线",
|
|
"places": "地点",
|
|
"settings": "设置"
|
|
},
|
|
"timeline_filter": {
|
|
"date": {
|
|
"dropdown_all": "最新",
|
|
"dropdown_year": "{{year}}及更早",
|
|
"label": "日期"
|
|
}
|
|
},
|
|
"title": {
|
|
"loading_album": "载入相册",
|
|
"login": "登入",
|
|
"people": "人物",
|
|
"settings": "设置"
|
|
}
|
|
}
|