diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-31 02:28:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-31 02:28:14 +0000 |
commit | 01c029427001f4abd186b5611eddab69ac48fdc0 (patch) | |
tree | 9b26de245ae83ca3c3c8a2c730b2ff9428d21084 /lib/l10n | |
parent | 3e6e0753586d8ee636eabc45e244fc04904d1a75 (diff) | |
download | nextcloud-server-01c029427001f4abd186b5611eddab69ac48fdc0.tar.gz nextcloud-server-01c029427001f4abd186b5611eddab69ac48fdc0.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/oc.js | 1 | ||||
-rw-r--r-- | lib/l10n/oc.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index 056f70b4a99..41a93ac96b4 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -1,6 +1,7 @@ OC.L10N.register( "lib", { + "The page could not be found on the server." : "Se podiá pas trobar la pagina sul servidor.", "Other activities" : "Autras activitats", "Authentication" : "Autentificacion", "Unknown filetype" : "filetype desconegut", diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index c2a3295e879..101ce9fc5f1 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -1,4 +1,5 @@ { "translations": { + "The page could not be found on the server." : "Se podiá pas trobar la pagina sul servidor.", "Other activities" : "Autras activitats", "Authentication" : "Autentificacion", "Unknown filetype" : "filetype desconegut", |