Locales
Information
Since this script is an older version, we still use a local notification system without customizable placeholders, unlike our newer scripts. Here, placeholders are used in the predefined order, with %s
shown next to each line if applicable.
All translation files can be found under /configs/locales
.
Included translation files:
Locales['en'] = {
-- [UI]
['ui_speed_unit_kmh'] = "KM / H",
['ui_speed_unit_mph'] = "MP / H",
['ui_job_title'] = "Job",
['ui_id_title'] = "ID",
['ui_onlineplayers_title'] = "Online",
['ui_date_title'] = "Time",
['ui_location_title'] = "Location",
['ui_hud_settings_title'] = "HUD",
['ui_hud_settings_subtitle'] = "SETTINGS",
['ui_hud_settings_description'] = "Here you can enable or disable all HUD elements.",
['ui_restricted_zone'] = "You are in a restricted area!",
['ui_voice_range_unit'] = "m",
['ui_saltychat_radio_connceted'] = "CONNECTED",
['ui_saltychat_radio_disconnected'] = "NOT CONNECTED",
['ui_pma_radio_talking'] = "RADIO ON...",
['ui_pma_radio_idle'] = "RADIO OFF",
-- [UI]
-- [HUD INTERN NOTIFYS]
['title'] = "HUD",
['changed_voice_range'] = "Your new voice range is %sm.",
-- [HUD INTERN NOTIFYS]
-- [CURRENCY]
['currency'] = "$",
['number_seperator'] = ".",
-- [CURRENCY]
Locales['de'] = {
-- [UI]
['ui_speed_unit_kmh'] = "KM / H",
['ui_speed_unit_mph'] = "MP / H",
['ui_job_title'] = "Job",
['ui_id_title'] = "ID",
['ui_onlineplayers_title'] = "Online",
['ui_date_title'] = "Uhrzeit",
['ui_location_title'] = "Standort",
['ui_hud_settings_title'] = "HUD",
['ui_hud_settings_subtitle'] = "SETTINGS",
['ui_hud_settings_description'] = "Hier kannst du alle HUD-Elemente aktivieren oder deaktivieren.",
['ui_restricted_zone'] = "Du befindest dich in einer Sperrzone!",
['ui_voice_range_unit'] = "m",
['ui_saltychat_radio_connceted'] = "VERBUNDEN",
['ui_saltychat_radio_disconnected'] = "NICHT VERBUNDEN",
['ui_pma_radio_talking'] = "AM FUNKEN...",
['ui_pma_radio_idle'] = "NICHT AM FUNKEN",
-- [UI]
-- [HUD INTERN NOTIFYS]
['title'] = "HUD",
['changed_voice_range'] = "Deine neue Sprachreichweite betrรคgt %sm.",
-- [HUD INTERN NOTIFYS]
-- [CURRENCY]
['currency'] = "$",
['number_seperator'] = ".",
}
Last updated