mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Merge pull request #121 from protaknium/master
Adding Finnish language support
This commit is contained in:
@@ -13,6 +13,7 @@ server_scripts {
|
||||
'locales/es.lua',
|
||||
'locales/cs.lua',
|
||||
'locales/pl.lua',
|
||||
'locales/fi.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -23,6 +24,7 @@ client_scripts {
|
||||
'locales/es.lua',
|
||||
'locales/cs.lua',
|
||||
'locales/pl.lua',
|
||||
'locales/fi.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
Locales['fi'] = {
|
||||
['show_active_character'] = 'Näytä nykyinen hahmosi',
|
||||
['active_character'] = 'Nykyinen hahmosi: ~b~%s~s~',
|
||||
['error_active_character'] = "Hahmosi hakemisessa ilmeni ongelma. Ota yhteyttä ylläpitoon.",
|
||||
['delete_character'] = 'Poista hahmosi ja luo uusi.',
|
||||
['deleted_character'] = 'Hahmosi on poistetu.',
|
||||
['error_delete_character'] = "Hahmosi poistossa ilmeni ongelma. Ota yhteyttä ylläpitoon.",
|
||||
['thank_you_for_registering'] = "Kiitos registeröitymisestä. Pidä hauskaa!",
|
||||
['registration_error'] = "Registeröinnissä ilmeni ongelma. Ota yhteyttä ylläpitoon.",
|
||||
['debug_xPlayer_get_first_name'] = "Palauta etunimi",
|
||||
['debug_xPlayer_get_last_name'] = "Palauta sukunimi",
|
||||
['debug_xPlayer_get_full_name'] = "Palauta kokonimi",
|
||||
['debug_xPlayer_get_sex'] = "Palauta sukupuoli",
|
||||
['debug_xPlayer_get_dob'] = "Palauta syntymäpäivä",
|
||||
['debug_xPlayer_get_height'] = "Palauta pituus",
|
||||
['error_debug_xPlayer_get_first_name'] = "Hahmosi etunimen haussa ilmeni ongelma.",
|
||||
['error_debug_xPlayer_get_last_name'] = "Hahmosi sukunimen haussa ilmeni ongelma.",
|
||||
['error_debug_xPlayer_get_full_name'] = "Hahmosi kokonimen haussa ilmeni ongelma.",
|
||||
['error_debug_xPlayer_get_sex'] = "Hahmosi sukupuolen haussa ilmeni ongelma.",
|
||||
['error_debug_xPlayer_get_dob'] = "Hahmosi syntymäpäivän haussa ilmeni ongelma.",
|
||||
['error_debug_xPlayer_get_height'] = "Hahmosi pituuden haussa ilmeni ongelma.",
|
||||
['return_debug_xPlayer_get_first_name'] = "Etunimi: ~b~%s",
|
||||
['return_debug_xPlayer_get_last_name'] = "Sukunimi: ~b~%s",
|
||||
['return_debug_xPlayer_get_full_name'] = "Kokonimi: ~b~%s",
|
||||
['return_debug_xPlayer_get_sex'] = "Sukupuoli: ~b~%s",
|
||||
['return_debug_xPlayer_get_dob'] = "Syntymäpäivä: ~b~%s",
|
||||
['return_debug_xPlayer_get_height'] = "Pituus: ~b~%s CM",
|
||||
['data_incorrect'] = 'Data syötetty väärin. Yritä uudelleen.',
|
||||
['invalid_format'] = 'Data syötetty väärässä muodossa. Yritä uudelleen.',
|
||||
['no_identifier'] = 'Hahmosi lataamisessa ilmeni ongelma!\nVirhekoodi: identifier-missing\n\nVirhekoodin syytä ei tiedetä, joten ota yhteyttä ylläpitoon.',
|
||||
['missing_identity'] = 'Hahmosi lataamisessa ilmeni ongelma!\nError code: identity-missing\n\nNäyttää että hahmoasi ei ole olemassa. Kokeile yhdistää uudelleen tai ota yhteyttä ylläpitoon',
|
||||
['deleted_identity'] = 'Hahmosi on poistetu. Yhdistä uudestaan palvelimelle luodaksesi uuden hahmosi.'
|
||||
}
|
||||
Reference in New Issue
Block a user