From 0f846dcfed849f802c97444bae85a240825f7a7c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:27:57 -0600 Subject: [PATCH] New strings for locale --- locale/dutch.json | 4 +++- locale/english.json | 4 +++- locale/polish.json | 4 +++- locale/russian.json | 4 +++- locale/spanish.json | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/locale/dutch.json b/locale/dutch.json index 7f4794a1..70a6c28f 100644 --- a/locale/dutch.json +++ b/locale/dutch.json @@ -348,5 +348,7 @@ "HeaderPickupTypes": "Pickup Types", "HeaderBlipTypes": "Map Icon Types", "InvalidGPSLocation": "There are no locations with that name or type", - "HeaderBusinessList": "Businesses" + "HeaderBusinessList": "Businesses", + "VehicleForSale": "This {1} is buyable for {2}! Use {3} if you want to buy it", + "VehicleForRent": "This {1} is rentable for {2}! Use {3} if you want to rent it" } diff --git a/locale/english.json b/locale/english.json index f06029a7..63c81d99 100644 --- a/locale/english.json +++ b/locale/english.json @@ -348,5 +348,7 @@ "HeaderPickupTypes": "Pickup Types", "HeaderBlipTypes": "Map Icon Types", "InvalidGPSLocation": "There are no locations with that name or type", - "HeaderBusinessList": "Businesses" + "HeaderBusinessList": "Businesses", + "VehicleForSale": "This {1} is buyable for {2}! Use {3} if you want to buy it", + "VehicleForRent": "This {1} is rentable for {2}! Use {3} if you want to rent it" } diff --git a/locale/polish.json b/locale/polish.json index 9d8ebcde..167a49eb 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -348,5 +348,7 @@ "HeaderPickupTypes": "Pickup Types", "HeaderBlipTypes": "Map Icon Types", "InvalidGPSLocation": "There are no locations with that name or type", - "HeaderBusinessList": "Businesses" + "HeaderBusinessList": "Businesses", + "VehicleForSale": "This {1} is buyable for {2}! Use {3} if you want to buy it", + "VehicleForRent": "This {1} is rentable for {2}! Use {3} if you want to rent it" } diff --git a/locale/russian.json b/locale/russian.json index 43338fce..37c4396e 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -347,5 +347,7 @@ "HeaderPickupTypes": "Pickup Types", "HeaderBlipTypes": "Map Icon Types", "InvalidGPSLocation": "There are no locations with that name or type", - "HeaderBusinessList": "Businesses" + "HeaderBusinessList": "Businesses", + "VehicleForSale": "This {1} is buyable for {2}! Use {3} if you want to buy it", + "VehicleForRent": "This {1} is rentable for {2}! Use {3} if you want to rent it" } diff --git a/locale/spanish.json b/locale/spanish.json index 830b7cdc..2034beb2 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -348,5 +348,7 @@ "HeaderPickupTypes": "Pickup Types", "HeaderBlipTypes": "Map Icon Types", "InvalidGPSLocation": "There are no locations with that name or type", - "HeaderBusinessList": "Businesses" + "HeaderBusinessList": "Businesses", + "VehicleForSale": "This {1} is buyable for {2}! Use {3} if you want to buy it", + "VehicleForRent": "This {1} is rentable for {2}! Use {3} if you want to rent it" }