diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-28 00:28:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-28 00:28:07 +0000 |
commit | 534c1ad06a0e7871d25d39ec835713aefd8eacc9 (patch) | |
tree | cc8fe726281b194325106697d48c885777199ec1 /core | |
parent | d070d5e958cb5fbd19bc1d6498d5fde5934bedb6 (diff) | |
download | nextcloud-server-534c1ad06a0e7871d25d39ec835713aefd8eacc9.tar.gz nextcloud-server-534c1ad06a0e7871d25d39ec835713aefd8eacc9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ca.js | 2 | ||||
-rw-r--r-- | core/l10n/ca.json | 2 | ||||
-rw-r--r-- | core/l10n/fi.js | 2 | ||||
-rw-r--r-- | core/l10n/fi.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index a7e759fbda2..539d2e0e5d8 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -235,7 +235,9 @@ OC.L10N.register( "No" : "No", "Yes" : "Sí", "Choose" : "Tria", + "Copy to {target}" : "Copia a {target}", "Copy" : "Copia", + "Move to {target}" : "Mou a {target}", "Move" : "Mou", "OK" : "D'acord", "Error loading message template: {error}" : "S'ha produït un error en carregar la plantilla del missatge: {error}", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 3f24b1fddb1..51fb4a02981 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -233,7 +233,9 @@ "No" : "No", "Yes" : "Sí", "Choose" : "Tria", + "Copy to {target}" : "Copia a {target}", "Copy" : "Copia", + "Move to {target}" : "Mou a {target}", "Move" : "Mou", "OK" : "D'acord", "Error loading message template: {error}" : "S'ha produït un error en carregar la plantilla del missatge: {error}", diff --git a/core/l10n/fi.js b/core/l10n/fi.js index b37fef3f49f..3235f938a57 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -193,7 +193,9 @@ OC.L10N.register( "No" : "Ei", "Yes" : "Kyllä", "Choose" : "Valitse", + "Copy to {target}" : "Kopioi kohteeseen {target}", "Copy" : "Kopioi", + "Move to {target}" : "Siirrä kohteeseen {target}", "Move" : "Siirrä", "OK" : "OK", "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 8dbe8e122f0..ea8a5d439f6 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -191,7 +191,9 @@ "No" : "Ei", "Yes" : "Kyllä", "Choose" : "Valitse", + "Copy to {target}" : "Kopioi kohteeseen {target}", "Copy" : "Kopioi", + "Move to {target}" : "Siirrä kohteeseen {target}", "Move" : "Siirrä", "OK" : "OK", "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", |