diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-09 00:46:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-09 00:46:30 +0000 |
commit | 2a36e47c9eb82bd7366252ffd110627e734f29db (patch) | |
tree | 74866e1f7fd26786338c11b05b969bff96593a9d /apps/updatenotification/l10n/ca.js | |
parent | b2b4f34d967e1aed556847b349b8b39f429938d2 (diff) | |
download | nextcloud-server-2a36e47c9eb82bd7366252ffd110627e734f29db.tar.gz nextcloud-server-2a36e47c9eb82bd7366252ffd110627e734f29db.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/ca.js')
-rw-r--r-- | apps/updatenotification/l10n/ca.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js index d9c7829dabe..b89417f1d15 100644 --- a/apps/updatenotification/l10n/ca.js +++ b/apps/updatenotification/l10n/ca.js @@ -4,12 +4,20 @@ OC.L10N.register( "{version} is available. Get more information on how to update." : "{version} ja està disponible. Obteniu més informació sobre com aplicar l'actualització.", "Channel updated" : "S'ha actualitzat el canal", "Web updater is disabled" : "L'actualitzador web està inhabilitat", + "App updated" : "S'ha actualitzat l'aplicació", + "See what's new" : "Consulta les novetats", + "{app} updated to version {version}" : "S'ha actualitzat {app} a la versió {version}", "Update notifications" : "Notificacions d'actualització", "The update server could not be reached since %d days to check for new updates." : "No s'ha pogut accedir al servidor d'actualitzacions des de fa %d dies per a comprovar si hi ha actualitzacions noves.", "Please check the Nextcloud and server log files for errors." : "Consulteu els fitxers de registre del servidor i del Nextcloud per a detectar errors.", "Update to {serverAndVersion} is available." : "Hi ha disponible l'actualització a {serverAndVersion}.", "Update for {app} to version %s is available." : "Hi ha disponible l'actualització a la versió %s per a {app}.", "Update notification" : "Notificació d'actualització", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Mostra les notificacions d'actualització del Nextcloud, les actualitzacions de les aplicacions i proporciona l'SSO de l'actualitzador.", + "What's new in {app} {version}" : "Novetats a {app} {version}", + "Give feedback" : "Envia un comentari", + "Get started" : "Comença", + "No changelog available" : "No hi ha cap registre de canvis disponible", "Update" : "Actualització", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "La versió que esteu executant ja no es manté. Assegureu-vos d’actualitzar com més aviat millor a una versió admesa.", "Apps missing compatible version" : "Aplicacions sense cap versió compatible", @@ -47,6 +55,8 @@ OC.L10N.register( "Beta" : "Beta", "A pre-release version only for testing new features, not for production environments." : "Una versió preliminar només per a provar característiques noves, no per a entorns de producció.", "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["Hi ha <strong>%n</strong> aplicació que no té disponible cap versió compatible amb aquesta versió del Nextcloud.","Hi ha <strong>%n</strong> aplicacions que no tenen disponible cap versió compatible amb aquesta versió del Nextcloud."], + "Changelog for app {app}" : "Registre de canvis de l'aplicació {app}", + "What's new in {app} version {version}" : "Novetats de la versió {version} de {app}", "Update to %1$s is available." : "Hi ha disponible l'actualització a %1$s.", "Displays update notifications for Nextcloud and provides the SSO for the updater." : "Mostra les notificacions d'actualització del Nextcloud i proporciona l'SSO de l'actualitzador.", "Please note that the web updater is not recommended with more than 100 users! Please use the command line updater instead!" : "Tingueu en compte que no es recomana l'actualitzador web amb més de 100 usuaris. Utilitzeu l'actualitzador de la línia d'ordres.", |