21 lines
661 B
JSON
21 lines
661 B
JSON
{
|
|
"labels": {
|
|
"Create AddressCountry": "Create Address Country",
|
|
"Populate": "Populate"
|
|
},
|
|
"fields": {
|
|
"code": "Code",
|
|
"isPreferred": "Is Preferred"
|
|
},
|
|
"tooltips": {
|
|
"code": "ISO 3166-1 alpha-2 code.",
|
|
"isPreferred": "Preferred countries appear first in the picklist."
|
|
},
|
|
"messages": {
|
|
"confirmPopulateDefaults": "All existing countries will be deleted, the default country list will be created. It won't be possible to revert the operation.\n\nAre you sure?"
|
|
},
|
|
"strings": {
|
|
"populateDefaults": "Populate with default country list"
|
|
}
|
|
}
|