mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +00:00
Added JS Library to handle Country based Phone formatting inputs intl-tel-input
This commit is contained in:
13
plugins/intl-tel-input/js/i18n/zh/interface.js
Normal file
13
plugins/intl-tel-input/js/i18n/zh/interface.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const interfaceTranslations = {
|
||||
selectedCountryAriaLabel: "所选国家",
|
||||
noCountrySelected: "未选择国家/地区",
|
||||
countryListAriaLabel: "国家名单",
|
||||
searchPlaceholder: "搜索",
|
||||
zeroSearchResults: "未找到结果",
|
||||
oneSearchResult: "找到 1 个结果",
|
||||
multipleSearchResults: "找到 ${count} 个结果",
|
||||
// additional countries (not supported by country-list library)
|
||||
ac: "阿森松岛",
|
||||
xk: "科索沃"
|
||||
};
|
||||
export default interfaceTranslations;
|
||||
Reference in New Issue
Block a user