diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-30 00:22:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-30 00:22:27 +0000 |
commit | c2ec3b6cb069cf979b510c17e08d8f1273052a09 (patch) | |
tree | e799372c824169c52711abe3ca1059f274394419 /lib/l10n | |
parent | f342f69075213b0fec7b06efd1dcf2bcf7c03a7b (diff) | |
download | nextcloud-server-c2ec3b6cb069cf979b510c17e08d8f1273052a09.tar.gz nextcloud-server-c2ec3b6cb069cf979b510c17e08d8f1273052a09.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/ast.js | 2 | ||||
-rw-r--r-- | lib/l10n/ast.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 7635cc90e60..349a4ddda04 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -4,6 +4,7 @@ OC.L10N.register( "Other activities" : "Otres actividaes", "The library %s is not available." : "La biblioteca «%s» nun ta disponible.", "Authentication" : "Autenticación", + "Files" : "Ficheros", "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", @@ -13,6 +14,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Personal settings" : "Configuración personal", "Settings" : "Configuración", + "Log out" : "Zarrar la sesión", "Fediverse" : "Fediversu", "Twitter" : "Twitter", "Website" : "Sitiu web", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index af224611393..2989124c163 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -2,6 +2,7 @@ "Other activities" : "Otres actividaes", "The library %s is not available." : "La biblioteca «%s» nun ta disponible.", "Authentication" : "Autenticación", + "Files" : "Ficheros", "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", @@ -11,6 +12,7 @@ "Apps" : "Aplicaciones", "Personal settings" : "Configuración personal", "Settings" : "Configuración", + "Log out" : "Zarrar la sesión", "Fediverse" : "Fediversu", "Twitter" : "Twitter", "Website" : "Sitiu web", |