Main/resources/[carscripts]/lc_utils/lang/no.lua

24 lines
877 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
Utils.Lang['no'] = {
['confirmation_modal_title'] = "Bekreft handling",
['confirmation_modal_body'] = "Er du sikker på at du vil fortsette med denne handlingen?",
['confirmation_modal_cancel_button'] = "Avbryt",
['confirmation_modal_confirm_button'] = "Bekreft",
['custom_validity'] = {
['fill_field'] = "Veuillez remplir ce champ",
['select_fill_field'] = "Veuillez sélectionner un élément de la liste",
['invalid_value'] = "Valeur non valide",
['more_than'] = "Doit être supérieur ou égal à {0}",
['less_than'] = "Doit être inférieur ou égal à {0}",
['pattern_mismatch'] = "Format invalide",
['too_long'] = "Cette entrée est trop longue",
['too_short'] = "Cette entrée est trop courte"
},
['notification'] = {
['error'] = "Feil",
['success'] = "Suksess",
['warning'] = "Advarsel",
['info'] = "Info",
},
}