diff --git a/locale/arabic.json b/locale/arabic.json index b14746c1..ba879ea9 100644 --- a/locale/arabic.json +++ b/locale/arabic.json @@ -435,5 +435,7 @@ "LostMoneyFromTaxes": "You lost money since your taxes are more than your paycheck!", "NextPaycheckRepossessionWarning": "If you don't have enough cash to cover taxes on next paycheck, you will lose stuff!", "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!" + "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", + "Closed": "Closed", + "Open": "Open" } diff --git a/locale/chinese.json b/locale/chinese.json index aa435be9..a52585ab 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -435,5 +435,7 @@ "LostMoneyFromTaxes": "你应缴纳的税款超过了你的薪水!", "NextPaycheckRepossessionWarning": "若无足够的现金来支付下一份薪水的税款,你将失去一些资产!", "NotEnoughMoneyForTax": "没有足够的现金来支付税款", - "AssetsRepossessedForTax": "因未缴纳税款,你已失去 {1} 辆车,{2} 处住宅,{3} 处企业!" + "AssetsRepossessedForTax": "因未缴纳税款,你已失去 {1} 辆车,{2} 处住宅,{3} 处企业!", + "Closed": "Closed", + "Open": "Open" } \ No newline at end of file diff --git a/locale/english.json b/locale/english.json index f603fc96..5a238f64 100644 --- a/locale/english.json +++ b/locale/english.json @@ -435,6 +435,7 @@ "LostMoneyFromTaxes": "You lost money since your taxes are more than your paycheck!", "NextPaycheckRepossessionWarning": "If you don't have enough cash to cover taxes on next paycheck, you will lose stuff!", "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!" - + "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", + "Closed": "Closed", + "Open": "Open" } diff --git a/locale/polish.json b/locale/polish.json index 0eb00d3f..93842edd 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -435,5 +435,7 @@ "LostMoneyFromTaxes": "You lost money since your taxes are more than your paycheck!", "NextPaycheckRepossessionWarning": "If you don't have enough cash to cover taxes on next paycheck, you will lose stuff!", "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!" + "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", + "Closed": "Closed", + "Open": "Open" } diff --git a/locale/russian.json b/locale/russian.json index 7b8b5a6d..7c18a203 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -434,5 +434,7 @@ "LostMoneyFromTaxes": "You lost money since your taxes are more than your paycheck!", "NextPaycheckRepossessionWarning": "If you don't have enough cash to cover taxes on next paycheck, you will lose stuff!", "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!" + "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", + "Closed": "Closed", + "Open": "Open" } diff --git a/locale/spanish.json b/locale/spanish.json index e0551172..4422a8a5 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -439,5 +439,7 @@ "LostMoneyFromTaxes": "You lost money since your taxes are more than your paycheck!", "NextPaycheckRepossessionWarning": "If you don't have enough cash to cover taxes on next paycheck, you will lose stuff!", "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!" + "AssetsRepossessedForTax": "You lost {1} vehicles, {2} houses, and {3} businesses because you couldn't pay taxes!", + "Closed": "Closed", + "Open": "Open" }