Skip to content

Commit

Permalink
chore(l10n): generate new translations
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Dec 13, 2024
1 parent 5ab47d0 commit e77caa5
Show file tree
Hide file tree
Showing 14 changed files with 166 additions and 15 deletions.
10 changes: 8 additions & 2 deletions core/l10n/de.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
OC.L10N.register(
"core",
{
"Get your own free account" : "Holen Sie sich Ihr eigenes kostenloses Konto",
"Go to %s" : "%s aufrufen",
"Help & Support" : "Hilfe & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Abmelden",
"Search apps, files, tags, messages" : "Dateien und Ordner suchen",
"Settings" : "Einstellungen",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zur Navigation der App springen",
"Search apps, files, tags, messages": "Search files, folders",
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu."
},
"nplurals=2; plural=(n != 1);");
11 changes: 9 additions & 2 deletions core/l10n/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{ "translations": {
"Get your own free account" : "Holen Sie sich Ihr eigenes kostenloses Konto",
"Go to %s" : "%s aufrufen",
"Help & Support" : "Hilfe & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Abmelden",
"Search apps, files, tags, messages" : "Dateien und Ordner suchen",
"Settings" : "Einstellungen",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zur Navigation der App springen"
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Diese Anwendung benötigt JavaScript zum ordnungsgemäßen Betrieb. Bitte {linkstart}aktivieren Sie JavaScript{linkend} und laden Sie die Seite neu."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
}
11 changes: 10 additions & 1 deletion core/l10n/en.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OC.L10N.register(
"core",
{
"Search apps, files, tags, messages": "Search files, folders",
"Get your own free account" : "Get your own free account",
"Go to %s" : "Go to %s",
"Help & Support" : "Help & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logout",
"Search apps, files, tags, messages" : "Search files, folders",
"Settings" : "Settings",
"Skip to main content" : "Skip to main content",
"Skip to navigation of app" : "Skip to navigation of app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page."
},
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions core/l10n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Get your own free account",
"Go to %s" : "Go to %s",
"Help & Support" : "Help & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logout",
"Search apps, files, tags, messages" : "Search files, folders",
"Settings" : "Settings",
"Skip to main content" : "Skip to main content",
"Skip to navigation of app" : "Skip to navigation of app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
13 changes: 11 additions & 2 deletions core/l10n/es.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OC.L10N.register(
"core",
{
"Search apps, files, tags, messages" : "Buscar archivos",
"Get your own free account" : "Consigue tu propia cuenta gratuita",
"Go to %s" : "Ir a %s",
"Help & Support" : "Ayuda y soporte",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Cerrar sesión",
"Search apps, files, tags, messages" : "Buscar archivos, carpetas",
"Settings" : "Configuración",
"Skip to main content" : "Saltar al contenido principal",
"Skip to navigation of app" : "Saltar a la navegación de la app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere JavaScript para operar correctamente. Por favor, {linkstart}habilite JavaScript{linkend} y recargue la página."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions core/l10n/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Consigue tu propia cuenta gratuita",
"Go to %s" : "Ir a %s",
"Help & Support" : "Ayuda y soporte",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Cerrar sesión",
"Search apps, files, tags, messages" : "Buscar archivos, carpetas",
"Settings" : "Configuración",
"Skip to main content" : "Saltar al contenido principal",
"Skip to navigation of app" : "Saltar a la navegación de la app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere JavaScript para operar correctamente. Por favor, {linkstart}habilite JavaScript{linkend} y recargue la página."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
15 changes: 12 additions & 3 deletions core/l10n/fr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OC.L10N.register(
"core",
{
"Search apps, files, tags, messages" : "Rechercher des fichiers",
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Get your own free account" : "Obtenez votre compte personnel gratuit",
"Go to %s" : "Aller à %s",
"Help & Support" : "Aide et assistance",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Déconnexion",
"Search apps, files, tags, messages" : "Rechercher des fichiers, des dossiers",
"Settings" : "Paramètres",
"Skip to main content" : "Passer au contenu principal",
"Skip to navigation of app" : "Passer à la navigation d'application",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Cette application requiert JavaScript pour fonctionner correctement. Veuillez {linkstart}activer JavaScript{linkend} et recharger la page."
},
"nplurals=2; plural=(n > 1);");
13 changes: 13 additions & 0 deletions core/l10n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Obtenez votre compte personnel gratuit",
"Go to %s" : "Aller à %s",
"Help & Support" : "Aide et assistance",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Déconnexion",
"Search apps, files, tags, messages" : "Rechercher des fichiers, des dossiers",
"Settings" : "Paramètres",
"Skip to main content" : "Passer au contenu principal",
"Skip to navigation of app" : "Passer à la navigation d'application",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Cette application requiert JavaScript pour fonctionner correctement. Veuillez {linkstart}activer JavaScript{linkend} et recharger la page."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
15 changes: 12 additions & 3 deletions core/l10n/it.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OC.L10N.register(
"core",
{
"Search apps, files, tags, messages" : "Cerca file",
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"Get your own free account" : "Ottieni il tuo account gratuito",
"Go to %s" : "Vai a %s",
"Help & Support" : "Aiuto e supporto",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Esci",
"Search apps, files, tags, messages" : "Ricerca di file e cartelle",
"Settings" : "Impostazioni",
"Skip to main content" : "Passa al contenuto principale",
"Skip to navigation of app" : "Passa alla navigazione dell'applicazione",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. {linkstart}Abilita JavaScript{linkend} e ricarica la pagina."
},
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions core/l10n/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Ottieni il tuo account gratuito",
"Go to %s" : "Vai a %s",
"Help & Support" : "Aiuto e supporto",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Esci",
"Search apps, files, tags, messages" : "Ricerca di file e cartelle",
"Settings" : "Impostazioni",
"Skip to main content" : "Passa al contenuto principale",
"Skip to navigation of app" : "Passa alla navigazione dell'applicazione",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. {linkstart}Abilita JavaScript{linkend} e ricarica la pagina."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
13 changes: 11 additions & 2 deletions core/l10n/nl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
OC.L10N.register(
"core",
{
"Search apps, files, tags, messages" : "Zoek bestanden",
},
"Get your own free account" : "Maak je eigen gratis account",
"Go to %s" : "Ga naar %s",
"Help & Support" : "Hulp en ondersteuning",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Afmelden",
"Search apps, files, tags, messages" : "Bestanden en mappen zoeken",
"Settings" : "Instellingen",
"Skip to main content" : "Ga naar hoofdinhoud",
"Skip to navigation of app" : "Ga naar navigatie van app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Deze applicatie heeft JavaScript nodig. {linkstart}Activeer JavaScript{linkend} en ververs deze pagina."
},
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions core/l10n/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Maak je eigen gratis account",
"Go to %s" : "Ga naar %s",
"Help & Support" : "Hulp en ondersteuning",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Afmelden",
"Search apps, files, tags, messages" : "Bestanden en mappen zoeken",
"Settings" : "Instellingen",
"Skip to main content" : "Ga naar hoofdinhoud",
"Skip to navigation of app" : "Ga naar navigatie van app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Deze applicatie heeft JavaScript nodig. {linkstart}Activeer JavaScript{linkend} en ververs deze pagina."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
15 changes: 15 additions & 0 deletions core/l10n/se.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
OC.L10N.register(
"core",
{
"Get your own free account" : "Skaffa ett eget gratiskonto",
"Go to %s" : "Gå till %s",
"Help & Support" : "Hjälp & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logga ut",
"Search apps, files, tags, messages" : "Sök i filer och mappar",
"Settings" : "Inställningar",
"Skip to main content" : "Skippa till huvudinnehållet",
"Skip to navigation of app" : "Skippa till navigering av app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denna applikationen kräver JavaScript för att fungera korrekt. {linkstart}aktivera JavaScript{linkend} och uppdatera sidan."
},
"nplurals=2; plural=(n != 1);");
13 changes: 13 additions & 0 deletions core/l10n/se.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Get your own free account" : "Skaffa ett eget gratiskonto",
"Go to %s" : "Gå till %s",
"Help & Support" : "Hjälp & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logga ut",
"Search apps, files, tags, messages" : "Sök i filer och mappar",
"Settings" : "Inställningar",
"Skip to main content" : "Skippa till huvudinnehållet",
"Skip to navigation of app" : "Skippa till navigering av app",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Denna applikationen kräver JavaScript för att fungera korrekt. {linkstart}aktivera JavaScript{linkend} och uppdatera sidan."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit e77caa5

Please sign in to comment.