Send some locale strings to client for labels

This commit is contained in:
Vortrex
2022-04-05 23:57:33 -05:00
parent d5cdd2ed19
commit 36ca910651

View File

@@ -8,5 +8,22 @@
["Spanish", "spanish", "es", "es", ["es", "ar", "bo", "cl", "co", "cr", "do", "ec", "sv", "gt", "hn", "mx", "ni", "pa", "py", "pe", "pr", "uy", "ve"]], ["Spanish", "spanish", "es", "es", ["es", "ar", "bo", "cl", "co", "cr", "do", "ec", "sv", "gt", "hn", "mx", "ni", "pa", "py", "pe", "pr", "uy", "ve"]],
["Chinese", "chinese", "zh", "cn", ["cn", "hk", "sg", "tw"]], ["Chinese", "chinese", "zh", "cn", ["cn", "hk", "sg", "tw"]],
["Arabic", "arabic", "ar", "sa", ["dz", "bh", "eg", "iq", "jo", "kw", "lb", "ly", "ma", "om", "qa", "sa", "sy", "tn", "ae", "ye"]] ["Arabic", "arabic", "ar", "sa", ["dz", "bh", "eg", "iq", "jo", "kw", "lb", "ly", "ma", "om", "qa", "sa", "sy", "tn", "ae", "ye"]]
],
"sendStringsToClient": [
"PropertyEnterCommandLabel",
"PropertyEnterKeyPressLabel",
"BusinessBuyItemsLabel",
"PropertyForSaleLabel",
"PropertyForRentLabel",
"VehicleDealershipLabel",
"TakeJobLabel",
"StartWorkLabel",
"JobEquipAndUniformLabel",
"NotYourJobLabel",
"Locked",
"Unlocked",
"Closed",
"Open",
"JobLabel"
] ]
} }