Skip to content

Commit ad897d1

Browse files
crowdin: automatic translation import (#1293)
1 parent da12844 commit ad897d1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

resources/lang/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
"manual:authentication:protect_admin": "Si activé, le panneau administrateur n'est accessible que si un nom d'utilisateur et un mot de passe sont définis.",
310310
"manual:authentication:protect_index": "Si activé, le panneau administrateur n'est accessible que si un nom d'utilisateur et un mot de passe sont définis.",
311311
"manual:authentication:protect_index_redirect": "Définit la page vers laquelle l'utilisateur est redirigé, si l'index de protection est activé et que l'utilisateur n'est pas connecté.",
312+
"manual:authentication:protect_ip_whitelist": "Les adresses IP ajoutées à la liste blanche peuvent accéder à l'écran de démarrage sans authentification.",
312313
"manual:authentication:protect_localhost_admin": "Si désactivé, le panneau administrateur est accessible sans nom d'utilisateur et mot de passe de localhost.",
313314
"manual:authentication:protect_localhost_index": "Si désactivé, le panneau administrateur est accessible sans nom d'utilisateur et mot de passe de localhost.",
314315
"manual:authentication:protect_localhost_manual": "Si désactivé, le manuel et la FAQ peuvent être accédés sans nom d'utilisateur et mot de passe de localhost.",

resources/lang/it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"abort": "Annulla",
33
"add": "Aggiungi",
4+
"add_entry": "Aggiungi elemento",
45
"add_image": "Aggiungi immagine",
56
"admin_panel": "Pannello di amministrazione",
67
"adminpanel_back": "Indietro",
@@ -17,6 +18,7 @@
1718
"authentication:protect_admin": "Proteggi pannello amministratore",
1819
"authentication:protect_index": "Proteggi lo schermo iniziale",
1920
"authentication:protect_index_redirect": "Destinazione dalla schermata iniziale quando non si è loggati",
21+
"authentication:protect_ip_whitelist": "IP-Whitelist per accedere alla schermata iniziale",
2022
"authentication:protect_localhost_admin": "Proteggi il pannello di amministrazione sull'accesso localhost",
2123
"authentication:protect_localhost_index": "Proteggi la schermata iniziale sull'accesso localhost",
2224
"authentication:protect_localhost_manual": "Proteggi il manuale e le FAQ sull'accesso da localhost",
@@ -324,6 +326,7 @@
324326
"manual:authentication:protect_admin": "Se abilitata, è possibile accedere al pannello di amministrazione solo se viene inserito un nome utente e una password.",
325327
"manual:authentication:protect_index": "Se abilitata, è possibile accedere alla schermata iniziale solo se viene inserito un nome utente e una password.",
326328
"manual:authentication:protect_index_redirect": "Imposta la pagina a cui l'utente viene reindirizzato, se \"proteggi indice\" è abilitato e l'utente non è connesso.",
329+
"manual:authentication:protect_ip_whitelist": "Gli indirizzi IP aggiunti alla whitelist possono accedere alla schermata iniziale senza autenticazione.",
327330
"manual:authentication:protect_localhost_admin": "Se disabilitato, è possibile accedere al pannello di amministrazione senza nome utente e password da localhost.",
328331
"manual:authentication:protect_localhost_index": "Se disabilitata, è possibile accedere alla schermata iniziale senza nome utente e password da localhost.",
329332
"manual:authentication:protect_localhost_manual": "Se disabilitato, è possibile accedere al manuale e alle FAQ senza nome utente e password da localhost.",

resources/lang/nl.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"abort": "Annuleren",
33
"add": "Toevoegen",
4+
"add_entry": "Toevoegen",
45
"add_image": "Voeg afbeelding toe",
56
"admin_panel": "Beheerderspaneel",
67
"adminpanel_back": "Terug",
@@ -17,6 +18,7 @@
1718
"authentication:protect_admin": "Beheerderspaneel beveiligen",
1819
"authentication:protect_index": "Startscherm beveiligen",
1920
"authentication:protect_index_redirect": "Bestemming van startscherm bij niet-ingelogd zijn",
21+
"authentication:protect_ip_whitelist": "IP-Whitelist voor toegang tot het startscherm",
2022
"authentication:protect_localhost_admin": "Beheerderspaneel beveiligen bij toegang via localhost",
2123
"authentication:protect_localhost_index": "Startscherm beveiligen bij toegang via localhost",
2224
"authentication:protect_localhost_manual": "Handleiding en FAQ beveiligen bij toegang via localhost",
@@ -313,6 +315,7 @@
313315
"manual:authentication:protect_admin": "Indien ingeschakeld, kan het beheerderspaneel alleen worden geopend als een gebruikersnaam en wachtwoord zijn ingevoerd.",
314316
"manual:authentication:protect_index": "Indien ingeschakeld, kan het startscherm alleen worden geopend als een gebruikersnaam en wachtwoord zijn ingevoerd.",
315317
"manual:authentication:protect_index_redirect": "Stelt de pagina in waarnaar de gebruiker wordt doorgestuurd als 'bescherm de index' is ingeschakeld en de gebruiker niet is ingelogd.",
318+
"manual:authentication:protect_ip_whitelist": "IP-adressen die aan de whitelist zijn toegevoegd hebben toegang tot het startscherm zonder verificatie.",
316319
"manual:authentication:protect_localhost_admin": "Indien uitgeschakeld, kan het beheerderspaneel zonder gebruikersnaam en wachtwoord worden geopend vanaf localhost.",
317320
"manual:authentication:protect_localhost_index": "Indien uitgeschakeld, kan het startscherm zonder gebruikersnaam en wachtwoord worden geopend vanaf localhost.",
318321
"manual:authentication:protect_localhost_manual": "Indien uitgeschakeld, kunnen handleiding en FAQ zonder gebruikersnaam en wachtwoord worden geopend vanaf localhost.",

0 commit comments

Comments
 (0)