From bdff180bcfee251fed3033581ad7b29a7318b6ee Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 27 Aug 2024 10:34:37 +0530 Subject: [PATCH 1/2] added translation for news --- custom_apps/news/l10n/de.js | 7 +++++++ custom_apps/news/l10n/de.json | 7 +++++++ custom_apps/news/l10n/de_DE.js | 7 +++++++ custom_apps/news/l10n/de_DE.json | 7 +++++++ custom_apps/news/l10n/en.js | 7 +++++++ custom_apps/news/l10n/en.json | 7 +++++++ custom_apps/news/l10n/en_GB.js | 7 +++++++ custom_apps/news/l10n/en_GB.json | 7 +++++++ custom_apps/news/l10n/es.js | 7 +++++++ custom_apps/news/l10n/es.json | 7 +++++++ custom_apps/news/l10n/fr.js | 7 +++++++ custom_apps/news/l10n/fr.json | 7 +++++++ custom_apps/news/l10n/it.js | 7 +++++++ custom_apps/news/l10n/it.json | 7 +++++++ 14 files changed, 98 insertions(+) create mode 100644 custom_apps/news/l10n/de.js create mode 100644 custom_apps/news/l10n/de.json create mode 100644 custom_apps/news/l10n/de_DE.js create mode 100644 custom_apps/news/l10n/de_DE.json create mode 100644 custom_apps/news/l10n/en.js create mode 100644 custom_apps/news/l10n/en.json create mode 100644 custom_apps/news/l10n/en_GB.js create mode 100644 custom_apps/news/l10n/en_GB.json create mode 100644 custom_apps/news/l10n/es.js create mode 100644 custom_apps/news/l10n/es.json create mode 100644 custom_apps/news/l10n/fr.js create mode 100644 custom_apps/news/l10n/fr.json create mode 100644 custom_apps/news/l10n/it.js create mode 100644 custom_apps/news/l10n/it.json diff --git a/custom_apps/news/l10n/de.js b/custom_apps/news/l10n/de.js new file mode 100644 index 00000000..fe587871 --- /dev/null +++ b/custom_apps/news/l10n/de.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/de.json b/custom_apps/news/l10n/de.json new file mode 100644 index 00000000..cba3ff9d --- /dev/null +++ b/custom_apps/news/l10n/de.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/de_DE.js b/custom_apps/news/l10n/de_DE.js new file mode 100644 index 00000000..fe587871 --- /dev/null +++ b/custom_apps/news/l10n/de_DE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/de_DE.json b/custom_apps/news/l10n/de_DE.json new file mode 100644 index 00000000..cba3ff9d --- /dev/null +++ b/custom_apps/news/l10n/de_DE.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/en.js b/custom_apps/news/l10n/en.js new file mode 100644 index 00000000..8e4b0e1e --- /dev/null +++ b/custom_apps/news/l10n/en.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/en.json b/custom_apps/news/l10n/en.json new file mode 100644 index 00000000..e72ace47 --- /dev/null +++ b/custom_apps/news/l10n/en.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/en_GB.js b/custom_apps/news/l10n/en_GB.js new file mode 100644 index 00000000..8e4b0e1e --- /dev/null +++ b/custom_apps/news/l10n/en_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/en_GB.json b/custom_apps/news/l10n/en_GB.json new file mode 100644 index 00000000..e72ace47 --- /dev/null +++ b/custom_apps/news/l10n/en_GB.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/es.js b/custom_apps/news/l10n/es.js new file mode 100644 index 00000000..9c7816c9 --- /dev/null +++ b/custom_apps/news/l10n/es.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Error interno del servidor. Por favor, consulte con el soporte para obtener información adicional.", + "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena está actualmente en modo mantenimiento." + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/es.json b/custom_apps/news/l10n/es.json new file mode 100644 index 00000000..d055c055 --- /dev/null +++ b/custom_apps/news/l10n/es.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Error interno del servidor. Por favor, consulte con el soporte para obtener información adicional.", + "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena está actualmente en modo mantenimiento." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/fr.js b/custom_apps/news/l10n/fr.js new file mode 100644 index 00000000..36dcae19 --- /dev/null +++ b/custom_apps/news/l10n/fr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Erreur de serveur interne ! Veuillez contacter le support pour plus d'informations !", + "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena est actuellement en maintenance !" + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/fr.json b/custom_apps/news/l10n/fr.json new file mode 100644 index 00000000..d34c896c --- /dev/null +++ b/custom_apps/news/l10n/fr.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Erreur de serveur interne ! Veuillez contacter le support pour plus d'informations !", + "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena est actuellement en maintenance !" + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/news/l10n/it.js b/custom_apps/news/l10n/it.js new file mode 100644 index 00000000..d689091e --- /dev/null +++ b/custom_apps/news/l10n/it.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "news", + { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Errore interno del server! Si prega di verificare con il supporto per ulteriori informazioni!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena è attualmente in manutenzione!" + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/it.json b/custom_apps/news/l10n/it.json new file mode 100644 index 00000000..2969a5e5 --- /dev/null +++ b/custom_apps/news/l10n/it.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Internal server error! Please check your data/nextcloud.log file for additional information!": "Errore interno del server! Si prega di verificare con il supporto per ulteriori informazioni!", + "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena è attualmente in manutenzione!" + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- GitLab From faa0d489bd08a0dee2aca9e2d63d9062adb85b0d Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 28 Aug 2024 11:17:29 +0530 Subject: [PATCH 2/2] change Murena to Murena Workspace --- custom_apps/news/l10n/de.js | 2 +- custom_apps/news/l10n/de.json | 2 +- custom_apps/news/l10n/de_DE.js | 2 +- custom_apps/news/l10n/de_DE.json | 2 +- custom_apps/news/l10n/en.js | 2 +- custom_apps/news/l10n/en.json | 2 +- custom_apps/news/l10n/en_GB.js | 2 +- custom_apps/news/l10n/en_GB.json | 2 +- custom_apps/news/l10n/es.js | 2 +- custom_apps/news/l10n/es.json | 2 +- custom_apps/news/l10n/fr.js | 2 +- custom_apps/news/l10n/fr.json | 2 +- custom_apps/news/l10n/it.js | 2 +- custom_apps/news/l10n/it.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/custom_apps/news/l10n/de.js b/custom_apps/news/l10n/de.js index fe587871..5c05f73c 100644 --- a/custom_apps/news/l10n/de.js +++ b/custom_apps/news/l10n/de.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena Workspace-Instanz befindet sich derzeit im Wartungsmodus." }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/de.json b/custom_apps/news/l10n/de.json index cba3ff9d..6696a573 100644 --- a/custom_apps/news/l10n/de.json +++ b/custom_apps/news/l10n/de.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena Workspace-Instanz befindet sich derzeit im Wartungsmodus." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/de_DE.js b/custom_apps/news/l10n/de_DE.js index fe587871..5c05f73c 100644 --- a/custom_apps/news/l10n/de_DE.js +++ b/custom_apps/news/l10n/de_DE.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena Workspace-Instanz befindet sich derzeit im Wartungsmodus." }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/de_DE.json b/custom_apps/news/l10n/de_DE.json index cba3ff9d..6696a573 100644 --- a/custom_apps/news/l10n/de_DE.json +++ b/custom_apps/news/l10n/de_DE.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Interner Serverfehler! Bitte kontaktieren Sie den Support für weitere Informationen!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena-Instanz befindet sich derzeit im Wartungsmodus." + "Request failed, Nextcloud is in currently in maintenance mode!": "Anfrage fehlgeschlagen, diese Murena Workspace-Instanz befindet sich derzeit im Wartungsmodus." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/en.js b/custom_apps/news/l10n/en.js index 8e4b0e1e..ac49f7f4 100644 --- a/custom_apps/news/l10n/en.js +++ b/custom_apps/news/l10n/en.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena Workspace is in currently in maintenance mode!" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/en.json b/custom_apps/news/l10n/en.json index e72ace47..098194f2 100644 --- a/custom_apps/news/l10n/en.json +++ b/custom_apps/news/l10n/en.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena Workspace is in currently in maintenance mode!" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/en_GB.js b/custom_apps/news/l10n/en_GB.js index 8e4b0e1e..ac49f7f4 100644 --- a/custom_apps/news/l10n/en_GB.js +++ b/custom_apps/news/l10n/en_GB.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena Workspace is in currently in maintenance mode!" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/en_GB.json b/custom_apps/news/l10n/en_GB.json index e72ace47..098194f2 100644 --- a/custom_apps/news/l10n/en_GB.json +++ b/custom_apps/news/l10n/en_GB.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Internal server error! Please check with support for additional information!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena is in currently in maintenance mode!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Request failed, Murena Workspace is in currently in maintenance mode!" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/es.js b/custom_apps/news/l10n/es.js index 9c7816c9..2e11690d 100644 --- a/custom_apps/news/l10n/es.js +++ b/custom_apps/news/l10n/es.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Error interno del servidor. Por favor, consulte con el soporte para obtener información adicional.", - "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena está actualmente en modo mantenimiento." + "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena Workspace está actualmente en modo mantenimiento." }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/es.json b/custom_apps/news/l10n/es.json index d055c055..b5fc9a54 100644 --- a/custom_apps/news/l10n/es.json +++ b/custom_apps/news/l10n/es.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Error interno del servidor. Por favor, consulte con el soporte para obtener información adicional.", - "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena está actualmente en modo mantenimiento." + "Request failed, Nextcloud is in currently in maintenance mode!": "Petición fallida! Murena Workspace está actualmente en modo mantenimiento." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/fr.js b/custom_apps/news/l10n/fr.js index 36dcae19..fc0611f9 100644 --- a/custom_apps/news/l10n/fr.js +++ b/custom_apps/news/l10n/fr.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Erreur de serveur interne ! Veuillez contacter le support pour plus d'informations !", - "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena est actuellement en maintenance !" + "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena Workspace est actuellement en maintenance !" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/fr.json b/custom_apps/news/l10n/fr.json index d34c896c..5a8e32b2 100644 --- a/custom_apps/news/l10n/fr.json +++ b/custom_apps/news/l10n/fr.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Erreur de serveur interne ! Veuillez contacter le support pour plus d'informations !", - "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena est actuellement en maintenance !" + "Request failed, Nextcloud is in currently in maintenance mode!": "La requête a échoué, Murena Workspace est actuellement en maintenance !" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/news/l10n/it.js b/custom_apps/news/l10n/it.js index d689091e..cf9992dc 100644 --- a/custom_apps/news/l10n/it.js +++ b/custom_apps/news/l10n/it.js @@ -2,6 +2,6 @@ OC.L10N.register( "news", { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Errore interno del server! Si prega di verificare con il supporto per ulteriori informazioni!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena è attualmente in manutenzione!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena Workspace è attualmente in manutenzione!" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/news/l10n/it.json b/custom_apps/news/l10n/it.json index 2969a5e5..c015b4e6 100644 --- a/custom_apps/news/l10n/it.json +++ b/custom_apps/news/l10n/it.json @@ -1,7 +1,7 @@ { "translations": { "Internal server error! Please check your data/nextcloud.log file for additional information!": "Errore interno del server! Si prega di verificare con il supporto per ulteriori informazioni!", - "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena è attualmente in manutenzione!" + "Request failed, Nextcloud is in currently in maintenance mode!": "Richiesta non riuscita, Murena Workspace è attualmente in manutenzione!" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file -- GitLab