mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
4326238f28
- Tab indents - Swedish translation - Security update - Readme improvements - SQL file improved - Improved i18n formatting
14 lines
624 B
Lua
14 lines
624 B
Lua
Locales['es'] = {
|
|
['new_message'] = '~b~Nuevo menaje :~s~ %s',
|
|
['press_take_call'] = '%s - Presionar ~INPUT_CONTEXT~ para coger la llamada',
|
|
['taken_call'] = '~y~%s~s~ has contestado la llamada',
|
|
['gps_position'] = 'posición GPS',
|
|
['message_sent'] = 'mensaje enviado',
|
|
['cannot_add_self'] = 'no has podido agregar',
|
|
['number_in_contacts'] = 'este número ya está en tu lista de contactos',
|
|
['contact_added'] = 'contacto añadido',
|
|
['contact_removed'] = 'the contact has been removed!',
|
|
['number_not_assigned'] = 'el número no se ha añadido todavía...',
|
|
['invalid_number'] = 'that\'s not an valid number!',
|
|
}
|