diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-03-14 16:08:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-03-14 16:08:31 +0000 |
commit | 6fcf729545705b3141cae59928fb44d547b636b9 (patch) | |
tree | 24e190876f87d05db5c3d74ce4aafbb3de2de501 /apps/updatenotification/l10n | |
parent | 11e8fd47ee22418cc9f3d4a15671aadc580b99b0 (diff) | |
download | nextcloud-server-6fcf729545705b3141cae59928fb44d547b636b9.tar.gz nextcloud-server-6fcf729545705b3141cae59928fb44d547b636b9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n')
-rw-r--r-- | apps/updatenotification/l10n/ca.js | 5 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ca.json | 5 | ||||
-rw-r--r-- | apps/updatenotification/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/updatenotification/l10n/pl.json | 3 | ||||
-rw-r--r-- | apps/updatenotification/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/sv.json | 1 |
6 files changed, 14 insertions, 4 deletions
diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js index 8f48bf756f6..8172502609d 100644 --- a/apps/updatenotification/l10n/ca.js +++ b/apps/updatenotification/l10n/ca.js @@ -10,8 +10,8 @@ OC.L10N.register( "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", - "Download now" : "Descarrega ara", + "Open updater" : "Obre l'actualitzador", + "Download now" : "Baixa ara", "The update check is not yet finished. Please refresh the page." : "Actualitzeu la pàgina.", "Your version is up to date." : "La teva versió està actualitzada.", "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:", @@ -22,6 +22,7 @@ OC.L10N.register( "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 selected update channel does not support updates of the server." : "El canal d'actualització seleccionat no admet actualitzacions del servidor.", "View changelog" : "Mostra el registre de canvis", + "Beta" : "Beta", "Could not start updater, please try the manual update" : "No s'ha pogut iniciar actualitzador, provi l'actualització manual", "A new version is available: %s" : "Una nova versió està disponible: %s", "Checked on %s" : "Comprovat en %s", diff --git a/apps/updatenotification/l10n/ca.json b/apps/updatenotification/l10n/ca.json index 27fbed621ab..5a444afe45e 100644 --- a/apps/updatenotification/l10n/ca.json +++ b/apps/updatenotification/l10n/ca.json @@ -8,8 +8,8 @@ "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", - "Download now" : "Descarrega ara", + "Open updater" : "Obre l'actualitzador", + "Download now" : "Baixa ara", "The update check is not yet finished. Please refresh the page." : "Actualitzeu la pàgina.", "Your version is up to date." : "La teva versió està actualitzada.", "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:", @@ -20,6 +20,7 @@ "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 selected update channel does not support updates of the server." : "El canal d'actualització seleccionat no admet actualitzacions del servidor.", "View changelog" : "Mostra el registre de canvis", + "Beta" : "Beta", "Could not start updater, please try the manual update" : "No s'ha pogut iniciar actualitzador, provi l'actualització manual", "A new version is available: %s" : "Una nova versió està disponible: %s", "Checked on %s" : "Comprovat en %s", diff --git a/apps/updatenotification/l10n/pl.js b/apps/updatenotification/l10n/pl.js index ab3300691dc..2c21509c8ca 100644 --- a/apps/updatenotification/l10n/pl.js +++ b/apps/updatenotification/l10n/pl.js @@ -33,6 +33,9 @@ OC.L10N.register( "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nie można połączyć się z appstore lub całkowicie zgłasza brak aktualizacji. Wyszukaj aktualizacje ręcznie lub upewnij się, że masz dostęp do Internetu i możesz łączyć się z appstore.", "<strong>All</strong> apps have an update for this version available" : "<strong>Wszystkie</strong> aplikacje mają aktualizację dla tej wersji", "View changelog" : "Zobacz listę zmian", + "Stable" : "Stabilna", + "Production" : "Produkcyjna", + "Beta" : "Beta", "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong>aplikacja nie ma aktualizacji dla tej wersji","<strong>%n</strong>aplikacje nie mają aktualizacji dla tej wersji","<strong>%n</strong> aplikacje nie mają aktualizacji dla tej wersji","<strong>%n</strong> aplikacje nie mają aktualizacji dla tej wersji"], "Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie", "A new version is available: %s" : "Dostępna jest nowa wersja: %s", diff --git a/apps/updatenotification/l10n/pl.json b/apps/updatenotification/l10n/pl.json index e7b073a7095..8b490b66f50 100644 --- a/apps/updatenotification/l10n/pl.json +++ b/apps/updatenotification/l10n/pl.json @@ -31,6 +31,9 @@ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nie można połączyć się z appstore lub całkowicie zgłasza brak aktualizacji. Wyszukaj aktualizacje ręcznie lub upewnij się, że masz dostęp do Internetu i możesz łączyć się z appstore.", "<strong>All</strong> apps have an update for this version available" : "<strong>Wszystkie</strong> aplikacje mają aktualizację dla tej wersji", "View changelog" : "Zobacz listę zmian", + "Stable" : "Stabilna", + "Production" : "Produkcyjna", + "Beta" : "Beta", "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong>aplikacja nie ma aktualizacji dla tej wersji","<strong>%n</strong>aplikacje nie mają aktualizacji dla tej wersji","<strong>%n</strong> aplikacje nie mają aktualizacji dla tej wersji","<strong>%n</strong> aplikacje nie mają aktualizacji dla tej wersji"], "Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie", "A new version is available: %s" : "Dostępna jest nowa wersja: %s", diff --git a/apps/updatenotification/l10n/sv.js b/apps/updatenotification/l10n/sv.js index 2cbfbb4b40d..be21bf983e9 100644 --- a/apps/updatenotification/l10n/sv.js +++ b/apps/updatenotification/l10n/sv.js @@ -13,6 +13,7 @@ OC.L10N.register( "Apps with available updates" : "Appar med tillgängliga uppdateringar", "Open updater" : "Öppna uppdateraren", "Download now" : "Ladda ned nu", + "What's new?" : "Vad är nytt?", "The update check is not yet finished. Please refresh the page." : "Uppdateringskontrollen är inte färdig ännu. Var god uppdatera sidan.", "Your version is up to date." : "Din version är uppdaterad.", "A non-default update server is in use to be checked for updates:" : "En icke-standard updateringsserver används för att kolla efter uppdateringar:", diff --git a/apps/updatenotification/l10n/sv.json b/apps/updatenotification/l10n/sv.json index 064af31bf68..7cc8e7ec2d8 100644 --- a/apps/updatenotification/l10n/sv.json +++ b/apps/updatenotification/l10n/sv.json @@ -11,6 +11,7 @@ "Apps with available updates" : "Appar med tillgängliga uppdateringar", "Open updater" : "Öppna uppdateraren", "Download now" : "Ladda ned nu", + "What's new?" : "Vad är nytt?", "The update check is not yet finished. Please refresh the page." : "Uppdateringskontrollen är inte färdig ännu. Var god uppdatera sidan.", "Your version is up to date." : "Din version är uppdaterad.", "A non-default update server is in use to be checked for updates:" : "En icke-standard updateringsserver används för att kolla efter uppdateringar:", |