From c9971d86dcf6062f20368324c2e8f43d8ac6bc79 Mon Sep 17 00:00:00 2001 From: Akhil Date: Fri, 12 Jan 2024 18:44:08 +0530 Subject: [PATCH 1/3] Fix reference to Nextcloud with sharing links --- custom_apps/en_GB.js | 7 +++++++ custom_apps/en_GB.json | 10 ++++++++++ custom_apps/memories/l10n/de.js | 1 + custom_apps/memories/l10n/de.json | 3 ++- custom_apps/memories/l10n/de_DE.js | 1 + custom_apps/memories/l10n/de_DE.json | 3 ++- custom_apps/memories/l10n/en.js | 1 + custom_apps/memories/l10n/en.json | 3 ++- custom_apps/memories/l10n/es.js | 1 + custom_apps/memories/l10n/es.json | 3 ++- custom_apps/memories/l10n/fr.js | 1 + custom_apps/memories/l10n/fr.json | 3 ++- 12 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 custom_apps/en_GB.js create mode 100644 custom_apps/en_GB.json diff --git a/custom_apps/en_GB.js b/custom_apps/en_GB.js new file mode 100644 index 00000000..da02a1c3 --- /dev/null +++ b/custom_apps/en_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register("memories", { + "Gallery": "Gallery", + "Gallery Settings": "Gallery Settings", + "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link", +}, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/en_GB.json b/custom_apps/en_GB.json new file mode 100644 index 00000000..89a9d0b5 --- /dev/null +++ b/custom_apps/en_GB.json @@ -0,0 +1,10 @@ +{ + "translations": { + "Gallery": "Gallery", + "Gallery Settings": "Gallery Settings", + "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link" + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/memories/l10n/de.js b/custom_apps/memories/l10n/de.js index 6c4b78c7..d1982493 100644 --- a/custom_apps/memories/l10n/de.js +++ b/custom_apps/memories/l10n/de.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "Gallery Settings": "Bildergalerie-Einstellungen", "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden.", "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link" : "Einen externen Murena Cloud-Link teilen", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/de.json b/custom_apps/memories/l10n/de.json index f30aed99..acb13f26 100644 --- a/custom_apps/memories/l10n/de.json +++ b/custom_apps/memories/l10n/de.json @@ -3,7 +3,8 @@ "Gallery": "Bildergalerie", "Gallery Settings": "Bildergalerie-Einstellungen", "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden.", - "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." + "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link" : "Einen externen Murena Cloud-Link teilen" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/de_DE.js b/custom_apps/memories/l10n/de_DE.js index d5ad46cf..710e3280 100644 --- a/custom_apps/memories/l10n/de_DE.js +++ b/custom_apps/memories/l10n/de_DE.js @@ -2,5 +2,6 @@ OC.L10N.register( "memories", { "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link": "Einen externen Murena Cloud-Link teilen" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/memories/l10n/de_DE.json b/custom_apps/memories/l10n/de_DE.json index 24c93ff2..6eca8d78 100644 --- a/custom_apps/memories/l10n/de_DE.json +++ b/custom_apps/memories/l10n/de_DE.json @@ -1,6 +1,7 @@ { "translations": { - "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." + "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link": "Einen externen Murena Cloud-Link teilen" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/en.js b/custom_apps/memories/l10n/en.js index 7cc2b9aa..da02a1c3 100644 --- a/custom_apps/memories/l10n/en.js +++ b/custom_apps/memories/l10n/en.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "Gallery Settings": "Gallery Settings", "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/en.json b/custom_apps/memories/l10n/en.json index 4a8ccdbb..89a9d0b5 100644 --- a/custom_apps/memories/l10n/en.json +++ b/custom_apps/memories/l10n/en.json @@ -3,7 +3,8 @@ "Gallery": "Gallery", "Gallery Settings": "Gallery Settings", "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", - "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud." + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/es.js b/custom_apps/memories/l10n/es.js index 879d80a5..b93ace60 100644 --- a/custom_apps/memories/l10n/es.js +++ b/custom_apps/memories/l10n/es.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "Gallery Settings": "Configuración de la Galería", "Gallery has been updated to {version}. Reload to get the new version.": "La galería fue actualizada a {version}. Reinicia para obtener la nueva versión.", "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud.", + "Share an external Nextcloud link" : "Compartir un enlace externo de Murena Cloud", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/es.json b/custom_apps/memories/l10n/es.json index a3609cbc..9609a50f 100644 --- a/custom_apps/memories/l10n/es.json +++ b/custom_apps/memories/l10n/es.json @@ -3,7 +3,8 @@ "Gallery": "Galería", "Gallery Settings": "Configuración de la Galería", "Gallery has been updated to {version}. Reload to get the new version.": "La galería fue actualizada a {version}. Reinicia para obtener la nueva versión.", - "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud." + "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud.", + "Share an external Nextcloud link" : "Compartir un enlace externo de Murena Cloud" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/fr.js b/custom_apps/memories/l10n/fr.js index a3224d96..77f33d9e 100644 --- a/custom_apps/memories/l10n/fr.js +++ b/custom_apps/memories/l10n/fr.js @@ -4,4 +4,5 @@ OC.L10N.register("memories", "Gallery Settings": "Paramètres de Galerie", "Gallery has been updated to {version}. Reload to get the new version.": "Galerie a été mise à jour vers la version {version}. Rechargez la page pour bénéficier de la nouvelle version.", "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud.", + "Share an external Nextcloud link" : "Partager un lien Murena Cloud externe", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/fr.json b/custom_apps/memories/l10n/fr.json index bb1534b3..3a7652f7 100644 --- a/custom_apps/memories/l10n/fr.json +++ b/custom_apps/memories/l10n/fr.json @@ -3,7 +3,8 @@ "Gallery": "Galerie", "Gallery Settings": "Paramètres de Galerie", "Gallery has been updated to {version}. Reload to get the new version.": "Galerie a été mise à jour vers la version {version}. Rechargez la page pour bénéficier de la nouvelle version.", - "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud." + "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud.", + "Share an external Nextcloud link" : "Partager un lien Murena Cloud externe" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file -- GitLab From cd6ea7b6fd5a87d875927c35460f017c6a7e3ccf Mon Sep 17 00:00:00 2001 From: Akhil Date: Tue, 16 Jan 2024 14:14:17 +0530 Subject: [PATCH 2/3] Fix italian translation --- custom_apps/memories/l10n/it.js | 1 + custom_apps/memories/l10n/it.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_apps/memories/l10n/it.js b/custom_apps/memories/l10n/it.js index 454d6e5f..53309464 100644 --- a/custom_apps/memories/l10n/it.js +++ b/custom_apps/memories/l10n/it.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "Gallery Settings": "Impostazioni Galleria", "Gallery has been updated to {version}. Reload to get the new version.": "Abbiamo aggiornato Galleria alla nuova versione (version). Per poterla utilizzare, ricarica la pagina.", "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud.", + "Share an external Nextcloud link": "Condividi un Murena Cloud link esterno" }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/it.json b/custom_apps/memories/l10n/it.json index 5aa27c87..cf4485a0 100644 --- a/custom_apps/memories/l10n/it.json +++ b/custom_apps/memories/l10n/it.json @@ -3,7 +3,8 @@ "Gallery": "Galleria", "Gallery Settings": "Impostazioni Galleria", "Gallery has been updated to {version}. Reload to get the new version.": "Abbiamo aggiornato Galleria alla nuova versione (version). Per poterla utilizzare, ricarica la pagina.", - "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud." + "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud.", + "Share an external Nextcloud link": "Condividi un Murena Cloud link esterno" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file -- GitLab From a17a877129e79944d8d7af89b61287be55622465 Mon Sep 17 00:00:00 2001 From: Akhil Date: Tue, 16 Jan 2024 14:14:56 +0530 Subject: [PATCH 3/3] move en_GB files to correct path --- custom_apps/{ => memories/l10n}/en_GB.js | 0 custom_apps/{ => memories/l10n}/en_GB.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename custom_apps/{ => memories/l10n}/en_GB.js (100%) rename custom_apps/{ => memories/l10n}/en_GB.json (100%) diff --git a/custom_apps/en_GB.js b/custom_apps/memories/l10n/en_GB.js similarity index 100% rename from custom_apps/en_GB.js rename to custom_apps/memories/l10n/en_GB.js diff --git a/custom_apps/en_GB.json b/custom_apps/memories/l10n/en_GB.json similarity index 100% rename from custom_apps/en_GB.json rename to custom_apps/memories/l10n/en_GB.json -- GitLab