diff options
author | Harmony Weblate <96563367+harmony-weblate@users.noreply.github.com> | 2023-08-19 18:17:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 18:17:52 +0200 |
commit | fa7965ef208103d14c4ef54131406a2e5f84ff87 (patch) | |
tree | 2b33d0ae12bfd8dddad18f6d157c419ff42d1f0c | |
parent | e0f70771337d09297bf7f01866448330e632bee7 (diff) | |
download | FlightCore-fa7965ef208103d14c4ef54131406a2e5f84ff87.tar.gz FlightCore-fa7965ef208103d14c4ef54131406a2e5f84ff87.zip |
i18n: Translations update from Weblate (#521)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (108 of 108 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/zh_Hans/
Co-authored-by: zxcPandora <81985226+zxcPandora@users.noreply.github.com>
-rw-r--r-- | src-vue/src/i18n/lang/zh_Hans.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src-vue/src/i18n/lang/zh_Hans.json b/src-vue/src/i18n/lang/zh_Hans.json index 6447a6cf..57221973 100644 --- a/src-vue/src/i18n/lang/zh_Hans.json +++ b/src-vue/src/i18n/lang/zh_Hans.json @@ -113,9 +113,17 @@ "reinstall_text": "请耐心等待", "reinstall_success": "成功重装Northstar", "force_reinstall_ns": "强制重装Northstar", - "reinstall_title": "正在强制重装Northstar" + "reinstall_title": "正在强制重装Northstar", + "kill_northstar_process": "终止正在运行的 Northstar/Titanfall2 进程" }, "open_window": "打开修复工具" + }, + "profile": { + "active": "当前用户配置", + "edit": "编辑用户配置", + "dialog": { + "title": "用户配置" + } } }, "notification": { @@ -136,6 +144,12 @@ "flightcore_outdated": { "title": "FlightCore需要更新!", "text": "请更新FlightCore.\n正在运行旧版本 {oldVersion}.\n最新版本为 {newVersion}!" + }, + "profile": { + "invalid": { + "title": "无效用户配置", + "text": "您尝试切换到的用户配置已失效。" + } } }, "channels": { |