mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Translation adjustment
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ function OpenRealestateAgentMenu()
|
||||
ESX.UI.Menu.Open(
|
||||
'dialog', GetCurrentResourceName(), 'wash_money_amount',
|
||||
{
|
||||
title = _U('amount_wash')
|
||||
title = _U('amount_launder')
|
||||
},
|
||||
function(data, menu)
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Locales['en'] = {
|
||||
['amount_withdraw'] = 'amount of withdrawal',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['amount_deposit'] = 'deposit amount',
|
||||
['amount_wash'] = 'amount to bleach',
|
||||
['amount_launder'] = 'amount to launder',
|
||||
['press_to_access'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
||||
['property_actions'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
|
||||
['amount'] = 'amount',
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Locales['fr'] = {
|
||||
['amount_withdraw'] = 'montant du retrait',
|
||||
['invalid_amount'] = 'montant invalide',
|
||||
['amount_deposit'] = 'montant du dépôt',
|
||||
['amount_wash'] = 'montant à blanchir',
|
||||
['amount_launder'] = 'montant à blanchir',
|
||||
['press_to_access'] = 'appuez sur ~INPUT_CONTEXT~ pour accéder au menu',
|
||||
['property_actions'] = '{{Assigner [Vente]|sell}} {{Assigner [Location]|rent}} {{GPS|gps}}',
|
||||
['amount'] = 'montant',
|
||||
|
||||
Reference in New Issue
Block a user