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_title'] = "LIFEINVADER",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Here you can advertise, reaching all residents of Los Santos. <br> We kindly ask you to observe our rules. Violating these rules will result in consequences!",
['ui_input_placeholder'] = "Write your advertisement text...",
['ui_input_price_label'] = "PRICE",
['ui_input_price_text'] = "/ Advertisement",
['ui_currency'] = "$",
['ui_button_public_label'] = "PUBLIC",
['ui_button_anonymous_label'] = "ANONYMOUS",
['ui_rules_label'] = "RULES",
['ui_button'] = "PLACE ADVERTISEMENT",
['ui_ad_title'] = "ADVERTISEMENT HISTORY",
['ui_ad_subtitle'] = "LIFEINVADER",
['ui_ad_description'] = "Here you can find all recently posted advertisements. <br> Browse through the offers and contact a seller if interested.",
-- UI
-- UI Rules
['ui_rule_1_normal'] = "No",
['ui_rule_1_highlighted'] = "insults allowed!",
['ui_rule_2_normal'] = "No",
['ui_rule_2_highlighted'] = "insults allowed!",
['ui_rule_3_normal'] = "No",
['ui_rule_3_highlighted'] = "insults allowed!",
['ui_rule_4_normal'] = "No",
['ui_rule_4_highlighted'] = "insults allowed!",
['ui_rule_5_normal'] = "No",
['ui_rule_5_highlighted'] = "insults allowed!",
-- UI Rules
-- Main
['success'] = "Your advertisement has been published.",
['no_cash_money'] = "You have not enough cash to place an advertisement.",
['no_bank_money'] = "You have not enough funds in your account to place an advertisement.",
['blacklisted_job'] = "You are not authorized to place advertisements.",
['blacklisted_word'] = "Please reconsider your choice of words!",
['display_advertisements'] = "You are now receiving advertisements from Lifeinvader.",
['hide_advertisements'] = "You are no longer receiving advertisements from Lifeinvader.",
-- Main
-- Discord Logs
['log_header'] = "A new advertisement has been posted!",
['log_sender'] = "👤 __Sender__",
['log_time'] = "🕛 __Time__",
['log_msg'] = "📄 __Message__",
['log_number'] = "📱 __Number__",
-- Discord Logs
}
Locales['de'] = {
-- UI
['ui_title'] = "LIFEINVADER",
['ui_subtitle'] = "LOS SANTOS",
['ui_description'] = "Hier kannst du Werbung schalten die alle Bewohner von Los Santos erreicht. <br> Wir bitten dich unsere Regeln zu beachten. Verletzt du diese folgen Konsequenzen!",
['ui_input_placeholder'] = "Verfasse deinen Werbetext...",
['ui_input_price_label'] = "PREIS",
['ui_input_price_text'] = "/ Werbung",
['ui_currency'] = "$",
['ui_button_public_label'] = "ÖFFENTLICH",
['ui_button_anonymous_label'] = "ANONYM",
['ui_rules_label'] = "REGELN",
['ui_button'] = "WERBUNG SCHALTEN",
['ui_ad_title'] = "WERBEVERLAUF",
['ui_ad_subtitle'] = "LIFEINVADER",
['ui_ad_description'] = "Hier siehst du alle kürzlich geschalteten Werbungen. <br> Stöbere dich durch die Angebote und kontaktiere bei Interesse einen Verkäufer.",
-- UI
-- UI Rules
['ui_rule_1_normal'] = "Keine",
['ui_rule_1_highlighted'] = "Beleidigungen!",
['ui_rule_2_normal'] = "Keine",
['ui_rule_2_highlighted'] = "Beleidigungen!",
['ui_rule_3_normal'] = "Keine",
['ui_rule_3_highlighted'] = "Beleidigungen!",
['ui_rule_4_normal'] = "Keine",
['ui_rule_4_highlighted'] = "Beleidigungen!",
['ui_rule_5_normal'] = "Keine",
['ui_rule_5_highlighted'] = "Beleidigungen!",
-- UI Rules
-- Main
['success'] = "Deine Werbung wurde veröffentlicht.",
['no_cash_money'] = "Du hast zu wenig Bargeld dabei <br> um eine Werbung zu schalten.",
['no_bank_money'] = "Du hast zu wenig Geld auf dem Konto <br> um eine Werbung zu schalten.",
['blacklisted_job'] = "Du bist nicht berechtigt um Werbungen zu schalten.",
['blacklisted_word'] = "Bitte überdenke deine Ausdrucksweise!",
['display_advertisements'] = "Du erhältst wieder Werbung von Lifeinvader.",
['hide_advertisements'] = "Du erhältst keine Werbung mehr von Lifeinvader.",
-- Main
-- Discord Logs
['log_header'] = "Eine neue Werbung wurde veröffentlicht!",
['log_sender'] = "👤 __Absender__",
['log_time'] = "🕛 __Uhrzeit__",
['log_msg'] = "📄 __Nachricht__",
['log_number'] = "📱 __Nummer__",
-- Discord Logs
}
Last updated