mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 12:01:31 +00:00
Adding Polish translation. (#105)
* Create pl.lua * Update fxmanifest.lua
This commit is contained in:
@@ -11,6 +11,7 @@ server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'locales/en.lua',
|
||||
'locales/cs.lua',
|
||||
'locales/pl.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -19,6 +20,7 @@ client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/cs.lua',
|
||||
'locales/pl.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
Locales['pl'] = {
|
||||
['show_active_character'] = 'Pokaż aktywną postać',
|
||||
['active_character'] = 'Aktywna postać: ~b~%s~s~',
|
||||
['error_active_character'] = "Podczas pobierania Twojego imienia wystąpił błąd. Proszę skontaktować się z administratorem.",
|
||||
['delete_character'] = 'Usuń swoją postać i stwórz nową',
|
||||
['deleted_character'] = 'Twoja postać została usunięta.',
|
||||
['error_delete_character'] = "Wystąpił błąd podczas usuwania twojej postaci. Proszę skontaktować się z administratorem.",
|
||||
['thank_you_for_registering'] = "Dziękujemy za rejestrację. Baw się dobrze.",
|
||||
['registration_error'] = "Wystąpił błąd podczas rejestracji. Proszę skontaktować się z administratorem.",
|
||||
['debug_xPlayer_get_first_name'] = "Podaj swoje imię",
|
||||
['debug_xPlayer_get_last_name'] = "Podaj swoje nazwisko",
|
||||
['debug_xPlayer_get_full_name'] = "Podaj swoją pełną nazwę",
|
||||
['debug_xPlayer_get_sex'] = "Podaj swoją płeć",
|
||||
['debug_xPlayer_get_dob'] = "Podaj swoją datę urodzenia",
|
||||
['debug_xPlayer_get_height'] = "Podaj swój wzrost",
|
||||
['error_debug_xPlayer_get_first_name'] = "Podczas pobierania twojego imienia wystąpił błąd.",
|
||||
['error_debug_xPlayer_get_last_name'] = "Podczas pobierania twojego nazwiska wystąpił błąd.",
|
||||
['error_debug_xPlayer_get_full_name'] = "Podczas pobierania twojego pełnego imienia wystąpił błąd.",
|
||||
['error_debug_xPlayer_get_sex'] = "Podczas pobierania twojej płci wystąpił błąd.",
|
||||
['error_debug_xPlayer_get_dob'] = "Podczas pobierania daty urodzenia wystąpił błąd.",
|
||||
['error_debug_xPlayer_get_height'] = "Podczas pobierania wzrostu wystąpił błąd.",
|
||||
['return_debug_xPlayer_get_first_name'] = "Imię: ~b~%s",
|
||||
['return_debug_xPlayer_get_last_name'] = "Nazwisko: ~b~%s",
|
||||
['return_debug_xPlayer_get_full_name'] = "Pełna nazwa: ~b~%s",
|
||||
['return_debug_xPlayer_get_sex'] = "Płeć: ~b~%s",
|
||||
['return_debug_xPlayer_get_dob'] = "Data urodzenia: ~b~%s",
|
||||
['return_debug_xPlayer_get_height'] = "Wzrost: ~b~%s centymetrów",
|
||||
['data_incorrect'] = 'Data została wprowadzona niepoprawnie. Proszę spróbuj ponownie.',
|
||||
['invalid_format'] = 'Data została wprowadzona niepoprawnie. Proszę spróbuj ponownie.',
|
||||
['no_identifier'] = 'Wystąpił błąd podczas ładowania twojej postaci!\nKod błędu: identifier-missing\n\nPrzyczyna tego błędu nie jest znana, nie można znaleźć Twojego identyfikatora. Wróć później lub zgłoś ten problem zespołowi administracyjnemu serwera.',
|
||||
['missing_identity'] = 'Wystąpił błąd podczas ładowania twojej postaci!\nKod błędu: identity-missing\n\nWygląda na to, że brakuje Twojej tożsamości, spróbuj połączyć się ponownie.',
|
||||
['deleted_identity'] = 'Twoja postać została usunięta. Dołącz ponownie, aby utworzyć nową postać.'
|
||||
}
|
||||
Reference in New Issue
Block a user