Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-07-13 03:12:22 +0300
committerNextcloud bot <bot@nextcloud.com>2018-07-13 03:12:22 +0300
commit9de320171c8470e67daa0ce1e631ce5835b884c3 (patch)
tree417be83bbdcaedaa1171604d98e34618081640a3 /apps
parent3cbbc8f90f40ab9d54706a1b99d4f8833f2a6529 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/l10n/de.js8
-rw-r--r--apps/dav/l10n/de.json8
-rw-r--r--apps/dav/l10n/de_DE.js8
-rw-r--r--apps/dav/l10n/de_DE.json8
-rw-r--r--apps/dav/l10n/it.js10
-rw-r--r--apps/dav/l10n/it.json10
-rw-r--r--apps/dav/l10n/pt_BR.js10
-rw-r--r--apps/dav/l10n/pt_BR.json10
-rw-r--r--apps/federatedfilesharing/l10n/it.js3
-rw-r--r--apps/federatedfilesharing/l10n/it.json3
-rw-r--r--apps/federatedfilesharing/l10n/pt_BR.js3
-rw-r--r--apps/federatedfilesharing/l10n/pt_BR.json3
-rw-r--r--apps/files_sharing/l10n/he.js24
-rw-r--r--apps/files_sharing/l10n/he.json24
-rw-r--r--apps/updatenotification/l10n/ca.js2
-rw-r--r--apps/updatenotification/l10n/ca.json2
16 files changed, 136 insertions, 0 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js
index d8be77358a0..b91c5efd3fb 100644
--- a/apps/dav/l10n/de.js
+++ b/apps/dav/l10n/de.js
@@ -54,12 +54,20 @@ OC.L10N.register(
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"Link:" : "Link:",
+ "Accept" : "Akzeptieren",
+ "Decline" : "Ablehnen",
+ "More options ..." : "Weitere Optionen…",
+ "More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
+ "Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
+ "Are you accepting the invitation?" : "Die Einladung annehmen?",
+ "Tentative" : "Vorläufig",
+ "Save" : "Speichern",
"CalDAV server" : "CalDAV-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Please make sure to properly set up the email settings above." : "Bitte sicherstellen, dass die E-Mail Einstellungen oben korrekt angegeben sind.",
diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json
index 4a633f2f69a..5b0f50594fe 100644
--- a/apps/dav/l10n/de.json
+++ b/apps/dav/l10n/de.json
@@ -52,12 +52,20 @@
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"Link:" : "Link:",
+ "Accept" : "Akzeptieren",
+ "Decline" : "Ablehnen",
+ "More options ..." : "Weitere Optionen…",
+ "More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
+ "Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
+ "Are you accepting the invitation?" : "Die Einladung annehmen?",
+ "Tentative" : "Vorläufig",
+ "Save" : "Speichern",
"CalDAV server" : "CalDAV-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Please make sure to properly set up the email settings above." : "Bitte sicherstellen, dass die E-Mail Einstellungen oben korrekt angegeben sind.",
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
index 517394f091f..9afd85b04e8 100644
--- a/apps/dav/l10n/de_DE.js
+++ b/apps/dav/l10n/de_DE.js
@@ -54,12 +54,20 @@ OC.L10N.register(
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"Link:" : "Link:",
+ "Accept" : "Akzeptieren",
+ "Decline" : "Ablehnen",
+ "More options ..." : "Weitere Optionen…",
+ "More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
+ "Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
+ "Are you accepting the invitation?" : "Die Einladung annehmen?",
+ "Tentative" : "Vorläufig",
+ "Save" : "Speichern",
"CalDAV server" : "CalDAV-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Please make sure to properly set up the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind.",
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
index 107c01c8c36..5ce95e1edb9 100644
--- a/apps/dav/l10n/de_DE.json
+++ b/apps/dav/l10n/de_DE.json
@@ -52,12 +52,20 @@
"Where:" : "Wo:",
"Description:" : "Beschreibung:",
"Link:" : "Link:",
+ "Accept" : "Akzeptieren",
+ "Decline" : "Ablehnen",
+ "More options ..." : "Weitere Optionen…",
+ "More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV-Endpunkt",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
+ "Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
+ "Are you accepting the invitation?" : "Die Einladung annehmen?",
+ "Tentative" : "Vorläufig",
+ "Save" : "Speichern",
"CalDAV server" : "CalDAV-Server",
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
"Please make sure to properly set up the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind.",
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js
index 20da8a6dfa3..10fa534a9d6 100644
--- a/apps/dav/l10n/it.js
+++ b/apps/dav/l10n/it.js
@@ -54,12 +54,22 @@ OC.L10N.register(
"Where:" : "Dove:",
"Description:" : "Descrizione:",
"Link:" : "Collegamento:",
+ "Accept" : "Accetta",
+ "Decline" : "Rifiuta",
+ "More options ..." : "Altre opzioni...",
+ "More options at %s" : "Altre opzioni alle %s",
"Contacts" : "Contatti",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminatore WebDAV",
"Technical details" : "Dettagli tecnici",
"Remote Address: %s" : "Indirizzo remoto: %s",
"Request ID: %s" : "ID richiesta: %s",
+ "There was an error updating your attendance status." : "Si è verificato un errore durante l'aggiornamento dello stato della tua partecipazione.",
+ "Please contact the organizer directly." : "Contatta direttamente l'amministratore.",
+ "Are you accepting the invitation?" : "Accetti l'invito?",
+ "Tentative" : "Provvisorio",
+ "Save" : "Salva",
+ "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.",
"CalDAV server" : "Server CalDAV",
"Send invitations to attendees" : "Invia gli inviti ai partecipanti",
"Please make sure to properly set up the email settings above." : "Assicurati di configurare correttamente le impostazioni di posta sopra.",
diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json
index aaa1b2522b5..eee0dddcf95 100644
--- a/apps/dav/l10n/it.json
+++ b/apps/dav/l10n/it.json
@@ -52,12 +52,22 @@
"Where:" : "Dove:",
"Description:" : "Descrizione:",
"Link:" : "Collegamento:",
+ "Accept" : "Accetta",
+ "Decline" : "Rifiuta",
+ "More options ..." : "Altre opzioni...",
+ "More options at %s" : "Altre opzioni alle %s",
"Contacts" : "Contatti",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminatore WebDAV",
"Technical details" : "Dettagli tecnici",
"Remote Address: %s" : "Indirizzo remoto: %s",
"Request ID: %s" : "ID richiesta: %s",
+ "There was an error updating your attendance status." : "Si è verificato un errore durante l'aggiornamento dello stato della tua partecipazione.",
+ "Please contact the organizer directly." : "Contatta direttamente l'amministratore.",
+ "Are you accepting the invitation?" : "Accetti l'invito?",
+ "Tentative" : "Provvisorio",
+ "Save" : "Salva",
+ "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.",
"CalDAV server" : "Server CalDAV",
"Send invitations to attendees" : "Invia gli inviti ai partecipanti",
"Please make sure to properly set up the email settings above." : "Assicurati di configurare correttamente le impostazioni di posta sopra.",
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js
index 27d7824ea9c..9a14b215132 100644
--- a/apps/dav/l10n/pt_BR.js
+++ b/apps/dav/l10n/pt_BR.js
@@ -54,12 +54,22 @@ OC.L10N.register(
"Where:" : "Onde:",
"Description:" : "Descrição:",
"Link:" : "Link:",
+ "Accept" : "Aceitar",
+ "Decline" : "Rejeitar",
+ "More options ..." : "Mais opções...",
+ "More options at %s" : "Mais opções em %s",
"Contacts" : "Contatos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Ponto final WebDAV",
"Technical details" : "Detalhes técnicos",
"Remote Address: %s" : "Endereço remoto: %s",
"Request ID: %s" : "ID do solicitante: %s",
+ "There was an error updating your attendance status." : "Houve um erro ao atualizar seu status de participação.",
+ "Please contact the organizer directly." : "Por favor, contate o organizador diretamente.",
+ "Are you accepting the invitation?" : "Você está aceitando o convite?",
+ "Tentative" : "Tentativa",
+ "Save" : "Salvar",
+ "Your attendance was updated successfully." : "Sua participação foi atualizada com sucesso.",
"CalDAV server" : "Servidor CalDAV",
"Send invitations to attendees" : "Envie convites aos participantes",
"Please make sure to properly set up the email settings above." : "Certifique-se de configurar corretamente o e-mail acima.",
diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json
index 4b4ea5b5287..867977e00d1 100644
--- a/apps/dav/l10n/pt_BR.json
+++ b/apps/dav/l10n/pt_BR.json
@@ -52,12 +52,22 @@
"Where:" : "Onde:",
"Description:" : "Descrição:",
"Link:" : "Link:",
+ "Accept" : "Aceitar",
+ "Decline" : "Rejeitar",
+ "More options ..." : "Mais opções...",
+ "More options at %s" : "Mais opções em %s",
"Contacts" : "Contatos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Ponto final WebDAV",
"Technical details" : "Detalhes técnicos",
"Remote Address: %s" : "Endereço remoto: %s",
"Request ID: %s" : "ID do solicitante: %s",
+ "There was an error updating your attendance status." : "Houve um erro ao atualizar seu status de participação.",
+ "Please contact the organizer directly." : "Por favor, contate o organizador diretamente.",
+ "Are you accepting the invitation?" : "Você está aceitando o convite?",
+ "Tentative" : "Tentativa",
+ "Save" : "Salvar",
+ "Your attendance was updated successfully." : "Sua participação foi atualizada com sucesso.",
"CalDAV server" : "Servidor CalDAV",
"Send invitations to attendees" : "Envie convites aos participantes",
"Please make sure to properly set up the email settings above." : "Certifique-se de configurar corretamente o e-mail acima.",
diff --git a/apps/federatedfilesharing/l10n/it.js b/apps/federatedfilesharing/l10n/it.js
index bb29a1920a7..78c1f519964 100644
--- a/apps/federatedfilesharing/l10n/it.js
+++ b/apps/federatedfilesharing/l10n/it.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).",
+ "It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.",
"Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s",
"Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
"File is already shared with %s" : "Il file è già condiviso con %s",
@@ -39,6 +40,8 @@ OC.L10N.register(
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
+ "Allow users on this server to send shares to groups on other servers" : "Consenti agli utenti su questo server di inviare condivisioni a gruppi su altri server",
+ "Allow users on this server to receive group shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni di gruppo da altri server",
"Search global and public address book for users" : "Cerca gli utenti nella rubrica globale e pubblica",
"Allow users to publish their data to a global and public address book" : "Consenti agli utenti di pubblicare i propri dati in una rubrica globale e pubblica",
"Federated Cloud" : "Cloud federata",
diff --git a/apps/federatedfilesharing/l10n/it.json b/apps/federatedfilesharing/l10n/it.json
index dee19eb3b09..ce4dafdf86f 100644
--- a/apps/federatedfilesharing/l10n/it.json
+++ b/apps/federatedfilesharing/l10n/it.json
@@ -16,6 +16,7 @@
"Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).",
+ "It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.",
"Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s",
"Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
"File is already shared with %s" : "Il file è già condiviso con %s",
@@ -37,6 +38,8 @@
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
+ "Allow users on this server to send shares to groups on other servers" : "Consenti agli utenti su questo server di inviare condivisioni a gruppi su altri server",
+ "Allow users on this server to receive group shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni di gruppo da altri server",
"Search global and public address book for users" : "Cerca gli utenti nella rubrica globale e pubblica",
"Allow users to publish their data to a global and public address book" : "Consenti agli utenti di pubblicare i propri dati in una rubrica globale e pubblica",
"Federated Cloud" : "Cloud federata",
diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js
index cc397f93905..d9013dd4fc5 100644
--- a/apps/federatedfilesharing/l10n/pt_BR.js
+++ b/apps/federatedfilesharing/l10n/pt_BR.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer um compartilhamento federado, talvez a senha esteja incorreta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).",
+ "It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.",
"Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou porque este item já está compartilhado com %s",
"Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário",
"File is already shared with %s" : "O arquivo já é compartilhado com %s",
@@ -39,6 +40,8 @@ OC.L10N.register(
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
"Allow users on this server to send shares to other servers" : "Permitir que os usuários deste servidor enviem compartilhamentos para outros servidores",
"Allow users on this server to receive shares from other servers" : "Permitir que os usuários deste servidor recebam compartilhamentos de outros servidores",
+ "Allow users on this server to send shares to groups on other servers" : "Permitir que usuários deste servidor enviem compartilhamentos para grupos de outros servidores",
+ "Allow users on this server to receive group shares from other servers" : "Permitir que usuários deste servidor recebam compartilhamentos de grupos de outros servidores",
"Search global and public address book for users" : "Procurar por usuários em catálogo de endereços global e público",
"Allow users to publish their data to a global and public address book" : "Permitir que os usuários publiquem seus dados em um catálogo de endereços global e público",
"Federated Cloud" : "Nuvem Federada",
diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json
index 28972c5f313..fc1fed37987 100644
--- a/apps/federatedfilesharing/l10n/pt_BR.json
+++ b/apps/federatedfilesharing/l10n/pt_BR.json
@@ -16,6 +16,7 @@
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer um compartilhamento federado, talvez a senha esteja incorreta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).",
+ "It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.",
"Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou porque este item já está compartilhado com %s",
"Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário",
"File is already shared with %s" : "O arquivo já é compartilhado com %s",
@@ -37,6 +38,8 @@
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
"Allow users on this server to send shares to other servers" : "Permitir que os usuários deste servidor enviem compartilhamentos para outros servidores",
"Allow users on this server to receive shares from other servers" : "Permitir que os usuários deste servidor recebam compartilhamentos de outros servidores",
+ "Allow users on this server to send shares to groups on other servers" : "Permitir que usuários deste servidor enviem compartilhamentos para grupos de outros servidores",
+ "Allow users on this server to receive group shares from other servers" : "Permitir que usuários deste servidor recebam compartilhamentos de grupos de outros servidores",
"Search global and public address book for users" : "Procurar por usuários em catálogo de endereços global e público",
"Allow users to publish their data to a global and public address book" : "Permitir que os usuários publiquem seus dados em um catálogo de endereços global e público",
"Federated Cloud" : "Nuvem Federada",
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js
index 9384b880c63..488c20041a4 100644
--- a/apps/files_sharing/l10n/he.js
+++ b/apps/files_sharing/l10n/he.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"files_sharing",
{
"Shared with you" : "שיתף/שיתפה אתך",
+ "Deleted shares" : "שיתופים שנמחקו",
"Shared with others" : "משותף עם אחרים",
"Shared by link" : "משותף עם קישור",
"Nothing shared with you yet" : "עדיין לא שיתפו אתך דבר",
@@ -10,6 +11,10 @@ OC.L10N.register(
"Files and folders you share will show up here" : "קבצים ותיקיות ששיתפת יוצגו כאן",
"No shared links" : "אין קישורים משותפים",
"Files and folders you share by link will show up here" : "קבצים ותיקיות ששיתפת עם קישור יוצגו כאן",
+ "No deleted shares" : "אין שיתופים שנמחקו",
+ "Shares you deleted will show up here" : "שיתופים שמחקת יופיעו כאן",
+ "Restore share" : "שחזור שיתוף",
+ "Something happened. Unable to restore the share." : "משהו התרחש. לא ניתן לשחזר את השיתוף.",
"You can upload into this folder" : "ניתן להעלות לתיקייה זו",
"No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}",
"Invalid server URL" : "כתובת השרת שגויה",
@@ -21,14 +26,25 @@ OC.L10N.register(
"File shares" : "שיתופי קבצים",
"Downloaded via public link" : "הורד על בסיס קישור ציבורי",
"Downloaded by {email}" : "הורד על ידי {email}",
+ "{file} downloaded via public link" : "{file} התקבל דרך קישור ציבורי",
+ "{email} downloaded {file}" : "{file} הורד על ידי {email}",
+ "Shared with group {group}" : "שותף עם הקבוצה {group}",
+ "Removed share for group {group}" : "הוסר שיתוף עם הקבוצה {group}",
+ "{actor} shared with group {group}" : "שותף עם הקבוצה {group} על ידי {actor}",
+ "{actor} removed share for group {group}" : "הוסר השיתוף עם הקבוצה {group} על ידי {actor}",
+ "You shared {file} with group {group}" : "שיתפת {file} עם הקבוצה {group}",
+ "You removed group {group} from {file}" : "הסרת את הקבוצה {group} מהקובץ {file}",
"Removed public link" : "הסיר/ה קישור ציבורי",
"Public link expired" : "קישור ציבורי פג תוקף",
"A file or folder was shared from <strong>another server</strong>" : "קובץ או תיקייה שותפו מ- <strong>שרת אחר</strong>",
"A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>",
"Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים",
+ "could not delete share" : "לא ניתן למחוק שיתוף",
"Could not delete share" : "לא ניתן היה למחוק את השיתוף",
"Please specify a file or folder path" : "יש לספק נתיב לקובץ או תיקייה",
"Wrong path, file/folder doesn't exist" : "נתיב שגוי, קובץ/תיקייה אינם קיימים",
+ "Could not create share" : "לא ניתן ליצור שיתוף",
+ "invalid permissions" : "הרשאות שגויות",
"Please specify a valid user" : "יש לספק משתמש חוקי",
"Group sharing is disabled by the administrator" : "שיתוף קבוצתי מנוטרל על ידי המנהל",
"Please specify a valid group" : "יש לספק קבוצה חוקית",
@@ -37,18 +53,24 @@ OC.L10N.register(
"Public upload is only possible for publicly shared folders" : "העלאה ציבורית אפשרית רק אל תיקיות משותפות ציבוריות",
"Invalid date, date format must be YYYY-MM-DD" : "תאריך לא חוקי, תבנית התאריך חייבת להיות YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "שיתוף %s נכשל כיוון שהצד האחרוי ינו מאפשר שיתוף מסוג %s",
+ "You cannot share to a Circle if the app is not enabled" : "לא ניתן לשתף למעגל אם היישומון לא מופעל",
+ "Please specify a valid circle" : "נא לציין מעגל תקני",
"Unknown share type" : "סוג שיתוף אינו מוכר",
"Not a directory" : "אינה תיקייה",
"Could not lock path" : "לא ניתן היה לנעול נתיב",
"Wrong or no update parameter given" : "משתנה עדכון שניתן שגוי או לא קיים",
"Can't change permissions for public share links" : "לא ניתן לשנות הרשאות לקישורי שיתוף ציבוריים",
"Cannot increase permissions" : "לא ניתן להעלות הרשאות",
+ "shared by %s" : "שותף על ידי %s",
"Download" : "הורדה",
"Direct link" : "קישור ישיר",
+ "Add to your Nextcloud" : "הוספה ל־Nextcloud שלך",
"Share API is disabled" : "שיתוף API מנוטרל",
+ "File sharing" : "שיתוף קבצים",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Name" : "שם",
"Share time" : "זמן שיתוף",
+ "Expiration date" : "מועד תפוגה",
"Sorry, this link doesn’t seem to work anymore." : "מצטערים, לא נראה שקישור זה עובד יותר. ",
"Reasons might be:" : "הסיבות יכולות להיות:",
"the item was removed" : "הפריט הוסר",
@@ -56,6 +78,8 @@ OC.L10N.register(
"sharing is disabled" : "השיתוף נוטרל",
"For more info, please ask the person who sent this link." : "למידע נוסף, יש לפנות לשולח קישור זה.",
"Download %s" : "הורדה %s",
+ "Upload files to %s" : "העלאת קבצים על %s",
+ "Select or drop files" : "בחירה או השלכה של קבצים",
"This share is password-protected" : "שיתוף זה מוגן סיסמא",
"The password is wrong. Try again." : "הסיסמא שגויה. יש לנסות שנית.",
"Password" : "סיסמא"
diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json
index efcf309572e..6c278207a48 100644
--- a/apps/files_sharing/l10n/he.json
+++ b/apps/files_sharing/l10n/he.json
@@ -1,5 +1,6 @@
{ "translations": {
"Shared with you" : "שיתף/שיתפה אתך",
+ "Deleted shares" : "שיתופים שנמחקו",
"Shared with others" : "משותף עם אחרים",
"Shared by link" : "משותף עם קישור",
"Nothing shared with you yet" : "עדיין לא שיתפו אתך דבר",
@@ -8,6 +9,10 @@
"Files and folders you share will show up here" : "קבצים ותיקיות ששיתפת יוצגו כאן",
"No shared links" : "אין קישורים משותפים",
"Files and folders you share by link will show up here" : "קבצים ותיקיות ששיתפת עם קישור יוצגו כאן",
+ "No deleted shares" : "אין שיתופים שנמחקו",
+ "Shares you deleted will show up here" : "שיתופים שמחקת יופיעו כאן",
+ "Restore share" : "שחזור שיתוף",
+ "Something happened. Unable to restore the share." : "משהו התרחש. לא ניתן לשחזר את השיתוף.",
"You can upload into this folder" : "ניתן להעלות לתיקייה זו",
"No compatible server found at {remote}" : "לא נמצא שרת תואם בכתובת {remote}",
"Invalid server URL" : "כתובת השרת שגויה",
@@ -19,14 +24,25 @@
"File shares" : "שיתופי קבצים",
"Downloaded via public link" : "הורד על בסיס קישור ציבורי",
"Downloaded by {email}" : "הורד על ידי {email}",
+ "{file} downloaded via public link" : "{file} התקבל דרך קישור ציבורי",
+ "{email} downloaded {file}" : "{file} הורד על ידי {email}",
+ "Shared with group {group}" : "שותף עם הקבוצה {group}",
+ "Removed share for group {group}" : "הוסר שיתוף עם הקבוצה {group}",
+ "{actor} shared with group {group}" : "שותף עם הקבוצה {group} על ידי {actor}",
+ "{actor} removed share for group {group}" : "הוסר השיתוף עם הקבוצה {group} על ידי {actor}",
+ "You shared {file} with group {group}" : "שיתפת {file} עם הקבוצה {group}",
+ "You removed group {group} from {file}" : "הסרת את הקבוצה {group} מהקובץ {file}",
"Removed public link" : "הסיר/ה קישור ציבורי",
"Public link expired" : "קישור ציבורי פג תוקף",
"A file or folder was shared from <strong>another server</strong>" : "קובץ או תיקייה שותפו מ- <strong>שרת אחר</strong>",
"A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>",
"Wrong share ID, share doesn't exist" : "מספר זיהוי שיתוף שגוי, שיתוף אינו קיים",
+ "could not delete share" : "לא ניתן למחוק שיתוף",
"Could not delete share" : "לא ניתן היה למחוק את השיתוף",
"Please specify a file or folder path" : "יש לספק נתיב לקובץ או תיקייה",
"Wrong path, file/folder doesn't exist" : "נתיב שגוי, קובץ/תיקייה אינם קיימים",
+ "Could not create share" : "לא ניתן ליצור שיתוף",
+ "invalid permissions" : "הרשאות שגויות",
"Please specify a valid user" : "יש לספק משתמש חוקי",
"Group sharing is disabled by the administrator" : "שיתוף קבוצתי מנוטרל על ידי המנהל",
"Please specify a valid group" : "יש לספק קבוצה חוקית",
@@ -35,18 +51,24 @@
"Public upload is only possible for publicly shared folders" : "העלאה ציבורית אפשרית רק אל תיקיות משותפות ציבוריות",
"Invalid date, date format must be YYYY-MM-DD" : "תאריך לא חוקי, תבנית התאריך חייבת להיות YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "שיתוף %s נכשל כיוון שהצד האחרוי ינו מאפשר שיתוף מסוג %s",
+ "You cannot share to a Circle if the app is not enabled" : "לא ניתן לשתף למעגל אם היישומון לא מופעל",
+ "Please specify a valid circle" : "נא לציין מעגל תקני",
"Unknown share type" : "סוג שיתוף אינו מוכר",
"Not a directory" : "אינה תיקייה",
"Could not lock path" : "לא ניתן היה לנעול נתיב",
"Wrong or no update parameter given" : "משתנה עדכון שניתן שגוי או לא קיים",
"Can't change permissions for public share links" : "לא ניתן לשנות הרשאות לקישורי שיתוף ציבוריים",
"Cannot increase permissions" : "לא ניתן להעלות הרשאות",
+ "shared by %s" : "שותף על ידי %s",
"Download" : "הורדה",
"Direct link" : "קישור ישיר",
+ "Add to your Nextcloud" : "הוספה ל־Nextcloud שלך",
"Share API is disabled" : "שיתוף API מנוטרל",
+ "File sharing" : "שיתוף קבצים",
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Name" : "שם",
"Share time" : "זמן שיתוף",
+ "Expiration date" : "מועד תפוגה",
"Sorry, this link doesn’t seem to work anymore." : "מצטערים, לא נראה שקישור זה עובד יותר. ",
"Reasons might be:" : "הסיבות יכולות להיות:",
"the item was removed" : "הפריט הוסר",
@@ -54,6 +76,8 @@
"sharing is disabled" : "השיתוף נוטרל",
"For more info, please ask the person who sent this link." : "למידע נוסף, יש לפנות לשולח קישור זה.",
"Download %s" : "הורדה %s",
+ "Upload files to %s" : "העלאת קבצים על %s",
+ "Select or drop files" : "בחירה או השלכה של קבצים",
"This share is password-protected" : "שיתוף זה מוגן סיסמא",
"The password is wrong. Try again." : "הסיסמא שגויה. יש לנסות שנית.",
"Password" : "סיסמא"
diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js
index 4c488728e0b..2a843d044ae 100644
--- a/apps/updatenotification/l10n/ca.js
+++ b/apps/updatenotification/l10n/ca.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"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",
+ "What's new?" : "Què hi ha de nou?",
"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:",
@@ -19,6 +20,7 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Notificar als membres dels següents grups sobre les actualitzacions disponibles:",
"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.",
+ "View changelog" : "Mostra el registre de canvis",
"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",
"Download now" : "Descarrega ara",
diff --git a/apps/updatenotification/l10n/ca.json b/apps/updatenotification/l10n/ca.json
index e5f3c14ade8..9ce72d949d4 100644
--- a/apps/updatenotification/l10n/ca.json
+++ b/apps/updatenotification/l10n/ca.json
@@ -9,6 +9,7 @@
"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",
+ "What's new?" : "Què hi ha de nou?",
"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:",
@@ -17,6 +18,7 @@
"Notify members of the following groups about available updates:" : "Notificar als membres dels següents grups sobre les actualitzacions disponibles:",
"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.",
+ "View changelog" : "Mostra el registre de canvis",
"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",
"Download now" : "Descarrega ara",