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
642 B
Lua
14 lines
642 B
Lua
Locales['de'] = {
|
|
['new_message'] = '~b~Neue Nachricht',
|
|
['press_take_call'] = '%s - Drücke ~INPUT_CONTEXT~ um den Anruf anzunehmen',
|
|
['taken_call'] = '~y~%s~s~ hat den Anruf angenommen',
|
|
['gps_position'] = 'ziel in GPS eingegeben',
|
|
['message_sent'] = 'nachricht gesendet',
|
|
['cannot_add_self'] = 'du kannst dich nicht selbst hinzufügen',
|
|
['number_in_contacts'] = 'diese Nummer ist bereits in deinen Kontakten',
|
|
['contact_added'] = 'kontakt hinzugefügt',
|
|
['contact_removed'] = 'the contact has been removed!',
|
|
['number_not_assigned'] = 'diese Nummer ist nicht vergeben...',
|
|
['invalid_number'] = 'that\'s not an valid number!',
|
|
}
|