Update zh-CN localization (#755)

* Update zh-CN localization

* Update copyright year in legal notice
This commit is contained in:
flower_elf
2024-04-11 10:01:23 +08:00
committed by GitHub
parent cae4376617
commit 6bf8d1f62e
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -85,6 +85,7 @@
}, },
"worlds": { "worlds": {
"header": "世界", "header": "世界",
"search": "搜索",
"vrchat_favorites": "VRChat 上的收藏", "vrchat_favorites": "VRChat 上的收藏",
"local_favorites": "本地收藏", "local_favorites": "本地收藏",
"new_group": "创建新的收藏夹" "new_group": "创建新的收藏夹"
@@ -141,6 +142,8 @@
"two_factor": "双重认证 (2FA)", "two_factor": "双重认证 (2FA)",
"two_factor_enabled": "已启用", "two_factor_enabled": "已启用",
"two_factor_disabled": "已停用", "two_factor_disabled": "已停用",
"v_bucks": "V-Bucks",
"refresh": "点击以刷新",
"logout": "退出登录", "logout": "退出登录",
"manage_gallery_icon": "管理上传的图片/图标/表情", "manage_gallery_icon": "管理上传的图片/图标/表情",
"export_friend_list": "导出好友列表", "export_friend_list": "导出好友列表",
@@ -249,6 +252,7 @@
"theme_mode_material3": "Material 3", "theme_mode_material3": "Material 3",
"vrcplus_profile_icons": "VRC+ 个人信息图标", "vrcplus_profile_icons": "VRC+ 个人信息图标",
"disable_tooltips": "关闭提示", "disable_tooltips": "关闭提示",
"disable_nicknames": "不显示本地好友备注",
"sort_favorite_by": "收藏排序依据", "sort_favorite_by": "收藏排序依据",
"sort_favorite_by_name": "名称", "sort_favorite_by_name": "名称",
"sort_favorite_by_date": "时间", "sort_favorite_by_date": "时间",
@@ -310,6 +314,8 @@
"overlay_notifications": "叠加层通知", "overlay_notifications": "叠加层通知",
"notification_position": "通知位置", "notification_position": "通知位置",
"xsoverlay_notifications": "XSOverlay 通知", "xsoverlay_notifications": "XSOverlay 通知",
"ovrtoolkit_hud_notifications": "OVR Toolkit HUD 通知",
"ovrtoolkit_wrist_notifications": "OVR Toolkit 手腕通知",
"user_images": "显示玩家头像(较慢)", "user_images": "显示玩家头像(较慢)",
"notification_timeout": "通知时长" "notification_timeout": "通知时长"
}, },
@@ -604,7 +610,10 @@
"copy_url": "复制URL", "copy_url": "复制URL",
"copy_display_name": "复制显示名称", "copy_display_name": "复制显示名称",
"accuracy_notice": "本地数据库的数据可能不准确", "accuracy_notice": "本地数据库的数据可能不准确",
"instance_full": "房间已满" "instance_full": "房间已满",
"instance_closed": "房间已关闭",
"instance_hard_closed": "房间已关闭",
"close_instance": "关闭该房间"
}, },
"groups": { "groups": {
"header": "加入的群组", "header": "加入的群组",
@@ -619,6 +628,7 @@
"sort_by": "排序方式:", "sort_by": "排序方式:",
"order_by": "顺序:", "order_by": "顺序:",
"sorting": { "sorting": {
"name": "世界名称",
"updated": "更新时间", "updated": "更新时间",
"created": "创建时间", "created": "创建时间",
"favorites": "收藏次数", "favorites": "收藏次数",
@@ -915,7 +925,7 @@
"group_access_type": "房间类型", "group_access_type": "房间类型",
"group_access_type_members": "仅限群组成员", "group_access_type_members": "仅限群组成员",
"group_access_type_plus": "群组+", "group_access_type_plus": "群组+",
"group_access_type_public": "公开(群组身份)", "group_access_type_public": "公开(群组管理)",
"region": "服务器位置", "region": "服务器位置",
"region_usw": "美国西部", "region_usw": "美国西部",
"region_use": "美国东部", "region_use": "美国东部",
+1 -1
View File
@@ -106,7 +106,7 @@ mixin settingsTab()
div.options-container(style="margin-top:45px;border-top:1px solid #eee;padding-top:30px") div.options-container(style="margin-top:45px;border-top:1px solid #eee;padding-top:30px")
span.header {{ $t("view.settings.general.legal_notice.header" )}} span.header {{ $t("view.settings.general.legal_notice.header" )}}
div.options-container-item div.options-container-item
p © 2019-2023 #[a.x-link(@click="openExternalLink('https://github.com/pypy-vrc')") pypy] & #[a.x-link(@click="openExternalLink('https://github.com/Natsumi-sama')") Natsumi] p © 2019-2024 #[a.x-link(@click="openExternalLink('https://github.com/pypy-vrc')") pypy] & #[a.x-link(@click="openExternalLink('https://github.com/Natsumi-sama')") Natsumi]
p {{ $t("view.settings.general.legal_notice.info" )}} p {{ $t("view.settings.general.legal_notice.info" )}}
p {{ $t("view.settings.general.legal_notice.disclaimer1" )}} p {{ $t("view.settings.general.legal_notice.disclaimer1" )}}
p {{ $t("view.settings.general.legal_notice.disclaimer2" )}} p {{ $t("view.settings.general.legal_notice.disclaimer2" )}}