mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Added missing formatted strings
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ Locales['es'] = {
|
||||
['made_property'] = 'Ha hecho una propiedad',
|
||||
['not_enough'] = 'n\'No tiene suficiente d\'dinero',
|
||||
['invalid_quantity'] = 'Cantidad inválida',
|
||||
['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler : ~g~€',
|
||||
['paid_rent'] = 'Has ~g~pagado~s~ por el alquiler: ~g~€%s~s~',
|
||||
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
|
||||
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
||||
}
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ Locales['fr'] = {
|
||||
['made_property'] = 'vous avez rendu une propriété',
|
||||
['not_enough'] = 'vous n\'avez pas assez d\'argent',
|
||||
['invalid_quantity'] = 'quantité invalide',
|
||||
['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer : ~g~$',
|
||||
['paid_rent'] = 'vous avez ~g~payé~s~ votre loyer: ~g~$%s~s~',
|
||||
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
|
||||
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user