diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-15 02:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-15 02:28:25 +0000 |
commit | 8bdb50fd507bfe68161ab98eba903872083ea4f3 (patch) | |
tree | f8c63f12b4ff3beab8a2084998363b86b8463cb7 /lib | |
parent | d454fe4b8c4bc659e036b7a34a56f0e83bab8a94 (diff) | |
download | nextcloud-server-8bdb50fd507bfe68161ab98eba903872083ea4f3.tar.gz nextcloud-server-8bdb50fd507bfe68161ab98eba903872083ea4f3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.js | 8 | ||||
-rw-r--r-- | lib/l10n/ast.json | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 858bbb50c7e..a6d361a6810 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -10,10 +10,15 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuración", "Twitter" : "Twitter", + "Website" : "Sitiu web", "Additional settings" : "Configuración adicional", + "%1$s via %2$s" : "%1$s per %2$s", "You are not allowed to share %s" : "Nun tienes permisu pa compartir «%s»", "Sunday" : "Domingu", "Monday" : "Llunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Xueves", "Friday" : "Vienres", "Saturday" : "Sábadu", "Fri." : "Vie.", @@ -35,6 +40,7 @@ OC.L10N.register( "Sep." : "Set.", "Oct." : "Och.", "Nov." : "Pay.", - "Application is not enabled" : "L'aplicación nun ta activada" + "Application is not enabled" : "L'aplicación nun ta activada", + "Full name" : "Nome completu" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index baebc7223b8..37d825a0b12 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -8,10 +8,15 @@ "Apps" : "Aplicaciones", "Settings" : "Configuración", "Twitter" : "Twitter", + "Website" : "Sitiu web", "Additional settings" : "Configuración adicional", + "%1$s via %2$s" : "%1$s per %2$s", "You are not allowed to share %s" : "Nun tienes permisu pa compartir «%s»", "Sunday" : "Domingu", "Monday" : "Llunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Xueves", "Friday" : "Vienres", "Saturday" : "Sábadu", "Fri." : "Vie.", @@ -33,6 +38,7 @@ "Sep." : "Set.", "Oct." : "Och.", "Nov." : "Pay.", - "Application is not enabled" : "L'aplicación nun ta activada" + "Application is not enabled" : "L'aplicación nun ta activada", + "Full name" : "Nome completu" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |