From d5cdd2ed19216f6e85109f3064fea0def7e5758a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 5 Apr 2022 23:56:36 -0500 Subject: [PATCH] More locale strings --- locale/arabic.json | 8 +++++++- locale/chinese.json | 8 +++++++- locale/english.json | 10 ++++++++-- locale/polish.json | 8 +++++++- locale/russian.json | 8 +++++++- locale/spanish.json | 8 +++++++- 6 files changed, 43 insertions(+), 7 deletions(-) diff --git a/locale/arabic.json b/locale/arabic.json index ba879ea9..8df0fb62 100644 --- a/locale/arabic.json +++ b/locale/arabic.json @@ -437,5 +437,11 @@ "NotEnoughMoneyForTax": "You don't have enough money to cover your taxes!", "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", "Closed": "Closed", - "Open": "Open" + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" } diff --git a/locale/chinese.json b/locale/chinese.json index a52585ab..5525c821 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -437,5 +437,11 @@ "NotEnoughMoneyForTax": "没有足够的现金来支付税款", "AssetsRepossessedForTax": "因未缴纳税款,你已失去 {1} 辆车,{2} 处住宅,{3} 处企业!", "Closed": "Closed", - "Open": "Open" + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" } \ No newline at end of file diff --git a/locale/english.json b/locale/english.json index 5a238f64..5dd2b356 100644 --- a/locale/english.json +++ b/locale/english.json @@ -437,5 +437,11 @@ "NotEnoughMoneyForTax": "You don't have enough money to cover your taxes!", "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", "Closed": "Closed", - "Open": "Open" -} + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" +} \ No newline at end of file diff --git a/locale/polish.json b/locale/polish.json index 93842edd..5cc8e12d 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -437,5 +437,11 @@ "NotEnoughMoneyForTax": "You don't have enough money to cover your taxes!", "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", "Closed": "Closed", - "Open": "Open" + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" } diff --git a/locale/russian.json b/locale/russian.json index 7c18a203..a2676c15 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -436,5 +436,11 @@ "NotEnoughMoneyForTax": "You don't have enough money to cover your taxes!", "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", "Closed": "Closed", - "Open": "Open" + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" } diff --git a/locale/spanish.json b/locale/spanish.json index 4422a8a5..f3c89c26 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -441,5 +441,11 @@ "NotEnoughMoneyForTax": "You don't have enough money to cover your taxes!", "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", "Closed": "Closed", - "Open": "Open" + "Open": "Open", + "VehicleDealershipLabel": "Enter a vehicle as driver to buy it", + "TakeJobLabel": "Use /takejob to work here", + "StartWorkLabel": "Use /startwork to start working", + "JobEquipAndUniformLabel": "Use /uniform and /equip for job stuff, or /stopwork to stop working", + "NotYourJobLabel": "You already have a different job. Use /quitjob if you want this one", + "JobLabel": "{1} Job" }