add missing translations

This commit is contained in:
Debian
2025-08-31 13:34:33 +00:00
parent 2ebd4a17b5
commit b8c544116a
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ return {
["commanderror_argumentmismatch"] = "Ungültiges Argument (gegeben %s, gewollt %s)",
["commanderror_argumentmismatch_number"] = "Ungültiges Argument #%s Datentyp (String gegeben, Nummer gefordert)",
["commanderror_argumentmismatch_string"] = "Ungültiges Argument #%s Datentyp (Nummer gegeben, String gefordert)",
["commanderror_argumentmismatch_positive_number"] = "Ungültiges Argument #%s Datentyp (negativ/null übergeben, positive Zahl gewünscht)",
["commanderror_invaliditem"] = "Ungültiger Gegenstand",
["commanderror_invalidweapon"] = "Ungültige Waffe",
["commanderror_console"] = "Befehl kann nicht von der Konsole aus ausgeführt werden!",
+1
View File
@@ -69,6 +69,7 @@ return {
["commanderror_argumentmismatch"] = "Invalid Argument Count (passed %s, wanted %s)",
["commanderror_argumentmismatch_number"] = "Invalid Argument #%s data type (passed string, wanted number)",
["commanderror_argumentmismatch_string"] = "Invalid Argument #%s data type (passed number, wanted string)",
["commanderror_argumentmismatch_positive_number"] = "Invalid Argument #%s data type (passed negative/zero, wanted positive number)",
["commanderror_invaliditem"] = "Invalid item",
["commanderror_invalidweapon"] = "Invalid weapon",
["commanderror_console"] = "Command Cannot be executed from console",
+1
View File
@@ -67,6 +67,7 @@ return {
["commanderror_argumentmismatch"] = "Número de argumentos inválido (pasados %s, esperados %s)",
["commanderror_argumentmismatch_number"] = "Tipo de datos del argumento #%s inválido (pasado string, esperado número)",
["commanderror_argumentmismatch_string"] = "Tipo de datos del argumento #%s inválido (pasado número, esperado string)",
["commanderror_argumentmismatch_positive_number"] = "Argumento inválido #%s tipo de datos (pasado negativo/cero, se requiere número positivo)",
["commanderror_invaliditem"] = "Objeto inválido",
["commanderror_invalidweapon"] = "Arma inválida",
["commanderror_console"] = "El comando no se puede ejecutar desde la consola",
+1
View File
@@ -67,6 +67,7 @@ return {
["commanderror_argumentmismatch"] = "Le nombre d'arguments est invalide (Argument·s donné·s: %s, Argument·s demandé·s: %s)",
["commanderror_argumentmismatch_number"] = "Type de données de l'argument #%s invalide (Type donné: texte, Type demandé: nombre)",
["commanderror_argumentmismatch_string"] = "Type de données de l'argument #%s invalide (Type donné: nombre, Type demandé: texte)",
["commanderror_argumentmismatch_positive_number"] = "Argument invalide #%s type de données (passé négatif/zéro, nombre positif requis)",
["commanderror_invaliditem"] = "Le nom de l'objet est invalide",
["commanderror_invalidweapon"] = "Le nom de l'arme est invalide",
["commanderror_console"] = "Cette commande ne peut pas être éxécutée depuis la console",