mirror of
https://github.com/immich-app/immich.git
synced 2026-03-10 04:07:36 +03:00
chore(web): update translations (#11429)
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ar/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/bg/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ca/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/he/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/lt/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/tr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/uk/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/vi/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ Translation: Immich/immich Co-authored-by: Atakan Dulker <atakandulker@gmail.com> Co-authored-by: CanbiZ <mickey.leskowitz@gmail.com> Co-authored-by: Dmitry Banny <dj.icecore@gmail.com> Co-authored-by: Enoé Mugnaschi <enmuro@gmail.com> Co-authored-by: Florian Ostertag <florian.kuepper@gmail.com> Co-authored-by: Junghyuk Kwon <kwon@junghy.uk> Co-authored-by: Maciek S <maslanypotwor1@gmail.com> Co-authored-by: Manar Aldroubi <droubi@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Co-authored-by: Ponas <le.slab124@aleeas.com> Co-authored-by: Shawn <xiaxinx@gmail.com> Co-authored-by: Ultragian <giancarlo.brasil@gmail.com> Co-authored-by: Unimpeded Lemur <yg7lh0fz3@mozmail.com> Co-authored-by: gallegonovato <fran-carro@hotmail.es> Co-authored-by: tddaij <xdaint@gmail.com> Co-authored-by: waclaw66 <waclaw66@seznam.cz> Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com> Co-authored-by: 李奕寯 <eugenelego88@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"add_to_shared_album": "添加至共享相册",
|
||||
"added_to_archive": "添加至归档",
|
||||
"added_to_favorites": "添加至收藏",
|
||||
"added_to_favorites_count": "添加{count}项至收藏",
|
||||
"added_to_favorites_count": "添加{count, number}项至收藏",
|
||||
"admin": {
|
||||
"add_exclusion_pattern_description": "添加排除规则。支持使用 *,** 和 ? 进行通配。要忽略名为 “Raw” 的任何目录中的所有文件,请使用 “**/Raw/**”。要忽略所有以 “.tif” 结尾的文件,请使用 “**/*.tif\"。要忽略绝对路径,请使用 \"/path/to/ignore/**”。",
|
||||
"authentication_settings": "认证设置",
|
||||
@@ -1220,7 +1220,7 @@
|
||||
"total_usage": "总用量",
|
||||
"trash": "回收站",
|
||||
"trash_all": "全部删除",
|
||||
"trash_count": "删除{count}项",
|
||||
"trash_count": "删除{count, number}项",
|
||||
"trash_delete_asset": "将项目放入回收站/删除",
|
||||
"trash_no_results_message": "删除的照片和视频将在此处展示。",
|
||||
"trashed_items_will_be_permanently_deleted_after": "回收站中的项目将在{days, plural, one {#天} other {#天}}后被永久删除。",
|
||||
@@ -1250,7 +1250,7 @@
|
||||
"upload": "上传",
|
||||
"upload_concurrency": "上传并发",
|
||||
"upload_errors": "上传完成,出现{count, plural, one {#个错误} other {#个错误}},刷新页面以查看新上传的项目。",
|
||||
"upload_progress": "剩余{remaining} - 已处理 {processed}/{total}",
|
||||
"upload_progress": "剩余{remaining, number} - 已处理 {processed, number}/{total, number}",
|
||||
"upload_skipped_duplicates": "已跳过{count, plural, one {#个重复项} other {#个重复项}}",
|
||||
"upload_status_duplicates": "重复项",
|
||||
"upload_status_errors": "错误",
|
||||
|
||||
Reference in New Issue
Block a user