diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-10 08:21:14 +0000 |
commit | a22bc0e78758a86000b1023c93e554ebca696493 (patch) | |
tree | 89b642351e7d1dde1e45170b9f721859e30758c2 /apps/updatenotification/l10n/ca.js | |
parent | ed6352af0ecb7cd4faf9635e8bab9042022b5018 (diff) | |
download | nextcloud-server-a22bc0e78758a86000b1023c93e554ebca696493.tar.gz nextcloud-server-a22bc0e78758a86000b1023c93e554ebca696493.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/ca.js')
-rw-r--r-- | apps/updatenotification/l10n/ca.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js index 23b1afca189..4c488728e0b 100644 --- a/apps/updatenotification/l10n/ca.js +++ b/apps/updatenotification/l10n/ca.js @@ -2,8 +2,16 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obtingueu més informació sobre com actualitzar.", + "Update notifications" : "Notificacions d'actualització", + "Channel updated" : "Canal actualitzat", + "The update server could not be reached since %d days to check for new updates." : "El servidor d'actualització no es va poder arribar des %d dies per comprovar si hi ha noves actualitzacions.", + "Please check the Nextcloud and server log files for errors." : "Si us plau, comproveu els fitxers de log del servidor i de Nextcloud per detectar errors.", + "Update to %1$s is available." : "Actualització per %1$s està disponible.", + "Update for %1$s to version %2$s is available." : "L'actualització per %1$s a la versió %2$s està disponible.", + "Update for {app} to version %s is available." : "Actualització per {app} a la versió %s està disponible.", + "Update notification" : "Notificació d'actualització", "Open updater" : "Obrir actualitzador", - "Your version is up to date." : "La teva versió està actualitzada.", + "The update check is not yet finished. Please refresh the page." : "Actualitzeu la pàgina.", "A non-default update server is in use to be checked for updates:" : "S'utilitza un servidor d'actualització no predeterminat per comprovar si hi ha actualitzacions:", "Update channel:" : "Actualitzar canal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Sempre podràs actualitzar a una versió més recent / canal experimental. Però mai es pot fer un \"downgrade\" a un canal més estable.", @@ -12,18 +20,10 @@ OC.L10N.register( "Only notification for app updates are available." : "Només notificació d'actualitzacions d'apps estan disponibles.", "The selected update channel does not support updates of the server." : "El canal d'actualització seleccionat no admet actualitzacions del servidor.", "Could not start updater, please try the manual update" : "No s'ha pogut iniciar actualitzador, provi l'actualització manual", - "Update notifications" : "Notificacions d'actualització", - "Channel updated" : "Canal actualitzat", - "The update server could not be reached since %d days to check for new updates." : "El servidor d'actualització no es va poder arribar des %d dies per comprovar si hi ha noves actualitzacions.", - "Please check the Nextcloud and server log files for errors." : "Si us plau, comproveu els fitxers de log del servidor i de Nextcloud per detectar errors.", - "Update to %1$s is available." : "Actualització per %1$s està disponible.", - "Update for %1$s to version %2$s is available." : "L'actualització per %1$s a la versió %2$s està disponible.", - "Update for {app} to version %s is available." : "Actualització per {app} a la versió %s està disponible.", - "Update notification" : "Notificació d'actualització", "A new version is available: %s" : "Una nova versió està disponible: %s", "Download now" : "Descarrega ara", + "Your version is up to date." : "La teva versió està actualitzada.", "Checked on %s" : "Comprovat en %s", - "The selected update channel makes dedicated notifications for the server obsolete." : "El canal d'actualització seleccionat deixa obsoletes les notificacions específiques del servidor.", - "The update check is not yet finished. Please refresh the page." : "Actualitzeu la pàgina." + "The selected update channel makes dedicated notifications for the server obsolete." : "El canal d'actualització seleccionat deixa obsoletes les notificacions específiques del servidor." }, "nplurals=2; plural=(n != 1);"); |