Skip to content

Commit b58ff01

Browse files
Automatic translations update
1 parent ffe47a9 commit b58ff01

File tree

7 files changed

+75
-6
lines changed

7 files changed

+75
-6
lines changed

src/locale/el-GR.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "Ασφάλεια",
2323
"schema.trading": "Ανταλλαγές",
2424
"schema.updates": "ΕΝΗΜΕΡΩΣΕΙΣ",
25-
"static.add": "Προσθήκη"
25+
"static.add": "Προσθήκη",
26+
"validators.required": "Απαιτείται πεδίο!",
27+
"validators.number": "Μη έγκυρος αριθμός!",
28+
"validators.number-big": "Πολύ μεγάλος αριθμός!",
29+
"validators.number-small": "Πολύ μικρός αριθμός!",
30+
"validators.string": "Μη έγκυρο κείμενο!",
31+
"validators.string-big": "Το κείμενο είναι πολύ μεγάλο!",
32+
"validators.string-small": "Κείμενο πολύ σύντομο!",
33+
"validators.steamid": "Μη έγκυρο SteamID!",
34+
"validators.clan": "Δεν είναι έγκυρο ClanID!",
35+
"validators.url": "Μη έγκυρο URL!",
36+
"validators.uuid": "Μη έγκυρο UUID!"
2637
}

src/locale/fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"validators.string-big": "Texte trop long !",
3232
"validators.string-small": "Texte trop court !",
3333
"validators.steamid": "SteamID invalide !",
34+
"validators.clan": "N'est pas un ID de clan valide !",
3435
"validators.url": "Ceci n'est pas une adresse URL valide !",
3536
"validators.uuid": "UUID non valide !"
3637
}

src/locale/it-IT.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "Sicurezza",
2323
"schema.trading": "Scambi",
2424
"schema.updates": "Aggiornamenti",
25-
"static.add": "Aggiungi"
25+
"static.add": "Aggiungi",
26+
"validators.required": "Campo richiesto!",
27+
"validators.number": "Non è un numero valido!",
28+
"validators.number-big": "Numero troppo grande!",
29+
"validators.number-small": "Numero troppo piccolo!",
30+
"validators.string": "Testo non valido!",
31+
"validators.string-big": "Testo troppo lungo!",
32+
"validators.string-small": "Testo troppo corto!",
33+
"validators.steamid": "Non è un SteamID valido!",
34+
"validators.clan": "Non è un ClanID valido!",
35+
"validators.url": "Non è un URL valido!",
36+
"validators.uuid": "Non è un UUID valido!"
2637
}

src/locale/nl-NL.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "Beveiliging",
2323
"schema.trading": "Ruilhandel",
2424
"schema.updates": "Updates",
25-
"static.add": "Toevoegen"
25+
"static.add": "Toevoegen",
26+
"validators.required": "Waarschuwing: Veld verplicht!",
27+
"validators.number": "Geen geldig nummer!",
28+
"validators.number-big": "Nummer te groot!",
29+
"validators.number-small": "Nummer te klein!",
30+
"validators.string": "Geen geldige tekst!",
31+
"validators.string-big": "Te lang!",
32+
"validators.string-small": "Tekst te kort!",
33+
"validators.steamid": "Niet een geldige SteamID!",
34+
"validators.clan": "Geen geldige ClanID!",
35+
"validators.url": "Geen geldige URL!",
36+
"validators.uuid": "Niet een geldig UUID!"
2637
}

src/locale/no-NO.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2+
"app.name": "ASF Config Generator",
23
"button.advanced": "Veksle avanserte innstillinger",
34
"button.download": "Nedlasting",
5+
"home.topic": "ASF Config Generator er et lite verktøy som er skrevet i JavaScript, og som hjelper deg med å lage ASF-konfigurasjonsfilene dine. Etter å ha lastet ned generert config, flytt den til <var>config</var> mappen i ASF hovedmappen. For fullstendig dokumentasjon, se vår <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Configuration\" target=\"_blank\" rel=\"noopener\">wiki</a>. Vi håper at vårt verktøy vil være nyttig for deg.",
46
"link.asf": "ASF",
57
"link.bot": "Bot",
68
"link.home": "Hjem",
@@ -20,5 +22,16 @@
2022
"schema.security": "Sikkerhet",
2123
"schema.trading": "Bytting",
2224
"schema.updates": "Oppdateringer",
23-
"static.add": "Legg til"
25+
"static.add": "Legg til",
26+
"validators.required": "Felt kreves!",
27+
"validators.number": "Ikke et gyldig tall!",
28+
"validators.number-big": "Tall for stort!",
29+
"validators.number-small": "Nummeret er for lite!",
30+
"validators.string": "Ikke en gyldig tekst!",
31+
"validators.string-big": "Teksten er for lang!",
32+
"validators.string-small": "Teksten er for kort!",
33+
"validators.steamid": "Ikke en gyldig SteamID!",
34+
"validators.clan": "Ikke en gyldig ClanID!",
35+
"validators.url": "Ikke en gyldig URL-adresse!",
36+
"validators.uuid": "Ikke en gyldig UUID!"
2437
}

src/locale/pt-PT.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "Segurança",
2323
"schema.trading": "Trocas",
2424
"schema.updates": "Atualizações",
25-
"static.add": "Adicionar"
25+
"static.add": "Adicionar",
26+
"validators.required": "Campo obrigatório!",
27+
"validators.number": "Não é um número válido!",
28+
"validators.number-big": "Número muito grande!",
29+
"validators.number-small": "Número muito pequeno!",
30+
"validators.string": "Não é um texto válido!",
31+
"validators.string-big": "Texto muito longo!",
32+
"validators.string-small": "Texto muito curto!",
33+
"validators.steamid": "Não é um SteamID válido!",
34+
"validators.clan": "Não é um ClanID válido!",
35+
"validators.url": "Não é uma URL válida!",
36+
"validators.uuid": "Não é um UUID válido!"
2637
}

src/locale/ro-RO.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"schema.security": "Securitate",
2323
"schema.trading": "Realizarea de schimburi",
2424
"schema.updates": "Actualizări",
25-
"static.add": "Adaugă"
25+
"static.add": "Adaugă",
26+
"validators.required": "Câmp necesar!",
27+
"validators.number": "Nu este un număr valid!",
28+
"validators.number-big": "Numărul este prea mare!",
29+
"validators.number-small": "Numărul este prea mic!",
30+
"validators.string": "Nu este un text valid!",
31+
"validators.string-big": "Text prea lung!",
32+
"validators.string-small": "Text prea scurt!",
33+
"validators.steamid": "Nu este un SteamID valid!",
34+
"validators.clan": "Nu este un ClanID valid!",
35+
"validators.url": "Nu este un URL valid!",
36+
"validators.uuid": "Nu este un UUID valid!"
2637
}

0 commit comments

Comments
 (0)