mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Swedish locale, locale improvements, you can only store taxis
This commit is contained in:
+14
-10
@@ -1,14 +1,8 @@
|
||||
Locales['br'] = {
|
||||
['taking_service'] = 'Pegando serviço: ',
|
||||
['spawn_veh'] = 'pegar veículo',
|
||||
['remove_comp_money'] = 'Remover dinheiro da empresa',
|
||||
['deposit_money'] = 'Depositar dinheiro',
|
||||
['launder_money'] = 'Lavar dinheiro',
|
||||
['full_service'] = 'Serviço completo: ',
|
||||
['withdraw_amount'] = 'Valor do saque',
|
||||
['amount_invalid'] = 'Valor inválido',
|
||||
['deposit_amount'] = 'Valor para deposito',
|
||||
['launder_amount'] = 'Valor para lavagem',
|
||||
['press_to_open'] = 'Pressione ~INPUT_CONTEXT~ para acessar o menu',
|
||||
['billing'] = 'Faturamento',
|
||||
['invoice_amount'] = 'Valor da fatura',
|
||||
@@ -25,7 +19,17 @@ Locales['br'] = {
|
||||
['only_taxi'] = 'Você só pode guardar taxis.',
|
||||
['must_in_taxi'] = 'Você deve estar em um táxi para começar a missão',
|
||||
['must_in_vehicle'] = 'Você deve estar em um veículo para começar a missão',
|
||||
['have_earned'] = 'Você ganhou ~g~$',
|
||||
['comp_earned'] = 'Sua empresa ganhou ~g~$',
|
||||
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
|
||||
}
|
||||
['have_earned'] = 'Você ganhou ~g~$%s~s~',
|
||||
['comp_earned'] = '- Sua empresa ganhou ~g~$%s~s~\n- Você ganhou ~g~$%s~s~',
|
||||
['deposit_stock'] = 'deposit Stock',
|
||||
['take_stock'] = 'take Stock',
|
||||
['boss_actions'] = 'boss Actions',
|
||||
['mission_complete'] = 'mission Completed',
|
||||
['quantity'] = 'quantity',
|
||||
['quantity_invalid'] = 'that is an invalid quantity!',
|
||||
['inventory'] = 'inventory',
|
||||
['taxi_client'] = 'taxi Client',
|
||||
['have_withdrawn'] = 'você retirou ~y~x%s~s~ ~b~%s~s~',
|
||||
['have_deposited'] = 'você depositou ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'você não tem espaço suficiente em seu inventário!',
|
||||
}
|
||||
Reference in New Issue
Block a user