diff --git a/apps/accessibility/l10n/mk.js b/apps/accessibility/l10n/mk.js index 6a7560329c..4b31d47ed7 100644 --- a/apps/accessibility/l10n/mk.js +++ b/apps/accessibility/l10n/mk.js @@ -15,6 +15,6 @@ OC.L10N.register( "Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзалниот пристап е многу важен за нас. Ние ги следиме веб-стандардите и ги имплементираме за да го направиме користењето попристапно, како користење без маус, и помошни апликации за читање на екранот. Наша цел е да бидеме во согласност со {guidelines} {linkend}2.1 на ниво АА, со висока контрастна тема дури и на ниво на ААА.", "If you find any issues, don’t hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "околку наидете на некој проблем, не се двоумете и пријавете го на {issuetracker} {linkend}. И доколку сакате можете да се приклучите кон нашиот {designteam} {linkend}!", - "Enable" : "овозможи" + "Enable" : "Овозможи" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/accessibility/l10n/mk.json b/apps/accessibility/l10n/mk.json index 8d60304e3c..6664fcb3d1 100644 --- a/apps/accessibility/l10n/mk.json +++ b/apps/accessibility/l10n/mk.json @@ -13,6 +13,6 @@ "Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзалниот пристап е многу важен за нас. Ние ги следиме веб-стандардите и ги имплементираме за да го направиме користењето попристапно, како користење без маус, и помошни апликации за читање на екранот. Наша цел е да бидеме во согласност со {guidelines} {linkend}2.1 на ниво АА, со висока контрастна тема дури и на ниво на ААА.", "If you find any issues, don’t hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "околку наидете на некој проблем, не се двоумете и пријавете го на {issuetracker} {linkend}. И доколку сакате можете да се приклучите кон нашиот {designteam} {linkend}!", - "Enable" : "овозможи" + "Enable" : "Овозможи" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js index 9c7f46ce1c..0e3832634d 100644 --- a/apps/files_external/l10n/sl.js +++ b/apps/files_external/l10n/sl.js @@ -78,6 +78,7 @@ OC.L10N.register( "Public key" : "Javni ključ", "RSA private key" : "Zasebni ključ RSA", "Private key" : "Zasebni ključ", + "Kerberos ticket" : "Kartica Kerberos", "Amazon S3" : "Amazon S3", "Bucket" : "Pomnilniško vedro", "Hostname" : "Ime gostitelja", diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json index 8b533d5c85..75286d2f1b 100644 --- a/apps/files_external/l10n/sl.json +++ b/apps/files_external/l10n/sl.json @@ -76,6 +76,7 @@ "Public key" : "Javni ključ", "RSA private key" : "Zasebni ključ RSA", "Private key" : "Zasebni ključ", + "Kerberos ticket" : "Kartica Kerberos", "Amazon S3" : "Amazon S3", "Bucket" : "Pomnilniško vedro", "Hostname" : "Ime gostitelja", diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index c2e7711019..914bdea6ce 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Žádná doporučení. Pište", "Resharing is not allowed" : "Příjemcům tohoto sdílení není dovoleno ho nasdílet dál dalším", "Name or email …" : "Jméno nebo e-mail…", - "Name, email, or federated cloud ID …" : "Jméno, e-mail nebo identifikátor ve federovaném cloudu …", "Searching …" : "Hledání...", "No elements found." : "Nenalezeny žádné prvky.", "Search globally" : "Hledat všude", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Nahrávání souborů", "Uploaded files:" : "Nahrané soubory:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", + "Name, email, or federated cloud ID …" : "Jméno, e-mail nebo identifikátor ve federovaném cloudu …", "Uploading files…" : "Nahrávání souborů…" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 7acc6c9272..d6e329cf7f 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Žádná doporučení. Pište", "Resharing is not allowed" : "Příjemcům tohoto sdílení není dovoleno ho nasdílet dál dalším", "Name or email …" : "Jméno nebo e-mail…", - "Name, email, or federated cloud ID …" : "Jméno, e-mail nebo identifikátor ve federovaném cloudu …", "Searching …" : "Hledání...", "No elements found." : "Nenalezeny žádné prvky.", "Search globally" : "Hledat všude", @@ -228,6 +227,7 @@ "Uploading files" : "Nahrávání souborů", "Uploaded files:" : "Nahrané soubory:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", + "Name, email, or federated cloud ID …" : "Jméno, e-mail nebo identifikátor ve federovaném cloudu …", "Uploading files…" : "Nahrávání souborů…" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index d5638f275b..1737458a66 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.", "Resharing is not allowed" : "Weiterteilen ist nicht erlaubt", "Name or email …" : "Name oder E-Mail-Adresse …", - "Name, email, or federated cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …", "Searching …" : "Suche …", "No elements found." : "Keine Elemente gefunden.", "Search globally" : "Global suchen", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Dateien werden hochgeladen", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$s zu.", + "Name, email, or federated cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …", "Uploading files…" : "Dateien werden hochgeladen…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index dab1e72af0..7b5499e0bc 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.", "Resharing is not allowed" : "Weiterteilen ist nicht erlaubt", "Name or email …" : "Name oder E-Mail-Adresse …", - "Name, email, or federated cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …", "Searching …" : "Suche …", "No elements found." : "Keine Elemente gefunden.", "Search globally" : "Global suchen", @@ -228,6 +227,7 @@ "Uploading files" : "Dateien werden hochgeladen", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst Du den %1$sNutzungsbedingungen%2$s zu.", + "Name, email, or federated cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …", "Uploading files…" : "Dateien werden hochgeladen…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 6100b71b34..e23751af17 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -181,13 +181,12 @@ OC.L10N.register( "Add another link" : "Weiteren Link hinzufügen", "Create a new share link" : "Neuen Freigabe-Link erstellen", "Shared via link by {initiator}" : "Geteilt mittels Link von {initiator}", - "Share link ({label})" : "Link teilen ({label})", + "Share link ({label})" : "Link teilen ({label})", "Share link" : "Link teilen", "Error, please enter proper password and/or expiration date" : "Fehler. Bitte gebe das richtige Passwort und/oder Ablaufdatum ein", "No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.", "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt ", "Name or email …" : "Name oder E-Mail-Adresse …", - "Name, email, or federated cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …", "Searching …" : "Suche …", "No elements found." : "Keine Elemente gefunden.", "Search globally" : "Global suchen", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Dateien werden hochgeladen", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", + "Name, email, or federated cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …", "Uploading files…" : "Dateien werden hochgeladen…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 5d6a36eb14..eb8339ca39 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -179,13 +179,12 @@ "Add another link" : "Weiteren Link hinzufügen", "Create a new share link" : "Neuen Freigabe-Link erstellen", "Shared via link by {initiator}" : "Geteilt mittels Link von {initiator}", - "Share link ({label})" : "Link teilen ({label})", + "Share link ({label})" : "Link teilen ({label})", "Share link" : "Link teilen", "Error, please enter proper password and/or expiration date" : "Fehler. Bitte gebe das richtige Passwort und/oder Ablaufdatum ein", "No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.", "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt ", "Name or email …" : "Name oder E-Mail-Adresse …", - "Name, email, or federated cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …", "Searching …" : "Suche …", "No elements found." : "Keine Elemente gefunden.", "Search globally" : "Global suchen", @@ -228,6 +227,7 @@ "Uploading files" : "Dateien werden hochgeladen", "Uploaded files:" : "Hochgeladene Dateien: ", "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", + "Name, email, or federated cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …", "Uploading files…" : "Dateien werden hochgeladen…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 1f6d29ba03..78f41888af 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", "Resharing is not allowed" : "No se permite compartir de nuevo", "Name or email …" : "Nombre o correo electrónico …", - "Name, email, or federated cloud ID …" : "Nombre, correo electrónico o ID de nube federada …", "Searching …" : "Buscando ...", "No elements found." : "No se encontraron elementos.", "Search globally" : "Buscar globalmente", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Subiendo archivos", "Uploaded files:" : "Archivos subidos:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", + "Name, email, or federated cloud ID …" : "Nombre, correo electrónico o ID de nube federada …", "Uploading files…" : "Subiendo archivos…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 2b2abf1388..0875fc775d 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", "Resharing is not allowed" : "No se permite compartir de nuevo", "Name or email …" : "Nombre o correo electrónico …", - "Name, email, or federated cloud ID …" : "Nombre, correo electrónico o ID de nube federada …", "Searching …" : "Buscando ...", "No elements found." : "No se encontraron elementos.", "Search globally" : "Buscar globalmente", @@ -228,6 +227,7 @@ "Uploading files" : "Subiendo archivos", "Uploaded files:" : "Archivos subidos:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", + "Name, email, or federated cloud ID …" : "Nombre, correo electrónico o ID de nube federada …", "Uploading files…" : "Subiendo archivos…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 0b499b852d..e01e67ba91 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Name or email …" : "Nom ou adresse courriel ...", - "Name, email, or federated cloud ID …" : "Nom, adresse e-mail ou identifiant cloud fédéré…", "Searching …" : "Recherche …", "No elements found." : "Aucun élément trouvé.", "Search globally" : "Rechercher partout", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Envoi des fichiers en cours ...", "Uploaded files:" : "Fichiers envoyés :", "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", + "Name, email, or federated cloud ID …" : "Nom, adresse e-mail ou identifiant cloud fédéré…", "Uploading files…" : "Envoi des fichiers..." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 6b18dbaf21..65b0682f32 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Name or email …" : "Nom ou adresse courriel ...", - "Name, email, or federated cloud ID …" : "Nom, adresse e-mail ou identifiant cloud fédéré…", "Searching …" : "Recherche …", "No elements found." : "Aucun élément trouvé.", "Search globally" : "Rechercher partout", @@ -228,6 +227,7 @@ "Uploading files" : "Envoi des fichiers en cours ...", "Uploaded files:" : "Fichiers envoyés :", "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", + "Name, email, or federated cloud ID …" : "Nom, adresse e-mail ou identifiant cloud fédéré…", "Uploading files…" : "Envoi des fichiers..." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index 7a698d4d18..e9a55fdb2b 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.", "Resharing is not allowed" : "Non se permite volver compartir", "Name or email …" : "Nome ou correo…", - "Name, email, or federated cloud ID …" : "Nome, correo ou ID da nube federada...", "Searching …" : "Buscando…", "No elements found." : "Non se atoparon elementos.", "Search globally" : "Busca global", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Enviando ficheiros", "Uploaded files:" : "Ficheiros enviados:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.", + "Name, email, or federated cloud ID …" : "Nome, correo ou ID da nube federada...", "Uploading files…" : "Enviando ficheiros…" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index 065d37d5d2..c039891622 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.", "Resharing is not allowed" : "Non se permite volver compartir", "Name or email …" : "Nome ou correo…", - "Name, email, or federated cloud ID …" : "Nome, correo ou ID da nube federada...", "Searching …" : "Buscando…", "No elements found." : "Non se atoparon elementos.", "Search globally" : "Busca global", @@ -228,6 +227,7 @@ "Uploading files" : "Enviando ficheiros", "Uploaded files:" : "Ficheiros enviados:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.", + "Name, email, or federated cloud ID …" : "Nome, correo ou ID da nube federada...", "Uploading files…" : "Enviando ficheiros…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 9a082df6a8..cb8ab662b0 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Nessun consiglio. Inizia a digitare.", "Resharing is not allowed" : "La ri-condivisione non è consentita", "Name or email …" : "Nome o email...", - "Name, email, or federated cloud ID …" : "Nome, email o ID di cloud federata...", "Searching …" : "Ricerca in corso...", "No elements found." : "Nessun elemento trovato.", "Search globally" : "Cerca globalmente", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Caricamento file", "Uploaded files:" : "File caricati:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", + "Name, email, or federated cloud ID …" : "Nome, email o ID di cloud federata...", "Uploading files…" : "Caricamento file in corso..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 2a78ff2e85..7b5cec1830 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Nessun consiglio. Inizia a digitare.", "Resharing is not allowed" : "La ri-condivisione non è consentita", "Name or email …" : "Nome o email...", - "Name, email, or federated cloud ID …" : "Nome, email o ID di cloud federata...", "Searching …" : "Ricerca in corso...", "No elements found." : "Nessun elemento trovato.", "Search globally" : "Cerca globalmente", @@ -228,6 +227,7 @@ "Uploading files" : "Caricamento file", "Uploaded files:" : "File caricati:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", + "Name, email, or federated cloud ID …" : "Nome, email o ID di cloud federata...", "Uploading files…" : "Caricamento file in corso..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js index c28c0aae3c..b3345a901d 100644 --- a/apps/files_sharing/l10n/mk.js +++ b/apps/files_sharing/l10n/mk.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Нема препораки. Започнете со пишување.", "Resharing is not allowed" : "Повторно споделување не е дозволено", "Name or email …" : "Име или е-пошта ...", - "Name, email, or federated cloud ID …" : "Име, е-пошта или федерален ИД ...", "Searching …" : "Пребарување ...", "No elements found." : "Нема пронајдено елементи.", "Search globally" : "Пребарај глобално", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Прикачување на датотеки", "Uploaded files:" : "Прикачени датотеки:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", + "Name, email, or federated cloud ID …" : "Име, е-пошта или федерален ИД ...", "Uploading files…" : "Прикачување датотеки…" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json index 1fd2a67c0a..90fe7e1461 100644 --- a/apps/files_sharing/l10n/mk.json +++ b/apps/files_sharing/l10n/mk.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Нема препораки. Започнете со пишување.", "Resharing is not allowed" : "Повторно споделување не е дозволено", "Name or email …" : "Име или е-пошта ...", - "Name, email, or federated cloud ID …" : "Име, е-пошта или федерален ИД ...", "Searching …" : "Пребарување ...", "No elements found." : "Нема пронајдено елементи.", "Search globally" : "Пребарај глобално", @@ -228,6 +227,7 @@ "Uploading files" : "Прикачување на датотеки", "Uploaded files:" : "Прикачени датотеки:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", + "Name, email, or federated cloud ID …" : "Име, е-пошта или федерален ИД ...", "Uploading files…" : "Прикачување датотеки…" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 6eaac426f9..4f530c5b25 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Brak rekomendacji. Możesz napisać.", "Resharing is not allowed" : "Udostępnianie jest niedozwolone", "Name or email …" : "Nazwa lub adres e-mail…", - "Name, email, or federated cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", "Searching …" : "Wyszukiwanie…", "No elements found." : "Nie znaleziono elementów.", "Search globally" : "Szukaj globalnie", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Wysyłanie plików", "Uploaded files:" : "Wysłane pliki:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s.", + "Name, email, or federated cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", "Uploading files…" : "Wysyłanie plików…" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index 092217bf03..daa46fb385 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Brak rekomendacji. Możesz napisać.", "Resharing is not allowed" : "Udostępnianie jest niedozwolone", "Name or email …" : "Nazwa lub adres e-mail…", - "Name, email, or federated cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", "Searching …" : "Wyszukiwanie…", "No elements found." : "Nie znaleziono elementów.", "Search globally" : "Szukaj globalnie", @@ -228,6 +227,7 @@ "Uploading files" : "Wysyłanie plików", "Uploaded files:" : "Wysłane pliki:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Przesyłając pliki, akceptujesz %1$swarunki usługi%2$s.", + "Name, email, or federated cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", "Uploading files…" : "Wysyłanie plików…" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 0f700a24c5..d0a0b715a1 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -167,7 +167,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Ni priporočil; začnite vpisovati", "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", "Name or email …" : "Ime ali elektronski naslov ...", - "Name, email, or federated cloud ID …" : "Ime, elektronski naslov, ali ID zveznega oblaka ...", "Searching …" : "Poteka iskanje ...", "No elements found." : "Ni najdenih predmetov", "Search globally" : "Splošno iskanje", @@ -207,6 +206,7 @@ OC.L10N.register( "Uploading files" : "Pošiljanje datotek", "Uploaded files:" : "Poslane datoteke:", "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", + "Name, email, or federated cloud ID …" : "Ime, elektronski naslov, ali ID zveznega oblaka ...", "Uploading files…" : "Poteka pošiljanje datotek ..." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index 04bd4cd076..e49ddbdf0a 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -165,7 +165,6 @@ "No recommendations. Start typing." : "Ni priporočil; začnite vpisovati", "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", "Name or email …" : "Ime ali elektronski naslov ...", - "Name, email, or federated cloud ID …" : "Ime, elektronski naslov, ali ID zveznega oblaka ...", "Searching …" : "Poteka iskanje ...", "No elements found." : "Ni najdenih predmetov", "Search globally" : "Splošno iskanje", @@ -205,6 +204,7 @@ "Uploading files" : "Pošiljanje datotek", "Uploaded files:" : "Poslane datoteke:", "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", + "Name, email, or federated cloud ID …" : "Ime, elektronski naslov, ali ID zveznega oblaka ...", "Uploading files…" : "Poteka pošiljanje datotek ..." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index b89fcc30b8..f9104aeb03 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Нема препорука. Започните куцање.", "Resharing is not allowed" : "Дељење даље није дозвољено", "Name or email …" : "Име или адреса е-поште…", - "Name, email, or federated cloud ID …" : "Име, адреса е-поште или ID здруженог облака…", "Searching …" : "Тражим…", "No elements found." : "Нема нађених елемената.", "Search globally" : "Претражите глобално", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Отпремам фајлове", "Uploaded files:" : "Отпремљени фајлови:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", + "Name, email, or federated cloud ID …" : "Име, адреса е-поште или ID здруженог облака…", "Uploading files…" : "Отпремам фајлове…" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 3df9c2fa51..96cab1215c 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Нема препорука. Започните куцање.", "Resharing is not allowed" : "Дељење даље није дозвољено", "Name or email …" : "Име или адреса е-поште…", - "Name, email, or federated cloud ID …" : "Име, адреса е-поште или ID здруженог облака…", "Searching …" : "Тражим…", "No elements found." : "Нема нађених елемената.", "Search globally" : "Претражите глобално", @@ -228,6 +227,7 @@ "Uploading files" : "Отпремам фајлове", "Uploaded files:" : "Отпремљени фајлови:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", + "Name, email, or federated cloud ID …" : "Име, адреса е-поште или ID здруженог облака…", "Uploading files…" : "Отпремам фајлове…" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 05fc39c8a1..12ea6c83ff 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -187,7 +187,6 @@ OC.L10N.register( "No recommendations. Start typing." : "Inga rekommendationer. Börja skriva.", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Name or email …" : "Namn eller e-post ...", - "Name, email, or federated cloud ID …" : "Namn, e-post eller federerat moln-ID ...", "Searching …" : "Söker ...", "No elements found." : "Inga element hittades.", "Search globally" : "Sök globalt", @@ -230,6 +229,7 @@ OC.L10N.register( "Uploading files" : "Laddar upp filer", "Uploaded files:" : "Uppladdade filer:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", + "Name, email, or federated cloud ID …" : "Namn, e-post eller federerat moln-ID ...", "Uploading files…" : "Laddar upp filer..." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index e165f891d5..87d1e7a632 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -185,7 +185,6 @@ "No recommendations. Start typing." : "Inga rekommendationer. Börja skriva.", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Name or email …" : "Namn eller e-post ...", - "Name, email, or federated cloud ID …" : "Namn, e-post eller federerat moln-ID ...", "Searching …" : "Söker ...", "No elements found." : "Inga element hittades.", "Search globally" : "Sök globalt", @@ -228,6 +227,7 @@ "Uploading files" : "Laddar upp filer", "Uploaded files:" : "Uppladdade filer:", "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", + "Name, email, or federated cloud ID …" : "Namn, e-post eller federerat moln-ID ...", "Uploading files…" : "Laddar upp filer..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index bd84aa3fb1..f73cbbc8c3 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -324,7 +324,7 @@ OC.L10N.register( "There are some warnings regarding your setup." : "Es gibt einige Warnungen bei Deiner Systemkonfiguration.", "Checking for system and security issues." : "Prüfung auf System- und Sicherheitsprobleme.", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "Check the security of your Nextcloud over our security scan ↗." : "Überprüfe die Sicherheit Deiner Nextcloud über unseren Sicherheitsscanner ↗.", + "Check the security of your Nextcloud over our security scan ↗." : "Überprüfe die Sicherheit Deiner Nextcloud über unseren Sicherheitsscanner ↗.", "Version" : "Version", "Two-Factor Authentication" : "Zwei-Faktor-Authentifizierung", "Server-side encryption" : "Serverseitige Verschlüsselung", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 8706dace86..e669823fb0 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -322,7 +322,7 @@ "There are some warnings regarding your setup." : "Es gibt einige Warnungen bei Deiner Systemkonfiguration.", "Checking for system and security issues." : "Prüfung auf System- und Sicherheitsprobleme.", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Bitte überprüfe noch einmal die Installationsanleitungen ↗ und kontrolliere das Protokoll auf mögliche Fehler oder Warnungen.", - "Check the security of your Nextcloud over our security scan ↗." : "Überprüfe die Sicherheit Deiner Nextcloud über unseren Sicherheitsscanner ↗.", + "Check the security of your Nextcloud over our security scan ↗." : "Überprüfe die Sicherheit Deiner Nextcloud über unseren Sicherheitsscanner ↗.", "Version" : "Version", "Two-Factor Authentication" : "Zwei-Faktor-Authentifizierung", "Server-side encryption" : "Serverseitige Verschlüsselung", diff --git a/apps/sharebymail/l10n/mk.js b/apps/sharebymail/l10n/mk.js index 4777205fb7..1d2da7d032 100644 --- a/apps/sharebymail/l10n/mk.js +++ b/apps/sharebymail/l10n/mk.js @@ -46,6 +46,7 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "Можете да изберете било каква лозинка во било кое време.", "Could not find share" : "Неможе да се пронајде споделувањето", "Share by mail" : "Сподели преку е-пошта", + "Share provider which allows you to share files by mail" : "Провајдер за споделување кој дозволува споделување преки е-пошта", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволете им на корисниците да споделуваат персонални линкови до датотеки и папки со внесување на адреса на е-пошта.", "Send password by mail" : "Испрати лозинка преку е-пошта", "Enforce password protection" : "Задолжителна заштита со лозинка" diff --git a/apps/sharebymail/l10n/mk.json b/apps/sharebymail/l10n/mk.json index b18075f57f..d395e3f90e 100644 --- a/apps/sharebymail/l10n/mk.json +++ b/apps/sharebymail/l10n/mk.json @@ -44,6 +44,7 @@ "You can choose a different password at any time in the share dialog." : "Можете да изберете било каква лозинка во било кое време.", "Could not find share" : "Неможе да се пронајде споделувањето", "Share by mail" : "Сподели преку е-пошта", + "Share provider which allows you to share files by mail" : "Провајдер за споделување кој дозволува споделување преки е-пошта", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволете им на корисниците да споделуваат персонални линкови до датотеки и папки со внесување на адреса на е-пошта.", "Send password by mail" : "Испрати лозинка преку е-пошта", "Enforce password protection" : "Задолжителна заштита со лозинка" diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 347b6912d8..1782bebf35 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "Operation %s existert nicht", "Operation %s is invalid" : "Operation %s ist ungültig", "At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden", + "The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang", "Invalid check provided" : "Ungültiger Test bereitgestellt", "Check %s does not exist" : "Die Prüfung %s existiert nicht", "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig", + "The provided check value is too long" : "Der angegebene Prüfwert ist zu lang", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert", "Flow" : "Ablauf", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index 10bd715db2..5e1bc2cb13 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -34,10 +34,12 @@ "Operation %s does not exist" : "Operation %s existert nicht", "Operation %s is invalid" : "Operation %s ist ungültig", "At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden", + "The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang", "Invalid check provided" : "Ungültiger Test bereitgestellt", "Check %s does not exist" : "Die Prüfung %s existiert nicht", "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig", + "The provided check value is too long" : "Der angegebene Prüfwert ist zu lang", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert", "Flow" : "Ablauf", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index ab4f5ccc2d..98dd677998 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "Operation %s existiert nicht", "Operation %s is invalid" : "Operation %s ist ungültig", "At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden", + "The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang", "Invalid check provided" : "Ungültiger Test bereitgestellt", "Check %s does not exist" : "Die Prüfung %s existiert nicht", "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig", + "The provided check value is too long" : "Der angegebene Prüfwert ist zu lang", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert", "Flow" : "Ablauf", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index d1d3e8034a..abef03973b 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -34,10 +34,12 @@ "Operation %s does not exist" : "Operation %s existiert nicht", "Operation %s is invalid" : "Operation %s ist ungültig", "At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden", + "The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang", "Invalid check provided" : "Ungültiger Test bereitgestellt", "Check %s does not exist" : "Die Prüfung %s existiert nicht", "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig", + "The provided check value is too long" : "Der angegebene Prüfwert ist zu lang", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert", "Flow" : "Ablauf", diff --git a/apps/workflowengine/l10n/gl.js b/apps/workflowengine/l10n/gl.js index 4c958858ac..a5f2aab934 100644 --- a/apps/workflowengine/l10n/gl.js +++ b/apps/workflowengine/l10n/gl.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "Non existe a operación %s", "Operation %s is invalid" : "A operación %s é incorrecta", "At least one check needs to be provided" : "É necesario fornecer polo menos unha comprobación", + "The provided operation data is too long" : "Os datos de operación fornecidos son demasiado longos", "Invalid check provided" : "Forneceuse unha confirmación incorrecta", "Check %s does not exist" : "Non existe a proba %s", "Check %s is invalid" : "A proba %s é incorrecta", "Check %s is not allowed with this entity" : "A proba %s non está permitida con esta entidade", + "The provided check value is too long" : "O valor de comprobación fornecido é demasiado longo", "Check #%s does not exist" : "Non existe a proba num. %s ", "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe", "Flow" : "Fluxo", diff --git a/apps/workflowengine/l10n/gl.json b/apps/workflowengine/l10n/gl.json index 8ba474444d..f9da6e3b54 100644 --- a/apps/workflowengine/l10n/gl.json +++ b/apps/workflowengine/l10n/gl.json @@ -34,10 +34,12 @@ "Operation %s does not exist" : "Non existe a operación %s", "Operation %s is invalid" : "A operación %s é incorrecta", "At least one check needs to be provided" : "É necesario fornecer polo menos unha comprobación", + "The provided operation data is too long" : "Os datos de operación fornecidos son demasiado longos", "Invalid check provided" : "Forneceuse unha confirmación incorrecta", "Check %s does not exist" : "Non existe a proba %s", "Check %s is invalid" : "A proba %s é incorrecta", "Check %s is not allowed with this entity" : "A proba %s non está permitida con esta entidade", + "The provided check value is too long" : "O valor de comprobación fornecido é demasiado longo", "Check #%s does not exist" : "Non existe a proba num. %s ", "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe", "Flow" : "Fluxo", diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js index bd33b9abf0..881ff8bb6b 100644 --- a/apps/workflowengine/l10n/it.js +++ b/apps/workflowengine/l10n/it.js @@ -36,10 +36,12 @@ OC.L10N.register( "Operation %s does not exist" : "L'operazione %s non esiste", "Operation %s is invalid" : "L'operazione %s non è valida", "At least one check needs to be provided" : "Deve essere fornito almeno un controllo", + "The provided operation data is too long" : "I dati operativi forniti sono troppo lunghi", "Invalid check provided" : "Controllo fornito non valido ", "Check %s does not exist" : "Il controllo %s non esiste", "Check %s is invalid" : "Il controllo %s non è valido", "Check %s is not allowed with this entity" : "Il controllo di %s non è consentito con questa entità", + "The provided check value is too long" : "Il valore di controllo fornito è troppo lungo", "Check #%s does not exist" : "Il controllo #%s non esiste", "Check %s is invalid or does not exist" : "Il controllo %s non è valido o non esiste", "Flow" : "Flusso", diff --git a/apps/workflowengine/l10n/it.json b/apps/workflowengine/l10n/it.json index 6240e7f688..ef859fc6ff 100644 --- a/apps/workflowengine/l10n/it.json +++ b/apps/workflowengine/l10n/it.json @@ -34,10 +34,12 @@ "Operation %s does not exist" : "L'operazione %s non esiste", "Operation %s is invalid" : "L'operazione %s non è valida", "At least one check needs to be provided" : "Deve essere fornito almeno un controllo", + "The provided operation data is too long" : "I dati operativi forniti sono troppo lunghi", "Invalid check provided" : "Controllo fornito non valido ", "Check %s does not exist" : "Il controllo %s non esiste", "Check %s is invalid" : "Il controllo %s non è valido", "Check %s is not allowed with this entity" : "Il controllo di %s non è consentito con questa entità", + "The provided check value is too long" : "Il valore di controllo fornito è troppo lungo", "Check #%s does not exist" : "Il controllo #%s non esiste", "Check %s is invalid or does not exist" : "Il controllo %s non è valido o non esiste", "Flow" : "Flusso", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index c75bdb551b..6b65c58d2c 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -69,19 +69,27 @@ OC.L10N.register( "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостасува PHP модулот \"fileinfo\". Препорачливо е да го овозможите овој додаток за да ги добиете најдобрите резултати со детекција на MIME видот.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the documentation ↗ for more information." : "Заклучување на активна датотека е оневозможено, ова може да доведе до проблеми со условите на синхронизација. Овозможете \"filelocking.enabled\" во config.php за да ги избегнете овие проблеми. Видете во документацијата ↗ за повеќе информации.", "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Доколку вашата инсталација не е инсталирана во главната папка на доменот и доколку користите системски cron, ќе има проблеми при генерирање на URL адресите. Да ги избегнете овие проблеми, поставете ја патеката кон главната папка во параметарот \"overwrite.cli.url\" во config.php датотеката (совет: \"{suggestedOverwriteCliURL}\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не е возможно извршување на cron позадинските задачи преку CLI. Се појавија следниве технички грешки:", "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.", "Check the background job settings" : "Проверете ги параметрите за задачите во позадина", "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ", "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Не е конфигурирана мемориjа за кеширање. За да ги подобрите перформансите, конфигурирајте memcache, доколку е можно. Дополнителни информации може да се најдат во документацијата.", + "You are currently running PHP {version}. Upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Моненталната верзија на PHP е {version}. Ажурирајте ја PHP верзијата да ги искористите предностите од перформанси и безбедносни ажурирања обезбедени од групацијата PHP штом вашата дистрибуција го поддржува.", "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последна верзија која поддржува PHP 7.2. За Nextcloud 21 потребна е PHP 7.3.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)" : "Некој датотеки не ја поминаа проверката на интегритетот на кодот. Повеќе информации за тоа како да го решите проблемот може да се најдата во документацијата. (Листа на невалидни датотеки… / Скенирај повторно…)", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Недостасува PHP модулот \"OPcache\". За да имате подобри перформанси е препорачливо да го овозможите во вашата PHP инсталација.", "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "PHP модулот \"OPcache\" не е правилно конфигуриран. За да имате подобри перформанси е препорачливо да ги користите следните поставки во вашата php.ini датотека:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функцијата \"set_time_limit\" не е достапна. Ова може да резултира со запирање на скриптите во извршувањето, и грешки во вашата инсталација. Овозможувањето на оваа функција е препорачлива.", "Missing index \"{indexName}\" in table \"{tableName}\"." : "Недостасува индексот \"{indexName}\" во табелата \"{tableName}\".", "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостасува опција во колоната \"{columnName}\" во табелата \"{tableName}\".", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "На оваа истанца недостасуваат некој препорачливи PHP модули. За подобри перформанси и подобра компатибилност, се препорачува да ги инсталирате.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Моментално се користи SQLite како база за податоци. За користење, препорачуваме различен начин за база на податоци.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Ова особено е препорачливо кога се користи клиент за синхронизација.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За да мигрирате во друга база на податоци, користете ја алатката во командната линија: 'occ db:convert-type', или погледнете во документацијата ↗.", "The PHP memory limit is below the recommended value of 512MB." : "Меморијата за PHP е под препорачаната вредност од 512MB.", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Некој папки со апликации не се сопственост на корисникот на веб серверот. Ова може да биде случај ако апликациите се инсталирани рачно. Проверете ги дозволите на следниве папки со апликации:", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this." : "MySQL се користи како база на податоци, но не поддржува 4-бајтни карактери. За да можете да ракувате со 4-бајтни карактери (како емотикони) без проблеми во имиња на датотеки или коментари, се препорачува да се овозможи поддршка од 4-бајти во MySQL. За повеќе детали прочитајте во документација.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read the documentation page about this." : "Пристапувате на оваа истанца преку безведносна врска, но оваа истанца генерира не-безбедни URL адреси. Ова, најверојатно, значи дека стоите зад обратниот прокси и променливите за конфигурирање за пребришување не се правилно поставени. Прочитајде во документацијата.", "Error occurred while checking server setup" : "Се случи грешка при проверката на параметрите на серверот", "For more details see the documentation." : "За повеќе детали погледнете во документацијата.", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.", @@ -152,6 +160,7 @@ OC.L10N.register( "Start typing to search" : "Напишете нешто за пребарување", "Loading more results …" : "Вчитување на повеќе резултати ...", "Load more results" : "Вчитај повеќе резултати", + "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"], "Search {types} …" : "Пребарување {types} …", "Settings" : "Параметри", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 369d2f9a70..cf29ef2f8c 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -67,19 +67,27 @@ "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Недостасува PHP модулот \"fileinfo\". Препорачливо е да го овозможите овој додаток за да ги добиете најдобрите резултати со детекција на MIME видот.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the documentation ↗ for more information." : "Заклучување на активна датотека е оневозможено, ова може да доведе до проблеми со условите на синхронизација. Овозможете \"filelocking.enabled\" во config.php за да ги избегнете овие проблеми. Видете во документацијата ↗ за повеќе информации.", "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Доколку вашата инсталација не е инсталирана во главната папка на доменот и доколку користите системски cron, ќе има проблеми при генерирање на URL адресите. Да ги избегнете овие проблеми, поставете ја патеката кон главната папка во параметарот \"overwrite.cli.url\" во config.php датотеката (совет: \"{suggestedOverwriteCliURL}\")", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Не е возможно извршување на cron позадинските задачи преку CLI. Се појавија следниве технички грешки:", "Last background job execution ran {relativeTime}. Something seems wrong." : "Последно извршување на задачите {relativeTime}. Нешто не е во ред.", "Check the background job settings" : "Проверете ги параметрите за задачите во позадина", "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ", "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation." : "Не е конфигурирана мемориjа за кеширање. За да ги подобрите перформансите, конфигурирајте memcache, доколку е можно. Дополнителни информации може да се најдат во документацијата.", + "You are currently running PHP {version}. Upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Моненталната верзија на PHP е {version}. Ажурирајте ја PHP верзијата да ги искористите предностите од перформанси и безбедносни ажурирања обезбедени од групацијата PHP штом вашата дистрибуција го поддржува.", "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 е последна верзија која поддржува PHP 7.2. За Nextcloud 21 потребна е PHP 7.3.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)" : "Некој датотеки не ја поминаа проверката на интегритетот на кодот. Повеќе информации за тоа како да го решите проблемот може да се најдата во документацијата. (Листа на невалидни датотеки… / Скенирај повторно…)", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Недостасува PHP модулот \"OPcache\". За да имате подобри перформанси е препорачливо да го овозможите во вашата PHP инсталација.", "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "PHP модулот \"OPcache\" не е правилно конфигуриран. За да имате подобри перформанси е препорачливо да ги користите следните поставки во вашата php.ini датотека:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP функцијата \"set_time_limit\" не е достапна. Ова може да резултира со запирање на скриптите во извршувањето, и грешки во вашата инсталација. Овозможувањето на оваа функција е препорачлива.", "Missing index \"{indexName}\" in table \"{tableName}\"." : "Недостасува индексот \"{indexName}\" во табелата \"{tableName}\".", "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Недостасува опција во колоната \"{columnName}\" во табелата \"{tableName}\".", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "На оваа истанца недостасуваат некој препорачливи PHP модули. За подобри перформанси и подобра компатибилност, се препорачува да ги инсталирате.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Моментално се користи SQLite како база за податоци. За користење, препорачуваме различен начин за база на податоци.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Ова особено е препорачливо кога се користи клиент за синхронизација.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "За да мигрирате во друга база на податоци, користете ја алатката во командната линија: 'occ db:convert-type', или погледнете во документацијата ↗.", "The PHP memory limit is below the recommended value of 512MB." : "Меморијата за PHP е под препорачаната вредност од 512MB.", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Некој папки со апликации не се сопственост на корисникот на веб серверот. Ова може да биде случај ако апликациите се инсталирани рачно. Проверете ги дозволите на следниве папки со апликации:", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this." : "MySQL се користи како база на податоци, но не поддржува 4-бајтни карактери. За да можете да ракувате со 4-бајтни карактери (како емотикони) без проблеми во имиња на датотеки или коментари, се препорачува да се овозможи поддршка од 4-бајти во MySQL. За повеќе детали прочитајте во документација.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read the documentation page about this." : "Пристапувате на оваа истанца преку безведносна врска, но оваа истанца генерира не-безбедни URL адреси. Ова, најверојатно, значи дека стоите зад обратниот прокси и променливите за конфигурирање за пребришување не се правилно поставени. Прочитајде во документацијата.", "Error occurred while checking server setup" : "Се случи грешка при проверката на параметрите на серверот", "For more details see the documentation." : "За повеќе детали погледнете во документацијата.", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.", @@ -150,6 +158,7 @@ "Start typing to search" : "Напишете нешто за пребарување", "Loading more results …" : "Вчитување на повеќе резултати ...", "Load more results" : "Вчитај повеќе резултати", + "An error occurred while searching for {type}" : "Настана грешка при пребарување за {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Внесете најмалку {minSearchLength} карактер за да пребарувате","Внесете најмалку {minSearchLength} карактери или повеќе за да пребарувате"], "Search {types} …" : "Пребарување {types} …", "Settings" : "Параметри",