diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:19:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:19:08 +0000 |
commit | 405fef98c59a3b6f74b5a48b9c5801c67f3cb299 (patch) | |
tree | 6f0fc99add6eeb5cec2b835a36f1e5ad4f1e0319 /apps/updatenotification/l10n/ca.js | |
parent | d466cc07e0dec38313d195c78ca614817b3c5728 (diff) | |
download | nextcloud-server-405fef98c59a3b6f74b5a48b9c5801c67f3cb299.tar.gz nextcloud-server-405fef98c59a3b6f74b5a48b9c5801c67f3cb299.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js index dd2a544c713..1b2ee738e20 100644 --- a/apps/updatenotification/l10n/ca.js +++ b/apps/updatenotification/l10n/ca.js @@ -1,13 +1,13 @@ OC.L10N.register( "updatenotification", { - "{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obteniu més informació sobre com aplicar l'actualització.", + "{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", "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 %1$s is available." : "Hi ha disponible l'actualització a la versió %1$s.", + "Update to %1$s is available." : "Hi ha disponible l'actualització a %1$s.", "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ó", |