|
20 | 20 | "loadingHUD_label": "正在加载…", |
21 | 21 | "completeHUD_label": "完成", |
22 | 22 | "errorHUD_label": "出错", |
| 23 | + "loadMoreHUD_label": "Release to load more", |
23 | 24 | "uploadRights_title": "需要上传权限", |
24 | 25 | "uploadRights_message": "您必须拥有上传权限才能上传照片或视频。", |
25 | 26 | "internetErrorGeneral_title": "连接出错", |
|
47 | 48 | "login_newSession": "正在打开会话", |
48 | 49 | "login_communityParameters": "社区参数", |
49 | 50 | "login_serverParameters": "Piwigo参数", |
| 51 | + "login_advancedParameters": "Authentication Settings", |
50 | 52 | "login_connectionChanged": "连接已变更!", |
| 53 | + "login_rememberCredentials": "Remember credentials", |
51 | 54 | "loginHTTP_title": "HTTP 证书", |
52 | 55 | "loginHTTP_message": "Piwigo服务器需要基本访问验证:", |
| 56 | + "loginHTTP_enable": "Enable HTTP Basic", |
53 | 57 | "loginHTTPuser_placeholder": "用户名", |
54 | 58 | "loginHTTPpwd_placeholder": "密码", |
| 59 | + "loginCert_title": "Self Signed Certificates", |
| 60 | + "loginCert_enable": "Allow SSL", |
55 | 61 | "loginCertFailed_title": "非私密连接", |
56 | 62 | "loginCertFailed_message": "Piwigo警告网站证书无效。您仍然想要接受此证书吗?", |
57 | 63 | "loginHTTPSfailed_title": "安全连接失败", |
|
147 | 153 | "categoryUpload_loadSubCategories": "加载", |
148 | 154 | "categoryUpload_images": "上传图片", |
149 | 155 | "categoryUpload_videos": "上传视频", |
| 156 | + "categoryUpload_camera": "Camera", |
150 | 157 | "categoryUpload_takePhoto": "拍照", |
151 | 158 | "categoryUpload_takeVideo": "录制", |
152 | 159 | "uploadList_title": "上传状态", |
|
235 | 242 | "moveCategoryHUD_moved": "相册已移动", |
236 | 243 | "moveCategoryError_title": "移动失败", |
237 | 244 | "moveCategoryError_message": "移动相册失败", |
| 245 | + "categoryPrivacy": "Manage Permissions", |
| 246 | + "categoryPrivacy_subtitle": "Manage access permissions of \"{album_name}\".", |
| 247 | + "@categoryPrivacy_subtitle": { |
| 248 | + "placeholders": { |
| 249 | + "album_name": {} |
| 250 | + } |
| 251 | + }, |
| 252 | + "categoryPrivacyMode_public": "Public", |
| 253 | + "categoryPrivacyMode_publicMessage": "Every user can see this album.", |
| 254 | + "categoryPrivacyMode_private": "Private", |
| 255 | + "categoryPrivacyMode_privateMessage": "Visitors must log in and have the necessary permissions to see this album.", |
| 256 | + "categoryPrivacyGroups": "Group permissions", |
| 257 | + "categoryPrivacyGroups_add": "Authorize groups", |
| 258 | + "categoryPrivacyUsers": "User permissions", |
| 259 | + "categoryPrivacyUsers_message": "To manage user permissions, go to your web administration.", |
| 260 | + "categoryPrivacyRecursive": "Apply to sub-albums", |
| 261 | + "categoryPrivacyRecursive_message": "After confirmation, all modifications will be applied to sub-albums.", |
238 | 262 | "categorySelection_setThumbnail": "请选择要使用照片 {photo} 作为缩略图的相册。", |
239 | 263 | "@categorySelection_setThumbnail": { |
240 | 264 | "placeholders": { |
|
340 | 364 | "tagsAdd_placeholder": "新标签", |
341 | 365 | "tagsAddHUD_label": "创建标签中...", |
342 | 366 | "tagsAddHUD_created": "标签已创建", |
| 367 | + "group": "Group", |
| 368 | + "groups": "Groups", |
| 369 | + "groupsTitle_selectOne": "Select a Group", |
| 370 | + "groupsHeader_selected": "Selected", |
| 371 | + "groupsHeader_notSelected": "Not Selected", |
| 372 | + "groupsHeader_all": "All Groups", |
| 373 | + "groupsAdd_title": "Add Group", |
| 374 | + "groupsAdd_message": "Enter a name for this new group", |
| 375 | + "groupsAdd_placeholder": "New group", |
| 376 | + "groupsAddHUD_label": "Creating Group…", |
| 377 | + "groupsAddHUD_created": "Group Created", |
343 | 378 | "tagsAddError_message": "无法创建新标签", |
344 | 379 | "tagsAddError_title": "创建失败", |
345 | 380 | "selectImages": "选择图片", |
|
0 commit comments