1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/lc_utils/lang/de.lua

24 lines
881 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
Utils.Lang['de'] = {
['confirmation_modal_title'] = "Aktion bestätigen",
['confirmation_modal_body'] = "Sind Sie sicher, dass Sie mit dieser Aktion fortfahren möchten?",
['confirmation_modal_cancel_button'] = "Abbrechen",
['confirmation_modal_confirm_button'] = "Bestätigen",
['custom_validity'] = {
['fill_field'] = "Bitte füllen Sie dieses Feld aus",
['select_fill_field'] = "Bitte wählen Sie einen Eintrag aus der Liste",
['invalid_value'] = "Ungültiger Wert",
['more_than'] = "Muss größer oder gleich {0} sein",
['less_than'] = "Muss kleiner oder gleich {0} sein",
['pattern_mismatch'] = "Ungültiges Format",
['too_long'] = "Der Eintrag ist zu lang",
['too_short'] = "Der Eintrag ist zu kurz"
},
['notification'] = {
['error'] = "Fehler",
['success'] = "Erfolg",
['warning'] = "Warnung",
['info'] = "Info",
},
}