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_title'] = "JOBCENTER",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Here, you can choose a profession that suits you. <br> Feel free to test several professions to find the one that fits you best.",
-- UI
-- Main
['success'] = "You have successfully changed your job.",
['waypoint'] = "Proceed to the marked position.",
['error'] = "This job doesn't exist!",
['already_has_this_job'] = "You already have this job.",
-- Main
-- Discord Logs
['log_player_headline'] = "π€ __Player__",
['log_identifiers_headline'] = "π __Identifiers__",
['log_action_headline'] = "π __Action__",
['log_action'] = "Has switched from job **%s** to job **%s**.", -- First "%s" = old job, second "%s" = new job.
['footer_emoji'] = "π ", -- Footer icon.
-- Discord Logs
}
Locales['de'] = {
-- UI
['ui_title'] = "JOBCENTER",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Hier kannst du dir einen Beruf aussuchen der dir zusagt. <br> Teste gerne mehrere Berufe aus um den passenden fΓΌr dich zu finden.",
-- UI
-- Main
['success'] = "Du hast deinen Job erfolgreich gewechselt.",
['waypoint'] = "Begebe dich zur markierten Position.",
['error'] = "Dieser Job existiert nicht!",
['already_has_this_job'] = "Du hast diesen Job bereits.",
-- Main
-- Discord Logs
['log_player_headline'] = "π€ __Spieler__",
['log_identifiers_headline'] = "π __Kontakt__",
['log_action_headline'] = "π __Aktion__",
['log_action'] = "Ist vom Job **%s** zum Job **%s** gewechselt.", -- Erstes "%s" = alter Job, zweites "%s" = neuer Job.
['footer_emoji'] = "π ", -- Footer icon.
-- Discord Logs
}