Skip to content

Commit

Permalink
[AMEND] chore(l10n): generate new translations
Browse files Browse the repository at this point in the history
add translations for sidebar quota

Signed-off-by: Franziska Bath <[email protected]>
  • Loading branch information
fracado committed Dec 16, 2024
1 parent a3289f6 commit 27be0f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ OC.L10N.register(
"Help & Support" : "Hilfe & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Abmelden",
"of {quota}" : "von {quota}",
"Search apps, files, tags, messages" : "Dateien und Ordner suchen",
"Settings" : "Einstellungen",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"Storage Informations" : "Speicher Informationen",
"Storage used" : "Speicher verwendet",
"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);");
3 changes: 3 additions & 0 deletions core/l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"Help & Support" : "Hilfe & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Abmelden",
"of {quota}" : "von {quota}",
"Search apps, files, tags, messages" : "Dateien und Ordner suchen",
"Settings" : "Einstellungen",
"Skip to main content" : "Zum Hauptinhalt springen",
"Skip to navigation of app" : "Zum Navigationsbereich der App springen",
"Storage Informations" : "Speicher Informationen",
"Storage used" : "Speicher verwendet",
"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);"
}
3 changes: 3 additions & 0 deletions core/l10n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ OC.L10N.register(
"Help & Support" : "Help & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logout",
"of {quota}" : "of {quota}",
"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",
"Storage Informations" : "Storage Informations",
"Storage used" : "Storage used",
"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);");
5 changes: 4 additions & 1 deletion core/l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"Help & Support" : "Help & Support",
"IONOS WEBMAIL" : "IONOS WEBMAIL",
"Logout" : "Logout",
"of {quota}" : "of {quota}",
"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",
"Storage Informations" : "Storage Informations",
"Storage used" : "Storage used",
"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);"
}
}

0 comments on commit 27be0f6

Please sign in to comment.