feat(i18n): 添加国家选择器的多语言翻译

This commit is contained in:
scout 2025-01-13 14:00:35 +08:00
parent 76194063a6
commit b943b3561f
4 changed files with 12 additions and 0 deletions

View File

@ -43,5 +43,8 @@
"btn_fetch": "Fetch",
"btn_clear": "Clear",
"btn_empty_desc": "No data"
},
"countryRegion": {
"searchPlaceholder": "Please enter the country and region"
}
}

View File

@ -43,5 +43,8 @@
"btn_fetch": "取得",
"btn_clear": "クリア",
"btn_empty_desc": "データなし"
},
"countryRegion": {
"searchPlaceholder": "国と地域を入力してください"
}
}

View File

@ -47,5 +47,8 @@
"btn_fetch": "拉取",
"btn_clear": "清空",
"btn_empty_desc": "暂无数据"
},
"countryRegion": {
"searchPlaceholder": "请输入国家和地区"
}
}

View File

@ -43,5 +43,8 @@
"btn_fetch": "拉取",
"btn_clear": "清空",
"btn_empty_desc": "暫無數據"
},
"countryRegion": {
"searchPlaceholder": "請輸入國家和地區"
}
}