Fix chinese locale
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"nonActiveProfileBtnSemanticLabel": "選擇“${name}”作為活動設定檔。",
|
||||
"subscription": {
|
||||
"traffic": "流量",
|
||||
"updatedTimeAgo": "更新${時間前}",
|
||||
"updatedTimeAgo": "更新${timeago}",
|
||||
"remainingDuration": "剩餘 ${duration} 天",
|
||||
"remainingTrafficSemanticLabel": "已使用 ${consumed} 流量,總共 ${total} 流量。",
|
||||
"expired": "已到期",
|
||||
|
||||
@@ -9,7 +9,8 @@ extension AppLocaleX on AppLocale {
|
||||
"en" => "English",
|
||||
"fa" => "فارسی",
|
||||
"ru" => "Русский",
|
||||
"zh" || "zh_CN" => "中文",
|
||||
"zh" || "zh_CN" => "中文 (中国)",
|
||||
"zh_TW" => "中文 (台湾)",
|
||||
"tr" => "Türkçe",
|
||||
"es" => "Spanish",
|
||||
_ => "Unknown",
|
||||
|
||||
Reference in New Issue
Block a user