1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

fix(web): translation (#10026)

This commit is contained in:
Alex 2024-06-07 13:54:22 -05:00 committed by GitHub
parent 4b49d3a85d
commit b595881084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 209 additions and 209 deletions

View file

@ -1,15 +1,15 @@
{
"account": "",
"account": "Konto",
"acknowledge": "",
"action": "",
"actions": "",
"active": "",
"activity": "",
"add": "",
"add_a_description": "",
"add_a_location": "",
"add_a_name": "",
"add_a_title": "",
"active": "Aktiv",
"activity": "Aktivität",
"add": "Hinzufügen",
"add_a_description": "Beschreibung hinzufügen",
"add_a_location": "Standort hinzufügen",
"add_a_name": "Name hinzufügen",
"add_a_title": "Titel hinzufügen",
"add_exclusion_pattern": "",
"add_import_path": "",
"add_location": "",
@ -17,7 +17,7 @@
"add_partner": "",
"add_path": "",
"add_photos": "",
"add_to": "",
"add_to": "Hinzufügen zu...",
"add_to_album": "",
"add_to_shared_album": "",
"admin": {
@ -25,7 +25,7 @@
"authentication_settings_description": "",
"crontab_guru": "",
"disable_login": "",
"disabled": "",
"disabled": "Deaktiviert",
"duplicate_detection_job_description": "",
"image_format_description": "",
"image_prefer_embedded_preview": "",

View file

@ -775,7 +775,7 @@
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "***********************",
"language_setting_description": "",
"language": "",
"zoom_image": ""
}

View file

@ -1,25 +1,25 @@
{
"account": "",
"account": "账户",
"acknowledge": "",
"action": "",
"actions": "",
"active": "",
"activity": "",
"add": "",
"add_a_description": "",
"add_a_location": "",
"add_a_name": "",
"add_a_title": "",
"add_exclusion_pattern": "",
"add_import_path": "",
"add_location": "",
"add_more_users": "",
"add_partner": "",
"add_path": "",
"add": "添加",
"add_a_description": "添加描述",
"add_a_location": "添加位置",
"add_a_name": "添加名称",
"add_a_title": "添加标题",
"add_exclusion_pattern": "添加排除模式",
"add_import_path": "添加导入路径",
"add_location": "添加位置",
"add_more_users": "添加更多用户",
"add_partner": "添加伙伴",
"add_path": "添加路径",
"add_photos": "",
"add_to": "",
"add_to_album": "",
"add_to_shared_album": "",
"add_to": "添加至...",
"add_to_album": "添加至相簿",
"add_to_shared_album": "添加至共享相簿",
"admin": {
"authentication_settings": "",
"authentication_settings_description": "",
@ -65,16 +65,16 @@
"machine_learning_facial_recognition": "",
"machine_learning_facial_recognition_description": "",
"machine_learning_facial_recognition_model": "",
"machine_learning_facial_recognition_model_description": "",
"machine_learning_facial_recognition_setting_description": "",
"machine_learning_facial_recognition_model_description": "机器学习模型按规模大小降序排列。更大的模型速度更慢,占用的内存更多,但效果更好。请注意,在更改模型时,必须对所有图像重新运行人脸检测。",
"machine_learning_facial_recognition_setting_description": "如果禁用此功能,图片将不会被编码用于面部识别,也不会在探索页面的人物部分显示。",
"machine_learning_max_detection_distance": "",
"machine_learning_max_detection_distance_description": "",
"machine_learning_max_recognition_distance": "",
"machine_learning_max_recognition_distance_description": "",
"machine_learning_max_recognition_distance_description": "将此阈值设定在0到2之间可以优化系统的识别精度。选择一个较低的阈值有助于保持面孔的独特性避免错误地将两个不同的人识别为同一人。相反适当提高阈值可以减少将同一人误分为多个面孔的情况。在这个选择过程中我们倾向于更低的阈值因为合并错误识别的面孔要比分离同一个面孔中的多个人更简单。",
"machine_learning_min_detection_score": "",
"machine_learning_min_detection_score_description": "",
"machine_learning_min_detection_score_description": "面部被检测到的最小置信度分数范围是0到1。较低的值将检测到更多的面孔但可能导致误报。",
"machine_learning_min_recognized_faces": "",
"machine_learning_min_recognized_faces_description": "",
"machine_learning_min_recognized_faces_description": "创建新人物所需最少面部识别等数量。提高这个数字可以使面部识别更精确,但也增加了面孔未能被分配到对应人物的可能性。",
"machine_learning_settings": "",
"machine_learning_settings_description": "",
"machine_learning_smart_search": "",
@ -94,7 +94,7 @@
"metadata_extraction_job_description": "",
"migration_job_description": "",
"notification_email_from_address": "",
"notification_email_from_address_description": "",
"notification_email_from_address_description": "发件人邮箱地址例如“Immich Photo Server <noreply@immich.app>”",
"notification_email_host_description": "",
"notification_email_ignore_certificate_errors": "",
"notification_email_ignore_certificate_errors_description": "",
@ -150,9 +150,9 @@
"theme_settings": "",
"theme_settings_description": "",
"thumbnail_generation_job_description": "",
"transcode_policy_description": "",
"transcode_policy_description": "视频转码的策略。HDR视频将始终进行转码除非禁用了转码功能",
"transcoding_acceleration_api": "",
"transcoding_acceleration_api_description": "",
"transcoding_acceleration_api_description": "这个API将与您的设备交互以加速转码过程。此设置为“尽力而为”——如果转码失败将回到软件转码。VP9是否工作取决于您的硬件配置。",
"transcoding_acceleration_nvenc": "",
"transcoding_acceleration_qsv": "",
"transcoding_acceleration_rkmpp": "",
@ -166,28 +166,28 @@
"transcoding_audio_codec_description": "",
"transcoding_bitrate_description": "",
"transcoding_constant_quality_mode": "",
"transcoding_constant_quality_mode_description": "",
"transcoding_constant_quality_mode_description": "ICQ比CQP更好但一些硬件加速设备不支持这种模式。当使用基于质量的编码时此选项将为首选指定的模式。使用NVENC时忽略因为NVENC不支持ICQ",
"transcoding_constant_rate_factor": "",
"transcoding_constant_rate_factor_description": "",
"transcoding_constant_rate_factor_description": "视频质量水平。H.264的典型值为23HEVC为28VP9为31AV1为35。越低越好但产生的文件越大。",
"transcoding_disabled_description": "",
"transcoding_hardware_acceleration": "",
"transcoding_hardware_acceleration_description": "",
"transcoding_hardware_decoding": "",
"transcoding_hardware_decoding_setting_description": "",
"transcoding_hardware_decoding_setting_description": "仅适用于NVENC和RKMPP。启用端到端加速而不仅仅是加速编码。可能并不适用于所有视频。",
"transcoding_hevc_codec": "",
"transcoding_max_b_frames": "",
"transcoding_max_b_frames_description": "",
"transcoding_max_b_frames_description": "较高的值可以提高压缩效率但会减慢编码速度。可能与旧设备上的硬件加速不兼容。0值将禁用B帧而-1值将自动设置此参数。",
"transcoding_max_bitrate": "",
"transcoding_max_bitrate_description": "",
"transcoding_max_bitrate_description": "设置最大比特率可以使文件大小更可控而对质量的影响很小。在720p时VP9或HEVC的典型值为2600k而H.264的典型值则为4500k。如果此项设置为0则不限制最大比特率。",
"transcoding_max_keyframe_interval": "",
"transcoding_max_keyframe_interval_description": "",
"transcoding_max_keyframe_interval_description": "设置关键帧之间的最大帧距离。较低的值会降低压缩效率但可以提高搜索时间并且可能在快速运动的场景中提高画质。值设为0将自动设置此参数。",
"transcoding_optimal_description": "",
"transcoding_preferred_hardware_device": "",
"transcoding_preferred_hardware_device_description": "",
"transcoding_preset_preset": "",
"transcoding_preset_preset_description": "",
"transcoding_preset_preset_description": "压缩速度。较慢的预设会产生更小的文件并在目标特定比特率时提高质量。VP9请忽略faster以上的速度。",
"transcoding_reference_frames": "",
"transcoding_reference_frames_description": "",
"transcoding_reference_frames_description": "在压缩给定帧时参考的帧数。较高的值可以提高压缩效率但会减慢编码速度。此项设置为0时将自动设置此参数。",
"transcoding_required_description": "",
"transcoding_settings": "",
"transcoding_settings_description": "",
@ -196,23 +196,23 @@
"transcoding_temporal_aq": "",
"transcoding_temporal_aq_description": "",
"transcoding_threads": "",
"transcoding_threads_description": "",
"transcoding_threads_description": "设定值越高编码速度越快留给其他任务Docker外宿主机的任务等的计算能力越小。此值不应大于CPU核心的数量。如果值设置为0则最大限度地提高利用率。",
"transcoding_tone_mapping": "",
"transcoding_tone_mapping_description": "",
"transcoding_tone_mapping_description": "在将HDR视频转换为SDR时尝试保持其外观。每种算法在颜色、细节和亮度方面做出了不同的权衡。Hable算法保留细节Mobius算法保留颜色而Reinhard算法保留亮度。",
"transcoding_tone_mapping_npl": "",
"transcoding_tone_mapping_npl_description": "",
"transcoding_tone_mapping_npl_description": "对于这种亮度的显示器颜色将被调整到显示正常。与直觉相反较低的值会增加视频的亮度反之亦然因为它会补偿显示器的亮度。填0将自动设置此值",
"transcoding_transcode_policy": "",
"transcoding_two_pass_encoding": "",
"transcoding_two_pass_encoding_setting_description": "",
"transcoding_video_codec": "",
"transcoding_video_codec_description": "",
"trash_enabled_description": "",
"trash_number_of_days": "",
"trash_number_of_days_description": "",
"trash_settings": "",
"trash_settings_description": "",
"user_delete_delay_settings": "",
"user_delete_delay_settings_description": "",
"transcoding_two_pass_encoding_setting_description": "分两次进行转码以生成更好的编码视频。当启用最大比特率与H.264和HEVC一起工作所需此模式使用基于最大比特率的比特率范围并忽略CRF。对于VP9如果禁用了最大比特率则可以使用CRF。\n注CRF全称为constant ratefactor是指保证“一定质量”智能分配码率包括同一帧内分配码率、帧间分配码率。",
"transcoding_video_codec": "视频编解码器",
"transcoding_video_codec_description": "VP9具有很高的效率和网络兼容性但转码需要更长的时间。\nHEVC的性能相似但网络兼容性较低。\nH.264转码快速且具有广泛的兼容性,但产生的文件要大得多。\nAV1是最高效的编解码器但在较旧的设备上缺乏支持。",
"trash_enabled_description": "启用回收站",
"trash_number_of_days": "天数",
"trash_number_of_days_description": "回收站中照片永久删除的天数",
"trash_settings": "回收站设置",
"trash_settings_description": "管理回收站设置",
"user_delete_delay_settings": "延期删除",
"user_delete_delay_settings_description": "从移除用户账户及其资产之日起,经过的天数将决定何时永久删除。用户删除作业将在午夜运行,以检查哪些用户的账户准备好进行删除。对此设置的更改将在下一次执行时进行评估。",
"user_settings": "",
"user_settings_description": "",
"version_check_enabled_description": "",
@ -224,11 +224,11 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"albums": "",
"album_cover_updated": "更新相簿封面",
"album_info_updated": "更新相簿信息",
"album_name": "相簿名称",
"album_options": "相簿设置",
"albums": "相簿",
"all": "",
"all_people": "",
"allow_dark_mode": "",
@ -294,7 +294,7 @@
"cover": "",
"covers": "",
"create": "",
"create_album": "",
"create_album": "创建相簿",
"create_library": "",
"create_link": "",
"create_link_to_share": "",
@ -314,7 +314,7 @@
"default_locale": "",
"default_locale_description": "",
"delete": "",
"delete_album": "",
"delete_album": "删除相簿",
"delete_key": "",
"delete_library": "",
"delete_link": "",
@ -331,7 +331,7 @@
"display_options": "",
"display_order": "",
"display_original_photos": "",
"display_original_photos_setting_description": "",
"display_original_photos_setting_description": "在网络与原始格式兼容的情况下,查看图片或视频时优先显示原始文件而不是缩略图。这可能导致照片显示速度变慢。",
"done": "",
"download": "",
"downloading": "",
@ -343,7 +343,7 @@
"months": "",
"years": ""
},
"edit_album": "",
"edit_album": "编辑相簿",
"edit_avatar": "",
"edit_date": "",
"edit_date_and_time": "",
@ -362,7 +362,7 @@
"editor": "",
"email": "",
"empty": "",
"empty_album": "",
"empty_album": "清空相簿",
"empty_trash": "",
"enable": "",
"enabled": "",
@ -370,31 +370,31 @@
"error": "",
"error_loading_image": "",
"errors": {
"unable_to_add_album_users": "",
"unable_to_add_comment": "",
"unable_to_add_partners": "",
"unable_to_change_album_user_role": "",
"unable_to_add_album_users": "无法添加相簿用户",
"unable_to_add_comment": "无法添加评论",
"unable_to_add_partners": "无法添加伙伴",
"unable_to_change_album_user_role": "无法更改相簿用户规则",
"unable_to_change_date": "",
"unable_to_change_location": "",
"unable_to_check_item": "",
"unable_to_check_items": "",
"unable_to_create_admin_account": "",
"unable_to_create_admin_account": "无法创建管理员账户",
"unable_to_create_library": "",
"unable_to_create_user": "",
"unable_to_delete_album": "",
"unable_to_delete_album": "无法删除相簿",
"unable_to_delete_asset": "",
"unable_to_delete_user": "",
"unable_to_empty_trash": "",
"unable_to_enter_fullscreen": "",
"unable_to_exit_fullscreen": "",
"unable_to_hide_person": "",
"unable_to_load_album": "",
"unable_to_load_album": "无法加载相簿",
"unable_to_load_asset_activity": "",
"unable_to_load_items": "",
"unable_to_load_liked_status": "",
"unable_to_play_video": "",
"unable_to_refresh_user": "",
"unable_to_remove_album_users": "",
"unable_to_remove_album_users": "无法移除相簿用户",
"unable_to_remove_comment": "",
"unable_to_remove_library": "",
"unable_to_remove_partner": "",
@ -406,24 +406,24 @@
"unable_to_restore_assets": "",
"unable_to_restore_trash": "",
"unable_to_restore_user": "",
"unable_to_save_album": "",
"unable_to_save_name": "",
"unable_to_save_profile": "",
"unable_to_save_settings": "",
"unable_to_scan_libraries": "",
"unable_to_scan_library": "",
"unable_to_save_album": "无法保存相簿",
"unable_to_save_name": "无法保存名称",
"unable_to_save_profile": "无法保存配置文件",
"unable_to_save_settings": "无法保存设置",
"unable_to_scan_libraries": "无法扫描库",
"unable_to_scan_library": "无法扫描库",
"unable_to_set_profile_picture": "",
"unable_to_submit_job": "",
"unable_to_trash_asset": "",
"unable_to_unlink_account": "",
"unable_to_update_library": "",
"unable_to_update_location": "",
"unable_to_update_settings": "",
"unable_to_update_user": ""
"unable_to_submit_job": "无法提交作业",
"unable_to_trash_asset": "无法回收资产",
"unable_to_unlink_account": "无法取消账户链接",
"unable_to_update_library": "无法更新库",
"unable_to_update_location": "无法更新位置",
"unable_to_update_settings": "无法更新设置",
"unable_to_update_user": "无法更新用户"
},
"every_day_at_onepm": "",
"every_day_at_onepm": "每天下午一点",
"every_night_at_midnight": "",
"every_night_at_twoam": "",
"every_night_at_twoam": "每天凌晨两点",
"every_six_hours": "",
"exit_slideshow": "",
"expand_all": "",
@ -432,7 +432,7 @@
"explore": "",
"extension": "",
"external_libraries": "",
"failed_to_get_people": "",
"failed_to_get_people": "无法获取人物",
"favorite": "",
"favorite_or_unfavorite_photo": "",
"favorites": "",
@ -440,7 +440,7 @@
"feature_photo_updated": "",
"featurecollection": "",
"file_name": "",
"file_name_or_extension": "",
"file_name_or_extension": "文件名或扩展名",
"filename": "",
"files": "",
"filetype": "",
@ -453,8 +453,8 @@
"getting_started": "",
"go_back": "",
"go_to_search": "",
"go_to_share_page": "",
"group_albums_by": "",
"go_to_share_page": "转到共享页面",
"group_albums_by": "相簿分组依据",
"has_quota": "",
"hide_gallery": "",
"hide_password": "",
@ -467,7 +467,7 @@
"import_path": "",
"in_archive": "",
"include_archived": "",
"include_shared_albums": "",
"include_shared_albums": "包含共享相簿",
"include_shared_partner_assets": "",
"individual_share": "",
"info": "",
@ -478,7 +478,7 @@
"night_at_twoam": ""
},
"invite_people": "",
"invite_to_album": "",
"invite_to_album": "邀请加入相簿",
"job_settings_description": "",
"jobs": "",
"keep": "",
@ -492,7 +492,7 @@
"light": "",
"link_options": "",
"link_to_oauth": "",
"linked_oauth_account": "",
"linked_oauth_account": "绑定OAuth账户",
"list": "",
"loading": "",
"loading_search_results_failed": "",
@ -506,7 +506,7 @@
"manage_shared_links": "",
"manage_sharing_with_partners": "",
"manage_the_app_settings": "",
"manage_your_account": "",
"manage_your_account": "管理你的账户",
"manage_your_api_keys": "",
"manage_your_devices": "",
"manage_your_oauth_connection": "",
@ -527,7 +527,7 @@
"month": "",
"more": "",
"moved_to_trash": "",
"my_albums": "",
"my_albums": "我的相簿",
"name": "",
"name_or_nickname": "",
"never": "",
@ -539,7 +539,7 @@
"next": "",
"next_memory": "",
"no": "",
"no_albums_message": "",
"no_albums_message": "创建相簿以整理照片和视频",
"no_archived_assets_message": "",
"no_assets_message": "",
"no_exif_info_available": "",
@ -549,8 +549,8 @@
"no_name": "",
"no_places": "",
"no_results": "",
"no_shared_albums_message": "",
"not_in_any_album": "",
"no_shared_albums_message": "创建相簿以共享照片和视频",
"not_in_any_album": "不在任何相簿中",
"notes": "",
"offline": "",
"ok": "",
@ -617,9 +617,9 @@
"recent_searches": "",
"refresh": "",
"refreshed": "",
"refreshes_every_file": "",
"remove": "",
"remove_from_album": "",
"refreshes_every_file": "刷新全部文件",
"remove": "移除",
"remove_from_album": "从相簿中移除",
"remove_from_favorites": "",
"remove_from_shared_link": "",
"remove_offline_files": "",
@ -645,7 +645,7 @@
"scan_new_library_files": "",
"scan_settings": "",
"search": "",
"search_albums": "",
"search_albums": "搜索相簿",
"search_by_context": "",
"search_camera_make": "",
"search_camera_model": "",
@ -660,7 +660,7 @@
"search_your_photos": "",
"searching_locales": "",
"second": "",
"select_album_cover": "",
"select_album_cover": "选择相簿封面",
"select_all": "",
"select_avatar_color": "",
"select_face": "",
@ -669,113 +669,113 @@
"select_new_face": "",
"select_photos": "",
"selected": "",
"send_message": "",
"server": "",
"server_stats": "",
"set": "",
"set_as_album_cover": "",
"set_as_profile_picture": "",
"set_date_of_birth": "",
"set_profile_picture": "",
"set_slideshow_to_fullscreen": "",
"settings": "",
"settings_saved": "",
"share": "",
"shared": "",
"shared_by": "",
"shared_by_you": "",
"shared_links": "",
"sharing": "",
"sharing_sidebar_description": "",
"show_album_options": "",
"show_file_location": "",
"show_gallery": "",
"show_hidden_people": "",
"show_in_timeline": "",
"show_in_timeline_setting_description": "",
"show_keyboard_shortcuts": "",
"show_metadata": "",
"show_or_hide_info": "",
"show_password": "",
"show_person_options": "",
"show_progress_bar": "",
"show_search_options": "",
"send_message": "发送消息",
"server": "服务器",
"server_stats": "服务器统计信息",
"set": "设置",
"set_as_album_cover": "设为相簿封面",
"set_as_profile_picture": "设为个人资料图片",
"set_date_of_birth": "设置出生日期",
"set_profile_picture": "设置个人资料图片",
"set_slideshow_to_fullscreen": "全屏放映幻灯片",
"settings": "设置",
"settings_saved": "设置已保存",
"share": "共享",
"shared": "共享",
"shared_by": "共享自",
"shared_by_you": "你的共享",
"shared_links": "共享链接",
"sharing": "共享",
"sharing_sidebar_description": "在侧边栏中显示共享链接",
"show_album_options": "显示相簿选项",
"show_file_location": "显示文件位置",
"show_gallery": "显示图库",
"show_hidden_people": "显示隐藏人物",
"show_in_timeline": "在时间轴中显示",
"show_in_timeline_setting_description": "在时间轴中显示此用户的照片和视频",
"show_keyboard_shortcuts": "显示键盘快捷键",
"show_metadata": "显示元数据",
"show_or_hide_info": "显示或隐藏信息",
"show_password": "显示密码",
"show_person_options": "显示人物选项",
"show_progress_bar": "显示进度条",
"show_search_options": "显示搜索选项",
"shuffle": "",
"sign_up": "",
"size": "",
"skip_to_content": "",
"slideshow": "",
"slideshow_settings": "",
"sort_albums_by": "",
"stack": "",
"stack_selected_photos": "",
"stacktrace": "",
"start_date": "",
"sign_up": "注册",
"size": "尺寸",
"skip_to_content": "跳到内容",
"slideshow": "幻灯片放映",
"slideshow_settings": "放映设置",
"sort_albums_by": "相簿排序依据",
"stack": "堆叠",
"stack_selected_photos": "堆叠选定的照片",
"stacktrace": "堆栈跟踪",
"start_date": "开始日期",
"state": "",
"status": "",
"stop_motion_photo": "",
"storage": "",
"storage_label": "",
"submit": "",
"suggestions": "",
"sunrise_on_the_beach": "",
"swap_merge_direction": "",
"sync": "",
"template": "",
"theme": "",
"theme_selection": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
"toggle_theme": "",
"toggle_visibility": "",
"total_usage": "",
"trash": "",
"trash_all": "",
"trash_no_results_message": "",
"type": "",
"unarchive": "",
"unarchived": "",
"status": "状态",
"stop_motion_photo": "定格照片",
"storage": "存储",
"storage_label": "存储标签",
"submit": "提交",
"suggestions": "建议",
"sunrise_on_the_beach": "海滩上的日出",
"swap_merge_direction": "交换合并方向",
"sync": "同步",
"template": "模版",
"theme": "主题",
"theme_selection": "主题选项",
"time_based_memories": "基于时间的回忆",
"timezone": "时区",
"toggle_settings": "切换设置",
"toggle_theme": "切换主题",
"toggle_visibility": "切换可见性",
"total_usage": "总用量",
"trash": "回收",
"trash_all": "全部回收",
"trash_no_results_message": "回收的照片和视频将在此处展示。",
"type": "种类",
"unarchive": "无存档",
"unarchived": "未存档",
"unfavorite": "",
"unhide_person": "",
"unknown": "",
"unknown_album": "",
"unknown_year": "",
"unlink_oauth": "",
"unlinked_oauth_account": "",
"unselect_all": "",
"unstack": "",
"unhide_person": "显示人物",
"unknown": "未知",
"unknown_album": "未知相簿",
"unknown_year": "未知年份",
"unlink_oauth": "解绑OAuth",
"unlinked_oauth_account": "解绑OAuth账户",
"unselect_all": "取消全选",
"unstack": "取消堆叠",
"up_next": "",
"updated_password": "",
"upload": "",
"upload_concurrency": "",
"url": "",
"usage": "",
"user": "",
"user_id": "",
"user_usage_detail": "",
"username": "",
"users": "",
"utilities": "",
"validate": "",
"variables": "",
"version": "",
"video": "",
"video_hover_setting_description": "",
"videos": "",
"view_all": "",
"view_all_users": "",
"view_links": "",
"view_next_asset": "",
"view_previous_asset": "",
"updated_password": "更新密码",
"upload": "上传",
"upload_concurrency": "上传并发",
"url": "URL",
"usage": "用量",
"user": "用户",
"user_id": "用户ID",
"user_usage_detail": "用户用量详情",
"username": "用户名",
"users": "用户",
"utilities": "实用工具",
"validate": "验证",
"variables": "变量",
"version": "版本",
"video": "视频",
"video_hover_setting_description": "当鼠标悬停在项目上时播放视频缩略图。即使禁用了这个功能,也可以通过将鼠标悬停在播放图标上来开始播放。",
"videos": "视频",
"view_all": "查看全部",
"view_all_users": "查看全部用户",
"view_links": "查看链接",
"view_next_asset": "查看下一项",
"view_previous_asset": "查看上一项",
"viewer": "",
"waiting": "",
"week": "",
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": ""
"waiting": "请稍候",
"week": "",
"welcome_to_immich": "欢迎使用immich",
"year": "",
"yes": "",
"theme_selection_description": "根据浏览器的系统首选项自动设置主题色",
"language_setting_description": "选择您的偏好语言",
"language": "语言",
"zoom_image": "缩放图像"
}