Fix chinese locale

This commit is contained in:
problematicconsumer
2024-02-16 15:39:07 +03:30
parent e382ae724d
commit bffc225146
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
"addToClipboard": "新增到剪貼簿" "addToClipboard": "新增到剪貼簿"
}, },
"intro": { "intro": {
"termsAndPolicyCaution(rich)": "繼續即表示您同意 ${tap( @:about .termsAndConditions)}", "termsAndPolicyCaution(rich)": "繼續即表示您同意 ${tap(@:about.termsAndConditions)}",
"start": "開始" "start": "開始"
}, },
"home": { "home": {
@@ -45,7 +45,7 @@
"nonActiveProfileBtnSemanticLabel": "選擇“${name}”作為活動設定檔。", "nonActiveProfileBtnSemanticLabel": "選擇“${name}”作為活動設定檔。",
"subscription": { "subscription": {
"traffic": "流量", "traffic": "流量",
"updatedTimeAgo": "更新${時間前}", "updatedTimeAgo": "更新${timeago}",
"remainingDuration": "剩餘 ${duration} 天", "remainingDuration": "剩餘 ${duration} 天",
"remainingTrafficSemanticLabel": "已使用 ${consumed} 流量,總共 ${total} 流量。", "remainingTrafficSemanticLabel": "已使用 ${consumed} 流量,總共 ${total} 流量。",
"expired": "已到期", "expired": "已到期",
@@ -271,7 +271,7 @@
"appUpdate": { "appUpdate": {
"notAvailableMsg": "已經是最新版本", "notAvailableMsg": "已經是最新版本",
"dialogTitle": "有可用更新", "dialogTitle": "有可用更新",
"updateMsg": "@:general .appTitle 的更新版本現已推出。您想現在更新嗎?", "updateMsg": "@:general.appTitle 的更新版本現已推出。您想現在更新嗎?",
"currentVersionLbl": "目前版本", "currentVersionLbl": "目前版本",
"newVersionLbl": "新版本", "newVersionLbl": "新版本",
"updateNowBtnTxt": "現在更新", "updateNowBtnTxt": "現在更新",

View File

@@ -9,7 +9,8 @@ extension AppLocaleX on AppLocale {
"en" => "English", "en" => "English",
"fa" => "فارسی", "fa" => "فارسی",
"ru" => "Русский", "ru" => "Русский",
"zh" || "zh_CN" => "中文", "zh" || "zh_CN" => "中文 (中国)",
"zh_TW" => "中文 (台湾)",
"tr" => "Türkçe", "tr" => "Türkçe",
"es" => "Spanish", "es" => "Spanish",
_ => "Unknown", _ => "Unknown",