Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Oct 25, 2023
1 parent 0f80bb7 commit f12b4d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ OC.L10N.register(
"Hello %s" : "Hola, %s",
"Hello %s," : "Hola, %s.",
"Notifications" : "Avisos",
"in {path}" : "en {path}",
"1 hour" : "1 hora",
"3 hours" : "3 hores",
"1 day" : "1 día",
"1 week" : "1 selmana"
"1 week" : "1 selmana",
"Your settings have been updated." : "Anovóse la configuración.",
"You need to set up your email address before you can receive notification emails." : "Tienes de configurar una direición de corréu electrónicu enantes de poder recibir mensaxes d'avisu."
},
"nplurals=2; plural=(n != 1);");
5 changes: 4 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"Hello %s" : "Hola, %s",
"Hello %s," : "Hola, %s.",
"Notifications" : "Avisos",
"in {path}" : "en {path}",
"1 hour" : "1 hora",
"3 hours" : "3 hores",
"1 day" : "1 día",
"1 week" : "1 selmana"
"1 week" : "1 selmana",
"Your settings have been updated." : "Anovóse la configuración.",
"You need to set up your email address before you can receive notification emails." : "Tienes de configurar una direición de corréu electrónicu enantes de poder recibir mensaxes d'avisu."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit f12b4d8

Please sign in to comment.