diff --git a/apps/comments/l10n/ca.js b/apps/comments/l10n/ca.js index d798017ef75804421cfcd498f1cbe3953f34378d..eda6be55d455ed49a92728bbbe2abda976f66bc4 100644 --- a/apps/comments/l10n/ca.js +++ b/apps/comments/l10n/ca.js @@ -25,6 +25,8 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", "{author} commented on {file}" : "{author} ha comentat a {file}", "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", + "You were mentioned on “%sâ€, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix", + "You were mentioned on “{file}â€, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", "%1$s mentioned you in a comment on “%2$sâ€" : "%1$s us ha nomenat en un comentari a “%2$sâ€", "{user} mentioned you in a comment on “{file}â€" : "{user} us ha nomenat en un comentari de “{file}â€", "Unknown user" : "Usuari desconegut", diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json index ed8005829c7f2bb1e11c078833d1cde51d8609dc..c77a4cc7d739d54611baa8193d868a8fa8f8a7a4 100644 --- a/apps/comments/l10n/ca.json +++ b/apps/comments/l10n/ca.json @@ -23,6 +23,8 @@ "%1$s commented on %2$s" : "%1$s ha comentat a %2$s", "{author} commented on {file}" : "{author} ha comentat a {file}", "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius", + "You were mentioned on “%sâ€, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix", + "You were mentioned on “{file}â€, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix", "%1$s mentioned you in a comment on “%2$sâ€" : "%1$s us ha nomenat en un comentari a “%2$sâ€", "{user} mentioned you in a comment on “{file}â€" : "{user} us ha nomenat en un comentari de “{file}â€", "Unknown user" : "Usuari desconegut", diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 2a56e48e5dae56cbad772db1d450796f173f0c80..4402c07a3974796c95424019b5e60712f80ec88d 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Beschreibung:", "Link:" : "Link:", "Contacts" : "Kontakte", + "WebDAV" : "WebDAV", "Technical details" : "Technische Details", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfragekennung: %s", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index fa1f09644f96bfe8b0f8ec535c11f010fecb8c1b..83973d8a7b62ecc19953735ce9c276914e103950 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -53,6 +53,7 @@ "Description:" : "Beschreibung:", "Link:" : "Link:", "Contacts" : "Kontakte", + "WebDAV" : "WebDAV", "Technical details" : "Technische Details", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfragekennung: %s", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 67d215a2d0a6a2b03b0f73800e3b0fcb4e2617cc..058a2af65a01a8a86b83eb3edad5d6e8fdc76832 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Beschreibung:", "Link:" : "Link:", "Contacts" : "Kontakte", + "WebDAV" : "WebDAV", "Technical details" : "Technische Details", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfragekennung: %s", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index 06722ac039b1f1dd408073381cf19cdcb91ab4b2..824e670dfa27a46433bfea6e6f1041ef5e739e5b 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -53,6 +53,7 @@ "Description:" : "Beschreibung:", "Link:" : "Link:", "Contacts" : "Kontakte", + "WebDAV" : "WebDAV", "Technical details" : "Technische Details", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfragekennung: %s", diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 001d824d16445ee7ae5a2541c1c11a65e4162bc8..eeda81b6612106cd255b69ab673f77b86cb01e9c 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Description:", "Link:" : "Link:", "Contacts" : "Contacts", + "WebDAV" : "WebDAV", "Technical details" : "Technical details", "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index f0e9e693ae9d8e91a88281df271d1f9cce972419..e3a7a0b46b6dc665f52a2a0e83c69cb6400b2671 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -53,6 +53,7 @@ "Description:" : "Description:", "Link:" : "Link:", "Contacts" : "Contacts", + "WebDAV" : "WebDAV", "Technical details" : "Technical details", "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 2e74e32f16031fc791966dbff34713ea6a07d135..07b1600e8b0fc616e8a4be7fbd53cf701c3dfb6b 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index 722da49bf83d5b66f221e661f54b82ba7d241071..9bb9118d043dae47dc50d389adb81433966f4c81 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/fi.js b/apps/dav/l10n/fi.js index 25bc5fe024787bc61f4c9261164fa73fba67befe..1061a7bf80f2b814622a4d38392aa609dd99ca14 100644 --- a/apps/dav/l10n/fi.js +++ b/apps/dav/l10n/fi.js @@ -45,12 +45,15 @@ OC.L10N.register( "Contact birthdays" : "Yhteystietojen syntymäpäivät", "Invitation canceled" : "Kutsu peruttu", "Hello %s," : "Hei %s", + "The meeting »%s« with %s was canceled." : "Tapaaminen »%s« henkilön %s kanssa peruttiin.", "Invitation updated" : "Kutsu päivitetty", + "The meeting »%s« with %s was updated." : "Tapaaminen »%s« henkilön %s kanssa päivitettiin.", "When:" : "Milloin:", "Where:" : "Missä:", "Description:" : "Kuvaus:", "Link:" : "Linkki:", "Contacts" : "Yhteystiedot", + "WebDAV" : "WebDAV", "Technical details" : "Tekniset yksityiskohdat", "Remote Address: %s" : "Etäosoite: %s", "Request ID: %s" : "Pyynnön tunniste: %s", diff --git a/apps/dav/l10n/fi.json b/apps/dav/l10n/fi.json index b8ec19ac3fea04a765647c59b30f0b46e1d93554..37714056422546c7e4a816f887e3897760431031 100644 --- a/apps/dav/l10n/fi.json +++ b/apps/dav/l10n/fi.json @@ -43,12 +43,15 @@ "Contact birthdays" : "Yhteystietojen syntymäpäivät", "Invitation canceled" : "Kutsu peruttu", "Hello %s," : "Hei %s", + "The meeting »%s« with %s was canceled." : "Tapaaminen »%s« henkilön %s kanssa peruttiin.", "Invitation updated" : "Kutsu päivitetty", + "The meeting »%s« with %s was updated." : "Tapaaminen »%s« henkilön %s kanssa päivitettiin.", "When:" : "Milloin:", "Where:" : "Missä:", "Description:" : "Kuvaus:", "Link:" : "Linkki:", "Contacts" : "Yhteystiedot", + "WebDAV" : "WebDAV", "Technical details" : "Tekniset yksityiskohdat", "Remote Address: %s" : "Etäosoite: %s", "Request ID: %s" : "Pyynnön tunniste: %s", diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 13fa7a30852d5f1277e74e793997aafc1e519fba..291e5615265b4e90312ddc3f805b8a89215960d2 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Description :", "Link:" : "Lien :", "Contacts" : "Contacts", + "WebDAV" : "WebDAV", "Technical details" : "Détails techniques", "Remote Address: %s" : "Adresse distante : %s", "Request ID: %s" : "ID de la requête : %s", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index c7718e4f361e5c07ef0b6b398dcd08d5264e0035..b09c10b96f3dd801e154f12ae5e5be4137ce373d 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -53,6 +53,7 @@ "Description:" : "Description :", "Link:" : "Lien :", "Contacts" : "Contacts", + "WebDAV" : "WebDAV", "Technical details" : "Détails techniques", "Remote Address: %s" : "Adresse distante : %s", "Request ID: %s" : "ID de la requête : %s", diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index c9b206f0ddfcb77ac6f6d25f5da1e4bcadcb1408..34893da53b04ed548f8cf544835a3f65eed101c2 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descrizione:", "Link:" : "Collegamento:", "Contacts" : "Contatti", + "WebDAV" : "WebDAV", "Technical details" : "Dettagli tecnici", "Remote Address: %s" : "Indirizzo remoto: %s", "Request ID: %s" : "ID richiesta: %s", diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index 21f9e0449cb0c73c94ef21e4eebccc473e5a097a..538b041e10ac48eadada5a4fb7606a27a8e1cf94 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -53,6 +53,7 @@ "Description:" : "Descrizione:", "Link:" : "Collegamento:", "Contacts" : "Contatti", + "WebDAV" : "WebDAV", "Technical details" : "Dettagli tecnici", "Remote Address: %s" : "Indirizzo remoto: %s", "Request ID: %s" : "ID richiesta: %s", diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js index b88f45f10274d8992acab1b41e54f9ef9ac3c931..530dbac548782376505645a0987b08ade1a2e94c 100644 --- a/apps/dav/l10n/nl.js +++ b/apps/dav/l10n/nl.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Omschrijving:", "Link:" : "Link:", "Contacts" : "Contactpersonen", + "WebDAV" : "WebDAV", "Technical details" : "Technische details", "Remote Address: %s" : "Extern adres: %s", "Request ID: %s" : "Aanvraag-ID: %s", diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json index baea2f45af840b53411311fd9d7e14d8edb3f838..4f3f6cf7f729767c7b79772949f66fa3e8a829aa 100644 --- a/apps/dav/l10n/nl.json +++ b/apps/dav/l10n/nl.json @@ -53,6 +53,7 @@ "Description:" : "Omschrijving:", "Link:" : "Link:", "Contacts" : "Contactpersonen", + "WebDAV" : "WebDAV", "Technical details" : "Technische details", "Remote Address: %s" : "Extern adres: %s", "Request ID: %s" : "Aanvraag-ID: %s", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index d75b1b309e4b0e885066dc7dc0e061c224bd8667..b98acb4faa87422d2bba01ad4010f4634923e9a0 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descrição:", "Link:" : "Link:", "Contacts" : "Contatos", + "WebDAV" : "WebDAV", "Technical details" : "Detalhes técnicos", "Remote Address: %s" : "Endereço remoto: %s", "Request ID: %s" : "ID do solicitante: %s", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index d706df8e93990c193e15f9d3ea6e201fc4e64015..e3797e17f27d7beb4f0c46501f4c7e63b5397a0c 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -53,6 +53,7 @@ "Description:" : "Descrição:", "Link:" : "Link:", "Contacts" : "Contatos", + "WebDAV" : "WebDAV", "Technical details" : "Detalhes técnicos", "Remote Address: %s" : "Endereço remoto: %s", "Request ID: %s" : "ID do solicitante: %s", diff --git a/apps/dav/l10n/sr.js b/apps/dav/l10n/sr.js index 6564181dd23e5bab7cd91411f83ae9f9446c3ac1..e31b17da4828019b49336980e7b318d670240aad 100644 --- a/apps/dav/l10n/sr.js +++ b/apps/dav/l10n/sr.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "ОпиÑ:", "Link:" : "Веза:", "Contacts" : "Контакти", + "WebDAV" : "ВебДÐÐ’", "Technical details" : "Технички детаљи", "Remote Address: %s" : "Удаљена адреÑа: %s", "Request ID: %s" : "ИД захтева: %s", diff --git a/apps/dav/l10n/sr.json b/apps/dav/l10n/sr.json index 260ffb0a086cf7b477a77ff68756506f46933dec..fea5b91a7d00d9800a6f26de7568be80c58f07cc 100644 --- a/apps/dav/l10n/sr.json +++ b/apps/dav/l10n/sr.json @@ -53,6 +53,7 @@ "Description:" : "ОпиÑ:", "Link:" : "Веза:", "Contacts" : "Контакти", + "WebDAV" : "ВебДÐÐ’", "Technical details" : "Технички детаљи", "Remote Address: %s" : "Удаљена адреÑа: %s", "Request ID: %s" : "ИД захтева: %s", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 4df4c5f891f9166ac2b61da7ce5786d97a95835b..4053bf54330356d94cb56ace7c85a946f0b9fbf0 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Açıklama:", "Link:" : "BaÄŸlantı:", "Contacts" : "KiÅŸiler", + "WebDAV" : "WebDAV", "Technical details" : "Teknik ayrıntılar", "Remote Address: %s" : "Uzak Adres: %s", "Request ID: %s" : "Ä°stek Kodu: %s", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index 6b6498588985aad4d305fa82ed04a5ca2e32cad6..254ca8d63fb0f4780ae83f4b5fbc993ba3aef070 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -53,6 +53,7 @@ "Description:" : "Açıklama:", "Link:" : "BaÄŸlantı:", "Contacts" : "KiÅŸiler", + "WebDAV" : "WebDAV", "Technical details" : "Teknik ayrıntılar", "Remote Address: %s" : "Uzak Adres: %s", "Request ID: %s" : "Ä°stek Kodu: %s", diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 7b91e0d93ffbe8168e0e2a0f2b3a472bd279cc21..1cf8ce048ff6c823d25aa8874ca06cbc9c8006f2 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -10,6 +10,8 @@ OC.L10N.register( "You deleted calendar {calendar}" : "æ‚¨åˆ é™¤çš„æ—¥åŽ† {calendar}", "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}", "You updated calendar {calendar}" : "您更新了日历 {calendar}", + "You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接", + "You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接", "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历分享 {calendar}", "You shared calendar {calendar} with {user}" : "您与 {user} 分享了日历 {calendar}", "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 分享了日历 {calendar}", diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json index 95750bca88297aeca9972375c132cd0cd51ae63f..f18e5954759eebcdbf213f1ca2324063343025bd 100644 --- a/apps/dav/l10n/zh_CN.json +++ b/apps/dav/l10n/zh_CN.json @@ -8,6 +8,8 @@ "You deleted calendar {calendar}" : "æ‚¨åˆ é™¤çš„æ—¥åŽ† {calendar}", "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}", "You updated calendar {calendar}" : "您更新了日历 {calendar}", + "You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接", + "You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接", "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历分享 {calendar}", "You shared calendar {calendar} with {user}" : "您与 {user} 分享了日历 {calendar}", "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 分享了日历 {calendar}", diff --git a/apps/federatedfilesharing/l10n/ca.js b/apps/federatedfilesharing/l10n/ca.js index 03b56fc5819409485e3219036b6a703a97186c8c..97bb2f97e2300822ee400dea72b0e86c7476eba8 100644 --- a/apps/federatedfilesharing/l10n/ca.js +++ b/apps/federatedfilesharing/l10n/ca.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud Id, vegeu%s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud ID", "Sharing" : "Compartir", + "Federated file sharing" : "Compartició federada d'arxius", "Federated Cloud Sharing" : "Compartició federada de núvol", "Open documentation" : "Obre la documentació", "Adjust how people can share between servers." : "Ajusteu com les persones poden compartir entre servidors.", diff --git a/apps/federatedfilesharing/l10n/ca.json b/apps/federatedfilesharing/l10n/ca.json index d0bb37b029b94cefc19691e31227e5b2c9205337..54ae93a9aaf30e3d4e3b45c522b47ab9a198f253 100644 --- a/apps/federatedfilesharing/l10n/ca.json +++ b/apps/federatedfilesharing/l10n/ca.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud Id, vegeu%s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartiu amb mi a través de la meva #Nextcloud Federated Cloud ID", "Sharing" : "Compartir", + "Federated file sharing" : "Compartició federada d'arxius", "Federated Cloud Sharing" : "Compartició federada de núvol", "Open documentation" : "Obre la documentació", "Adjust how people can share between servers." : "Ajusteu com les persones poden compartir entre servidors.", diff --git a/apps/federatedfilesharing/l10n/de.js b/apps/federatedfilesharing/l10n/de.js index 2f48e7bb2288ddb40f41870fa7a8ad36dc292900..815bccb302a7882484bbed61671b6388b9ed8582 100644 --- a/apps/federatedfilesharing/l10n/de.js +++ b/apps/federatedfilesharing/l10n/de.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Ãœber meine #Nextcloud Federated-Cloud-ID teilen, siehe %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Teile mit mir über meine #Nextcloud Federated-Cloud-ID", "Sharing" : "Teilen", + "Federated file sharing" : "Federated Datei-Freigabe", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "Open documentation" : "Dokumentation öffnen", "Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.", diff --git a/apps/federatedfilesharing/l10n/de.json b/apps/federatedfilesharing/l10n/de.json index 679eb925e1f6342389e928bd61a8e0132118782a..4b7d6fe2693ec8e52914f5ffa8de726f24865f6b 100644 --- a/apps/federatedfilesharing/l10n/de.json +++ b/apps/federatedfilesharing/l10n/de.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Ãœber meine #Nextcloud Federated-Cloud-ID teilen, siehe %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Teile mit mir über meine #Nextcloud Federated-Cloud-ID", "Sharing" : "Teilen", + "Federated file sharing" : "Federated Datei-Freigabe", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "Open documentation" : "Dokumentation öffnen", "Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.", diff --git a/apps/federatedfilesharing/l10n/de_DE.js b/apps/federatedfilesharing/l10n/de_DE.js index 8a2f00bd77e688ebb1b0577b836368ac54868afd..6cded573caa75a9c1599c73fdd72b1861d50da47 100644 --- a/apps/federatedfilesharing/l10n/de_DE.js +++ b/apps/federatedfilesharing/l10n/de_DE.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID, siehe %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID", "Sharing" : "Teilen", + "Federated file sharing" : "Federated Datei-Freigabe", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "Open documentation" : "Dokumentation öffnen", "Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.", diff --git a/apps/federatedfilesharing/l10n/de_DE.json b/apps/federatedfilesharing/l10n/de_DE.json index 873a5af993288477c7ecbed997adc55cacfea1b0..2fde1ca75711f0c9cb048cc752b39053e90de5ea 100644 --- a/apps/federatedfilesharing/l10n/de_DE.json +++ b/apps/federatedfilesharing/l10n/de_DE.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID, siehe %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Teilen Sie mit mir über meine #Nextcloud Federated-Cloud-ID", "Sharing" : "Teilen", + "Federated file sharing" : "Federated Datei-Freigabe", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "Open documentation" : "Dokumentation öffnen", "Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.", diff --git a/apps/federatedfilesharing/l10n/en_GB.js b/apps/federatedfilesharing/l10n/en_GB.js index cd68748b1e82ec3d05f59ed6d415340f20981fcb..05426c61e9b594793d87faf40010368c3c8334c1 100644 --- a/apps/federatedfilesharing/l10n/en_GB.js +++ b/apps/federatedfilesharing/l10n/en_GB.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Share with me through my #Nextcloud Federated Cloud ID, see %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Share with me through my #Nextcloud Federated Cloud ID", "Sharing" : "Sharing", + "Federated file sharing" : "Federated file sharing", "Federated Cloud Sharing" : "Federated Cloud Sharing", "Open documentation" : "Open documentation", "Adjust how people can share between servers." : "Adjust how people can share between servers.", diff --git a/apps/federatedfilesharing/l10n/en_GB.json b/apps/federatedfilesharing/l10n/en_GB.json index cb3abfa0c70ad3b109da2dd226229fcf63fb2d55..4a47021078637261b29924982d1a8f21f4f856c1 100644 --- a/apps/federatedfilesharing/l10n/en_GB.json +++ b/apps/federatedfilesharing/l10n/en_GB.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Share with me through my #Nextcloud Federated Cloud ID, see %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Share with me through my #Nextcloud Federated Cloud ID", "Sharing" : "Sharing", + "Federated file sharing" : "Federated file sharing", "Federated Cloud Sharing" : "Federated Cloud Sharing", "Open documentation" : "Open documentation", "Adjust how people can share between servers." : "Adjust how people can share between servers.", diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index 62d2d35af8b5482ded1013fb4a754f943ab1866d..3dea6ceff4dd1646590326ac46cefca0b4078aa7 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -37,7 +37,8 @@ OC.L10N.register( "Decline" : "Denegar", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud", - "Sharing" : "Compartiendo", + "Sharing" : "Compartir", + "Federated file sharing" : "Compartir federado", "Federated Cloud Sharing" : "Compartido en Cloud Federado", "Open documentation" : "Documentación abierta", "Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.", diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json index 9ef63b543b068b9f540a6fa215eeb6b3300caa0d..534e9b1188ab5329cc7dcf62f4559babf55f913b 100644 --- a/apps/federatedfilesharing/l10n/es.json +++ b/apps/federatedfilesharing/l10n/es.json @@ -35,7 +35,8 @@ "Decline" : "Denegar", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud", - "Sharing" : "Compartiendo", + "Sharing" : "Compartir", + "Federated file sharing" : "Compartir federado", "Federated Cloud Sharing" : "Compartido en Cloud Federado", "Open documentation" : "Documentación abierta", "Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.", diff --git a/apps/federatedfilesharing/l10n/fi.js b/apps/federatedfilesharing/l10n/fi.js index 2e4708dacb28de064f1b46c685310809d939c178..6170fa372109d02f9fbc52081a7808c23c4f92de 100644 --- a/apps/federatedfilesharing/l10n/fi.js +++ b/apps/federatedfilesharing/l10n/fi.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta, katso %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta", "Sharing" : "Jakaminen", + "Federated file sharing" : "Federoitu tiedostojako", "Federated Cloud Sharing" : "Federoitu pilvijakaminen", "Open documentation" : "Avaa dokumentaatio", "Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.", diff --git a/apps/federatedfilesharing/l10n/fi.json b/apps/federatedfilesharing/l10n/fi.json index 760fdade4a6b95ce1440439db76a970b00f50271..0179aa159d201c70ed838b4a82e26a9507a1c00c 100644 --- a/apps/federatedfilesharing/l10n/fi.json +++ b/apps/federatedfilesharing/l10n/fi.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta, katso %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta", "Sharing" : "Jakaminen", + "Federated file sharing" : "Federoitu tiedostojako", "Federated Cloud Sharing" : "Federoitu pilvijakaminen", "Open documentation" : "Avaa dokumentaatio", "Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.", diff --git a/apps/federatedfilesharing/l10n/fr.js b/apps/federatedfilesharing/l10n/fr.js index ca9a94a53cf90d4df6bef9006bbfb39908044a2a..0125a7ec6724497d7b0c4bbc5622bab5e6cd8955 100644 --- a/apps/federatedfilesharing/l10n/fr.js +++ b/apps/federatedfilesharing/l10n/fr.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant de Cloud Fédéré #Nextcloud %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Partagez avec moi grâce à mon identifiant de Cloud Fédéré #Nextcloud", "Sharing" : "Partage", + "Federated file sharing" : "Partage de fichiers fédéré", "Federated Cloud Sharing" : "Partage Cloud Fédéré", "Open documentation" : "Voir la documentation", "Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.", diff --git a/apps/federatedfilesharing/l10n/fr.json b/apps/federatedfilesharing/l10n/fr.json index a1bfc4bae77e0e1fd6eaa261f1022bf72765d87a..172b7b18a7ae95831522c742869a50449867cd51 100644 --- a/apps/federatedfilesharing/l10n/fr.json +++ b/apps/federatedfilesharing/l10n/fr.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant de Cloud Fédéré #Nextcloud %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Partagez avec moi grâce à mon identifiant de Cloud Fédéré #Nextcloud", "Sharing" : "Partage", + "Federated file sharing" : "Partage de fichiers fédéré", "Federated Cloud Sharing" : "Partage Cloud Fédéré", "Open documentation" : "Voir la documentation", "Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.", diff --git a/apps/federatedfilesharing/l10n/it.js b/apps/federatedfilesharing/l10n/it.js index 771bb751b78db0c8bfa2369e726bbdc22bee6d8e..e8a904cb4cecee2e1322ef3e3a4080e3377ae2d4 100644 --- a/apps/federatedfilesharing/l10n/it.js +++ b/apps/federatedfilesharing/l10n/it.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud, vedi %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud", "Sharing" : "Condivisione", + "Federated file sharing" : "Condivisione file federata", "Federated Cloud Sharing" : "Condivisione cloud federata", "Open documentation" : "Apri la documentazione", "Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.", diff --git a/apps/federatedfilesharing/l10n/it.json b/apps/federatedfilesharing/l10n/it.json index 214d9a120647c1fb098a484965aac035444bc672..50bb99c7e6d82e585ee6ded19cd807ddfd2aed19 100644 --- a/apps/federatedfilesharing/l10n/it.json +++ b/apps/federatedfilesharing/l10n/it.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud, vedi %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud", "Sharing" : "Condivisione", + "Federated file sharing" : "Condivisione file federata", "Federated Cloud Sharing" : "Condivisione cloud federata", "Open documentation" : "Apri la documentazione", "Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.", diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index 6459d4a77a5918841059f6b4ab11a060edd35b31..cfff796cf10d6467219d23e3b39a11cd486fe6d5 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud, veja %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud", "Sharing" : "Compartilhar", + "Federated file sharing" : "Compartilhamento federado de arquivos", "Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada", "Open documentation" : "Abrir documentação", "Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.", diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index c80dc7b421ef374355166affbc67824b3501bdf2..8b42bb547deaae9b7473d73080bd027d853c32ab 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud, veja %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud", "Sharing" : "Compartilhar", + "Federated file sharing" : "Compartilhamento federado de arquivos", "Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada", "Open documentation" : "Abrir documentação", "Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.", diff --git a/apps/federatedfilesharing/l10n/sr.js b/apps/federatedfilesharing/l10n/sr.js index 51240b6a174e8651763041e26da12a9591030877..2479473de863c80d6887b9bf155429f84ce3bce0 100644 --- a/apps/federatedfilesharing/l10n/sr.js +++ b/apps/federatedfilesharing/l10n/sr.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Дели Ñа мном преко мог #ÐекÑтклауд Здруженог облака, види %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Дели Ñа мном преко мог #ÐекÑтклауд Здруженог облака", "Sharing" : "Дељење", + "Federated file sharing" : "Здружено дељење фајлова", "Federated Cloud Sharing" : "Здружено дељење у облаку", "Open documentation" : "Отвори документацију", "Adjust how people can share between servers." : "ПодеÑи како људи деле фајлове између Ñервера.", diff --git a/apps/federatedfilesharing/l10n/sr.json b/apps/federatedfilesharing/l10n/sr.json index 2a1f71c10537d03b7f83e98d30c2c7733c4d03c2..70bc0b9c26e81c4a2804f81fe233f2b127d141c3 100644 --- a/apps/federatedfilesharing/l10n/sr.json +++ b/apps/federatedfilesharing/l10n/sr.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Дели Ñа мном преко мог #ÐекÑтклауд Здруженог облака, види %s", "Share with me through my #Nextcloud Federated Cloud ID" : "Дели Ñа мном преко мог #ÐекÑтклауд Здруженог облака", "Sharing" : "Дељење", + "Federated file sharing" : "Здружено дељење фајлова", "Federated Cloud Sharing" : "Здружено дељење у облаку", "Open documentation" : "Отвори документацију", "Adjust how people can share between servers." : "ПодеÑи како људи деле фајлове између Ñервера.", diff --git a/apps/federatedfilesharing/l10n/tr.js b/apps/federatedfilesharing/l10n/tr.js index cc100330a9548504fd4b4c0aa95ab3972d1effe1..66750ccfb4715d66d71acac2f34239793caad39b 100644 --- a/apps/federatedfilesharing/l10n/tr.js +++ b/apps/federatedfilesharing/l10n/tr.js @@ -38,6 +38,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "#Nextcloud BirleÅŸmiÅŸ Bulut KimliÄŸim ile paylaÅŸ, %s bölümüne bakın", "Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud BirleÅŸmiÅŸ Bulut kimliÄŸim üzerinden benimle paylaÅŸ", "Sharing" : "Paylaşım", + "Federated file sharing" : "BirleÅŸmiÅŸ dosya paylaşımı", "Federated Cloud Sharing" : "BirleÅŸmiÅŸ Bulut Paylaşımı", "Open documentation" : "Belgeleri aç", "Adjust how people can share between servers." : "KiÅŸilerin sunucular arasında nasıl paylaşım yapabileceÄŸini ayarlayın.", diff --git a/apps/federatedfilesharing/l10n/tr.json b/apps/federatedfilesharing/l10n/tr.json index fc191a7de4acf8bb0420293ebb72e4568d93655a..ca9f4060f29a53132790a3b8ba44ced9272832b4 100644 --- a/apps/federatedfilesharing/l10n/tr.json +++ b/apps/federatedfilesharing/l10n/tr.json @@ -36,6 +36,7 @@ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "#Nextcloud BirleÅŸmiÅŸ Bulut KimliÄŸim ile paylaÅŸ, %s bölümüne bakın", "Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud BirleÅŸmiÅŸ Bulut kimliÄŸim üzerinden benimle paylaÅŸ", "Sharing" : "Paylaşım", + "Federated file sharing" : "BirleÅŸmiÅŸ dosya paylaşımı", "Federated Cloud Sharing" : "BirleÅŸmiÅŸ Bulut Paylaşımı", "Open documentation" : "Belgeleri aç", "Adjust how people can share between servers." : "KiÅŸilerin sunucular arasında nasıl paylaşım yapabileceÄŸini ayarlayın.", diff --git a/apps/federation/l10n/de.js b/apps/federation/l10n/de.js index 6165d72db55867e1c53db26a729c274a002269e0..c486b5470143ac7d496118e8466d8efeeb4eec93 100644 --- a/apps/federation/l10n/de.js +++ b/apps/federation/l10n/de.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Server.", "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", + "Federation" : "Federation", "Trusted servers" : "Vertrauenswürdige Server", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation erlaubt es Dir, Dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Benutzerverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Benutzernamen beim Federated-Sharing verwendet.", "Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen, sobald eine Federation-Freigabe erfolgreich erstellt wurde", diff --git a/apps/federation/l10n/de.json b/apps/federation/l10n/de.json index ce0eb724285abcdf9315e8ffdb058e820541f0a9..d1641c2ac3b8290df532d686415d38ed2bf9b07a 100644 --- a/apps/federation/l10n/de.json +++ b/apps/federation/l10n/de.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Server.", "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", + "Federation" : "Federation", "Trusted servers" : "Vertrauenswürdige Server", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation erlaubt es Dir, Dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Benutzerverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Benutzernamen beim Federated-Sharing verwendet.", "Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen, sobald eine Federation-Freigabe erfolgreich erstellt wurde", diff --git a/apps/federation/l10n/de_DE.js b/apps/federation/l10n/de_DE.js index c1481fe5dacb72e32077ed136a1e20a3233e63b9..c55829d1e6a93fd4095019605d4387e185b006aa 100644 --- a/apps/federation/l10n/de_DE.js +++ b/apps/federation/l10n/de_DE.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.", "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", + "Federation" : "Federation", "Trusted servers" : "Vertrauenswürdige Server", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation erlaubt es Ihnen, sich mit anderen vertrauenswürdigen Servern zu verbinden, um das Benutzerverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Benutzernamen beim Federated-Sharing verwendet.", "Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen, sobald eine Federation-Freigabe erfolgreich erstellt wurde", diff --git a/apps/federation/l10n/de_DE.json b/apps/federation/l10n/de_DE.json index 26e962f905f7c5bbceceb046cdb2d9bd6b766bea..2e82f93b65a210988a2a32049389ae147aaf724f 100644 --- a/apps/federation/l10n/de_DE.json +++ b/apps/federation/l10n/de_DE.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.", "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", + "Federation" : "Federation", "Trusted servers" : "Vertrauenswürdige Server", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation erlaubt es Ihnen, sich mit anderen vertrauenswürdigen Servern zu verbinden, um das Benutzerverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Benutzernamen beim Federated-Sharing verwendet.", "Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen, sobald eine Federation-Freigabe erfolgreich erstellt wurde", diff --git a/apps/federation/l10n/en_GB.js b/apps/federation/l10n/en_GB.js index 0f5cdea16e7193553dc81bb4aeb1643901bb0a47..abb8ae5d3512a23e3cc121aa0eb8fe36fbf9443e 100644 --- a/apps/federation/l10n/en_GB.js +++ b/apps/federation/l10n/en_GB.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.", "No server to federate with found" : "No server to federate with found", "Could not add server" : "Could not add server", + "Federation" : "Federation", "Trusted servers" : "Trusted servers", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example: to auto-complete external users for federated sharing.", "Add server automatically once a federated share was created successfully" : "Automatically add server once a federated share is successfully created", diff --git a/apps/federation/l10n/en_GB.json b/apps/federation/l10n/en_GB.json index 1ce6c420fb31c1e1fb419573b7b202837744c6d1..f38f2e323af1daf752435856808dc3c52e50daec 100644 --- a/apps/federation/l10n/en_GB.json +++ b/apps/federation/l10n/en_GB.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.", "No server to federate with found" : "No server to federate with found", "Could not add server" : "Could not add server", + "Federation" : "Federation", "Trusted servers" : "Trusted servers", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example: to auto-complete external users for federated sharing.", "Add server automatically once a federated share was created successfully" : "Automatically add server once a federated share is successfully created", diff --git a/apps/federation/l10n/es.js b/apps/federation/l10n/es.js index 959690f2d5d4ac6d20818f9c49eb4c503ff8b4e2..0b5120fbc9c579c649056b95c8424e361332e78d 100644 --- a/apps/federation/l10n/es.js +++ b/apps/federation/l10n/es.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "El servidor ya está en la lista de servidores en los que se confÃa.", "No server to federate with found" : "No se ha encontrado ningún servidor con el que federarse.", "Could not add server" : "No se ha podido añadir el servidor", + "Federation" : "Federación", "Trusted servers" : "Servidores de confianza", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.", "Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente", diff --git a/apps/federation/l10n/es.json b/apps/federation/l10n/es.json index 353ca883fda7707a53446bd11e7e5db9191ba2be..4548b3dc709f02d3bae1e8a35bfaef7795b88f29 100644 --- a/apps/federation/l10n/es.json +++ b/apps/federation/l10n/es.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "El servidor ya está en la lista de servidores en los que se confÃa.", "No server to federate with found" : "No se ha encontrado ningún servidor con el que federarse.", "Could not add server" : "No se ha podido añadir el servidor", + "Federation" : "Federación", "Trusted servers" : "Servidores de confianza", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.", "Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente", diff --git a/apps/federation/l10n/fr.js b/apps/federation/l10n/fr.js index 8fc1c456d04285a23d233bac0c9328c89ca7aa30..6bf668f8a62f0c55c50b322c4d15f5a968be27b2 100644 --- a/apps/federation/l10n/fr.js +++ b/apps/federation/l10n/fr.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Le serveur est déjà dans la liste des serveurs de confiance.", "No server to federate with found" : "Aucun serveur avec lequel fédérer n'a été trouvé", "Could not add server" : "Impossible d'ajouter le serveur", + "Federation" : "Fédération", "Trusted servers" : "Serveurs de confiance", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Une fédération vous permet de vous connecter avec d'autres serveurs de confiance pour échanger la liste des utilisateurs. Par exemple, ce sera utilisé pour auto-compléter les utilisateurs externes lors du partage fédéré.", "Add server automatically once a federated share was created successfully" : "Ajouter un serveur automatiquement une fois que le partage a été créé avec succès", diff --git a/apps/federation/l10n/fr.json b/apps/federation/l10n/fr.json index b538b74682154f77c91bf01051b49a959ac49233..f05f092fcd1958685b4ba43d32d4c3280e40b408 100644 --- a/apps/federation/l10n/fr.json +++ b/apps/federation/l10n/fr.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Le serveur est déjà dans la liste des serveurs de confiance.", "No server to federate with found" : "Aucun serveur avec lequel fédérer n'a été trouvé", "Could not add server" : "Impossible d'ajouter le serveur", + "Federation" : "Fédération", "Trusted servers" : "Serveurs de confiance", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Une fédération vous permet de vous connecter avec d'autres serveurs de confiance pour échanger la liste des utilisateurs. Par exemple, ce sera utilisé pour auto-compléter les utilisateurs externes lors du partage fédéré.", "Add server automatically once a federated share was created successfully" : "Ajouter un serveur automatiquement une fois que le partage a été créé avec succès", diff --git a/apps/federation/l10n/it.js b/apps/federation/l10n/it.js index 0d2db013056802b11d55e685572c860f57796658..3adece3b0e507ce19e9473cce45520b4da835709 100644 --- a/apps/federation/l10n/it.js +++ b/apps/federation/l10n/it.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.", "No server to federate with found" : "Non ho trovato alcun server per la federazione", "Could not add server" : "Impossibile aggiungere il server", + "Federation" : "Federazione", "Trusted servers" : "Server affidabili", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.", "Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo", diff --git a/apps/federation/l10n/it.json b/apps/federation/l10n/it.json index dd9c8c3bceda1bc0bac16da582f6ca37660a35ca..8a25db1804d263212491007d704927c8f4ff7d24 100644 --- a/apps/federation/l10n/it.json +++ b/apps/federation/l10n/it.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.", "No server to federate with found" : "Non ho trovato alcun server per la federazione", "Could not add server" : "Impossibile aggiungere il server", + "Federation" : "Federazione", "Trusted servers" : "Server affidabili", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.", "Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo", diff --git a/apps/federation/l10n/pt_BR.js b/apps/federation/l10n/pt_BR.js index c42b3cfdf85b6a569cd4e56cb28daee47f838e37..683474b37267959223342686f4ba5ba34469d57b 100644 --- a/apps/federation/l10n/pt_BR.js +++ b/apps/federation/l10n/pt_BR.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.", "No server to federate with found" : "Nenhum servidor encontrado para federar", "Could not add server" : "Não foi possÃvel adicionar servidor", + "Federation" : "Federação", "Trusted servers" : "Servidores confiáveis", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação permite que você conecte com outros servidores confiáveis para trocar o diretório do usuário. Por exemplo, este atributo será usado para completar automaticamente usuários externos para compartilhamento federado.", "Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento federado foi criado com êxito", diff --git a/apps/federation/l10n/pt_BR.json b/apps/federation/l10n/pt_BR.json index 4f03a447ae10a42af5de301d8c9ad2c99ccf2e83..ea13a6ef4b2373fbd0883a64e225cb5c666df9b2 100644 --- a/apps/federation/l10n/pt_BR.json +++ b/apps/federation/l10n/pt_BR.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.", "No server to federate with found" : "Nenhum servidor encontrado para federar", "Could not add server" : "Não foi possÃvel adicionar servidor", + "Federation" : "Federação", "Trusted servers" : "Servidores confiáveis", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação permite que você conecte com outros servidores confiáveis para trocar o diretório do usuário. Por exemplo, este atributo será usado para completar automaticamente usuários externos para compartilhamento federado.", "Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento federado foi criado com êxito", diff --git a/apps/federation/l10n/sr.js b/apps/federation/l10n/sr.js index 34f3ba508c272aacf2fbc968eb7b6d8269b091b4..9726ab9e3f5ac73fcd4c7252d2a5aabae9a45cb1 100644 --- a/apps/federation/l10n/sr.js +++ b/apps/federation/l10n/sr.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Сервер је већ на ÑпиÑку Ñервера од поверења.", "No server to federate with found" : "Ðије нађен Ñервер за здруживање", "Could not add server" : "ÐеуÑпело додавање Ñервера", + "Federation" : "Здруживање", "Trusted servers" : "Сервери од поверења", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да Ñе повежете Ñа другим Ñерверима од поверења и да мењате кориÑничке директоријуме.", "Add server automatically once a federated share was created successfully" : "Додај Ñервер аутоматÑки по уÑпешном прављењу здруженог дељења", diff --git a/apps/federation/l10n/sr.json b/apps/federation/l10n/sr.json index 91f53962f24c565e76e822cfc0c932949b9d1412..80a1204ac63467229ec3bc6d19dbad8bc4f3a5e0 100644 --- a/apps/federation/l10n/sr.json +++ b/apps/federation/l10n/sr.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Сервер је већ на ÑпиÑку Ñервера од поверења.", "No server to federate with found" : "Ðије нађен Ñервер за здруживање", "Could not add server" : "ÐеуÑпело додавање Ñервера", + "Federation" : "Здруживање", "Trusted servers" : "Сервери од поверења", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да Ñе повежете Ñа другим Ñерверима од поверења и да мењате кориÑничке директоријуме.", "Add server automatically once a federated share was created successfully" : "Додај Ñервер аутоматÑки по уÑпешном прављењу здруженог дељења", diff --git a/apps/federation/l10n/tr.js b/apps/federation/l10n/tr.js index 44b9e9ab80446996acee16e22dc46d54391bda5e..799047e953b0062eefbf6f950af20b28082b1cd4 100644 --- a/apps/federation/l10n/tr.js +++ b/apps/federation/l10n/tr.js @@ -5,6 +5,7 @@ OC.L10N.register( "Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiÅŸ.", "No server to federate with found" : "BirleÅŸtirilecek bir sunucu bulunamadı", "Could not add server" : "Sunucu eklenemedi", + "Federation" : "BirleÅŸim", "Trusted servers" : "Güvenilen sunucular", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "BirleÅŸim, diÄŸer güvenilir sunucularla dosya/klasör paylaşımı yapılmasını saÄŸlar. ÖrneÄŸin, bu iÅŸlem birleÅŸtirilmiÅŸ paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını saÄŸlar.", "Add server automatically once a federated share was created successfully" : "Bir birleÅŸmiÅŸ paylaşım eklendiÄŸinde sunucu otomatik olarak eklensin", diff --git a/apps/federation/l10n/tr.json b/apps/federation/l10n/tr.json index a71611dd85dc508603f3fa285da4bcc286a00e8a..a8b38fdc19dcc63300fd8e18899380007387aa05 100644 --- a/apps/federation/l10n/tr.json +++ b/apps/federation/l10n/tr.json @@ -3,6 +3,7 @@ "Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiÅŸ.", "No server to federate with found" : "BirleÅŸtirilecek bir sunucu bulunamadı", "Could not add server" : "Sunucu eklenemedi", + "Federation" : "BirleÅŸim", "Trusted servers" : "Güvenilen sunucular", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "BirleÅŸim, diÄŸer güvenilir sunucularla dosya/klasör paylaşımı yapılmasını saÄŸlar. ÖrneÄŸin, bu iÅŸlem birleÅŸtirilmiÅŸ paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını saÄŸlar.", "Add server automatically once a federated share was created successfully" : "Bir birleÅŸmiÅŸ paylaşım eklendiÄŸinde sunucu otomatik olarak eklensin", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 7c5d2f9385e15748cfa21543150e459e6e1e7815..c4c56d4f29d876c02241efdbc2c505af7b671714 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -16,8 +16,11 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", + "Uploading …" : "Carregant...", "…" : ".....", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Target folder does not exist any more" : "La carpeta de destà no existeix", + "Error when assembling chunks, status code {status}" : "S'ha produït un error mentre es recopilaven els fragments, el codi d'estat és {status}", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", @@ -59,8 +62,11 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquÃ", "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"], "New" : "Nou", + "{used} of {quota} used" : "{used} de {quota} utilitzat", + "{used} used" : "{used} utilitzat", "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer và lid.", "File name cannot be empty." : "El nom del fitxer no pot ser buit.", + "\"/\" is not allowed inside a file name." : "El carà cter \"/\" no es pot utilitzar en el nom de l'arxiu.", "\"{name}\" is not an allowed filetype" : "\"{name}\" no és un tipus de fitxer permès", "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!", "Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", @@ -76,6 +82,9 @@ OC.L10N.register( "Favorite" : "Preferits", "New folder" : "Carpeta nova", "Upload file" : "Puja fitxer", + "Not favorited" : "No està inclòs en els favorits", + "Remove from favorites" : "Eliminar dels favorits", + "Add to favorites" : "Afegir als favorits", "An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes", "Added to favorites" : "Afegit a favorits", "Removed from favorites" : "Esborra de preferits", @@ -121,6 +130,8 @@ OC.L10N.register( "Settings" : "Arranjament", "Show hidden files" : "Mostra els fitxers ocults", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilitza aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accedir als teus arxius mitjançant WebDAV</a>", + "Cancel upload" : "Cancel·la la pujada", "No files in here" : "No hi ha arxius", "Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.", "No entries found in this folder" : "No hi ha entrades en aquesta carpeta", @@ -135,6 +146,10 @@ OC.L10N.register( "Tags" : "Etiquetes", "Deleted files" : "Fitxers esborrats", "Text file" : "Fitxer de text", - "New text file.txt" : "Nou fitxer de text.txt" + "New text file.txt" : "Nou fitxer de text.txt", + "Move" : "Moure", + "A new file or folder has been <strong>deleted</strong>" : "S'ha <strong>eliminat</strong> un nou fitxer o carpeta", + "A new file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un nou fitxer o carpeta", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilitzeu aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedir als vostres fitxers a través de WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 5897600230e5bc097f16fdf79388df619cf8e618..eae669d0b9bc2626625b9e3aa668e22183c9d6d6 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -14,8 +14,11 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", + "Uploading …" : "Carregant...", "…" : ".....", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Target folder does not exist any more" : "La carpeta de destà no existeix", + "Error when assembling chunks, status code {status}" : "S'ha produït un error mentre es recopilaven els fragments, el codi d'estat és {status}", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", @@ -57,8 +60,11 @@ "You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquÃ", "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"], "New" : "Nou", + "{used} of {quota} used" : "{used} de {quota} utilitzat", + "{used} used" : "{used} utilitzat", "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer và lid.", "File name cannot be empty." : "El nom del fitxer no pot ser buit.", + "\"/\" is not allowed inside a file name." : "El carà cter \"/\" no es pot utilitzar en el nom de l'arxiu.", "\"{name}\" is not an allowed filetype" : "\"{name}\" no és un tipus de fitxer permès", "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!", "Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", @@ -74,6 +80,9 @@ "Favorite" : "Preferits", "New folder" : "Carpeta nova", "Upload file" : "Puja fitxer", + "Not favorited" : "No està inclòs en els favorits", + "Remove from favorites" : "Eliminar dels favorits", + "Add to favorites" : "Afegir als favorits", "An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes", "Added to favorites" : "Afegit a favorits", "Removed from favorites" : "Esborra de preferits", @@ -119,6 +128,8 @@ "Settings" : "Arranjament", "Show hidden files" : "Mostra els fitxers ocults", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilitza aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accedir als teus arxius mitjançant WebDAV</a>", + "Cancel upload" : "Cancel·la la pujada", "No files in here" : "No hi ha arxius", "Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.", "No entries found in this folder" : "No hi ha entrades en aquesta carpeta", @@ -133,6 +144,10 @@ "Tags" : "Etiquetes", "Deleted files" : "Fitxers esborrats", "Text file" : "Fitxer de text", - "New text file.txt" : "Nou fitxer de text.txt" + "New text file.txt" : "Nou fitxer de text.txt", + "Move" : "Moure", + "A new file or folder has been <strong>deleted</strong>" : "S'ha <strong>eliminat</strong> un nou fitxer o carpeta", + "A new file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un nou fitxer o carpeta", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilitzeu aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedir als vostres fitxers a través de WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 4d27b63bfa33080efb886747aebfd42f99b6db13..cbe3bcb9b7a2b52591f276cb0b194f2ecd3cac7e 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -146,6 +146,10 @@ OC.L10N.register( "Tags" : "Tags", "Deleted files" : "Deleted files", "Text file" : "Text file", - "New text file.txt" : "New text file.txt" + "New text file.txt" : "New text file.txt", + "Move" : "Move", + "A new file or folder has been <strong>deleted</strong>" : "A new file or folder has been <strong>deleted</strong>", + "A new file or folder has been <strong>restored</strong>" : "A new file or folder has been <strong>restored</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 4191f7847dc93cd054051539ae3db9d705eb221b..0a994ff551b57d39c5c5abc32953797c04a64b5d 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -144,6 +144,10 @@ "Tags" : "Tags", "Deleted files" : "Deleted files", "Text file" : "Text file", - "New text file.txt" : "New text file.txt" + "New text file.txt" : "New text file.txt", + "Move" : "Move", + "A new file or folder has been <strong>deleted</strong>" : "A new file or folder has been <strong>deleted</strong>", + "A new file or folder has been <strong>restored</strong>" : "A new file or folder has been <strong>restored</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 1c4cad6f01386984327db2d4e7ed433c383282d0..d83d2ee3c95de4c5adfc566c659374df257f3bab 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -146,6 +146,10 @@ OC.L10N.register( "Tags" : "Etiquetas", "Deleted files" : "Archivos eliminados", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo archivo de texto.txt" + "New text file.txt" : "Nuevo archivo de texto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Se ha <strong>borrado</strong> un nuevo archivo o carpeta", + "A new file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un nuevo archivo o carpeta", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vÃa WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 2a49be9c754df55b4d2dfce7c3e6270cfea18d20..212da33a515c7dbfa260562dd5648c61057329e7 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -144,6 +144,10 @@ "Tags" : "Etiquetas", "Deleted files" : "Archivos eliminados", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo archivo de texto.txt" + "New text file.txt" : "Nuevo archivo de texto.txt", + "Move" : "Mover", + "A new file or folder has been <strong>deleted</strong>" : "Se ha <strong>borrado</strong> un nuevo archivo o carpeta", + "A new file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un nuevo archivo o carpeta", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vÃa WebDAV</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index e7ea921602bd489e9eb30ab0e2f7a9fe5b69d9cf..79c7fb087453a764eef3dfc89b894821ab65e947 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -142,6 +142,10 @@ OC.L10N.register( "Tags" : "Tunnisteet", "Deleted files" : "Poistetut tiedostot", "Text file" : "Tekstitiedosto", - "New text file.txt" : "Uusi tekstitiedosto.txt" + "New text file.txt" : "Uusi tekstitiedosto.txt", + "Move" : "Siirrä", + "A new file or folder has been <strong>deleted</strong>" : "Uusi tiedosto tai kansio on <strong>poistettu</strong>", + "A new file or folder has been <strong>restored</strong>" : "Uusi tiedosto tai kansio on <strong>palautettu</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Käytä tätä osoitetetta <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">käyttääksesi tiedostojasi WebDAV:in välityksellä</a>" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 2c768b4df3c2e727cb32bccf2c727ba98ea005fd..7356d2c4b22380e9253040f63291ca78a49ec573 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -140,6 +140,10 @@ "Tags" : "Tunnisteet", "Deleted files" : "Poistetut tiedostot", "Text file" : "Tekstitiedosto", - "New text file.txt" : "Uusi tekstitiedosto.txt" + "New text file.txt" : "Uusi tekstitiedosto.txt", + "Move" : "Siirrä", + "A new file or folder has been <strong>deleted</strong>" : "Uusi tiedosto tai kansio on <strong>poistettu</strong>", + "A new file or folder has been <strong>restored</strong>" : "Uusi tiedosto tai kansio on <strong>palautettu</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Käytä tätä osoitetetta <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">käyttääksesi tiedostojasi WebDAV:in välityksellä</a>" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index e6580e55440d0f0d820c5de2ca386025c2e1d964..aacae19af4199b7ed9b99b79601549f5d4ee0840 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -146,6 +146,7 @@ OC.L10N.register( "Tags" : "Tags", "Deleted files" : "Verwijderde bestanden", "Text file" : "Tekstbestand", - "New text file.txt" : "Nieuw tekstbestand.txt" + "New text file.txt" : "Nieuw tekstbestand.txt", + "Move" : "Verplaatsen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 699ee19c211c01af5555b12e92078c3b0eeb6e06..de059f16f089c4d591d1045da6714ef5adc63ba4 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -144,6 +144,7 @@ "Tags" : "Tags", "Deleted files" : "Verwijderde bestanden", "Text file" : "Tekstbestand", - "New text file.txt" : "Nieuw tekstbestand.txt" + "New text file.txt" : "Nieuw tekstbestand.txt", + "Move" : "Verplaatsen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index a7c964d256ede96710595bc2cd819b0fef03ae69..0280a4c3b8dfc4dde655669e9e50d8b10dba2b0b 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Systemadministrator.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Systemadministrator.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Administrator.", + "External storage support" : "Unterstützung für externen Speicher", "No external storage configured" : "Kein externer Speicher konfiguriert", "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", "Name" : "Name", diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index 6481030cd8ae31679040f00e516a0143d5a9dfbc..c920578ab2337d7742c2315c1ac07772fa6a568d 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Systemadministrator.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Systemadministrator.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an den Administrator.", + "External storage support" : "Unterstützung für externen Speicher", "No external storage configured" : "Kein externer Speicher konfiguriert", "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", "Name" : "Name", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index be20876807eca925486a7152b64a8be8f9e95deb..3896ddcdcaaa26ed37e788378d59362f6686cd2a 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihren Administrator.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihren Administrator.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Administrator.", + "External storage support" : "Unterstützung für externen Speicher", "No external storage configured" : "Kein externer Speicher konfiguriert", "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", "Name" : "Name", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index e708f753a53ff7b18a36d243e8cd9797bded89b1..d299d793a79b2050c75a4984b506b8c919d369d5 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihren Administrator.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihren Administrator.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Administrator.", + "External storage support" : "Unterstützung für externen Speicher", "No external storage configured" : "Kein externer Speicher konfiguriert", "You can add external storages in the personal settings" : "Externe Speicher können in den persönlichen Einstellungen hinzugefügt werden", "Name" : "Name", diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index a48a4a11e0ee5e857d7b49added46647f17a3f88..7f6a151650b3ebd6b74e4b22f24f8ae64f9c0cb4 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "External storage support" : "External storage support", "No external storage configured" : "No external storage configured", "You can add external storages in the personal settings" : "You can add external storages in the personal settings", "Name" : "Name", @@ -120,6 +121,14 @@ OC.L10N.register( "Advanced settings" : "Advanced settings", "Delete" : "Delete", "Allow users to mount external storage" : "Allow users to mount external storage", - "Allow users to mount the following external storage" : "Allow users to mount the following external storage" + "Allow users to mount the following external storage" : "Allow users to mount the following external storage", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fetching request tokens failed. Verify that your app key and secret are correct.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fetching access tokens failed. Verify that your app key and secret are correct.", + "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", + "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", + "Dropbox App Configuration" : "Dropbox App Configuration", + "Google Drive App Configuration" : "Google Drive App Configuration", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index 4d168c622269b386108f32b7c5b44eeb60b5c8b1..2e751246691857b8d79195e3386e24360e521e39 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "External storage support" : "External storage support", "No external storage configured" : "No external storage configured", "You can add external storages in the personal settings" : "You can add external storages in the personal settings", "Name" : "Name", @@ -118,6 +119,14 @@ "Advanced settings" : "Advanced settings", "Delete" : "Delete", "Allow users to mount external storage" : "Allow users to mount external storage", - "Allow users to mount the following external storage" : "Allow users to mount the following external storage" + "Allow users to mount the following external storage" : "Allow users to mount the following external storage", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fetching request tokens failed. Verify that your app key and secret are correct.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fetching access tokens failed. Verify that your app key and secret are correct.", + "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", + "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", + "Dropbox App Configuration" : "Dropbox App Configuration", + "Google Drive App Configuration" : "Google Drive App Configuration", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 7807d92f5662f646eeb59d35e5642d345a969a88..ba47dd608e4e282bc38a0e6bdf73226f0f98b999 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. PÃdale al administrador del sistema que lo instale.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP desde PHP no esta habilitado o instalado. Montar el %s no ha sido posible. Por favor consulta al administrador de tu sistema para que lo instale.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no está instalado. El montaje de %s no es posible. Por favor, pregunte a su administrador del sistema para instalarlo.", + "External storage support" : "Soporte de almacenamiento externo", "No external storage configured" : "No hay ningún almacenamiento externo configurado", "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", @@ -120,6 +121,14 @@ OC.L10N.register( "Advanced settings" : "Configuración avanzada", "Delete" : "Eliminar", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Step 1 failed. Exception: %s" : "El paso 1 ha fallado. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 ha fallado. Excepción: %s", + "Dropbox App Configuration" : "Configuración de la app de Dropbox", + "Google Drive App Configuration" : "Configuración de la app de Google Drive", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index f1573989a56edf61aead443e3f4e17e72ce0d91d..6eb1827584362e49a5489f24530aad5c24c7063d 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. PÃdale al administrador del sistema que lo instale.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP desde PHP no esta habilitado o instalado. Montar el %s no ha sido posible. Por favor consulta al administrador de tu sistema para que lo instale.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no está instalado. El montaje de %s no es posible. Por favor, pregunte a su administrador del sistema para instalarlo.", + "External storage support" : "Soporte de almacenamiento externo", "No external storage configured" : "No hay ningún almacenamiento externo configurado", "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", @@ -118,6 +119,14 @@ "Advanced settings" : "Configuración avanzada", "Delete" : "Eliminar", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Step 1 failed. Exception: %s" : "El paso 1 ha fallado. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 ha fallado. Excepción: %s", + "Dropbox App Configuration" : "Configuración de la app de Dropbox", + "Google Drive App Configuration" : "Configuración de la app de Google Drive", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/fi.js b/apps/files_external/l10n/fi.js index 117977c7092c705e4170e25dd6d2fb0fb5b01ef3..1561aa18c73c5094df6794481874ad8deb7a55b1 100644 --- a/apps/files_external/l10n/fi.js +++ b/apps/files_external/l10n/fi.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cULR tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", + "External storage support" : "Erillisen tallennustilan tuki", "No external storage configured" : "Erillistä tallennustilaa ei ole määritetty", "You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi", "Name" : "Nimi", @@ -120,6 +121,10 @@ OC.L10N.register( "Advanced settings" : "Lisäasetukset", "Delete" : "Poista", "Allow users to mount external storage" : "Salli käyttäjien liittää erillisiä tallennustiloja", - "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet", + "Dropbox App Configuration" : "Dropbox-sovelluksen määritykset", + "Google Drive App Configuration" : "Google Drive -sovelluksen määritykset", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/fi.json b/apps/files_external/l10n/fi.json index 35cf74e7682b37841e0023d2966fc01dc7f094db..2d219aae64ae1495e521e2c468234e81e1d1f845 100644 --- a/apps/files_external/l10n/fi.json +++ b/apps/files_external/l10n/fi.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cULR tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", + "External storage support" : "Erillisen tallennustilan tuki", "No external storage configured" : "Erillistä tallennustilaa ei ole määritetty", "You can add external storages in the personal settings" : "Voit lisätä erillisiä tallennustiloja henkilökohtaisista asetuksistasi", "Name" : "Nimi", @@ -118,6 +119,10 @@ "Advanced settings" : "Lisäasetukset", "Delete" : "Poista", "Allow users to mount external storage" : "Salli käyttäjien liittää erillisiä tallennustiloja", - "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet", + "Dropbox App Configuration" : "Dropbox-sovelluksen määritykset", + "Google Drive App Configuration" : "Google Drive -sovelluksen määritykset", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index 3898c5f5ed5507f99030c14d223c4a621b2d89da..94a555c6785e29ee2363162828df3f94e21164df 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Le support de cURL dans PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Veuillez demander à votre administrateur système de l'installer.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Le support du FTP dans PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Merci de demander à votre administrateur de l'installer.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" n'est pas installé. Le montage de %s n'est pas possible. Merci de demander à l'administrateur système de l'installer.", + "External storage support" : "Support de stockage externe", "No external storage configured" : "Aucun stockage externe configuré", "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels", "Name" : "Nom", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index f3f5f1437b7347f56627d0c8b2b297eeada7ff9b..0416b9f805f44966397cf9170c316009f04d6827 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Le support de cURL dans PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Veuillez demander à votre administrateur système de l'installer.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Le support du FTP dans PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Merci de demander à votre administrateur de l'installer.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" n'est pas installé. Le montage de %s n'est pas possible. Merci de demander à l'administrateur système de l'installer.", + "External storage support" : "Support de stockage externe", "No external storage configured" : "Aucun stockage externe configuré", "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes via vos paramètres personnels", "Name" : "Nom", diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index 691598bd44dfa852b54defcdd240a79ecbb8d84e..05aa89bc76e3142fc0b72f3beedd6398080a0231 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "External storage support" : "Supporto archiviazioni esterne", "No external storage configured" : "Nessuna archiviazione esterna configurata", "You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali", "Name" : "Nome", diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index ce4e01ee25af96479a47a9b8ca2d028df6654fb7..3e4b851eb4bfb42a4b740780f9089e85328a406c 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Il supporto FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "External storage support" : "Supporto archiviazioni esterne", "No external storage configured" : "Nessuna archiviazione esterna configurata", "You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali", "Name" : "Nome", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index 1a4b3322b7e9047c828ed74f2209277fc2df056e..9d91f42aa6b049c62249613f8737bfb4cdd0770c 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -120,6 +120,8 @@ OC.L10N.register( "Advanced settings" : "Geavanceerde instellingen", "Delete" : "Verwijder", "Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen", - "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index b9072ddc8a0e4324f44f8aa48d57e6a3841d9bcb..d66ad3796964b943348ef9b90a02d28f9b863463 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -118,6 +118,8 @@ "Advanced settings" : "Geavanceerde instellingen", "Delete" : "Verwijder", "Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen", - "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 6d0d100b7633238c7ea701173b3a113ad0a43578..92afa78a0ea9f5665e9c51eaaa20364d31000c5f 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte a cURL no PHP não está habilitado ou instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte FTP no PHP não está habilitado ou instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", + "External storage support" : "Suporte a armazenamento externo", "No external storage configured" : "Nenhum armazendo externo foi configurado", "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index ce611a856bbaa260cbe9fb1eca10bf4f3489844f..c680a1f59f341fb0ce7ec7b6f706144569a03103 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte a cURL no PHP não está habilitado ou instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "O suporte FTP no PHP não está habilitado ou instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" não está instalado. A montagem de %s não foi possÃvel. Por favor, solicite a instalação ao administrador do sistema.", + "External storage support" : "Suporte a armazenamento externo", "No external storage configured" : "Nenhum armazendo externo foi configurado", "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", diff --git a/apps/files_external/l10n/sr.js b/apps/files_external/l10n/sr.js index bedfdc3fdb0b26eb161aea57e487dba013115180..7f984406ebced9905cba25a454c866c15f506107 100644 --- a/apps/files_external/l10n/sr.js +++ b/apps/files_external/l10n/sr.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL подршка за PHP није омогућена или инÑталирана. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да је инÑталира.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP подршка за PHP није омогућена или инÑталирана. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да је инÑталира.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ није инÑталиран. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да га инÑталира.", + "External storage support" : "Подршка за Ñпољашње Ñкладиште", "No external storage configured" : "Ðема подешеног Ñпољашњег Ñкладишта", "You can add external storages in the personal settings" : "Можете додати Ñпољашња Ñкладишта у вашим личним подешавањима", "Name" : "Ðазив", diff --git a/apps/files_external/l10n/sr.json b/apps/files_external/l10n/sr.json index 451edc386eae93494a8d60a76b4a072f6539d9ec..bd6ccee18853c60f6d5882969888831875333a31 100644 --- a/apps/files_external/l10n/sr.json +++ b/apps/files_external/l10n/sr.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL подршка за PHP није омогућена или инÑталирана. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да је инÑталира.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP подршка за PHP није омогућена или инÑталирана. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да је инÑталира.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ није инÑталиран. Монтирање %s није могуће. Затражите од вашег админиÑтратора ÑиÑтема да га инÑталира.", + "External storage support" : "Подршка за Ñпољашње Ñкладиште", "No external storage configured" : "Ðема подешеног Ñпољашњег Ñкладишта", "You can add external storages in the personal settings" : "Можете додати Ñпољашња Ñкладишта у вашим личним подешавањима", "Name" : "Ðазив", diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index 709a831d85df7c58e4195813f6ab4ddc77e3dab6..989947ccad8d1597f5fd115f04e9b191ce06b56a 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP cURL desteÄŸi kurulmamış ya da etkinleÅŸtirilmemiÅŸ. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP FTP desteÄŸi kuurlmamış ya da etkinleÅŸtirilmemiÅŸ. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", + "External storage support" : "Dış depolama desteÄŸi", "No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış", "You can add external storages in the personal settings" : "KiÅŸisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz", "Name" : "Ad", diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json index a887febafe16bc76c1c6030d7f3e65c494cb8c67..e2acd45c0df019cb0a85863613b5a74d456732fc 100644 --- a/apps/files_external/l10n/tr.json +++ b/apps/files_external/l10n/tr.json @@ -98,6 +98,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP cURL desteÄŸi kurulmamış ya da etkinleÅŸtirilmemiÅŸ. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP FTP desteÄŸi kuurlmamış ya da etkinleÅŸtirilmemiÅŸ. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "%s kurulmamış. %s baÄŸlanamaz. Lütfen kurulum için sistem yöneticinizle görüşün.", + "External storage support" : "Dış depolama desteÄŸi", "No external storage configured" : "Herhangi bir dış depolama yapılandırılmamış", "You can add external storages in the personal settings" : "KiÅŸisel ayarlar bölümünden dış depolamaları ekleyebilirsiniz", "Name" : "Ad", diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index a33d10b6118b8573258c7c8ec779013d9794ae71..ddc9ffbb339c584536c714feed2918a5ee112685 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "No es poden canviar els permisos per als enllaços compartits públics", "Cannot increase permissions" : "No es poden augmentar els permisos", "Share API is disabled" : "L'API compartida està desactivada", + "File sharing" : "Compartir arxius", "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" : "Contrasenya", @@ -109,6 +110,7 @@ OC.L10N.register( "Upload files to %s" : "Carrega fitxers a %s", "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "Pujant arxius...", - "Uploaded files:" : "Arxius pujats:" + "Uploaded files:" : "Arxius pujats:", + "%s is publicly shared" : "%s està compartit de forma pública" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index 439d188b7167c1ea03f2812796a1ddef2029215c..6111dad691710d438077021d76958e14cc3e08db 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "No es poden canviar els permisos per als enllaços compartits públics", "Cannot increase permissions" : "No es poden augmentar els permisos", "Share API is disabled" : "L'API compartida està desactivada", + "File sharing" : "Compartir arxius", "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" : "Contrasenya", @@ -107,6 +108,7 @@ "Upload files to %s" : "Carrega fitxers a %s", "Select or drop files" : "Selecciona o deixa anar els fitxers", "Uploading files…" : "Pujant arxius...", - "Uploaded files:" : "Arxius pujats:" + "Uploaded files:" : "Arxius pujats:", + "%s is publicly shared" : "%s està compartit de forma pública" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 7b1ca064ebb06972268b218bd4a844980882b265..20b0ad7628e3fd43ab2213d4bcc02cc42f6e934c 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "File sharing" : "Dateifreigabe", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Versuche es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index df0fff47e27831025245b2a246257ade93fa540b..c6b6d458ee4b40595b21e6d726c52914e2872581 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "File sharing" : "Dateifreigabe", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Versuche es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index a9b99fc130987f45097d1547286c44dcc047ca1e..721a2c21e98347b90f24d6b914cd53d3716edada 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "File sharing" : "Dateifreigabe", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index bc67d9fe3f6a966443e74e8705e4d27bf5fb7049..54dbda5bd4163acd023e22de4f2e2e2118b9ad10 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Berechtigungen für öffentlich freigegebene Links konnten nicht geändert werden", "Cannot increase permissions" : "Berechtigungen können nicht erhöht werden", "Share API is disabled" : "Teilen-API ist deaktivert", + "File sharing" : "Dateifreigabe", "This share is password-protected" : "Freigabe ist passwortgeschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index a52f322cd8f7bbd6b248cf41ce4874c51da88f57..758ee5ec0f764bd0ec4fe8e410939b23a1bff967 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Can't change permissions for public share links", "Cannot increase permissions" : "Cannot increase permissions", "Share API is disabled" : "Share API is disabled", + "File sharing" : "File sharing", "This share is password-protected" : "This share is password-protected", "The password is wrong. Try again." : "The password is wrong. Try again.", "Password" : "Password", @@ -109,6 +110,7 @@ OC.L10N.register( "Upload files to %s" : "Upload files to %s", "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", - "Uploaded files:" : "Uploaded files:" + "Uploaded files:" : "Uploaded files:", + "%s is publicly shared" : "%s is publicly shared" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index d6f3ba4643b30048c1023e536d6d7b0b5438d320..00da5d90c3cb8b5926ac3991bb01180557181fc3 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Can't change permissions for public share links", "Cannot increase permissions" : "Cannot increase permissions", "Share API is disabled" : "Share API is disabled", + "File sharing" : "File sharing", "This share is password-protected" : "This share is password-protected", "The password is wrong. Try again." : "The password is wrong. Try again.", "Password" : "Password", @@ -107,6 +108,7 @@ "Upload files to %s" : "Upload files to %s", "Select or drop files" : "Select or drop files", "Uploading files…" : "Uploading files…", - "Uploaded files:" : "Uploaded files:" + "Uploaded files:" : "Uploaded files:", + "%s is publicly shared" : "%s is publicly shared" },"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 02475ccd0374dc5caee0d60bf6f716425da13171..5464f142c51c09b76b6ce1b0e5c72d55305133d7 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos", "Cannot increase permissions" : "No es posible aumentar permisos", "Share API is disabled" : "El API de compartir está deshabilitado", + "File sharing" : "Compartir archivos", "This share is password-protected" : "Este elemento compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" : "Contraseña", @@ -109,6 +110,7 @@ OC.L10N.register( "Upload files to %s" : "Subir archivos a %s", "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", - "Uploaded files:" : "Archivos subidos:" + "Uploaded files:" : "Archivos subidos:", + "%s is publicly shared" : "%s está compartido públicamente" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 22a8485b00e9d17915bed4b385b7147a908595b6..4b8ede851ea0c2fa3817a1f4e1f6ee7d39af80b9 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "No se pueden cambiar los permisos para los enlaces de recursos compartidos públicos", "Cannot increase permissions" : "No es posible aumentar permisos", "Share API is disabled" : "El API de compartir está deshabilitado", + "File sharing" : "Compartir archivos", "This share is password-protected" : "Este elemento compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" : "Contraseña", @@ -107,6 +108,7 @@ "Upload files to %s" : "Subir archivos a %s", "Select or drop files" : "Seleccione o arrastre y suelte archivos", "Uploading files…" : "Subiendo archivos...", - "Uploaded files:" : "Archivos subidos:" + "Uploaded files:" : "Archivos subidos:", + "%s is publicly shared" : "%s está compartido públicamente" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index a636a19025ca5165cf1380121203f83124f04e6e..1fa452d8a10bdbbd8bd37b8a4be8fc5abe8330cf 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Julkisten jakolinkkien käyttöoikeuksia ei voi muuttaa", "Cannot increase permissions" : "Oikeuksien lisääminen ei onnistu", "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", + "File sharing" : "Tiedostonjako", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", @@ -109,6 +110,7 @@ OC.L10N.register( "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", "Select or drop files" : "Valitse tai pudota tiedostoja", "Uploading files…" : "Lähetetään tiedostoja…", - "Uploaded files:" : "Lähetetyt tiedostot:" + "Uploaded files:" : "Lähetetyt tiedostot:", + "%s is publicly shared" : "%s on jaettu julkisesti" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index e0f57251963ad4d2ed8f871f839f043b297ce20e..4c50f9b0b570c1bac760dd4d3ba03f74822a254d 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Julkisten jakolinkkien käyttöoikeuksia ei voi muuttaa", "Cannot increase permissions" : "Oikeuksien lisääminen ei onnistu", "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", + "File sharing" : "Tiedostonjako", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", @@ -107,6 +108,7 @@ "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", "Select or drop files" : "Valitse tai pudota tiedostoja", "Uploading files…" : "Lähetetään tiedostoja…", - "Uploaded files:" : "Lähetetyt tiedostot:" + "Uploaded files:" : "Lähetetyt tiedostot:", + "%s is publicly shared" : "%s on jaettu julkisesti" },"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 9eaae938c7aad37858261c9ac67c91eb70f5bbea..795c7444d27666a52c3b00194bc7b83160967da9 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Impossible de changer les permissions pour les liens de partage public", "Cannot increase permissions" : "Impossible d'augmenter les permissions", "Share API is disabled" : "l'API de partage est désactivée", + "File sharing" : "Partage de fichier", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index b4a3434f0ea7d944b759633d395f89d55afc5927..9a3ad042b809467183cb9721c3fb52b6aec41438 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Impossible de changer les permissions pour les liens de partage public", "Cannot increase permissions" : "Impossible d'augmenter les permissions", "Share API is disabled" : "l'API de partage est désactivée", + "File sharing" : "Partage de fichier", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 8285964c9ad4027b1dc3fadd988f97f3ff61ca1d..343d1a6b5d25858a045f4a22c62e1a307718665b 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", "Cannot increase permissions" : "Impossibile aumentare i permessi", "Share API is disabled" : "API di condivisione disabilitate", + "File sharing" : "Condivisione di file", "This share is password-protected" : "Questa condivisione è protetta da password", "The password is wrong. Try again." : "La password è errata. Prova ancora.", "Password" : "Password", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 01725c8b2c350ed6618cff7559ff3b1280124b06..8fbc36691918fa1a750701da07da0beb1df6dcfd 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", "Cannot increase permissions" : "Impossibile aumentare i permessi", "Share API is disabled" : "API di condivisione disabilitate", + "File sharing" : "Condivisione di file", "This share is password-protected" : "Questa condivisione è protetta da password", "The password is wrong. Try again." : "La password è errata. Prova ancora.", "Password" : "Password", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 098a3ed68041776ead68aee412640d9818d163ba..dd0d22c3a265408e917f0ef7167ce008c9aa2941 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Não foi possÃvel alterar as permissões para links de compartilhamento público", "Cannot increase permissions" : "Não foi possÃvel aumentar as permissões", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "File sharing" : "Compartilhamento de arquivos", "This share is password-protected" : "Este compartilhamento é protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 8ab8a7cd1b21180ae923d0e4f50d6d50287562f2..6829ec95ca6364fd7767e7d990ac8c28e410557b 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Não foi possÃvel alterar as permissões para links de compartilhamento público", "Cannot increase permissions" : "Não foi possÃvel aumentar as permissões", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "File sharing" : "Compartilhamento de arquivos", "This share is password-protected" : "Este compartilhamento é protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index c456e7b7a71195789403bf538ef7521fb671f50a..1343fa913f642d8dd092c78f4581c83d38ef28fd 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Ðе могу Ñе променити привилегије за јавно доÑтупне везе", "Cannot increase permissions" : "Ðе могу да повећам привилегије", "Share API is disabled" : "API за дељене је иÑкључен", + "File sharing" : "Дељења фајлова", "This share is password-protected" : "Дељење је заштићено лозинком", "The password is wrong. Try again." : "Лозинка је погрешна. Покушајте поново.", "Password" : "Лозинка", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index f2a61d654c85de87e74f900bed0205cb268f7c98..e1f1091846a86b2c0cfd59d006355480ba046c75 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Ðе могу Ñе променити привилегије за јавно доÑтупне везе", "Cannot increase permissions" : "Ðе могу да повећам привилегије", "Share API is disabled" : "API за дељене је иÑкључен", + "File sharing" : "Дељења фајлова", "This share is password-protected" : "Дељење је заштићено лозинком", "The password is wrong. Try again." : "Лозинка је погрешна. Покушајте поново.", "Password" : "Лозинка", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 524333922e31f918f2c833c088b0941bd0f1efe5..9a21d387f8a57bab4cb5ceb3c4d6dcc0f94e7285 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -88,6 +88,7 @@ OC.L10N.register( "Can't change permissions for public share links" : "Herkese açık paylaşılan baÄŸlantıların eriÅŸim hakları deÄŸiÅŸtirilemez", "Cannot increase permissions" : "EriÅŸim izinleri yükseltilemez", "Share API is disabled" : "Paylaşım API arayüzü devre dışı", + "File sharing" : "Dosya paylaşımı", "This share is password-protected" : "Bu paylaşım parola korumalı", "The password is wrong. Try again." : "Parola yanlış. Yeniden deneyin.", "Password" : "Parola", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index b0754cb52a2bc5c21b598a84a425c84346cda1e7..4d8778c1d11ba9473ec37db5e7bb2ff6eabb42aa 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -86,6 +86,7 @@ "Can't change permissions for public share links" : "Herkese açık paylaşılan baÄŸlantıların eriÅŸim hakları deÄŸiÅŸtirilemez", "Cannot increase permissions" : "EriÅŸim izinleri yükseltilemez", "Share API is disabled" : "Paylaşım API arayüzü devre dışı", + "File sharing" : "Dosya paylaşımı", "This share is password-protected" : "Bu paylaşım parola korumalı", "The password is wrong. Try again." : "Parola yanlış. Yeniden deneyin.", "Password" : "Parola", diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js index a3927dbd5170a6da5e1481f58254a015d9490cdc..f3b969d64a5c10a9aa213db5839d9d2798e47b99 100644 --- a/apps/oauth2/l10n/de.js +++ b/apps/oauth2/l10n/de.js @@ -1,7 +1,8 @@ OC.L10N.register( "oauth2", { - "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json index 42c48422d935b8bf291d5db92e014c8aaedbb876..c8c16bfc9b624fe3e0f4d1f02ffca375016da748 100644 --- a/apps/oauth2/l10n/de.json +++ b/apps/oauth2/l10n/de.json @@ -1,5 +1,6 @@ { "translations": { - "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index a3927dbd5170a6da5e1481f58254a015d9490cdc..f3b969d64a5c10a9aa213db5839d9d2798e47b99 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -1,7 +1,8 @@ OC.L10N.register( "oauth2", { - "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index 42c48422d935b8bf291d5db92e014c8aaedbb876..c8c16bfc9b624fe3e0f4d1f02ffca375016da748 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -1,5 +1,6 @@ { "translations": { - "OAuth 2.0 clients" : "OAuth-2.0-Clients", + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js index 55b0b7534d99631ed46940adce8fc344fe9394f3..6d89985d8a8f76816c1e74ec424470326d184979 100644 --- a/apps/oauth2/l10n/en_GB.js +++ b/apps/oauth2/l10n/en_GB.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.", "Name" : "Name", diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json index f6fabc71964982dd83c4f703079b6139e25860fe..3f19d168e85a845161170e37f1b1f79208c0ae99 100644 --- a/apps/oauth2/l10n/en_GB.json +++ b/apps/oauth2/l10n/en_GB.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.", "Name" : "Name", diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index cc9762352eb3affebb11acae4c2cf76749695fc0..d9e8052265d81e3fbdb2967d2687319274d27937 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s.", "Name" : "Nombre", diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json index bc6dacc6c5047c560b63d7860ba68a5e0a8bbd08..adddffe23cea256fb5a08382d01f155f2dd9da45 100644 --- a/apps/oauth2/l10n/es.json +++ b/apps/oauth2/l10n/es.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAut 2.0 permite a servicios externos solicitar acceso a %s.", "Name" : "Nombre", diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js index c88e7d95a43c3a291b766f35b52ee88f45b7f606..072ec9fffb516744491dd79bc61636e2651f4e14 100644 --- a/apps/oauth2/l10n/fi.js +++ b/apps/oauth2/l10n/fi.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json index 2fdbf7298465d13d48b0c616e14a61a4de38aa9a..9f4d8511d6171b14573952b45fa8b888c11a90cb 100644 --- a/apps/oauth2/l10n/fi.json +++ b/apps/oauth2/l10n/fi.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index ce5533c073ba9a447e64c7e754195500c0591db2..b62b0dec18216deb2a5bbcc5b9bb4e7626e27c4e 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s.", "Name" : "Nom", diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index e26315e70aa97a961cab6ca614fd7f4173714a83..e93e5f26883cdee613d0657555f6a3d2525e1fab 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s.", "Name" : "Nom", diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 90afda1f9cba2c202590f5570d58f350d8caa70d..94c33e0eaaa251d86b0dbdf7a84686f31a3be94e 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Client OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.", "Name" : "Nome", diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index 9f1726e58561e1df9c51a84f2ed5fe189cdfdc15..0fa30df53f43fa377268dea2e7b1bc5920fd1a25 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Client OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.", "Name" : "Nome", diff --git a/apps/oauth2/l10n/nl.js b/apps/oauth2/l10n/nl.js index cfdb8ece7d8b4183f39587c6f7b21fc3de73c87a..047280bd1cd68b142d50c8b0ecd7b97641fc670f 100644 --- a/apps/oauth2/l10n/nl.js +++ b/apps/oauth2/l10n/nl.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", "Name" : "Naam", diff --git a/apps/oauth2/l10n/nl.json b/apps/oauth2/l10n/nl.json index fd2d6fbfa6dcbc434b555b8b7b5e5f3cf7d3b448..d0564c48be624da7dbf67fc7364bc17718732648 100644 --- a/apps/oauth2/l10n/nl.json +++ b/apps/oauth2/l10n/nl.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 Clients", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s", "Name" : "Naam", diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index 8a703da5e298f4d21f3cf0d45f6aa795543c5c6b..4cdf0a5f90397b3212e4e0c777f8b12cc5707f95 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite que serviços externos requisitem acesso a %s.", "Name" : "Nome", diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index 16c4871ef0d8c4ca81bd908dc3de4f37520fd8c7..74f23369db4ab8f3871437c8e37f7997b9c83cd4 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permite que serviços externos requisitem acesso a %s.", "Name" : "Nome", diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js index 17bf401136de8798a67966a2485c4da0c73bd6fa..0f24d5940dcef8ddb45050848e1d6515fd44c855 100644 --- a/apps/oauth2/l10n/sr.js +++ b/apps/oauth2/l10n/sr.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 клијенти", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава Ñпољним ÑервиÑима да захтевају приÑтуп на %s.", "Name" : "Име", diff --git a/apps/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json index ce91adc6253a879bb7a3e20a8f1e161cbe5e5405..4acdc07d5d2f49db540baf06a0c3094af6e48171 100644 --- a/apps/oauth2/l10n/sr.json +++ b/apps/oauth2/l10n/sr.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 клијенти", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава Ñпољним ÑервиÑима да захтевају приÑтуп на %s.", "Name" : "Име", diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js index 25bd1645f611985fe7fd48a7cf7daa50c95160ff..92b680c60dcf706cd0e05c858a0c98b70a8c6854 100644 --- a/apps/oauth2/l10n/tr.js +++ b/apps/oauth2/l10n/tr.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 dış hizmetlerin %s için eriÅŸim isteÄŸinde bulunmasını saÄŸlar.", "Name" : "Ad", diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json index 9b8bafb3c4fd193e0c715976b685eff13a68b49f..b244dc88c08a82a5c8136e7c6ca9e9ad776ea94b 100644 --- a/apps/oauth2/l10n/tr.json +++ b/apps/oauth2/l10n/tr.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 dış hizmetlerin %s için eriÅŸim isteÄŸinde bulunmasını saÄŸlar.", "Name" : "Ad", diff --git a/apps/sharebymail/l10n/pt_PT.js b/apps/sharebymail/l10n/pt_PT.js new file mode 100644 index 0000000000000000000000000000000000000000..6e8f1dd1972e18c61cd8eb725b47b1120484bde9 --- /dev/null +++ b/apps/sharebymail/l10n/pt_PT.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Partilhar com %1$s", + "Shared with {email}" : "Partilhado com {email}", + "Shared with %1$s by %2$s" : "Partilhado com %1$s por %2$s", + "Shared with {email} by {actor}" : "Partilhado com {email} por {actor}", + "Password for mail share sent to %1$s" : "Palavra-chave da partilha por email enviada para %1$s", + "Password for mail share sent to {email}" : "Palavra-chave da partilha por email enviada para {email}", + "Password for mail share sent to you" : "Palavra-chave da partilha por email enviada para si", + "You shared %1$s with %2$s by mail" : "Partilhou %1$s com %2$s por e-mail", + "You shared {file} with {email} by mail" : "Partilhou {file} com {email} por e-mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s partilhou %1$s com %2$s por e-mail", + "{actor} shared {file} with {email} by mail" : "{actor} partilhou {file} com {email} por e-mail", + "Password to access %1$s was sent to %2s" : "Palavra-chave de acesso a %1$s enviada para %2s", + "Password to access {file} was sent to {email}" : "Palavra-chave de acesso a {file} enviada para {email}", + "Password to access %1$s was sent to you" : "Palavra-chave de acesso a %1$s enviada para si", + "Password to access {file} was sent to you" : "Palavra-chave de acesso a {file} enviada para si", + "Sharing %s failed, this item is already shared with %s" : "Partilha de %s falhou, este item já está partilhado com %s", + "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Não foi possÃvel enviar-lhe a palavra-chave automáticamente gerada. Por favor defina um endereço de email válido nas suas definições pessoais e tente novamente.", + "Failed to send share by email" : "Falhou o envio da partilha por email.", + "%s shared »%s« with you" : "%s partilhou »%s« consigo", + "%s shared »%s« with you." : "%s partilhou »%s« consigo.", + "Click the button below to open it." : "Clicar no botão abaixo para abrir.", + "Open »%s«" : "Abrir »%s«", + "%s via %s" : "%s via %s", + "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s partilhou »%s« consigo.\nJá deverá ter recebido um outro email com uma hiperligação para efectuar o acesso .\n", + "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s partilhou »%s« consigo. Já deverá ter recebido um outro email com uma hiperligação para efectuar o acesso.", + "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", + "Password to access »%s«" : "Palavra-chave de acesso »%s«", + "It is protected with the following password: %s" : "Está protegido com a seguinte palavra-chave: %s", + "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Partilhou »%s« com %s. A partilha já foi enviada ao destinatário. Devido à polÃtica de segurança definida pelo administrador de %s cada partilha deverá ser protegida por uma palavra-chave e não é permitido o envio da mesma directamente para o destinatário. Assim, necessita de enviar a palavra-chave manualmente para o respectivo destinatário.", + "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", + "This is the password: %s" : "Esta é a palavra-chave: %s", + "You can choose a different password at any time in the share dialog." : "Pode escolher uma palavra-chave diferente a qualquer altura utilizando a caixa de diálogo \"partilha\".", + "Could not find share" : "Não foi possÃvel encontrar a partilha", + "Share by mail" : "Partilhado por e-mail", + "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permitir aos utilizadores a partilha de uma hiperligação personalizada para um ficheiro ou pasta colocando um endereço de email.", + "Send password by mail" : "Enviar palavra-chave por e-mail", + "Enforce password protection" : "Forçar proteção por palavra-passe", + "Failed to send share by E-mail" : "Falhou o envio da partilha por email." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/pt_PT.json b/apps/sharebymail/l10n/pt_PT.json new file mode 100644 index 0000000000000000000000000000000000000000..19d0fb50ed8ce6561663f6808dd67e4eb4877a36 --- /dev/null +++ b/apps/sharebymail/l10n/pt_PT.json @@ -0,0 +1,41 @@ +{ "translations": { + "Shared with %1$s" : "Partilhar com %1$s", + "Shared with {email}" : "Partilhado com {email}", + "Shared with %1$s by %2$s" : "Partilhado com %1$s por %2$s", + "Shared with {email} by {actor}" : "Partilhado com {email} por {actor}", + "Password for mail share sent to %1$s" : "Palavra-chave da partilha por email enviada para %1$s", + "Password for mail share sent to {email}" : "Palavra-chave da partilha por email enviada para {email}", + "Password for mail share sent to you" : "Palavra-chave da partilha por email enviada para si", + "You shared %1$s with %2$s by mail" : "Partilhou %1$s com %2$s por e-mail", + "You shared {file} with {email} by mail" : "Partilhou {file} com {email} por e-mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s partilhou %1$s com %2$s por e-mail", + "{actor} shared {file} with {email} by mail" : "{actor} partilhou {file} com {email} por e-mail", + "Password to access %1$s was sent to %2s" : "Palavra-chave de acesso a %1$s enviada para %2s", + "Password to access {file} was sent to {email}" : "Palavra-chave de acesso a {file} enviada para {email}", + "Password to access %1$s was sent to you" : "Palavra-chave de acesso a %1$s enviada para si", + "Password to access {file} was sent to you" : "Palavra-chave de acesso a {file} enviada para si", + "Sharing %s failed, this item is already shared with %s" : "Partilha de %s falhou, este item já está partilhado com %s", + "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Não foi possÃvel enviar-lhe a palavra-chave automáticamente gerada. Por favor defina um endereço de email válido nas suas definições pessoais e tente novamente.", + "Failed to send share by email" : "Falhou o envio da partilha por email.", + "%s shared »%s« with you" : "%s partilhou »%s« consigo", + "%s shared »%s« with you." : "%s partilhou »%s« consigo.", + "Click the button below to open it." : "Clicar no botão abaixo para abrir.", + "Open »%s«" : "Abrir »%s«", + "%s via %s" : "%s via %s", + "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s partilhou »%s« consigo.\nJá deverá ter recebido um outro email com uma hiperligação para efectuar o acesso .\n", + "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s partilhou »%s« consigo. Já deverá ter recebido um outro email com uma hiperligação para efectuar o acesso.", + "Password to access »%s« shared to you by %s" : "Palavra-chave para acesso a »%s« partilhada consigo por %s", + "Password to access »%s«" : "Palavra-chave de acesso »%s«", + "It is protected with the following password: %s" : "Está protegido com a seguinte palavra-chave: %s", + "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Partilhou »%s« com %s. A partilha já foi enviada ao destinatário. Devido à polÃtica de segurança definida pelo administrador de %s cada partilha deverá ser protegida por uma palavra-chave e não é permitido o envio da mesma directamente para o destinatário. Assim, necessita de enviar a palavra-chave manualmente para o respectivo destinatário.", + "Password to access »%s« shared with %s" : "Palavra-chave para aceder a »%s« partilhada com %s", + "This is the password: %s" : "Esta é a palavra-chave: %s", + "You can choose a different password at any time in the share dialog." : "Pode escolher uma palavra-chave diferente a qualquer altura utilizando a caixa de diálogo \"partilha\".", + "Could not find share" : "Não foi possÃvel encontrar a partilha", + "Share by mail" : "Partilhado por e-mail", + "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permitir aos utilizadores a partilha de uma hiperligação personalizada para um ficheiro ou pasta colocando um endereço de email.", + "Send password by mail" : "Enviar palavra-chave por e-mail", + "Enforce password protection" : "Forçar proteção por palavra-passe", + "Failed to send share by E-mail" : "Falhou o envio da partilha por email." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/ca.js b/apps/twofactor_backupcodes/l10n/ca.js index 6af7f7a83558fce597fe607d9375a574db3677ee..09ad38051b3abf2ec14785691a7ed328f09540ac 100644 --- a/apps/twofactor_backupcodes/l10n/ca.js +++ b/apps/twofactor_backupcodes/l10n/ca.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Heu creat codis de còpia de seguretat de dos factors per al vostre compte", "Backup code" : "Codi de copia de seguretat", "Use backup code" : "Utilitza un codi de copia de seguretat", + "Two factor backup codes" : "Codis de seguretat de l'autenticació en dos factors", "Second-factor backup codes" : "Codis secundaris de còpia de seguretat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/ca.json b/apps/twofactor_backupcodes/l10n/ca.json index d1a5645a2ec9edb82619b820230811fbeadbe03c..9f6b1eac2261c1116210cff2da210e31417baa99 100644 --- a/apps/twofactor_backupcodes/l10n/ca.json +++ b/apps/twofactor_backupcodes/l10n/ca.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Heu creat codis de còpia de seguretat de dos factors per al vostre compte", "Backup code" : "Codi de copia de seguretat", "Use backup code" : "Utilitza un codi de copia de seguretat", + "Two factor backup codes" : "Codis de seguretat de l'autenticació en dos factors", "Second-factor backup codes" : "Codis secundaris de còpia de seguretat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/de.js b/apps/twofactor_backupcodes/l10n/de.js index 70d905c8407acbd7c45fba0235d65916f2395b58..7e6b06b44947875b678fc30a4c9deff435bef66c 100644 --- a/apps/twofactor_backupcodes/l10n/de.js +++ b/apps/twofactor_backupcodes/l10n/de.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Du hast Zwei-Faktor Sicherungs-Codes für Dein Konto erstellt", "Backup code" : "Backup-Code", "Use backup code" : "Backup-Code verwenden", + "Two factor backup codes" : "Zweifaktor-Backup-Codes", "Second-factor backup codes" : "Zweitfaktor-Backup-Codes" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/de.json b/apps/twofactor_backupcodes/l10n/de.json index ffc603a5d62a892382c9625418635b816c45fc47..444534faf30de75e1c714714575825b20341e518 100644 --- a/apps/twofactor_backupcodes/l10n/de.json +++ b/apps/twofactor_backupcodes/l10n/de.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Du hast Zwei-Faktor Sicherungs-Codes für Dein Konto erstellt", "Backup code" : "Backup-Code", "Use backup code" : "Backup-Code verwenden", + "Two factor backup codes" : "Zweifaktor-Backup-Codes", "Second-factor backup codes" : "Zweitfaktor-Backup-Codes" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/de_DE.js b/apps/twofactor_backupcodes/l10n/de_DE.js index f3d804a21abb4efa3c4419d05b15dbdbc0aea284..3e76a8d03f1986790b794f0773efc95d833250f4 100644 --- a/apps/twofactor_backupcodes/l10n/de_DE.js +++ b/apps/twofactor_backupcodes/l10n/de_DE.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Sie haben Zwei-Faktor Sicherungs-Codes für Ihr Konto erstellt", "Backup code" : "Backup-Code", "Use backup code" : "Verwende Backup-Code", + "Two factor backup codes" : "Zweifaktor-Backup-Codes", "Second-factor backup codes" : "Zweitfaktor Backup-Codes" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/de_DE.json b/apps/twofactor_backupcodes/l10n/de_DE.json index 33238155ebb9ca4a1b049420d1c864e346c1acef..4ad7e01cf1a3d82674d567157c1873cd9a085407 100644 --- a/apps/twofactor_backupcodes/l10n/de_DE.json +++ b/apps/twofactor_backupcodes/l10n/de_DE.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Sie haben Zwei-Faktor Sicherungs-Codes für Ihr Konto erstellt", "Backup code" : "Backup-Code", "Use backup code" : "Verwende Backup-Code", + "Two factor backup codes" : "Zweifaktor-Backup-Codes", "Second-factor backup codes" : "Zweitfaktor Backup-Codes" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/en_GB.js b/apps/twofactor_backupcodes/l10n/en_GB.js index 333735a48cbe6a8b102cf39c70d96320152810c0..fc9ec0438078eb7ff580bd39562c5c14805f536a 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.js +++ b/apps/twofactor_backupcodes/l10n/en_GB.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", "Backup code" : "Backup code", "Use backup code" : "Use backup code", + "Two factor backup codes" : "Two factor backup codes", "Second-factor backup codes" : "Second-factor backup codes" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/en_GB.json b/apps/twofactor_backupcodes/l10n/en_GB.json index b17a168423ec0d71ad0de2368f849fb35469ae6b..21e2d234baa2e250a1a2bab16421de99f36553fe 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.json +++ b/apps/twofactor_backupcodes/l10n/en_GB.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", "Backup code" : "Backup code", "Use backup code" : "Use backup code", + "Two factor backup codes" : "Two factor backup codes", "Second-factor backup codes" : "Second-factor backup codes" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/es.js b/apps/twofactor_backupcodes/l10n/es.js index 77f1609fc55bbc42fda7c4a2e23c32d3f49fcbc0..ef8ae36371756de6cbdf953b17cd56252f8b5160 100644 --- a/apps/twofactor_backupcodes/l10n/es.js +++ b/apps/twofactor_backupcodes/l10n/es.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Has creado códigos de respaldo de dos pasos para tu cuenta", "Backup code" : "Código de respaldo", "Use backup code" : "Usar código de respaldo", + "Two factor backup codes" : "Códigos de copia de seguridad de dos factores", "Second-factor backup codes" : "Códigos de respaldo de dos-factores" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/es.json b/apps/twofactor_backupcodes/l10n/es.json index e56d3efa074843e008c127d4bf15574415dd97e4..9c0345702620b0309738ed76c1021946cf52223c 100644 --- a/apps/twofactor_backupcodes/l10n/es.json +++ b/apps/twofactor_backupcodes/l10n/es.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Has creado códigos de respaldo de dos pasos para tu cuenta", "Backup code" : "Código de respaldo", "Use backup code" : "Usar código de respaldo", + "Two factor backup codes" : "Códigos de copia de seguridad de dos factores", "Second-factor backup codes" : "Códigos de respaldo de dos-factores" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/fr.js b/apps/twofactor_backupcodes/l10n/fr.js index 92aa21797c2cc193a29c6efab99233938942d09f..275bd61c0da59b96a85542636e1b731d9a19b458 100644 --- a/apps/twofactor_backupcodes/l10n/fr.js +++ b/apps/twofactor_backupcodes/l10n/fr.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Vous avez créé des codes de secours à deux facteurs pour votre compte", "Backup code" : "Code de récupération", "Use backup code" : "Utiliser un code de récupération", + "Two factor backup codes" : "Code de secours pour l'authentification double facteur.", "Second-factor backup codes" : "Codes de récupération pour l'authentification en deux étapes" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/twofactor_backupcodes/l10n/fr.json b/apps/twofactor_backupcodes/l10n/fr.json index a6ab3dccc77d2b56c8b06014fce080e016db5b64..eed66675b5a603479d04e2c0308bf22210f8d8e8 100644 --- a/apps/twofactor_backupcodes/l10n/fr.json +++ b/apps/twofactor_backupcodes/l10n/fr.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Vous avez créé des codes de secours à deux facteurs pour votre compte", "Backup code" : "Code de récupération", "Use backup code" : "Utiliser un code de récupération", + "Two factor backup codes" : "Code de secours pour l'authentification double facteur.", "Second-factor backup codes" : "Codes de récupération pour l'authentification en deux étapes" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/it.js b/apps/twofactor_backupcodes/l10n/it.js index cd75346fcacdda70a13d3be31f343a2ce30af506..7bcd756dea67b25844096a6af242d72e0cb541de 100644 --- a/apps/twofactor_backupcodes/l10n/it.js +++ b/apps/twofactor_backupcodes/l10n/it.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Hai creato codici di backup a due fattori per il tuo account", "Backup code" : "Codice di backup", "Use backup code" : "Usa il codice di backup", + "Two factor backup codes" : "Codici di backup a due fattori", "Second-factor backup codes" : "Codici di backup con secondo fattore" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/it.json b/apps/twofactor_backupcodes/l10n/it.json index 966bd7e8d82234034e270a97b5516140da7529f1..d05790102e47b8aae5554f647bf3112f7ed43058 100644 --- a/apps/twofactor_backupcodes/l10n/it.json +++ b/apps/twofactor_backupcodes/l10n/it.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Hai creato codici di backup a due fattori per il tuo account", "Backup code" : "Codice di backup", "Use backup code" : "Usa il codice di backup", + "Two factor backup codes" : "Codici di backup a due fattori", "Second-factor backup codes" : "Codici di backup con secondo fattore" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/pt_BR.js b/apps/twofactor_backupcodes/l10n/pt_BR.js index cfab5318857c4fd13030448d5e20b9a6e68b88f3..de2989e9f2ffb375d7e8c69d346054f07ba179cf 100644 --- a/apps/twofactor_backupcodes/l10n/pt_BR.js +++ b/apps/twofactor_backupcodes/l10n/pt_BR.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Você criou os códigos de backup de dois fatores para sua conta.", "Backup code" : "Código de backup", "Use backup code" : "Usar o código de backup", + "Two factor backup codes" : "Códigos de backup de dois fatores", "Second-factor backup codes" : "Códigos de backup segundo-fator" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/twofactor_backupcodes/l10n/pt_BR.json b/apps/twofactor_backupcodes/l10n/pt_BR.json index daf6d1437979ed4e0e2a718675baaefc2ab196d0..dc20b6220437d40b047f22fa59fd12fc7244139a 100644 --- a/apps/twofactor_backupcodes/l10n/pt_BR.json +++ b/apps/twofactor_backupcodes/l10n/pt_BR.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Você criou os códigos de backup de dois fatores para sua conta.", "Backup code" : "Código de backup", "Use backup code" : "Usar o código de backup", + "Two factor backup codes" : "Códigos de backup de dois fatores", "Second-factor backup codes" : "Códigos de backup segundo-fator" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/sr.js b/apps/twofactor_backupcodes/l10n/sr.js index 41a9ff302c65e8835c4ed9fbb1f511dcf5317ab8..171f20850b846cf5897b385b9e8ea2ad3896a9b1 100644 --- a/apps/twofactor_backupcodes/l10n/sr.js +++ b/apps/twofactor_backupcodes/l10n/sr.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Ðаправили Ñте двофакторÑке резервне кодове за Ваш налог", "Backup code" : "Резервни код", "Use backup code" : "ИÑкориÑти резервни код", + "Two factor backup codes" : "ДвофакторÑки резервни кодови", "Second-factor backup codes" : "ДвофакторÑки резервни кодови" }, "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/twofactor_backupcodes/l10n/sr.json b/apps/twofactor_backupcodes/l10n/sr.json index 8b39a42c2375081c59f5aad7000b460f291dd704..dedd7d1b1ae2af238de309632a6b251995463f75 100644 --- a/apps/twofactor_backupcodes/l10n/sr.json +++ b/apps/twofactor_backupcodes/l10n/sr.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Ðаправили Ñте двофакторÑке резервне кодове за Ваш налог", "Backup code" : "Резервни код", "Use backup code" : "ИÑкориÑти резервни код", + "Two factor backup codes" : "ДвофакторÑки резервни кодови", "Second-factor backup codes" : "ДвофакторÑки резервни кодови" },"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/twofactor_backupcodes/l10n/tr.js b/apps/twofactor_backupcodes/l10n/tr.js index 639fae511e35273b99d926457f3b72106fd866a2..af0a3be29569c34f7a9898c75ff434ffcb5992ec 100644 --- a/apps/twofactor_backupcodes/l10n/tr.js +++ b/apps/twofactor_backupcodes/l10n/tr.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Ä°ki aÅŸamalı kimlik doÄŸrulama için yedek kodlarınızı oluÅŸturdunuz", "Backup code" : "Yedek kod", "Use backup code" : "Yedek kodu kullan", + "Two factor backup codes" : "Ä°ki aÅŸamalı kimlik doÄŸrulama yedek kodları", "Second-factor backup codes" : "Ä°ki aÅŸamalı kimlik doÄŸrulama yedek kodları" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/twofactor_backupcodes/l10n/tr.json b/apps/twofactor_backupcodes/l10n/tr.json index 7a78ef1c3a1d518ba98b5b817cd8a3fd335c2c36..83017b64cf2536ec5d444c1a3a9b7f17132f3c3d 100644 --- a/apps/twofactor_backupcodes/l10n/tr.json +++ b/apps/twofactor_backupcodes/l10n/tr.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Ä°ki aÅŸamalı kimlik doÄŸrulama için yedek kodlarınızı oluÅŸturdunuz", "Backup code" : "Yedek kod", "Use backup code" : "Yedek kodu kullan", + "Two factor backup codes" : "Ä°ki aÅŸamalı kimlik doÄŸrulama yedek kodları", "Second-factor backup codes" : "Ä°ki aÅŸamalı kimlik doÄŸrulama yedek kodları" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js index 346f606342910ed53f870b44dcf0b86a2436db3a..bf5acbda04d49410c3ea74d16b6092b46afb762e 100644 --- a/apps/updatenotification/l10n/ca.js +++ b/apps/updatenotification/l10n/ca.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Actualització per %1$s està disponible.", "Update for %1$s to version %2$s is available." : "L'actualització per %1$s a la versió %2$s està disponible.", "Update for {app} to version %s is available." : "Actualització per {app} a la versió %s està disponible.", + "Update notification" : "Notificació d'actualització", "A new version is available: %s" : "Una nova versió està disponible: %s", "Open updater" : "Obrir actualitzador", "Download now" : "Descarrega ara", diff --git a/apps/updatenotification/l10n/ca.json b/apps/updatenotification/l10n/ca.json index f0218375eb2f1485c0d289d0d4ca141ebe76e2d5..1ae358309b016e0bd4652ac574dc45407b19f08e 100644 --- a/apps/updatenotification/l10n/ca.json +++ b/apps/updatenotification/l10n/ca.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Actualització per %1$s està disponible.", "Update for %1$s to version %2$s is available." : "L'actualització per %1$s a la versió %2$s està disponible.", "Update for {app} to version %s is available." : "Actualització per {app} a la versió %s està disponible.", + "Update notification" : "Notificació d'actualització", "A new version is available: %s" : "Una nova versió està disponible: %s", "Open updater" : "Obrir actualitzador", "Download now" : "Descarrega ara", diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index a845e13cb8c359749041b31cc2ed8653b7362bf2..13cfc80a7fca93483ff68720839e5b7f83389fca 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.", "Update for %1$s to version %2$s is available." : "Eine Aktualisierung von %1$s auf Version %2$s ist verfügbar.", "Update for {app} to version %s is available." : "Eine Aktualisierung für {app} auf Version %s ist verfügbar.", + "Update notification" : "Aktualisierungs-Benachrichtigung", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater öffnen", "Download now" : "Jetzt herunterladen", diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json index d4aee7c82e51d5b81bfdf40b1bc2ef45c0413383..f045c6e093258dd976d6e31c44ab331f7a5082ac 100644 --- a/apps/updatenotification/l10n/de.json +++ b/apps/updatenotification/l10n/de.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.", "Update for %1$s to version %2$s is available." : "Eine Aktualisierung von %1$s auf Version %2$s ist verfügbar.", "Update for {app} to version %s is available." : "Eine Aktualisierung für {app} auf Version %s ist verfügbar.", + "Update notification" : "Aktualisierungs-Benachrichtigung", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater öffnen", "Download now" : "Jetzt herunterladen", diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index 587879da4319b4735bd5f6beb00da1c3a9b8cbde..380e546450cefed25b9a139a600b8e715f895ce7 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.", "Update for %1$s to version %2$s is available." : "Eine Aktualisierung von %1$s auf Version %2$s ist verfügbar.", "Update for {app} to version %s is available." : "Eine Aktualisierung für {app} auf Version %s ist verfügbar.", + "Update notification" : "Aktualisierungs-Benachrichtigung", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater öffnen", "Download now" : "Jetzt herunterladen", diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 82d09e4fa9480eb47960c59db6fee0bafcf4c736..f91a8251c4fd6e78df84537133a9254fd1e42faf 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.", "Update for %1$s to version %2$s is available." : "Eine Aktualisierung von %1$s auf Version %2$s ist verfügbar.", "Update for {app} to version %s is available." : "Eine Aktualisierung für {app} auf Version %s ist verfügbar.", + "Update notification" : "Aktualisierungs-Benachrichtigung", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater öffnen", "Download now" : "Jetzt herunterladen", diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js index 54b3768945f11bddae82359bb26401d66b0395f6..8dde2c017a99e759e03bf26e9369541355c41868 100644 --- a/apps/updatenotification/l10n/en_GB.js +++ b/apps/updatenotification/l10n/en_GB.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Update to %1$s is available.", "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.", "Update for {app} to version %s is available." : "Update for {app} to version %s is available.", + "Update notification" : "Update notification", "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Download now" : "Download now", diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json index 132289a1471a934a2cd930963166b5c294d0ade2..ed40d35188d2a8c38532ef19a3088315d602a8aa 100644 --- a/apps/updatenotification/l10n/en_GB.json +++ b/apps/updatenotification/l10n/en_GB.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Update to %1$s is available.", "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.", "Update for {app} to version %s is available." : "Update for {app} to version %s is available.", + "Update notification" : "Update notification", "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Download now" : "Download now", diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js index 9f409b8fe57b563df0a759054e72e337d4422efd..fa2038ea0b897347e397c7330a2c834757188061 100644 --- a/apps/updatenotification/l10n/es.js +++ b/apps/updatenotification/l10n/es.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Actualización a %1$s esta disponible.", "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "Update for {app} to version %s is available." : "Actualización de {app} a la versión %s disponible.", + "Update notification" : "Notificación de actualización", "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Download now" : "Descargar ahora", diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json index 41e8d807849bbbccbad160c9ddfdbc43f853753e..6a8f4f87d5b7e141816f1220edd1521a8cf62857 100644 --- a/apps/updatenotification/l10n/es.json +++ b/apps/updatenotification/l10n/es.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Actualización a %1$s esta disponible.", "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "Update for {app} to version %s is available." : "Actualización de {app} a la versión %s disponible.", + "Update notification" : "Notificación de actualización", "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Download now" : "Descargar ahora", diff --git a/apps/updatenotification/l10n/fi.js b/apps/updatenotification/l10n/fi.js index b0c6c2649c937e46b9ec46085ca32244b25ae632..898ea2dd04b5a17d920f82cd1702c054c42692a8 100644 --- a/apps/updatenotification/l10n/fi.js +++ b/apps/updatenotification/l10n/fi.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Kohteen %1$s päivitys on saatavilla.", "Update for %1$s to version %2$s is available." : "Kohteen %1$s päivitys versioon %2$s on saatavilla.", "Update for {app} to version %s is available." : "Sovelluksen {app} päivitys versioon %s on saatavilla.", + "Update notification" : "Päivitysilmoitus", "A new version is available: %s" : "Uusi versio on saatavilla: %s", "Open updater" : "Avaa päivittäjä", "Download now" : "Lataa heti", diff --git a/apps/updatenotification/l10n/fi.json b/apps/updatenotification/l10n/fi.json index f5da44de182a65a3f9d742d753717be4f940f44c..ba795edd34809909bbcc822808e202440a97a10e 100644 --- a/apps/updatenotification/l10n/fi.json +++ b/apps/updatenotification/l10n/fi.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Kohteen %1$s päivitys on saatavilla.", "Update for %1$s to version %2$s is available." : "Kohteen %1$s päivitys versioon %2$s on saatavilla.", "Update for {app} to version %s is available." : "Sovelluksen {app} päivitys versioon %s on saatavilla.", + "Update notification" : "Päivitysilmoitus", "A new version is available: %s" : "Uusi versio on saatavilla: %s", "Open updater" : "Avaa päivittäjä", "Download now" : "Lataa heti", diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index 32738b7ff20195a6f9a4025ce174cf7837ee1f57..f92da8fe5254edd357fe6bfdc08d558fa77c0376 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Une mise à jour vers %1$s est disponible", "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.", "Update for {app} to version %s is available." : "Une mise à jour de {app} vers la version %s est disponible.", + "Update notification" : "Notification mise à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", "Download now" : "Télécharger maintenant", diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index 09ef72902e1d6c3a9cf3284dccec3fca6c094070..a7a40c8065912464a377bc6c433bf927b4ad8d46 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Une mise à jour vers %1$s est disponible", "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.", "Update for {app} to version %s is available." : "Une mise à jour de {app} vers la version %s est disponible.", + "Update notification" : "Notification mise à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", "Download now" : "Télécharger maintenant", diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js index 98b40a4db2b740b6b99f991f841fa0bc5ffc676b..b1d56b929b320fe43ecc1ac104b93d4cf1e3e544 100644 --- a/apps/updatenotification/l10n/it.js +++ b/apps/updatenotification/l10n/it.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Aggiornamento a %1$s disponibile.", "Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.", "Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.", + "Update notification" : "Notifica di aggiornamento", "A new version is available: %s" : "Una nuova versione è disponibile: %s", "Open updater" : "Apri strumento di aggiornamento", "Download now" : "Scarica ora", diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json index fd0e40bc624e88b2154b26108e967590db9b043d..95c26dd09b9d09e14a107f5b5bbf19799c6d7412 100644 --- a/apps/updatenotification/l10n/it.json +++ b/apps/updatenotification/l10n/it.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Aggiornamento a %1$s disponibile.", "Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.", "Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.", + "Update notification" : "Notifica di aggiornamento", "A new version is available: %s" : "Una nuova versione è disponibile: %s", "Open updater" : "Apri strumento di aggiornamento", "Download now" : "Scarica ora", diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js index 29e7706ca74b6d0a29535297be74bdfbc5b8c338..16a463a1a060caec8ead0106f33a89c66059fdfe 100644 --- a/apps/updatenotification/l10n/pt_BR.js +++ b/apps/updatenotification/l10n/pt_BR.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "Atualização para %1$s está disponÃvel.", "Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponÃvel.", "Update for {app} to version %s is available." : "Atualização para {app} para a versão %s está disponÃvel.", + "Update notification" : "Notificação de atualização", "A new version is available: %s" : "Uma nova versão está disponÃvel: %s", "Open updater" : "Abrir atualizador", "Download now" : "Baixar agora", diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json index a0a73e0a7f658a80978b385632e58302bb86b654..ee2cfcfd2e34f7185bc298516a7fb88b143f38dc 100644 --- a/apps/updatenotification/l10n/pt_BR.json +++ b/apps/updatenotification/l10n/pt_BR.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "Atualização para %1$s está disponÃvel.", "Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponÃvel.", "Update for {app} to version %s is available." : "Atualização para {app} para a versão %s está disponÃvel.", + "Update notification" : "Notificação de atualização", "A new version is available: %s" : "Uma nova versão está disponÃvel: %s", "Open updater" : "Abrir atualizador", "Download now" : "Baixar agora", diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js index 55604fd94b9b17c437995146d530d2a7372a68cf..a1caea433dce92ed3d5b2e0522044a7291280a2a 100644 --- a/apps/updatenotification/l10n/sr.js +++ b/apps/updatenotification/l10n/sr.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "ДоÑтупно је ажурирање на %1$s. ", "Update for %1$s to version %2$s is available." : "ДоÑтупно је ажурирање апликације %1$s на верзију %2$s.", "Update for {app} to version %s is available." : "ДоÑтупно је ажурирање апликације {app} на верзију %s.", + "Update notification" : "Обавештење о ажурирању", "A new version is available: %s" : "ДоÑтупна је нова верзија: %s", "Open updater" : "Отвори програм за ажурирање", "Download now" : "Скини Ñада", diff --git a/apps/updatenotification/l10n/sr.json b/apps/updatenotification/l10n/sr.json index 68f4ef78df37cb5e22bb4f2f57666e5444ad531c..67dc908eca634f568e28bcd9dfe101a29d932b00 100644 --- a/apps/updatenotification/l10n/sr.json +++ b/apps/updatenotification/l10n/sr.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "ДоÑтупно је ажурирање на %1$s. ", "Update for %1$s to version %2$s is available." : "ДоÑтупно је ажурирање апликације %1$s на верзију %2$s.", "Update for {app} to version %s is available." : "ДоÑтупно је ажурирање апликације {app} на верзију %s.", + "Update notification" : "Обавештење о ажурирању", "A new version is available: %s" : "ДоÑтупна је нова верзија: %s", "Open updater" : "Отвори програм за ажурирање", "Download now" : "Скини Ñада", diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js index 0cce30659134b1b877412a69d2932426f687f75d..56eee7f2800b429c526dd477bffb877e75cd7b1d 100644 --- a/apps/updatenotification/l10n/tr.js +++ b/apps/updatenotification/l10n/tr.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update to %1$s is available." : "%1$s güncellemesi yayınlanmış.", "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme yayınlanmış.", "Update for {app} to version %s is available." : "{app} uygulaması için %s sürümü güncellemesi yayınlanmış.", + "Update notification" : "Güncelleme bildirimi", "A new version is available: %s" : "Yeni bir sürüm yayınlanmış: %s", "Open updater" : "Güncelleyici aç", "Download now" : "Ä°ndir", diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json index ccdde196b30870d9c8f0059452cbc7a26c28e798..cf23dd10187294a965b804a5d6532bc01808dbec 100644 --- a/apps/updatenotification/l10n/tr.json +++ b/apps/updatenotification/l10n/tr.json @@ -8,6 +8,7 @@ "Update to %1$s is available." : "%1$s güncellemesi yayınlanmış.", "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme yayınlanmış.", "Update for {app} to version %s is available." : "{app} uygulaması için %s sürümü güncellemesi yayınlanmış.", + "Update notification" : "Güncelleme bildirimi", "A new version is available: %s" : "Yeni bir sürüm yayınlanmış: %s", "Open updater" : "Güncelleyici aç", "Download now" : "Ä°ndir", diff --git a/apps/workflowengine/l10n/ca.js b/apps/workflowengine/l10n/ca.js index d8232e77682adf3def43c3c187830fe53ccad7b4..2051fcff3477f7a1edae1ad752a924d42cdc21d1 100644 --- a/apps/workflowengine/l10n/ca.js +++ b/apps/workflowengine/l10n/ca.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Comprovació %s no és và lid", "Check #%s does not exist" : "Comprovació #%s no existeix", "Workflow" : "Flux de treball", + "Files workflow engine" : "Fitxers del motor de flux de treball", "Open documentation" : "Obrir documentació", "Add rule group" : "Afegeix una regla de grup", "Short rule description" : "Descripció breu de regla", diff --git a/apps/workflowengine/l10n/ca.json b/apps/workflowengine/l10n/ca.json index 91ce0880b7f2661a3ebd4e6ba4d53e57832074ab..66ee033d04ce128d742a342d059b1cf366c411ca 100644 --- a/apps/workflowengine/l10n/ca.json +++ b/apps/workflowengine/l10n/ca.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Comprovació %s no és và lid", "Check #%s does not exist" : "Comprovació #%s no existeix", "Workflow" : "Flux de treball", + "Files workflow engine" : "Fitxers del motor de flux de treball", "Open documentation" : "Obrir documentació", "Add rule group" : "Afegeix una regla de grup", "Short rule description" : "Descripció breu de regla", diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index b65b3ea24921c98f8e30dc7fee04647a5fd2c2c0..001167543c815b850cd3c0d3f3f755b64d8303e6 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Workflow" : "Workflow", + "Files workflow engine" : "Datei-Workflow-Engine", "Open documentation" : "Dokumentation öffnen", "Add rule group" : "Regelgruppe hinzufügen", "Short rule description" : "Kurze Regelbeschreibung", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index 4132dde912f7b98843753c9e61069eb1e8cf211d..17f5d2f6e53330b6ee1a7435e1087bedfc49477d 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Workflow" : "Workflow", + "Files workflow engine" : "Datei-Workflow-Engine", "Open documentation" : "Dokumentation öffnen", "Add rule group" : "Regelgruppe hinzufügen", "Short rule description" : "Kurze Regelbeschreibung", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index c2581632afe79b31b932092389d95c1c88bc7a45..ec2abb93049539bb9b3039ae3611c8098e673fb1 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Workflow" : "Workflow", + "Files workflow engine" : "Datei-Workflow-Engine", "Open documentation" : "Dokumentation öffnen", "Add rule group" : "Regelgruppe hinzufügen", "Short rule description" : "Kurze Regelbeschreibung", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index 5ceb70c97e5b025a800f55a6ff3a180138657010..a113e8773266aa4fb0b3989cb3965144a183858c 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Die Prüfung %s ist ungültig", "Check #%s does not exist" : "Die Prüfung #%s existiert nicht", "Workflow" : "Workflow", + "Files workflow engine" : "Datei-Workflow-Engine", "Open documentation" : "Dokumentation öffnen", "Add rule group" : "Regelgruppe hinzufügen", "Short rule description" : "Kurze Regelbeschreibung", diff --git a/apps/workflowengine/l10n/en_GB.js b/apps/workflowengine/l10n/en_GB.js index 0aded66dac1828b5c238a059d7467e8a6cd80da5..2fa01805ea0c4ec8a1716016f984b129a0517d85 100644 --- a/apps/workflowengine/l10n/en_GB.js +++ b/apps/workflowengine/l10n/en_GB.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Check %s is invalid", "Check #%s does not exist" : "Check #%s does not exist", "Workflow" : "Workflow", + "Files workflow engine" : "Files workflow engine", "Open documentation" : "Open documentation", "Add rule group" : "Add rule group", "Short rule description" : "Short rule description", diff --git a/apps/workflowengine/l10n/en_GB.json b/apps/workflowengine/l10n/en_GB.json index 3592054f7559df9342ef7be74c459369a864303e..c0f489d4dc979db6eb00086298e22c5d3cb98e0f 100644 --- a/apps/workflowengine/l10n/en_GB.json +++ b/apps/workflowengine/l10n/en_GB.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Check %s is invalid", "Check #%s does not exist" : "Check #%s does not exist", "Workflow" : "Workflow", + "Files workflow engine" : "Files workflow engine", "Open documentation" : "Open documentation", "Add rule group" : "Add rule group", "Short rule description" : "Short rule description", diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js index 1f1399963def21d5d7ec63a0533019f8f07d2466..c882ece0107a89c7de3b78bc1878b1b4d5909ee1 100644 --- a/apps/workflowengine/l10n/es.js +++ b/apps/workflowengine/l10n/es.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Chequeo %s no es valido", "Check #%s does not exist" : "El chequeo #%s no existe", "Workflow" : "Flujo de trabajo", + "Files workflow engine" : "Motor de flujo de trabajo de archivos", "Open documentation" : "Documentación abierta", "Add rule group" : "Añadir regla al grupo", "Short rule description" : "Descripción de la regla corta", diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json index e20adfe22d69d316c05732b8ce3513093170bf2a..fd0e54bddaec7b10a08f2e09825380823f7834b2 100644 --- a/apps/workflowengine/l10n/es.json +++ b/apps/workflowengine/l10n/es.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Chequeo %s no es valido", "Check #%s does not exist" : "El chequeo #%s no existe", "Workflow" : "Flujo de trabajo", + "Files workflow engine" : "Motor de flujo de trabajo de archivos", "Open documentation" : "Documentación abierta", "Add rule group" : "Añadir regla al grupo", "Short rule description" : "Descripción de la regla corta", diff --git a/apps/workflowengine/l10n/fr.js b/apps/workflowengine/l10n/fr.js index e4f0b34fe58e64c2fc70f4f08937281a09de07fa..576c1a821aac541e2d9f0fd322c800df2efd4c3e 100644 --- a/apps/workflowengine/l10n/fr.js +++ b/apps/workflowengine/l10n/fr.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Vérifiez si %s est invalide", "Check #%s does not exist" : "Vérifiez si #%s n'existe pas", "Workflow" : "Flux d'activités", + "Files workflow engine" : "Moteur de Workflow de fichiers", "Open documentation" : "Voir la documentation", "Add rule group" : "Ajouter une règle de groupe", "Short rule description" : "Trier par description de règle", diff --git a/apps/workflowengine/l10n/fr.json b/apps/workflowengine/l10n/fr.json index ea7be7a7e22dc87b9f9bdf0ae48be67b5dbe299f..5229395b99a54a277d8f934b19147a3bd1861425 100644 --- a/apps/workflowengine/l10n/fr.json +++ b/apps/workflowengine/l10n/fr.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Vérifiez si %s est invalide", "Check #%s does not exist" : "Vérifiez si #%s n'existe pas", "Workflow" : "Flux d'activités", + "Files workflow engine" : "Moteur de Workflow de fichiers", "Open documentation" : "Voir la documentation", "Add rule group" : "Ajouter une règle de groupe", "Short rule description" : "Trier par description de règle", diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js index 2ac19218ccd93e5e5d89ac106062aa8ae3c1da95..3a7c0c9f85967b960ac6c7cf18fc14d8d1a07648 100644 --- a/apps/workflowengine/l10n/it.js +++ b/apps/workflowengine/l10n/it.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Il controllo %s non è valido", "Check #%s does not exist" : "Il controllo #%s non esiste", "Workflow" : "Flusso di lavoro", + "Files workflow engine" : "Motore delle procedure dei file", "Open documentation" : "Apri documentazione", "Add rule group" : "Aggiungi gruppo di regole", "Short rule description" : "Descrizione breve della regola", diff --git a/apps/workflowengine/l10n/it.json b/apps/workflowengine/l10n/it.json index c4067987243f57884a2b5974e4da2463a2071aa6..1f6a04a240c97435e3d375c79d3a57b884588d19 100644 --- a/apps/workflowengine/l10n/it.json +++ b/apps/workflowengine/l10n/it.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Il controllo %s non è valido", "Check #%s does not exist" : "Il controllo #%s non esiste", "Workflow" : "Flusso di lavoro", + "Files workflow engine" : "Motore delle procedure dei file", "Open documentation" : "Apri documentazione", "Add rule group" : "Aggiungi gruppo di regole", "Short rule description" : "Descrizione breve della regola", diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js index 01a49470efb3e3ace41422358677caf41b8ff6c3..d9457eac8eb69a79513fc5a849e4af9ce981a687 100644 --- a/apps/workflowengine/l10n/pt_BR.js +++ b/apps/workflowengine/l10n/pt_BR.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Verifique se %s é inválido", "Check #%s does not exist" : "Verifique se %s não existe", "Workflow" : "Fluxo de trabalho", + "Files workflow engine" : "Sistema de fluxo de trabalho de arquivos", "Open documentation" : "Abrir documentação", "Add rule group" : "Adicionar regra do grupo", "Short rule description" : "Descrição curta da regra", diff --git a/apps/workflowengine/l10n/pt_BR.json b/apps/workflowengine/l10n/pt_BR.json index 224ea2efb4b235cd4c20084bf7844921bee8f7de..a5087303cba16919f9c3fdef3c7a744e2ee69362 100644 --- a/apps/workflowengine/l10n/pt_BR.json +++ b/apps/workflowengine/l10n/pt_BR.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Verifique se %s é inválido", "Check #%s does not exist" : "Verifique se %s não existe", "Workflow" : "Fluxo de trabalho", + "Files workflow engine" : "Sistema de fluxo de trabalho de arquivos", "Open documentation" : "Abrir documentação", "Add rule group" : "Adicionar regra do grupo", "Short rule description" : "Descrição curta da regra", diff --git a/apps/workflowengine/l10n/sr.js b/apps/workflowengine/l10n/sr.js index 30036dae9f60b37ecff1ab280f9f4070e326323d..c04e7e917bfa072dfe28c2617621b78154ca94a3 100644 --- a/apps/workflowengine/l10n/sr.js +++ b/apps/workflowengine/l10n/sr.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Проверите да ли је %s иÑправно", "Check #%s does not exist" : "Проверите да ли #%s поÑтоји", "Workflow" : "ÐŸÑ€Ð¾Ñ†ÐµÑ Ñ€Ð°Ð´Ð°", + "Files workflow engine" : "Датотеке за мотор процеÑа рада", "Open documentation" : "Отвори документацију", "Add rule group" : "Додај групу правила", "Short rule description" : "Кратки Ð¾Ð¿Ð¸Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð°", diff --git a/apps/workflowengine/l10n/sr.json b/apps/workflowengine/l10n/sr.json index 323c484b3dfc964d165327a4cddc965e637c3741..99abd98a1a60331b79b77655bb0222fdd4202de3 100644 --- a/apps/workflowengine/l10n/sr.json +++ b/apps/workflowengine/l10n/sr.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Проверите да ли је %s иÑправно", "Check #%s does not exist" : "Проверите да ли #%s поÑтоји", "Workflow" : "ÐŸÑ€Ð¾Ñ†ÐµÑ Ñ€Ð°Ð´Ð°", + "Files workflow engine" : "Датотеке за мотор процеÑа рада", "Open documentation" : "Отвори документацију", "Add rule group" : "Додај групу правила", "Short rule description" : "Кратки Ð¾Ð¿Ð¸Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð°", diff --git a/apps/workflowengine/l10n/tr.js b/apps/workflowengine/l10n/tr.js index d1f72608d56207057904f1514ca21ffa68a00310..014605ceb48a6a5b2604d2c25952e0c9f19561b1 100644 --- a/apps/workflowengine/l10n/tr.js +++ b/apps/workflowengine/l10n/tr.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "%s denetimi geçersiz", "Check #%s does not exist" : "#%s denetimi bulunamadı", "Workflow" : "Ä°ÅŸ akışı", + "Files workflow engine" : "Dosya iÅŸ akışı motoru", "Open documentation" : "Belgeleri aç", "Add rule group" : "Kural grubu ekle", "Short rule description" : "Kısa kural açıklaması", diff --git a/apps/workflowengine/l10n/tr.json b/apps/workflowengine/l10n/tr.json index f9b7ff7a6ba69292ef36fc408d0ebfe40be0185e..3f18ad4b2903bad2f6e7903ef2f519a71f60f951 100644 --- a/apps/workflowengine/l10n/tr.json +++ b/apps/workflowengine/l10n/tr.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "%s denetimi geçersiz", "Check #%s does not exist" : "#%s denetimi bulunamadı", "Workflow" : "Ä°ÅŸ akışı", + "Files workflow engine" : "Dosya iÅŸ akışı motoru", "Open documentation" : "Belgeleri aç", "Add rule group" : "Kural grubu ekle", "Short rule description" : "Kısa kural açıklaması", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 51cdbae72f659441dffad0a2c6895a219f055225..b532468aa3aabcb7fed1b2ce2906e64d7a181df1 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Search contacts …", "No contacts found" : "No contacts found", "Show all contacts …" : "Show all contacts …", + "Could not load your contacts" : "Could not load your contacts", "Loading your contacts …" : "Loading your contacts …", "Looking for {term} …" : "Looking for {term} …", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>", @@ -314,6 +315,35 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", - "Thank you for your patience." : "Thank you for your patience." + "Thank you for your patience." : "Thank you for your patience.", + "%s (3rdparty)" : "%s (3rdparty)", + "There was an error loading your contacts" : "There was an error loading your contacts", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "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. We suggest to enable Internet connection for this server if you want to have all features." : "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. We suggest to enable Internet connection for this server if you want to have all features.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.", + "Shared with {recipients}" : "Shared with {recipients}", + "The server encountered an internal error and was unable to complete your request." : "The server encountered an internal error and was unable to complete your request.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>.", + "This action requires you to confirm your password:" : "This action requires you to confirm your password:", + "Wrong password. Reset it?" : "Wrong password. Reset it?", + "You are about to grant \"%s\" access to your %s account." : "You are about to grant \"%s\" access to your %s account.", + "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index aa7d6d040544736ec749859f1d15f7d0f73dc6a3..11993913349e0c5cc6927a120cf82d2101010e68 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -54,6 +54,7 @@ "Search contacts …" : "Search contacts …", "No contacts found" : "No contacts found", "Show all contacts …" : "Show all contacts …", + "Could not load your contacts" : "Could not load your contacts", "Loading your contacts …" : "Loading your contacts …", "Looking for {term} …" : "Looking for {term} …", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>", @@ -312,6 +313,35 @@ "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", - "Thank you for your patience." : "Thank you for your patience." + "Thank you for your patience." : "Thank you for your patience.", + "%s (3rdparty)" : "%s (3rdparty)", + "There was an error loading your contacts" : "There was an error loading your contacts", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "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. We suggest to enable Internet connection for this server if you want to have all features." : "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. We suggest to enable Internet connection for this server if you want to have all features.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.", + "Shared with {recipients}" : "Shared with {recipients}", + "The server encountered an internal error and was unable to complete your request." : "The server encountered an internal error and was unable to complete your request.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>.", + "This action requires you to confirm your password:" : "This action requires you to confirm your password:", + "Wrong password. Reset it?" : "Wrong password. Reset it?", + "You are about to grant \"%s\" access to your %s account." : "You are about to grant \"%s\" access to your %s account.", + "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index 0604819c487f8a342006b05d9fb1e405bb10da54..efd6751c0c0a7e3bc922d1475db77515cb35e8c1 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -315,6 +315,35 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, por lo que puede llevar un tiempo.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará cuando la instalación %s vuelva a estar disponible.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", - "Thank you for your patience." : "Gracias por su paciencia." + "Thank you for your patience." : "Gracias por su paciencia.", + "%s (3rdparty)" : "%s (de terceras partes)", + "There was an error loading your contacts" : "Ha habido un erro al cargar tus contactos", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está bien configurado para permitir la sincronización de archivos oprque el interfaz WebDAV parece estar roto.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para resolver \"{url}\". Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "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. We suggest to enable Internet connection for this server if you want to have all features." : "El servidor no tiene conexión a Internet. No se ha podido alcanzar múltiples puntos. Esto significa que varias de las caracterÃsticas como montar almacenamientos externos, notificaciones sobre actualizaciones o instalar apps de terceras partes no funcionará. Puede que no se pueda acceder remotamente a archivos y enviar correos de notificación. Sugerimos activar la conexión a Internet de este servidor si quieres disponer de estas caracterÃsticas.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ningún caché de memoria. Para mejorar el rendimiento, por favor, configura una memcache si está disponible. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP no puede leer /dev/urandom, lo que no se recomienda por razones de seguridad. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente estás utilizando PHP {version}. Te animamos a actualizar tu versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizaciones de rendimiento y seguridad proveÃdas por el PHP Group</a> tan pronto como tu distribución las soporte.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuración de encabezados del proxy inverso es incorrecta, o estás accediento a Nextcloud desde un proxy fiable. Si no estás accediendo a Nextclod desde un proxy fiable, esto es un problema de seguridad y puede permitir que un atacante disfrace su IP como visible para Nextcloud. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurada como la caché distribuida, pero está instalado el módulo PHP erróneo \"memcache\". \\OC\\Memcach\\Memcached solo soporta \"memcached\" y no \"memcache\". Consulta la <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Volver a escanear...</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Para mejor rendimiento recomendamos</a> usar las siguientes configuraciones en el <code>php.ini</code>:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_time_limit\" no está disponible. esto puede resultar en scripts detenidos a media ejecución, rompiendo tu instalación. Recomendamos encarecidamente habilitar esta función.", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configures tu servidor web de tal forma que tu directorio de datos deje de estar accesible o que muevas el directorio de datos fuera de la raÃz de documentos del servidor web.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad y recomendamos ajustar esta configuración.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mayor seguridad, recomendamos activar HSTS como se describe en nuestros <a href=\"{docUrl}\" rel=\"noreferrer\">consejos de seguridad</a>.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Estás accediendo a este stio vÃa HTTP. Recomendamos encarecidamente que configures tu servidor para que se requiera usar HTTPS, como se describe en nuestros <a href=\"{docUrl}\">consejos de seguridad</a>.", + "Shared with {recipients}" : "Compartido con {recipients}", + "The server encountered an internal error and was unable to complete your request." : "El servidor encontró un error interno y no ha podido completar tu petición.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, ponte en contacto con el administrador del servidor si este error reaparece en más ocasiones. Por favor, incluye los detalles técnicos a continuación en tu informe.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para información sobre cómo configurar correctamente tu servidor, consulta por favor la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentación</a>.", + "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", + "Wrong password. Reset it?" : "Contraseña errónea. ¿Restablecerla?", + "You are about to grant \"%s\" access to your %s account." : "Vas a conceder acceso a \"%s\" a tu cuenta %s.", + "You are accessing the server from an untrusted domain." : "Estás accediendo al servidor desde un dominio no confiado.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, ver la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es.json b/core/l10n/es.json index 21e6477cbd5a4690f27c80025ba6312a6fe48c17..fb9f9746df30cca7de5fac2eaf27a56af8aabcba 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -313,6 +313,35 @@ "This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, por lo que puede llevar un tiempo.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará cuando la instalación %s vuelva a estar disponible.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", - "Thank you for your patience." : "Gracias por su paciencia." + "Thank you for your patience." : "Gracias por su paciencia.", + "%s (3rdparty)" : "%s (de terceras partes)", + "There was an error loading your contacts" : "Ha habido un erro al cargar tus contactos", + "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está bien configurado para permitir la sincronización de archivos oprque el interfaz WebDAV parece estar roto.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para resolver \"{url}\". Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "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. We suggest to enable Internet connection for this server if you want to have all features." : "El servidor no tiene conexión a Internet. No se ha podido alcanzar múltiples puntos. Esto significa que varias de las caracterÃsticas como montar almacenamientos externos, notificaciones sobre actualizaciones o instalar apps de terceras partes no funcionará. Puede que no se pueda acceder remotamente a archivos y enviar correos de notificación. Sugerimos activar la conexión a Internet de este servidor si quieres disponer de estas caracterÃsticas.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No se ha configurado ningún caché de memoria. Para mejorar el rendimiento, por favor, configura una memcache si está disponible. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP no puede leer /dev/urandom, lo que no se recomienda por razones de seguridad. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente estás utilizando PHP {version}. Te animamos a actualizar tu versión de PHP para aprovecharte de <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizaciones de rendimiento y seguridad proveÃdas por el PHP Group</a> tan pronto como tu distribución las soporte.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuración de encabezados del proxy inverso es incorrecta, o estás accediento a Nextcloud desde un proxy fiable. Si no estás accediendo a Nextclod desde un proxy fiable, esto es un problema de seguridad y puede permitir que un atacante disfrace su IP como visible para Nextcloud. Se puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurada como la caché distribuida, pero está instalado el módulo PHP erróneo \"memcache\". \\OC\\Memcach\\Memcached solo soporta \"memcached\" y no \"memcache\". Consulta la <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Volver a escanear...</a>)", + "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Para mejor rendimiento recomendamos</a> usar las siguientes configuraciones en el <code>php.ini</code>:", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_time_limit\" no está disponible. esto puede resultar en scripts detenidos a media ejecución, rompiendo tu instalación. Recomendamos encarecidamente habilitar esta función.", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configures tu servidor web de tal forma que tu directorio de datos deje de estar accesible o que muevas el directorio de datos fuera de la raÃz de documentos del servidor web.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad y recomendamos ajustar esta configuración.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mayor seguridad, recomendamos activar HSTS como se describe en nuestros <a href=\"{docUrl}\" rel=\"noreferrer\">consejos de seguridad</a>.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Estás accediendo a este stio vÃa HTTP. Recomendamos encarecidamente que configures tu servidor para que se requiera usar HTTPS, como se describe en nuestros <a href=\"{docUrl}\">consejos de seguridad</a>.", + "Shared with {recipients}" : "Compartido con {recipients}", + "The server encountered an internal error and was unable to complete your request." : "El servidor encontró un error interno y no ha podido completar tu petición.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, ponte en contacto con el administrador del servidor si este error reaparece en más ocasiones. Por favor, incluye los detalles técnicos a continuación en tu informe.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para información sobre cómo configurar correctamente tu servidor, consulta por favor la <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentación</a>.", + "This action requires you to confirm your password:" : "Esta acción requiere que confirmes tu contraseña:", + "Wrong password. Reset it?" : "Contraseña errónea. ¿Restablecerla?", + "You are about to grant \"%s\" access to your %s account." : "Vas a conceder acceso a \"%s\" a tu cuenta %s.", + "You are accessing the server from an untrusted domain." : "Estás accediendo al servidor desde un dominio no confiado.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, ver la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.", + "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fi.js b/core/l10n/fi.js index aada088076eb1e70ada31bb2a26e642514aef4fc..119fe5a47b948c45d5f37f50ffad26187e895f76 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -55,6 +55,7 @@ OC.L10N.register( "Search contacts …" : "Etsi yhteystietoja…", "No contacts found" : "Yhteystietoja ei löytynyt", "Show all contacts …" : "Näytä kaikki yhteystiedot…", + "Could not load your contacts" : "Yhteystietojasi ei voitu ladata", "Loading your contacts …" : "Ladataan yhteystietojasi…", "Looking for {term} …" : "Etsii {term} …", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Eheystarkistus tuotti ongelmia. Lisätietoja…</a>", @@ -261,6 +262,7 @@ OC.L10N.register( "Back to log in" : "Palaa kirjautumiseen", "Alternative Logins" : "Vaihtoehtoiset kirjautumistavat", "Account access" : "Tilin käyttö", + "Grant access" : "Myönnä pääsy", "App token" : "Sovellusvaltuutus", "Alternative login using app token" : "Vaihtoehtoinen kirjautuminen käyttäen sovellusvaltuutusta", "Redirecting …" : "Ohjataan uudelleen…", @@ -287,6 +289,8 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", - "Thank you for your patience." : "Kiitos kärsivällisyydestäsi." + "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", + "There was an error loading your contacts" : "Virhe yhteystietojasi ladattaessa", + "This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 3c5f824532bb5a2a12287ed3dfd59b77e998cdf8..69c849513154f6efc85a78c0bdf19c7b0192e655 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -53,6 +53,7 @@ "Search contacts …" : "Etsi yhteystietoja…", "No contacts found" : "Yhteystietoja ei löytynyt", "Show all contacts …" : "Näytä kaikki yhteystiedot…", + "Could not load your contacts" : "Yhteystietojasi ei voitu ladata", "Loading your contacts …" : "Ladataan yhteystietojasi…", "Looking for {term} …" : "Etsii {term} …", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Eheystarkistus tuotti ongelmia. Lisätietoja…</a>", @@ -259,6 +260,7 @@ "Back to log in" : "Palaa kirjautumiseen", "Alternative Logins" : "Vaihtoehtoiset kirjautumistavat", "Account access" : "Tilin käyttö", + "Grant access" : "Myönnä pääsy", "App token" : "Sovellusvaltuutus", "Alternative login using app token" : "Vaihtoehtoinen kirjautuminen käyttäen sovellusvaltuutusta", "Redirecting …" : "Ohjataan uudelleen…", @@ -285,6 +287,8 @@ "This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", - "Thank you for your patience." : "Kiitos kärsivällisyydestäsi." + "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", + "There was an error loading your contacts" : "Virhe yhteystietojasi ladattaessa", + "This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index ab68d8b872434327a06a3e885a04a76ad7349710..9e80c515eba4e51e5f65427c751a13fdcf3e44c7 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -319,14 +319,18 @@ OC.L10N.register( "%s (3rdparty)" : "%s (origine tierce)", "There was an error loading your contacts" : "Il y a eu une erreur lors du chargement de vos contacts", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers car l'interface WebDAV semble ne pas fonctionner.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "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. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations, consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Pour plus d'informations, consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a>, dès que votre distribution le supportera.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuration des en-têtes du reverse proxy est incorrecte, ou vous accédez Nextcloud depuis un proxy de confiance. Si vous n'accédez pas à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité et peut permettre à un attaquant de falsifier son adresse IP comme visible à Nextcloud. Plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">Consulter le wiki de memcached à propos de ces deux modules.</a>", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Relancer le scan…</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer\">conseils de sécurisation</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation du HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.", "Shared with {recipients}" : "Partagé avec {recipients}", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index ce7aa117583e310c09216edc6a46f6b0f39ee1b1..6d48bef7a08408bc2b7670d6637fd277563fea73 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -317,14 +317,18 @@ "%s (3rdparty)" : "%s (origine tierce)", "There was an error loading your contacts" : "Il y a eu une erreur lors du chargement de vos contacts", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers car l'interface WebDAV semble ne pas fonctionner.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas configuré correctement pour résoudre \"{url}\". Plus d'informations peuvent être trouvées dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "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. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à Internet : plusieurs point finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Aucun cache mémoire n'est configuré. Si possible, configurez un \"memcache\" pour améliorer les performances. Pour plus d'informations, consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom n'est pas lisible par PHP, ce qui est fortement déconseillé pour des raisons de sécurité. Pour plus d'informations, consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Vous utilisez actuellement PHP {version}. Nous vous encourageons à mettre à jour votre version de PHP afin de tirer avantage des améliorations liées à <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">la performance et la sécurité fournies par le PHP Group</a>, dès que votre distribution le supportera.", + "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuration des en-têtes du reverse proxy est incorrecte, ou vous accédez Nextcloud depuis un proxy de confiance. Si vous n'accédez pas à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité et peut permettre à un attaquant de falsifier son adresse IP comme visible à Nextcloud. Plus d'informations dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">Consulter le wiki de memcached à propos de ces deux modules.</a>", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste des fichiers invalides…</a> / <a href=\"{rescanEndpoint}\">Relancer le scan…</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "Le PHP OPcache n'est pas correctement configuré. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Pour de meilleure performance nous recommandons </a> d'utiliser les paramètres suivant dans le <code>php.ini</code> :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", + "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est recommandé d'ajuster ce paramètre.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer\">conseils de sécurisation</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation du HTTPS, comme expliqué dans nos <a href=\"{docUrl}\">conseils de sécurisation</a>.", "Shared with {recipients}" : "Partagé avec {recipients}", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index db164b9112f1a145d6c13e79bc5e25de1e8561ac..866661e23dfe44bec9df2bfb6646bb28b7db61fb 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -316,6 +316,7 @@ OC.L10N.register( "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", "Thank you for your patience." : "Bedankt voor je geduld.", + "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet juist ingesteld voor het synchroniseren van bestanden omdat de WebDAV-interface niet naar behoren werkt.", "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. We suggest to enable Internet connection for this server if you want to have all features." : "Deze server heeft geen werkende internetverbinding: Meerdere (eind)punten konden niet bereikt worden. Dit betekent dat sommige onderdelen, zoals het koppelen van externe opslag, het ontvangen van notificaties over updates of de installatie van third-party apps, niet zullen werken. Ook het benaderen van bestanden op afstand en het verzenden van notificatie via e-mail werkt mogelijk niet. Als je alle onderdelen wil gebruiken, moet je de internetverbinding van deze server aanzetten.", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index d73b2106fc0c2fe44662cff4ea19081cccf2e9be..42cfbd011209782d0aabec4b6a783944370bc7ef 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -314,6 +314,7 @@ "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", "Thank you for your patience." : "Bedankt voor je geduld.", + "%s (3rdparty)" : "%s (3rdparty)", "There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet juist ingesteld voor het synchroniseren van bestanden omdat de WebDAV-interface niet naar behoren werkt.", "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. We suggest to enable Internet connection for this server if you want to have all features." : "Deze server heeft geen werkende internetverbinding: Meerdere (eind)punten konden niet bereikt worden. Dit betekent dat sommige onderdelen, zoals het koppelen van externe opslag, het ontvangen van notificaties over updates of de installatie van third-party apps, niet zullen werken. Ook het benaderen van bestanden op afstand en het verzenden van notificatie via e-mail werkt mogelijk niet. Als je alle onderdelen wil gebruiken, moet je de internetverbinding van deze server aanzetten.", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 02dcabf8832905dccb22a9d7bbe54588fef01a69..b28fe47c46b3bcd46bc9c966d514ec455a816fc1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -227,6 +227,20 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Personal" : "Personal", + "Admin" : "Admin", + "DB Error: \"%s\"" : "DB Error: \"%s\"", + "Offending command was: \"%s\"" : "Offending command was: \"%s\"", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", + "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", + "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", + "Files can't be shared with create permissions" : "Files can't be shared with create permissions", + "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", + "No app name specified" : "No app name specified", + "App '%s' could not be installed!" : "App '%s' could not be installed!" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 60228f1a7849aea1ebcb45fce3f8bd9ff8ec2b8f..bf8ea58a8f2f5760fa32243f0aa11c1d6646b0e7 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -225,6 +225,20 @@ "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Personal" : "Personal", + "Admin" : "Admin", + "DB Error: \"%s\"" : "DB Error: \"%s\"", + "Offending command was: \"%s\"" : "Offending command was: \"%s\"", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", + "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", + "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", + "Files can't be shared with create permissions" : "Files can't be shared with create permissions", + "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", + "No app name specified" : "No app name specified", + "App '%s' could not be installed!" : "App '%s' could not be installed!" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 69dd8aaebebe7f308272f5dd7f2ae9c6aadd3a21..b411012a6276d33669d062b63cc861e5eccf8190 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -227,6 +227,20 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", - "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s" + "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "Personal" : "Personal", + "Admin" : "Administración", + "DB Error: \"%s\"" : "Error de BD: \"%s\"", + "Offending command was: \"%s\"" : "El comando ofensivo fue: \"%s\"", + "Offending command was: \"%s\", name: %s, password: %s" : "El comando ofensivo fue: \"%s\", nombre: %s, contraseña: %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallado la configuración de permisos para %s porque los permisos exceden los permisos concedidos a %s", + "Setting permissions for %s failed, because the item was not found" : "Ha fallado la configuración de permisos para %s porque no se ha encontrado el objeto", + "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede eliminar la fecha de expiración. Se requiere que los recursos compartidos tengan una fecha de expiración.", + "Cannot increase permissions of %s" : "No se pueden aumentar los permisos de %s", + "Files can't be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", + "Files can't be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", + "Cannot set expiration date more than %s days in the future" : "No se puede marcar la fecha de expiración a más de %s dÃas en el futuro", + "No app name specified" : "No se ha especificado ningún nombre de app", + "App '%s' could not be installed!" : "¡No se ha podido instalar la app '%s'!" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json index ac2a24ef31708d43d88b1c0ce0354ebc3f05926f..0607da188b6b538bbe06749cbb049b3819bd9f67 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -225,6 +225,20 @@ "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", - "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s" + "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "Personal" : "Personal", + "Admin" : "Administración", + "DB Error: \"%s\"" : "Error de BD: \"%s\"", + "Offending command was: \"%s\"" : "El comando ofensivo fue: \"%s\"", + "Offending command was: \"%s\", name: %s, password: %s" : "El comando ofensivo fue: \"%s\", nombre: %s, contraseña: %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallado la configuración de permisos para %s porque los permisos exceden los permisos concedidos a %s", + "Setting permissions for %s failed, because the item was not found" : "Ha fallado la configuración de permisos para %s porque no se ha encontrado el objeto", + "Cannot clear expiration date. Shares are required to have an expiration date." : "No se puede eliminar la fecha de expiración. Se requiere que los recursos compartidos tengan una fecha de expiración.", + "Cannot increase permissions of %s" : "No se pueden aumentar los permisos de %s", + "Files can't be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", + "Files can't be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", + "Cannot set expiration date more than %s days in the future" : "No se puede marcar la fecha de expiración a más de %s dÃas en el futuro", + "No app name specified" : "No se ha especificado ningún nombre de app", + "App '%s' could not be installed!" : "¡No se ha podido instalar la app '%s'!" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 72810d345f1882c1d08a014c63c33f4eff1e9284..118d0e02f28468fe697a92906bf9eed6981f5874 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -26,14 +26,23 @@ OC.L10N.register( "Invalid image" : "Virheellinen kuva", "Avatar image is not square" : "Avatar-kuva ei ole neliö", "today" : "tänään", + "tomorrow" : "huomenna", "yesterday" : "eilen", + "_in %n day_::_in %n days_" : ["%n päivän päästä","%n päivän päästä"], "_%n day ago_::_%n days ago_" : ["%n päivä sitten","%n päivää sitten"], + "next month" : "ensi kuussa", "last month" : "viime kuussa", + "_in %n month_::_in %n months_" : ["%n kuukauden päästä","%n kuukauden päästä"], "_%n month ago_::_%n months ago_" : ["%n kuukausi sitten","%n kuukautta sitten"], + "next year" : "ensi vuonna", "last year" : "viime vuonna", + "_in %n year_::_in %n years_" : ["%n vuoden päästä","%n vuoden päästä"], "_%n year ago_::_%n years ago_" : ["%n vuosi sitten","%n vuotta sitten"], + "_in %n hour_::_in %n hours_" : ["%n tunnin päästä","%n tunnin päästä"], "_%n hour ago_::_%n hours ago_" : ["%n tunti sitten","%n tuntia sitten"], + "_in %n minute_::_in %n minutes_" : ["%n minuutin päästä","%n minuutin päästä"], "_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"], + "in a few seconds" : "muutaman sekunnin päästä", "seconds ago" : "sekunteja sitten", "File name is a reserved word" : "Tiedoston nimi on varattu sana", "File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin", @@ -194,6 +203,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage is temporarily not available" : "Tallennustila on tilapäisesti pois käytöstä", - "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s" + "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "App '%s' could not be installed!" : "Sovellusta '%s' ei voitu asentaa!" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index e79bbdf77daa11093f8cbd41d2244f2a41687c0f..716eefdd5c9025fa5a4c80486e72dd17e0989ba8 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -24,14 +24,23 @@ "Invalid image" : "Virheellinen kuva", "Avatar image is not square" : "Avatar-kuva ei ole neliö", "today" : "tänään", + "tomorrow" : "huomenna", "yesterday" : "eilen", + "_in %n day_::_in %n days_" : ["%n päivän päästä","%n päivän päästä"], "_%n day ago_::_%n days ago_" : ["%n päivä sitten","%n päivää sitten"], + "next month" : "ensi kuussa", "last month" : "viime kuussa", + "_in %n month_::_in %n months_" : ["%n kuukauden päästä","%n kuukauden päästä"], "_%n month ago_::_%n months ago_" : ["%n kuukausi sitten","%n kuukautta sitten"], + "next year" : "ensi vuonna", "last year" : "viime vuonna", + "_in %n year_::_in %n years_" : ["%n vuoden päästä","%n vuoden päästä"], "_%n year ago_::_%n years ago_" : ["%n vuosi sitten","%n vuotta sitten"], + "_in %n hour_::_in %n hours_" : ["%n tunnin päästä","%n tunnin päästä"], "_%n hour ago_::_%n hours ago_" : ["%n tunti sitten","%n tuntia sitten"], + "_in %n minute_::_in %n minutes_" : ["%n minuutin päästä","%n minuutin päästä"], "_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"], + "in a few seconds" : "muutaman sekunnin päästä", "seconds ago" : "sekunteja sitten", "File name is a reserved word" : "Tiedoston nimi on varattu sana", "File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin", @@ -192,6 +201,8 @@ "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", "Storage connection error. %s" : "Tallennustilan yhteysvirhe. %s", "Storage is temporarily not available" : "Tallennustila on tilapäisesti pois käytöstä", - "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s" + "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", + "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "App '%s' could not be installed!" : "Sovellusta '%s' ei voitu asentaa!" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 41f9a528b5f0b5aeb495f84d137d2c530eb9bf45..393927174da1074039ea7cfb36f73bb62fbc8c7a 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -227,6 +227,9 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Incomplete opslag configuratie. %s", "Storage connection error. %s" : "Opslag verbindingsfout. %s", "Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar", - "Storage connection timeout. %s" : "Opslag verbinding time-out. %s" + "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", + "Personal" : "Persoonlijk", + "Admin" : "Beheerder", + "DB Error: \"%s\"" : "DB Fout: \"%s\"" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index d33e10b0c7a7ca2aa88d03cd599109a8c7d5c78f..c3c8f6cf072e84974a2bfbfe59aac954a42bc002 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -225,6 +225,9 @@ "Storage incomplete configuration. %s" : "Incomplete opslag configuratie. %s", "Storage connection error. %s" : "Opslag verbindingsfout. %s", "Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar", - "Storage connection timeout. %s" : "Opslag verbinding time-out. %s" + "Storage connection timeout. %s" : "Opslag verbinding time-out. %s", + "Personal" : "Persoonlijk", + "Admin" : "Beheerder", + "DB Error: \"%s\"" : "DB Fout: \"%s\"" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/af.js b/settings/l10n/af.js new file mode 100644 index 0000000000000000000000000000000000000000..8bfa7bc360d1d9ca5b37f9d7a796e86676bfb7a8 --- /dev/null +++ b/settings/l10n/af.js @@ -0,0 +1,85 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} het u wagwoord verander", + "You changed your password" : "U het u wagwoord verander", + "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel", + "{actor} changed your email address" : "{actor} het u e-posadres verander", + "You changed your email address" : "U het u e-posadres verander", + "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander", + "Security" : "Sekuriteit", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "U <strong>wagwoord</strong> of <strong>e-pos</strong> is gewysig", + "Your apps" : "U toeps", + "Enabled apps" : "Geaktiveerde toeps", + "Disabled apps" : "Gedeaktiveerde toeps", + "App bundles" : "Toepbundels", + "Wrong password" : "Verkeerde wagwoord", + "Saved" : "Bewaar", + "Group already exists." : "Groep bestaan reeds.", + "Well done, %s!" : "Welgedaan %s!", + "by %s" : "deur %s", + "%s-licensed" : "%s-gelisensieer", + "Documentation:" : "Dokumentasie:", + "User documentation" : "Gebruikerdokumentasie", + "Admin documentation" : "Admindokumentasie", + "Visit website" : "Besoek webwerf", + "Common Name" : "Algemene Naam", + "Valid until" : "Geldig tot", + "Issued By" : "Uitgereik deur", + "Valid until %s" : "Geldig tot %s", + "Administrator documentation" : "Administrateurdokumentasie", + "Online documentation" : "Aanlyndokumentasie", + "Forum" : "Forum", + "days" : "dae", + "Tips & tricks" : "Wenke & truuks", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "U gebruik <strong>%s</strong> van <strong>%s</strong>", + "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "U gebruik <strong>%s</strong> van <strong>%s</strong> (<strong>%s %%</strong>)", + "Profile picture" : "Profielprent", + "Upload new" : "Laai nuwe op", + "Select from Files" : "Kies uit Lêers", + "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", + "Cancel" : "Kanselleer", + "Choose as profile picture" : "Kies as profielprent", + "Full name" : "Volle naam", + "Email" : "E-pos", + "Your email address" : "U e-posadres", + "No email address set" : "Geen e-posadres ingestel", + "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings", + "Phone number" : "Foonnommer", + "Your phone number" : "U foonnommer", + "Address" : "Adres", + "Your postal address" : "U posadres", + "Website" : "Webwerf", + "Link https://…" : "Skakel https://…", + "Twitter" : "Twitter", + "Twitter handle @…" : "Twitter-handvatsel @…", + "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", + "Language" : "Taal", + "Help translate" : "Help met vertaling", + "Password" : "Wagwoord", + "Current password" : "Huidige wagwoord", + "New password" : "Nuwe wagwoord", + "Change password" : "Verander wagwoord", + "Device" : "Toestel", + "App name" : "Toepnaam", + "Create new app password" : "Skep nuwe toepwagwoord", + "Username" : "Gebruikersnaam", + "Settings" : "Instellings", + "Show email address" : "Toon e-posadres", + "Send email to new user" : "Stuur e-pos aan nuwe gebruiker", + "E-Mail" : "E-pos", + "Create" : "Skep", + "Everyone" : "Almal", + "Default quota" : "Verstekkwota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB†of “12 GBâ€)", + "Other" : "Ander", + "Group admin for" : "Groepadmin vir", + "Quota" : "Kwota", + "Last login" : "Laaste aantekening", + "change full name" : "verander volle naam", + "set new password" : "stel nuwe wagwoord", + "change email address" : "verander e-posadres", + "Default" : "Verstek" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/af.json b/settings/l10n/af.json new file mode 100644 index 0000000000000000000000000000000000000000..937214ec08061fce79a25a5f19c48b2732ee3779 --- /dev/null +++ b/settings/l10n/af.json @@ -0,0 +1,83 @@ +{ "translations": { + "{actor} changed your password" : "{actor} het u wagwoord verander", + "You changed your password" : "U het u wagwoord verander", + "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel", + "{actor} changed your email address" : "{actor} het u e-posadres verander", + "You changed your email address" : "U het u e-posadres verander", + "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander", + "Security" : "Sekuriteit", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "U <strong>wagwoord</strong> of <strong>e-pos</strong> is gewysig", + "Your apps" : "U toeps", + "Enabled apps" : "Geaktiveerde toeps", + "Disabled apps" : "Gedeaktiveerde toeps", + "App bundles" : "Toepbundels", + "Wrong password" : "Verkeerde wagwoord", + "Saved" : "Bewaar", + "Group already exists." : "Groep bestaan reeds.", + "Well done, %s!" : "Welgedaan %s!", + "by %s" : "deur %s", + "%s-licensed" : "%s-gelisensieer", + "Documentation:" : "Dokumentasie:", + "User documentation" : "Gebruikerdokumentasie", + "Admin documentation" : "Admindokumentasie", + "Visit website" : "Besoek webwerf", + "Common Name" : "Algemene Naam", + "Valid until" : "Geldig tot", + "Issued By" : "Uitgereik deur", + "Valid until %s" : "Geldig tot %s", + "Administrator documentation" : "Administrateurdokumentasie", + "Online documentation" : "Aanlyndokumentasie", + "Forum" : "Forum", + "days" : "dae", + "Tips & tricks" : "Wenke & truuks", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "U gebruik <strong>%s</strong> van <strong>%s</strong>", + "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "U gebruik <strong>%s</strong> van <strong>%s</strong> (<strong>%s %%</strong>)", + "Profile picture" : "Profielprent", + "Upload new" : "Laai nuwe op", + "Select from Files" : "Kies uit Lêers", + "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", + "Cancel" : "Kanselleer", + "Choose as profile picture" : "Kies as profielprent", + "Full name" : "Volle naam", + "Email" : "E-pos", + "Your email address" : "U e-posadres", + "No email address set" : "Geen e-posadres ingestel", + "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings", + "Phone number" : "Foonnommer", + "Your phone number" : "U foonnommer", + "Address" : "Adres", + "Your postal address" : "U posadres", + "Website" : "Webwerf", + "Link https://…" : "Skakel https://…", + "Twitter" : "Twitter", + "Twitter handle @…" : "Twitter-handvatsel @…", + "You are member of the following groups:" : "U is ’n lid van die volgende groepe:", + "Language" : "Taal", + "Help translate" : "Help met vertaling", + "Password" : "Wagwoord", + "Current password" : "Huidige wagwoord", + "New password" : "Nuwe wagwoord", + "Change password" : "Verander wagwoord", + "Device" : "Toestel", + "App name" : "Toepnaam", + "Create new app password" : "Skep nuwe toepwagwoord", + "Username" : "Gebruikersnaam", + "Settings" : "Instellings", + "Show email address" : "Toon e-posadres", + "Send email to new user" : "Stuur e-pos aan nuwe gebruiker", + "E-Mail" : "E-pos", + "Create" : "Skep", + "Everyone" : "Almal", + "Default quota" : "Verstekkwota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB†of “12 GBâ€)", + "Other" : "Ander", + "Group admin for" : "Groepadmin vir", + "Quota" : "Kwota", + "Last login" : "Laaste aantekening", + "change full name" : "verander volle naam", + "set new password" : "stel nuwe wagwoord", + "change email address" : "verander e-posadres", + "Default" : "Verstek" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js new file mode 100644 index 0000000000000000000000000000000000000000..9534130ed6a2193ec339ad7cb9f9c918f58fc7de --- /dev/null +++ b/settings/l10n/ar.js @@ -0,0 +1,84 @@ +OC.L10N.register( + "settings", + { + "Your apps" : "تطبيقاتك", + "Updates" : "التØديثات", + "Wrong password" : "كلمة مرور خاطئة", + "Saved" : "ØÙظ", + "No user supplied" : "لم يتم توÙير مستخدم ", + "Unable to change password" : "لا يمكن تغيير كلمة المرور", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاØ", + "Wrong admin recovery password. Please check the password and try again." : "خطا ÙÙŠ كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمØاولة مرة اخرى.", + "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", + "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Email saved" : "تم ØÙظ البريد الإلكتروني", + "Couldn't update app." : "تعذر تØديث التطبيق.", + "Add trusted domain" : "أضاÙØ© نطاق موثوق Ùيه", + "Email sent" : "تم ارسال البريد الالكتروني", + "All" : "الكل", + "Error while disabling app" : "خطا عند تعطيل البرنامج", + "Disable" : "إيقاÙ", + "Enable" : "تÙعيل", + "Error while enabling app" : "خطا عند تÙعيل البرنامج ", + "Updated" : "تم التØديث بنجاØ", + "Copy" : "نسخ", + "Delete" : "إلغاء", + "Select a profile picture" : "اختر صورة المل٠الشخصي ", + "Very weak password" : "كلمة السر ضعيÙØ© جدا", + "Weak password" : "كلمة السر ضعيÙØ©", + "Good password" : "كلمة السر جيدة", + "Strong password" : "كلمة السر قوية", + "Groups" : "مجموعات", + "undo" : "تراجع", + "never" : "بتاتا", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صØÙŠØ", + "A valid password must be provided" : "يجب ادخال كلمة مرور صØÙŠØØ©", + "Documentation:" : "التوثيق", + "Valid until" : "ØµØ§Ù„Ø Øتى", + "Forum" : "منتدى", + "None" : "لا شيء", + "Login" : "تسجيل الدخول", + "Send mode" : "وضعية الإرسال", + "Encryption" : "التشÙير", + "Authentication method" : "أسلوب التطابق", + "Server address" : "عنوان الخادم", + "Port" : "المنÙØ°", + "Test email settings" : "ÙØص إعدادات البريد الإلكتروني", + "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى اØد اللغات التي تدعم UTF-8.", + "Execute one task with each page loaded" : "قم بتنÙيذ مهمة واØدة مع كل صÙØØ© تم تØميلها", + "Version" : "إصدار", + "Sharing" : "مشاركة", + "Allow apps to use the Share API" : "Ø§Ù„Ø³Ù…Ø§Ø Ù„Ù„ØªØ·Ø¨ÙŠÙ‚Ø§Øª بالمشاركة عن طريق الAPI", + "Allow users to share via link" : "Ø§Ù„Ø³Ù…Ø§Ø Ù„Ù„Ù…Ø³ØªØ®Ø¯Ù… بمشاركة المل٠عن طريق رابط", + "Allow public uploads" : "Ø§Ù„Ø³Ù…Ø§Ø Ø¨Ø§Ù„Ø±Ùع للعامة ", + "Expire after " : "ينتهي بعد", + "days" : "أيام", + "Allow resharing" : "Ø§Ù„Ø³Ù…Ø§Ø Ø¨Ø¥Ø¹Ø§Ø¯Ø© المشاركة ", + "Profile picture" : "صورة المل٠الشخصي", + "Upload new" : "رÙع الان", + "Remove image" : "إزالة الصورة", + "Cancel" : "الغاء", + "Email" : "البريد الإلكترونى", + "Your email address" : "عنوانك البريدي", + "Language" : "اللغة", + "Help translate" : "ساعد ÙÙŠ الترجمه", + "Password" : "كلمة المرور", + "Current password" : "كلمات السر الØالية", + "New password" : "كلمات سر جديدة", + "Change password" : "عدل كلمة السر", + "Username" : "إسم المستخدم", + "Settings" : "الإعدادات", + "E-Mail" : "بريد إلكتروني", + "Create" : "انشئ", + "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", + "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملÙات المستخدمين اثناء تغيير كلمة المرور", + "Everyone" : "الجميع", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", + "Unlimited" : "غير Ù…Øدود", + "Other" : "شيء آخر", + "Quota" : "Øصه", + "change full name" : "تغيير اسمك الكامل", + "set new password" : "اعداد كلمة مرور جديدة", + "Default" : "اÙتراضي" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/settings/l10n/ar.json b/settings/l10n/ar.json new file mode 100644 index 0000000000000000000000000000000000000000..c0bac3abd4927bd07f4c2130e8ce27ffc8017f03 --- /dev/null +++ b/settings/l10n/ar.json @@ -0,0 +1,82 @@ +{ "translations": { + "Your apps" : "تطبيقاتك", + "Updates" : "التØديثات", + "Wrong password" : "كلمة مرور خاطئة", + "Saved" : "ØÙظ", + "No user supplied" : "لم يتم توÙير مستخدم ", + "Unable to change password" : "لا يمكن تغيير كلمة المرور", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاØ", + "Wrong admin recovery password. Please check the password and try again." : "خطا ÙÙŠ كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمØاولة مرة اخرى.", + "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", + "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Email saved" : "تم ØÙظ البريد الإلكتروني", + "Couldn't update app." : "تعذر تØديث التطبيق.", + "Add trusted domain" : "أضاÙØ© نطاق موثوق Ùيه", + "Email sent" : "تم ارسال البريد الالكتروني", + "All" : "الكل", + "Error while disabling app" : "خطا عند تعطيل البرنامج", + "Disable" : "إيقاÙ", + "Enable" : "تÙعيل", + "Error while enabling app" : "خطا عند تÙعيل البرنامج ", + "Updated" : "تم التØديث بنجاØ", + "Copy" : "نسخ", + "Delete" : "إلغاء", + "Select a profile picture" : "اختر صورة المل٠الشخصي ", + "Very weak password" : "كلمة السر ضعيÙØ© جدا", + "Weak password" : "كلمة السر ضعيÙØ©", + "Good password" : "كلمة السر جيدة", + "Strong password" : "كلمة السر قوية", + "Groups" : "مجموعات", + "undo" : "تراجع", + "never" : "بتاتا", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صØÙŠØ", + "A valid password must be provided" : "يجب ادخال كلمة مرور صØÙŠØØ©", + "Documentation:" : "التوثيق", + "Valid until" : "ØµØ§Ù„Ø Øتى", + "Forum" : "منتدى", + "None" : "لا شيء", + "Login" : "تسجيل الدخول", + "Send mode" : "وضعية الإرسال", + "Encryption" : "التشÙير", + "Authentication method" : "أسلوب التطابق", + "Server address" : "عنوان الخادم", + "Port" : "المنÙØ°", + "Test email settings" : "ÙØص إعدادات البريد الإلكتروني", + "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى اØد اللغات التي تدعم UTF-8.", + "Execute one task with each page loaded" : "قم بتنÙيذ مهمة واØدة مع كل صÙØØ© تم تØميلها", + "Version" : "إصدار", + "Sharing" : "مشاركة", + "Allow apps to use the Share API" : "Ø§Ù„Ø³Ù…Ø§Ø Ù„Ù„ØªØ·Ø¨ÙŠÙ‚Ø§Øª بالمشاركة عن طريق الAPI", + "Allow users to share via link" : "Ø§Ù„Ø³Ù…Ø§Ø Ù„Ù„Ù…Ø³ØªØ®Ø¯Ù… بمشاركة المل٠عن طريق رابط", + "Allow public uploads" : "Ø§Ù„Ø³Ù…Ø§Ø Ø¨Ø§Ù„Ø±Ùع للعامة ", + "Expire after " : "ينتهي بعد", + "days" : "أيام", + "Allow resharing" : "Ø§Ù„Ø³Ù…Ø§Ø Ø¨Ø¥Ø¹Ø§Ø¯Ø© المشاركة ", + "Profile picture" : "صورة المل٠الشخصي", + "Upload new" : "رÙع الان", + "Remove image" : "إزالة الصورة", + "Cancel" : "الغاء", + "Email" : "البريد الإلكترونى", + "Your email address" : "عنوانك البريدي", + "Language" : "اللغة", + "Help translate" : "ساعد ÙÙŠ الترجمه", + "Password" : "كلمة المرور", + "Current password" : "كلمات السر الØالية", + "New password" : "كلمات سر جديدة", + "Change password" : "عدل كلمة السر", + "Username" : "إسم المستخدم", + "Settings" : "الإعدادات", + "E-Mail" : "بريد إلكتروني", + "Create" : "انشئ", + "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", + "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملÙات المستخدمين اثناء تغيير كلمة المرور", + "Everyone" : "الجميع", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", + "Unlimited" : "غير Ù…Øدود", + "Other" : "شيء آخر", + "Quota" : "Øصه", + "change full name" : "تغيير اسمك الكامل", + "set new password" : "اعداد كلمة مرور جديدة", + "Default" : "اÙتراضي" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/settings/l10n/az.js b/settings/l10n/az.js new file mode 100644 index 0000000000000000000000000000000000000000..efeb9cc37e6d11708e3d04c4807354cd4d27cd81 --- /dev/null +++ b/settings/l10n/az.js @@ -0,0 +1,146 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Yalnış ÅŸifrÉ™", + "Saved" : "Saxlanıldı", + "No user supplied" : "Heç bir istifadəçiyÉ™ mÉ™nimsÉ™dilmir", + "Unable to change password" : "ÅžifrÉ™ni dÉ™yiÅŸmÉ™k olmur", + "Authentication error" : "TÉ™yinat metodikası", + "Wrong admin recovery password. Please check the password and try again." : "Ä°nzibatçı geriyÉ™ qayıdış ÅŸifrÉ™si yalnışdır. XahiÅŸ olunur ÅŸifrÉ™ni yoxlayıb yenidÉ™n tÉ™krar edÉ™siniz.", + "Federated Cloud Sharing" : "Federal Cloud Paylaşım", + "Group already exists." : "Qrup artılq mövcduddur.", + "Unable to add group." : "Qrupu É™lavÉ™ etmÉ™k mümkün deyil. ", + "Unable to delete group." : "Qrupu silmÉ™k mümkün deyil.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "MÉ™ktubun yollanmasında sÉ™hv baÅŸ verdi. XahiÅŸ olunur öz quraÅŸdırmalarınıza yenidÉ™n göz yetirÉ™siniz.(Error: %s)", + "You need to set your user email before being able to send test emails." : "Test mÉ™ktubu göndÉ™rmÉ™zdÉ™n öncÉ™, siz öz istifadəçi poçtunuzu tÉ™yin etmÉ™lisiniz.", + "Invalid mail address" : "Yalnış mail ünvanı", + "A user with that name already exists." : "Bu adla istifadəçi artıq mövcuddur.", + "Unable to create user." : "Ä°stifadəçi yaratmaq mümkün deyil.", + "Unable to delete user." : "Ä°stifadəçini silmÉ™k mümkün deyil.", + "Unable to change full name" : "Tam adı dÉ™yiÅŸmÉ™k olmur", + "Your full name has been changed." : "Sizin tam adınız dÉ™yiÅŸdirildi.", + "Forbidden" : "QadaÄŸan", + "Invalid user" : "Ä°stifadəçi adı yalnışdır", + "Unable to change mail address" : "Mail ünvanını dÉ™yiÅŸmÉ™k olmur", + "Email saved" : "MÉ™ktub yadda saxlanıldı", + "Your %s account was created" : "Sizin %s hesab yaradıldı", + "Couldn't remove app." : "Proqram tÉ™minatını silmÉ™k mümkün olmadı.", + "Couldn't update app." : "Proqram tÉ™minatını yenilÉ™mÉ™k mümkün deyil.", + "Add trusted domain" : "Ä°namlı domainlÉ™rÉ™ É™lavÉ™ et", + "Email sent" : "MÉ™ktub göndÉ™rildi", + "All" : "Hamısı", + "Update to %s" : "YenilÉ™ bunadÉ™k %s", + "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", + "Error while disabling app" : "Proqram tÉ™minatını dayandırdıqda sÉ™hv baÅŸ verdi", + "Disable" : "Dayandır", + "Enable" : "Ä°ÅŸÉ™ sal", + "Error while enabling app" : "Proqram tÉ™minatını iÅŸÉ™ saldıqda sÉ™hv baÅŸ verdi", + "Updated" : "YenilÉ™ndi", + "Valid until {date}" : "MüddÉ™tÉ™dÉ™k keçərlidir {date}", + "Delete" : "Sil", + "Select a profile picture" : "Profil üçün ÅŸÉ™kli seç", + "Very weak password" : "Çox asan ÅŸifrÉ™", + "Weak password" : "Asan ÅŸifrÉ™", + "So-so password" : "ElÉ™-belÉ™ ÅŸifrÉ™", + "Good password" : "Yaxşı ÅŸifrÉ™", + "Strong password" : "Çətin ÅŸifrÉ™", + "Groups" : "Qruplar", + "Unable to delete {objName}" : "{objName} silmÉ™k olmur", + "A valid group name must be provided" : "Düzgün qrup adı tÉ™yin edilmÉ™lidir", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geriyÉ™", + "never" : "heç vaxt", + "deleted {userName}" : "{userName} silindi", + "Changing the password will result in data loss, because data recovery is not available for this user" : "ÅžifrÉ™nin dÉ™yiÅŸdirilmÉ™si data itkisinÉ™ gÉ™tirÉ™cÉ™k ona görÉ™ ki, datanın bÉ™rpası bu istifadəçi üçün movcud deyil.", + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilmÉ™lidir", + "A valid password must be provided" : "Düzgün ÅŸifrÉ™ daxil edilmÉ™lidir", + "A valid email must be provided" : "Düzgün email tÉ™qdim edilmÉ™lidir", + "Developer documentation" : "Yaradıcı sÉ™nÉ™dləşmÉ™si", + "Documentation:" : "SÉ™nÉ™dləşmÉ™:", + "Show description …" : "Açıqlanmanı göstÉ™r ...", + "Hide description …" : "Açıqlamanı gizlÉ™t ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklÉ™nÉ™ bilmÉ™z ona görÉ™ ki, göstÉ™rilÉ™n asılılıqlar yerinÉ™ yetirilmÉ™yib:", + "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", + "Common Name" : "Ãœmumi ad", + "Valid until" : "VaxtadÉ™k keçərlidir", + "Issued By" : "TÉ™rÉ™findÉ™n yaradılıb", + "Valid until %s" : "Keçərlidir vaxtadÉ™k %s", + "Import root certificate" : "root sertifikatı import et", + "Forum" : "Forum", + "None" : "Heç bir", + "Login" : "GiriÅŸ", + "Plain" : "Adi", + "NT LAN Manager" : "NT LAN Manager", + "Open documentation" : "SÉ™nÉ™dlÉ™ri aç", + "Send mode" : "GöndÉ™rmÉ™ rejimi", + "Encryption" : "ÅžifrÉ™lÉ™nmÉ™", + "From address" : "Ãœnvandan", + "mail" : "poçt", + "Authentication method" : "Qeydiyyat metodikası", + "Authentication required" : "Qeydiyyat tÉ™lÉ™b edilir", + "Server address" : "Server ünvanı", + "Port" : "Port", + "Credentials" : "SÉ™lahiyyÉ™tlÉ™r", + "SMTP Username" : "SMTP Ä°stifadəçi adı", + "SMTP Password" : "SMTP ÅžifrÉ™si", + "Store credentials" : "SÉ™lahiyyÉ™tlÉ™ri saxla", + "Test email settings" : "Email qurmalarını test et", + "Send email" : "Email yolla", + "Security & setup warnings" : "TÉ™hlükÉ™sizlik & iÅŸÉ™ salma xÉ™bÉ™rdarlıqları", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Yalnız-Oxuma iÅŸÉ™ salınıb. Bu web-interface vasitÉ™silÉ™ edilÉ™n bÉ™zi konfiqlÉ™rin qarşısını alır. Bundan baÅŸqa, fayl É™llÉ™ edilÉ™n istÉ™nilÉ™n yenilınmÉ™ üçün yazılma yetkisinÉ™ sahib olmalıdır. ", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilÉ™r ki, cache/accelerator such tÉ™rÉ™findÉ™n cağırılıb hansi ki, Zend OPcache vÉ™ eAccelerator-da olduÄŸu kimidir.", + "System locale can not be set to a one which supports UTF-8." : "UTF-8 dsÉ™tklÉ™nÉ™n sistemdÉ™ daxili vaxt vÉ™ dil tÉ™yinatı ola bilmÉ™z. ", + "Execute one task with each page loaded" : "HÉ™r sÉ™hifÉ™ yüklÉ™nmÉ™sindÉ™ bir iÅŸi yerinÉ™ yetir", + "Version" : "Versiya", + "Sharing" : "Paylaşılır", + "Allow apps to use the Share API" : "Proqramlara izin verin ki, Paylaşım API-sindÉ™n istifadÉ™ edÉ™ bilsinlÉ™r.", + "Allow users to share via link" : "IstifadəçilÉ™rÉ™ link üzÉ™rindÉ™n paylaşım etmÉ™yÉ™ izin vermÉ™k", + "Allow public uploads" : "Ãœmumi yüklÉ™nmÉ™lÉ™rÉ™ izin vermÉ™k", + "Enforce password protection" : "ÅžifrÉ™ müdafiÉ™sini hÉ™yata keçirmÉ™k", + "Set default expiration date" : "Susmaya görÉ™ olan bitmÉ™ vaxtını tÉ™yin edin", + "Expire after " : "Bitir sonra", + "days" : "günlÉ™r", + "Enforce expiration date" : "BitmÉ™ tarixini hÉ™yata keçir", + "Allow resharing" : "YenidÉ™n paylaşıma izin", + "Restrict users to only share with users in their groups" : "Ä°stifadəçilÉ™ri yalnız yerləşdiklÉ™ri qrup üzvlÉ™ri ilÉ™ paylaşım edÉ™ bilmÉ™lÉ™rini mÉ™hdudla", + "Exclude groups from sharing" : "Qrupları paylaşımdan ayır", + "These groups will still be able to receive shares, but not to initiate them." : "Bu qruplar paylaşımları hÉ™lÉ™dÉ™ ala bilÉ™cÉ™klÉ™r ancaq, yarada bilmÉ™yÉ™cÉ™klÉ™r", + "How to do backups" : "Rezerv nüsxÉ™lÉ™r neçə edilisin", + "Profile picture" : "Profil ÅŸÉ™kli", + "Upload new" : "Yenisini yüklÉ™", + "Remove image" : "Şəkili sil", + "Cancel" : "Dayandır", + "Full name" : "Tam ad", + "No display name set" : "Ekranda adı dÉ™sti yoxdur", + "Email" : "Email", + "Your email address" : "Sizin email ünvanı", + "No email address set" : "Email ünvanı dÉ™sti yoxdur", + "You are member of the following groups:" : "Siz göstÉ™rilÉ™n qrupların üzvüsünüz:", + "Language" : "Dil", + "Help translate" : "TÉ™rcümÉ™yÉ™ kömÉ™k", + "Password" : "ÅžifrÉ™", + "Current password" : "Hazırkı ÅŸifrÉ™", + "New password" : "Yeni ÅŸifrÉ™", + "Change password" : "ÅžifrÉ™ni dÉ™yiÅŸ", + "Username" : "Ä°stifadəçi adı", + "Done" : "Edildi", + "Show storage location" : "Depo ünvanını göstÉ™r", + "Show user backend" : "Daxili istifadəçini göstÉ™r", + "Show email address" : "Email ünvanını göstÉ™r", + "Send email to new user" : "Yeni istifadəçiyÉ™ mÉ™ktub yolla", + "E-Mail" : "E-Mail", + "Create" : "Yarat", + "Admin Recovery Password" : "Ä°nzibatçı bÉ™rpa ÅŸifrÉ™si", + "Enter the recovery password in order to recover the users files during password change" : "ÅžifrÉ™ dÉ™yiÅŸilmÉ™si müddÉ™tindÉ™, sÉ™liqÉ™ ilÉ™ bÉ™rpa açarını daxil et ki, istifadəçi fayllları bÉ™rpa edilsin. ", + "Everyone" : "Hamı", + "Admins" : "Ä°nzibatçılar", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "XahiÅŸ olunur depo normasını daxil edÉ™siniz (MÉ™s: \"512 MB\" yada \"12 GB\")", + "Unlimited" : "Limitsiz", + "Other" : "DigÉ™r", + "Quota" : "Norma", + "change full name" : "tam adı dÉ™yiÅŸ", + "set new password" : "yeni ÅŸifrÉ™ tÉ™yin et", + "change email address" : "email ünvanını dÉ™yiÅŸ", + "Default" : "Susmaya görÉ™" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/az.json b/settings/l10n/az.json new file mode 100644 index 0000000000000000000000000000000000000000..ca71077ddcd59773e1d706e82a700fdf67529664 --- /dev/null +++ b/settings/l10n/az.json @@ -0,0 +1,144 @@ +{ "translations": { + "Wrong password" : "Yalnış ÅŸifrÉ™", + "Saved" : "Saxlanıldı", + "No user supplied" : "Heç bir istifadəçiyÉ™ mÉ™nimsÉ™dilmir", + "Unable to change password" : "ÅžifrÉ™ni dÉ™yiÅŸmÉ™k olmur", + "Authentication error" : "TÉ™yinat metodikası", + "Wrong admin recovery password. Please check the password and try again." : "Ä°nzibatçı geriyÉ™ qayıdış ÅŸifrÉ™si yalnışdır. XahiÅŸ olunur ÅŸifrÉ™ni yoxlayıb yenidÉ™n tÉ™krar edÉ™siniz.", + "Federated Cloud Sharing" : "Federal Cloud Paylaşım", + "Group already exists." : "Qrup artılq mövcduddur.", + "Unable to add group." : "Qrupu É™lavÉ™ etmÉ™k mümkün deyil. ", + "Unable to delete group." : "Qrupu silmÉ™k mümkün deyil.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "MÉ™ktubun yollanmasında sÉ™hv baÅŸ verdi. XahiÅŸ olunur öz quraÅŸdırmalarınıza yenidÉ™n göz yetirÉ™siniz.(Error: %s)", + "You need to set your user email before being able to send test emails." : "Test mÉ™ktubu göndÉ™rmÉ™zdÉ™n öncÉ™, siz öz istifadəçi poçtunuzu tÉ™yin etmÉ™lisiniz.", + "Invalid mail address" : "Yalnış mail ünvanı", + "A user with that name already exists." : "Bu adla istifadəçi artıq mövcuddur.", + "Unable to create user." : "Ä°stifadəçi yaratmaq mümkün deyil.", + "Unable to delete user." : "Ä°stifadəçini silmÉ™k mümkün deyil.", + "Unable to change full name" : "Tam adı dÉ™yiÅŸmÉ™k olmur", + "Your full name has been changed." : "Sizin tam adınız dÉ™yiÅŸdirildi.", + "Forbidden" : "QadaÄŸan", + "Invalid user" : "Ä°stifadəçi adı yalnışdır", + "Unable to change mail address" : "Mail ünvanını dÉ™yiÅŸmÉ™k olmur", + "Email saved" : "MÉ™ktub yadda saxlanıldı", + "Your %s account was created" : "Sizin %s hesab yaradıldı", + "Couldn't remove app." : "Proqram tÉ™minatını silmÉ™k mümkün olmadı.", + "Couldn't update app." : "Proqram tÉ™minatını yenilÉ™mÉ™k mümkün deyil.", + "Add trusted domain" : "Ä°namlı domainlÉ™rÉ™ É™lavÉ™ et", + "Email sent" : "MÉ™ktub göndÉ™rildi", + "All" : "Hamısı", + "Update to %s" : "YenilÉ™ bunadÉ™k %s", + "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", + "Error while disabling app" : "Proqram tÉ™minatını dayandırdıqda sÉ™hv baÅŸ verdi", + "Disable" : "Dayandır", + "Enable" : "Ä°ÅŸÉ™ sal", + "Error while enabling app" : "Proqram tÉ™minatını iÅŸÉ™ saldıqda sÉ™hv baÅŸ verdi", + "Updated" : "YenilÉ™ndi", + "Valid until {date}" : "MüddÉ™tÉ™dÉ™k keçərlidir {date}", + "Delete" : "Sil", + "Select a profile picture" : "Profil üçün ÅŸÉ™kli seç", + "Very weak password" : "Çox asan ÅŸifrÉ™", + "Weak password" : "Asan ÅŸifrÉ™", + "So-so password" : "ElÉ™-belÉ™ ÅŸifrÉ™", + "Good password" : "Yaxşı ÅŸifrÉ™", + "Strong password" : "Çətin ÅŸifrÉ™", + "Groups" : "Qruplar", + "Unable to delete {objName}" : "{objName} silmÉ™k olmur", + "A valid group name must be provided" : "Düzgün qrup adı tÉ™yin edilmÉ™lidir", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geriyÉ™", + "never" : "heç vaxt", + "deleted {userName}" : "{userName} silindi", + "Changing the password will result in data loss, because data recovery is not available for this user" : "ÅžifrÉ™nin dÉ™yiÅŸdirilmÉ™si data itkisinÉ™ gÉ™tirÉ™cÉ™k ona görÉ™ ki, datanın bÉ™rpası bu istifadəçi üçün movcud deyil.", + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilmÉ™lidir", + "A valid password must be provided" : "Düzgün ÅŸifrÉ™ daxil edilmÉ™lidir", + "A valid email must be provided" : "Düzgün email tÉ™qdim edilmÉ™lidir", + "Developer documentation" : "Yaradıcı sÉ™nÉ™dləşmÉ™si", + "Documentation:" : "SÉ™nÉ™dləşmÉ™:", + "Show description …" : "Açıqlanmanı göstÉ™r ...", + "Hide description …" : "Açıqlamanı gizlÉ™t ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklÉ™nÉ™ bilmÉ™z ona görÉ™ ki, göstÉ™rilÉ™n asılılıqlar yerinÉ™ yetirilmÉ™yib:", + "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", + "Common Name" : "Ãœmumi ad", + "Valid until" : "VaxtadÉ™k keçərlidir", + "Issued By" : "TÉ™rÉ™findÉ™n yaradılıb", + "Valid until %s" : "Keçərlidir vaxtadÉ™k %s", + "Import root certificate" : "root sertifikatı import et", + "Forum" : "Forum", + "None" : "Heç bir", + "Login" : "GiriÅŸ", + "Plain" : "Adi", + "NT LAN Manager" : "NT LAN Manager", + "Open documentation" : "SÉ™nÉ™dlÉ™ri aç", + "Send mode" : "GöndÉ™rmÉ™ rejimi", + "Encryption" : "ÅžifrÉ™lÉ™nmÉ™", + "From address" : "Ãœnvandan", + "mail" : "poçt", + "Authentication method" : "Qeydiyyat metodikası", + "Authentication required" : "Qeydiyyat tÉ™lÉ™b edilir", + "Server address" : "Server ünvanı", + "Port" : "Port", + "Credentials" : "SÉ™lahiyyÉ™tlÉ™r", + "SMTP Username" : "SMTP Ä°stifadəçi adı", + "SMTP Password" : "SMTP ÅžifrÉ™si", + "Store credentials" : "SÉ™lahiyyÉ™tlÉ™ri saxla", + "Test email settings" : "Email qurmalarını test et", + "Send email" : "Email yolla", + "Security & setup warnings" : "TÉ™hlükÉ™sizlik & iÅŸÉ™ salma xÉ™bÉ™rdarlıqları", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Yalnız-Oxuma iÅŸÉ™ salınıb. Bu web-interface vasitÉ™silÉ™ edilÉ™n bÉ™zi konfiqlÉ™rin qarşısını alır. Bundan baÅŸqa, fayl É™llÉ™ edilÉ™n istÉ™nilÉ™n yenilınmÉ™ üçün yazılma yetkisinÉ™ sahib olmalıdır. ", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu ola bilÉ™r ki, cache/accelerator such tÉ™rÉ™findÉ™n cağırılıb hansi ki, Zend OPcache vÉ™ eAccelerator-da olduÄŸu kimidir.", + "System locale can not be set to a one which supports UTF-8." : "UTF-8 dsÉ™tklÉ™nÉ™n sistemdÉ™ daxili vaxt vÉ™ dil tÉ™yinatı ola bilmÉ™z. ", + "Execute one task with each page loaded" : "HÉ™r sÉ™hifÉ™ yüklÉ™nmÉ™sindÉ™ bir iÅŸi yerinÉ™ yetir", + "Version" : "Versiya", + "Sharing" : "Paylaşılır", + "Allow apps to use the Share API" : "Proqramlara izin verin ki, Paylaşım API-sindÉ™n istifadÉ™ edÉ™ bilsinlÉ™r.", + "Allow users to share via link" : "IstifadəçilÉ™rÉ™ link üzÉ™rindÉ™n paylaşım etmÉ™yÉ™ izin vermÉ™k", + "Allow public uploads" : "Ãœmumi yüklÉ™nmÉ™lÉ™rÉ™ izin vermÉ™k", + "Enforce password protection" : "ÅžifrÉ™ müdafiÉ™sini hÉ™yata keçirmÉ™k", + "Set default expiration date" : "Susmaya görÉ™ olan bitmÉ™ vaxtını tÉ™yin edin", + "Expire after " : "Bitir sonra", + "days" : "günlÉ™r", + "Enforce expiration date" : "BitmÉ™ tarixini hÉ™yata keçir", + "Allow resharing" : "YenidÉ™n paylaşıma izin", + "Restrict users to only share with users in their groups" : "Ä°stifadəçilÉ™ri yalnız yerləşdiklÉ™ri qrup üzvlÉ™ri ilÉ™ paylaşım edÉ™ bilmÉ™lÉ™rini mÉ™hdudla", + "Exclude groups from sharing" : "Qrupları paylaşımdan ayır", + "These groups will still be able to receive shares, but not to initiate them." : "Bu qruplar paylaşımları hÉ™lÉ™dÉ™ ala bilÉ™cÉ™klÉ™r ancaq, yarada bilmÉ™yÉ™cÉ™klÉ™r", + "How to do backups" : "Rezerv nüsxÉ™lÉ™r neçə edilisin", + "Profile picture" : "Profil ÅŸÉ™kli", + "Upload new" : "Yenisini yüklÉ™", + "Remove image" : "Şəkili sil", + "Cancel" : "Dayandır", + "Full name" : "Tam ad", + "No display name set" : "Ekranda adı dÉ™sti yoxdur", + "Email" : "Email", + "Your email address" : "Sizin email ünvanı", + "No email address set" : "Email ünvanı dÉ™sti yoxdur", + "You are member of the following groups:" : "Siz göstÉ™rilÉ™n qrupların üzvüsünüz:", + "Language" : "Dil", + "Help translate" : "TÉ™rcümÉ™yÉ™ kömÉ™k", + "Password" : "ÅžifrÉ™", + "Current password" : "Hazırkı ÅŸifrÉ™", + "New password" : "Yeni ÅŸifrÉ™", + "Change password" : "ÅžifrÉ™ni dÉ™yiÅŸ", + "Username" : "Ä°stifadəçi adı", + "Done" : "Edildi", + "Show storage location" : "Depo ünvanını göstÉ™r", + "Show user backend" : "Daxili istifadəçini göstÉ™r", + "Show email address" : "Email ünvanını göstÉ™r", + "Send email to new user" : "Yeni istifadəçiyÉ™ mÉ™ktub yolla", + "E-Mail" : "E-Mail", + "Create" : "Yarat", + "Admin Recovery Password" : "Ä°nzibatçı bÉ™rpa ÅŸifrÉ™si", + "Enter the recovery password in order to recover the users files during password change" : "ÅžifrÉ™ dÉ™yiÅŸilmÉ™si müddÉ™tindÉ™, sÉ™liqÉ™ ilÉ™ bÉ™rpa açarını daxil et ki, istifadəçi fayllları bÉ™rpa edilsin. ", + "Everyone" : "Hamı", + "Admins" : "Ä°nzibatçılar", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "XahiÅŸ olunur depo normasını daxil edÉ™siniz (MÉ™s: \"512 MB\" yada \"12 GB\")", + "Unlimited" : "Limitsiz", + "Other" : "DigÉ™r", + "Quota" : "Norma", + "change full name" : "tam adı dÉ™yiÅŸ", + "set new password" : "yeni ÅŸifrÉ™ tÉ™yin et", + "change email address" : "email ünvanını dÉ™yiÅŸ", + "Default" : "Susmaya görÉ™" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bg.js b/settings/l10n/bg.js new file mode 100644 index 0000000000000000000000000000000000000000..2369b77e84732f44cfab458e884bf7a2889a4205 --- /dev/null +++ b/settings/l10n/bg.js @@ -0,0 +1,199 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Грешна парола", + "Saved" : "ЗапаметÑване", + "No user supplied" : "ЛипÑва потребител", + "Unable to change password" : "ÐеуÑпешна ÑмÑна на паролата.", + "Authentication error" : "Възникна проблем Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñта", + "Wrong admin recovery password. Please check the password and try again." : "Грешна админиÑтраторÑка парола за възÑтановÑване. МолÑ, проверете паролата и опитайте отново.", + "Group already exists." : "Групата вече ÑъщеÑтвува.", + "Unable to add group." : "ÐеуÑпешно добавÑне на група.", + "Unable to delete group." : "ÐеуÑпешно изтриване на група", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Възникна проблем при изпращането на имейла. МолÑ, провери наÑтройките. (Грешка: %s)", + "You need to set your user email before being able to send test emails." : "ТрÑбва да зададете ÑÐ²Ð¾Ñ Ð¸Ð¼ÐµÐ¹Ð» за да можете да изпращате теÑтови имейли.", + "Invalid mail address" : "невалиден Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "A user with that name already exists." : "Потребител Ñ Ñ‚Ð¾Ð²Ð° име вече ÑъщеÑтвува", + "Unable to create user." : "ÐеуÑпешно Ñъздаване на потребител.", + "Unable to delete user." : "ÐеуÑпешно изтриване на потребител.", + "Settings saved" : "ÐаÑтройките Ñа запазени", + "Unable to change full name" : "ÐеуÑпешна промÑна на пълното име.", + "Unable to change email address" : "ÐеуÑпешна промÑна на Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Your full name has been changed." : "Вашето пълно име е променено.", + "Forbidden" : "Забранено", + "Invalid user" : "Ðевалиден протребител", + "Unable to change mail address" : "ÐеуÑпешна промÑна на Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Email saved" : "Имейлът е запазен", + "Your %s account was created" : "Ð’Ð°ÑˆÐ¸Ñ %s профил бе Ñъздаден", + "Couldn't remove app." : "Приложението не бе премахнато.", + "Couldn't update app." : "Приложението не бе обновено.", + "Add trusted domain" : "ДобавÑне на Ñигурен домейн", + "Email sent" : "Имейлът е изпратен", + "All" : "Ð’Ñички", + "Update to %s" : "Обнови до %s", + "No apps found for your version" : "ÐÑма намерени Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð·Ð° верÑиÑта, коÑто ползвате", + "Disabling app …" : "ЗабранÑване на приложение ...", + "Error while disabling app" : "Грешка при изключване на приложението", + "Disable" : "Изключване", + "Enable" : "Включване", + "Enabling app …" : "Разрешаване на приложение ...", + "Error while enabling app" : "Грешка при включване на приложението", + "Updated" : "Обновено", + "Approved" : "Одобрен", + "Experimental" : "ЕкÑериментален", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome за Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS клиент", + "Android Client" : "Android клиент", + "This session" : "Текуща ÑеÑиÑ", + "Copy" : "Копиране", + "Copied!" : "Копирано!", + "Not supported!" : "Ðе Ñе поддържа!", + "Press ⌘-C to copy." : "За копиране натиÑнете ⌘-C", + "Press Ctrl-C to copy." : "За копиране натиÑнете Ctrl-C", + "Valid until {date}" : "Далидна до {date}", + "Delete" : "Изтриване", + "Local" : "Локално", + "Contacts" : "Контакти", + "Public" : "Публичен", + "Select a profile picture" : "Избиране на профилна Ñнимка", + "Very weak password" : "Много Ñлаба парола", + "Weak password" : "Слаба парола", + "So-so password" : "Ðе оÑобено добра парола", + "Good password" : "Добра парола", + "Strong password" : "Сигурна парола", + "Groups" : "Групи", + "Unable to delete {objName}" : "ÐеуÑпешно изтриване на {objName}.", + "A valid group name must be provided" : "Очаква Ñе валидно име на група", + "deleted {groupName}" : "{groupName} е изтрита", + "undo" : "възÑтановÑване", + "never" : "никога", + "deleted {userName}" : "{userName} е изтрит", + "Changing the password will result in data loss, because data recovery is not available for this user" : "ПромÑна на паролата ще доведе до загуба на данни, защото не е налично възÑтановÑване за този потребител.", + "A valid username must be provided" : "ТрÑбва да бъде зададено валидно потребителÑко име", + "A valid password must be provided" : "ТрÑбва да бъде зададена валидна парола", + "A valid email must be provided" : "ТрÑбва да бъде зададена валидна електронна поща", + "Developer documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð·Ð° разработчици", + "by %s" : "от %s", + "Documentation:" : "ДокументациÑ:", + "Visit website" : "ПоÑещаване на интернет Ñтраница", + "Report a bug" : "Докладване на грешка", + "Show description …" : "Покажи опиÑание ...", + "Hide description …" : "Скрии опиÑание ...", + "This app has an update available." : "Това приложение има налично обновление.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложението не може да бъде инÑталирано, защото Ñледните завиÑимоÑти не Ñа удовлетворени:", + "Enable only for specific groups" : "Включи Ñамо за определени групи", + "Common Name" : "Познато Име", + "Valid until" : "Валиден до", + "Issued By" : "Издаден от", + "Valid until %s" : "Валиден до %s", + "Import root certificate" : "Импортиране на оÑновен Ñертификат", + "Online documentation" : "Онлайн документациÑ", + "Forum" : "Форум", + "Commercial support" : "Платена поддръжка", + "None" : "ÐÑма", + "Login" : "Вход", + "Plain" : "Обикновен", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Open documentation" : "Отвори документациÑта", + "Send mode" : "Режим на изпращане", + "Encryption" : "Криптиране", + "From address" : "От адреÑ", + "mail" : "поща", + "Authentication method" : "Метод за отризиране", + "Authentication required" : "Ðужна е идентификациÑ", + "Server address" : "ÐÐ´Ñ€ÐµÑ Ð½Ð° Ñървъра", + "Port" : "Порт", + "Credentials" : "Потр. име и парола", + "SMTP Username" : "SMTP потребител", + "SMTP Password" : "SMTP парола", + "Store credentials" : "Запазвай креденциите", + "Test email settings" : "ÐаÑтройки на проверÑÐ²Ð°Ñ‰Ð¸Ñ Ð¸Ð¼ÐµÐ¹Ð»", + "Send email" : "Изпрати имейл", + "Enable encryption" : "Включване на криптиране", + "Select default encryption module:" : "Избор на модул за криптиране по подразбиране:", + "Start migration" : "Ðачало на миграциÑта", + "Security & setup warnings" : "ÐŸÑ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð·Ð° ÑигурноÑÑ‚ и наÑтройки", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да Ñе дължи на кеш/акÑелератор като Zend OPache или eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "СиÑтемните наÑтройки за меÑтоположение не могат да бъдат промени на такива, подържащи UTF-8.", + "Execute one task with each page loaded" : "Изпълни по едно задание Ñ Ð²ÑÑка заредена Ñтраница.", + "Version" : "ВерÑиÑ", + "Sharing" : "СподелÑне", + "Allow apps to use the Share API" : "Разреши приложениÑта да използват Share API", + "Allow users to share via link" : "Разреши потребителите да ÑподелÑÑ‚ Ñ Ð²Ñ€ÑŠÐ·ÐºÐ°", + "Allow public uploads" : "Разреши общодоÑтъпно качване", + "Enforce password protection" : "ИзиÑкай защита Ñ Ð¿Ð°Ñ€Ð¾Ð»Ð°.", + "Set default expiration date" : "Заложи Ñтандартна дата на изтичане", + "Expire after " : "Изтечи Ñлед", + "days" : "дена", + "Enforce expiration date" : "ИзиÑквай дата на изтичане", + "Allow resharing" : "Разреши преÑподелÑне.", + "Restrict users to only share with users in their groups" : "Ограничи потребителите, така че да могат да ÑподелÑÑ‚ Ñамо Ñ Ð´Ñ€ÑƒÐ³Ð¸ потребители в Ñвоите групи.", + "Exclude groups from sharing" : "Забрани групи да ÑподелÑÑ‚", + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават ÑподелениÑ, но нÑма да могат Ñамите те да ÑподелÑÑ‚.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, оÑобено ако ползвате клиента за наÑтолен компютър.", + "How to do backups" : "Как Ñе правÑÑ‚ резервни копиÑ", + "Performance tuning" : "ÐаÑтройване на производителноÑÑ‚", + "Improving the config.php" : "ПодобрÑване на config.php", + "Theming" : "ПромÑна на облика", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Ползвате <strong>%s</strong> от <strong>%s</strong>", + "Profile picture" : "Ðватар", + "Upload new" : "Качи нов", + "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макÑ. 20 MB", + "Cancel" : "Отказ", + "Full name" : "Пълно име", + "No display name set" : "ÐÑма наÑтроено екранно име", + "Email" : "Имейл", + "Your email address" : "ВашиÑÑ‚ имейл адреÑ", + "No email address set" : "ÐÑма наÑтроен Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Phone number" : "Тел. номер", + "Your phone number" : "Ð’Ð°ÑˆÐ¸Ñ Ñ‚ÐµÐ». номер", + "Address" : "ÐдреÑ", + "Your postal address" : "Ð’Ð°ÑˆÐ¸Ñ Ð¿Ð¾Ñ‰ÐµÐ½Ñки код", + "Website" : "Уеб Ñтраница", + "Twitter" : "Twitter", + "You are member of the following groups:" : "Член Ñте на Ñледните групи:", + "Language" : "Език", + "Help translate" : "Помогнете Ñ Ð¿Ñ€ÐµÐ²Ð¾Ð´Ð°", + "Password" : "Парола", + "Current password" : "Текуща парола", + "New password" : "Ðова парола", + "Change password" : "ПромÑна на паролата", + "Web, desktop and mobile clients currently logged in to your account." : "Уеб, наÑтолни и мобилни клиенти, които в момента Ñа впиÑани чрез Ð²Ð°ÑˆÐ¸Ñ Ð°ÐºÐ°ÑƒÐ½Ñ‚.", + "Device" : "УÑтройÑтво", + "Last activity" : "ПоÑледна активноÑÑ‚", + "App name" : "Име на приложението", + "Username" : "Потребител", + "Done" : "Завършен", + "Show storage location" : "Покажи мÑÑтото на хранилището", + "Show email address" : "Покажи адреÑа на електронната поща", + "Send email to new user" : "Изпращай пиÑмо към нов потребител", + "E-Mail" : "Имейл", + "Create" : "Създаване", + "Admin Recovery Password" : "ВъзÑтановÑване на админиÑтраторÑката парола", + "Enter the recovery password in order to recover the users files during password change" : "Въведете паролата за възÑтановÑване, за да възÑтановиш файловете на потребителите при промÑна на паролата.", + "Everyone" : "Ð’Ñички", + "Admins" : "ÐдминиÑтратори", + "Default quota" : "Стандартна квота", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "МолÑ, въведете квота за хранилището (напр. \"512 MB\" или \"12 GB\")", + "Unlimited" : "Ðеограничено", + "Other" : "Друга...", + "Group admin for" : "Групов админиÑтратор за", + "Quota" : "Квота", + "Storage location" : "ДиÑково проÑтранÑтво", + "Last login" : "ПоÑледно впиÑване", + "change full name" : "промени пълното име", + "set new password" : "Ñложи нова парола", + "change email address" : "Смени адреÑа на елетронната поща", + "Default" : "Стандарт" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bg.json b/settings/l10n/bg.json new file mode 100644 index 0000000000000000000000000000000000000000..fb438020d1a245b4b471e87ce5740c9ca6a723de --- /dev/null +++ b/settings/l10n/bg.json @@ -0,0 +1,197 @@ +{ "translations": { + "Wrong password" : "Грешна парола", + "Saved" : "ЗапаметÑване", + "No user supplied" : "ЛипÑва потребител", + "Unable to change password" : "ÐеуÑпешна ÑмÑна на паролата.", + "Authentication error" : "Възникна проблем Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñта", + "Wrong admin recovery password. Please check the password and try again." : "Грешна админиÑтраторÑка парола за възÑтановÑване. МолÑ, проверете паролата и опитайте отново.", + "Group already exists." : "Групата вече ÑъщеÑтвува.", + "Unable to add group." : "ÐеуÑпешно добавÑне на група.", + "Unable to delete group." : "ÐеуÑпешно изтриване на група", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Възникна проблем при изпращането на имейла. МолÑ, провери наÑтройките. (Грешка: %s)", + "You need to set your user email before being able to send test emails." : "ТрÑбва да зададете ÑÐ²Ð¾Ñ Ð¸Ð¼ÐµÐ¹Ð» за да можете да изпращате теÑтови имейли.", + "Invalid mail address" : "невалиден Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "A user with that name already exists." : "Потребител Ñ Ñ‚Ð¾Ð²Ð° име вече ÑъщеÑтвува", + "Unable to create user." : "ÐеуÑпешно Ñъздаване на потребител.", + "Unable to delete user." : "ÐеуÑпешно изтриване на потребител.", + "Settings saved" : "ÐаÑтройките Ñа запазени", + "Unable to change full name" : "ÐеуÑпешна промÑна на пълното име.", + "Unable to change email address" : "ÐеуÑпешна промÑна на Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Your full name has been changed." : "Вашето пълно име е променено.", + "Forbidden" : "Забранено", + "Invalid user" : "Ðевалиден протребител", + "Unable to change mail address" : "ÐеуÑпешна промÑна на Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Email saved" : "Имейлът е запазен", + "Your %s account was created" : "Ð’Ð°ÑˆÐ¸Ñ %s профил бе Ñъздаден", + "Couldn't remove app." : "Приложението не бе премахнато.", + "Couldn't update app." : "Приложението не бе обновено.", + "Add trusted domain" : "ДобавÑне на Ñигурен домейн", + "Email sent" : "Имейлът е изпратен", + "All" : "Ð’Ñички", + "Update to %s" : "Обнови до %s", + "No apps found for your version" : "ÐÑма намерени Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð·Ð° верÑиÑта, коÑто ползвате", + "Disabling app …" : "ЗабранÑване на приложение ...", + "Error while disabling app" : "Грешка при изключване на приложението", + "Disable" : "Изключване", + "Enable" : "Включване", + "Enabling app …" : "Разрешаване на приложение ...", + "Error while enabling app" : "Грешка при включване на приложението", + "Updated" : "Обновено", + "Approved" : "Одобрен", + "Experimental" : "ЕкÑериментален", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome за Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS клиент", + "Android Client" : "Android клиент", + "This session" : "Текуща ÑеÑиÑ", + "Copy" : "Копиране", + "Copied!" : "Копирано!", + "Not supported!" : "Ðе Ñе поддържа!", + "Press ⌘-C to copy." : "За копиране натиÑнете ⌘-C", + "Press Ctrl-C to copy." : "За копиране натиÑнете Ctrl-C", + "Valid until {date}" : "Далидна до {date}", + "Delete" : "Изтриване", + "Local" : "Локално", + "Contacts" : "Контакти", + "Public" : "Публичен", + "Select a profile picture" : "Избиране на профилна Ñнимка", + "Very weak password" : "Много Ñлаба парола", + "Weak password" : "Слаба парола", + "So-so password" : "Ðе оÑобено добра парола", + "Good password" : "Добра парола", + "Strong password" : "Сигурна парола", + "Groups" : "Групи", + "Unable to delete {objName}" : "ÐеуÑпешно изтриване на {objName}.", + "A valid group name must be provided" : "Очаква Ñе валидно име на група", + "deleted {groupName}" : "{groupName} е изтрита", + "undo" : "възÑтановÑване", + "never" : "никога", + "deleted {userName}" : "{userName} е изтрит", + "Changing the password will result in data loss, because data recovery is not available for this user" : "ПромÑна на паролата ще доведе до загуба на данни, защото не е налично възÑтановÑване за този потребител.", + "A valid username must be provided" : "ТрÑбва да бъде зададено валидно потребителÑко име", + "A valid password must be provided" : "ТрÑбва да бъде зададена валидна парола", + "A valid email must be provided" : "ТрÑбва да бъде зададена валидна електронна поща", + "Developer documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð·Ð° разработчици", + "by %s" : "от %s", + "Documentation:" : "ДокументациÑ:", + "Visit website" : "ПоÑещаване на интернет Ñтраница", + "Report a bug" : "Докладване на грешка", + "Show description …" : "Покажи опиÑание ...", + "Hide description …" : "Скрии опиÑание ...", + "This app has an update available." : "Това приложение има налично обновление.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложението не може да бъде инÑталирано, защото Ñледните завиÑимоÑти не Ñа удовлетворени:", + "Enable only for specific groups" : "Включи Ñамо за определени групи", + "Common Name" : "Познато Име", + "Valid until" : "Валиден до", + "Issued By" : "Издаден от", + "Valid until %s" : "Валиден до %s", + "Import root certificate" : "Импортиране на оÑновен Ñертификат", + "Online documentation" : "Онлайн документациÑ", + "Forum" : "Форум", + "Commercial support" : "Платена поддръжка", + "None" : "ÐÑма", + "Login" : "Вход", + "Plain" : "Обикновен", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Open documentation" : "Отвори документациÑта", + "Send mode" : "Режим на изпращане", + "Encryption" : "Криптиране", + "From address" : "От адреÑ", + "mail" : "поща", + "Authentication method" : "Метод за отризиране", + "Authentication required" : "Ðужна е идентификациÑ", + "Server address" : "ÐÐ´Ñ€ÐµÑ Ð½Ð° Ñървъра", + "Port" : "Порт", + "Credentials" : "Потр. име и парола", + "SMTP Username" : "SMTP потребител", + "SMTP Password" : "SMTP парола", + "Store credentials" : "Запазвай креденциите", + "Test email settings" : "ÐаÑтройки на проверÑÐ²Ð°Ñ‰Ð¸Ñ Ð¸Ð¼ÐµÐ¹Ð»", + "Send email" : "Изпрати имейл", + "Enable encryption" : "Включване на криптиране", + "Select default encryption module:" : "Избор на модул за криптиране по подразбиране:", + "Start migration" : "Ðачало на миграциÑта", + "Security & setup warnings" : "ÐŸÑ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð·Ð° ÑигурноÑÑ‚ и наÑтройки", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да Ñе дължи на кеш/акÑелератор като Zend OPache или eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "СиÑтемните наÑтройки за меÑтоположение не могат да бъдат промени на такива, подържащи UTF-8.", + "Execute one task with each page loaded" : "Изпълни по едно задание Ñ Ð²ÑÑка заредена Ñтраница.", + "Version" : "ВерÑиÑ", + "Sharing" : "СподелÑне", + "Allow apps to use the Share API" : "Разреши приложениÑта да използват Share API", + "Allow users to share via link" : "Разреши потребителите да ÑподелÑÑ‚ Ñ Ð²Ñ€ÑŠÐ·ÐºÐ°", + "Allow public uploads" : "Разреши общодоÑтъпно качване", + "Enforce password protection" : "ИзиÑкай защита Ñ Ð¿Ð°Ñ€Ð¾Ð»Ð°.", + "Set default expiration date" : "Заложи Ñтандартна дата на изтичане", + "Expire after " : "Изтечи Ñлед", + "days" : "дена", + "Enforce expiration date" : "ИзиÑквай дата на изтичане", + "Allow resharing" : "Разреши преÑподелÑне.", + "Restrict users to only share with users in their groups" : "Ограничи потребителите, така че да могат да ÑподелÑÑ‚ Ñамо Ñ Ð´Ñ€ÑƒÐ³Ð¸ потребители в Ñвоите групи.", + "Exclude groups from sharing" : "Забрани групи да ÑподелÑÑ‚", + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават ÑподелениÑ, но нÑма да могат Ñамите те да ÑподелÑÑ‚.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Препоръчително, оÑобено ако ползвате клиента за наÑтолен компютър.", + "How to do backups" : "Как Ñе правÑÑ‚ резервни копиÑ", + "Performance tuning" : "ÐаÑтройване на производителноÑÑ‚", + "Improving the config.php" : "ПодобрÑване на config.php", + "Theming" : "ПромÑна на облика", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Ползвате <strong>%s</strong> от <strong>%s</strong>", + "Profile picture" : "Ðватар", + "Upload new" : "Качи нов", + "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макÑ. 20 MB", + "Cancel" : "Отказ", + "Full name" : "Пълно име", + "No display name set" : "ÐÑма наÑтроено екранно име", + "Email" : "Имейл", + "Your email address" : "ВашиÑÑ‚ имейл адреÑ", + "No email address set" : "ÐÑма наÑтроен Ð°Ð´Ñ€ÐµÑ Ð½Ð° електронна поща", + "Phone number" : "Тел. номер", + "Your phone number" : "Ð’Ð°ÑˆÐ¸Ñ Ñ‚ÐµÐ». номер", + "Address" : "ÐдреÑ", + "Your postal address" : "Ð’Ð°ÑˆÐ¸Ñ Ð¿Ð¾Ñ‰ÐµÐ½Ñки код", + "Website" : "Уеб Ñтраница", + "Twitter" : "Twitter", + "You are member of the following groups:" : "Член Ñте на Ñледните групи:", + "Language" : "Език", + "Help translate" : "Помогнете Ñ Ð¿Ñ€ÐµÐ²Ð¾Ð´Ð°", + "Password" : "Парола", + "Current password" : "Текуща парола", + "New password" : "Ðова парола", + "Change password" : "ПромÑна на паролата", + "Web, desktop and mobile clients currently logged in to your account." : "Уеб, наÑтолни и мобилни клиенти, които в момента Ñа впиÑани чрез Ð²Ð°ÑˆÐ¸Ñ Ð°ÐºÐ°ÑƒÐ½Ñ‚.", + "Device" : "УÑтройÑтво", + "Last activity" : "ПоÑледна активноÑÑ‚", + "App name" : "Име на приложението", + "Username" : "Потребител", + "Done" : "Завършен", + "Show storage location" : "Покажи мÑÑтото на хранилището", + "Show email address" : "Покажи адреÑа на електронната поща", + "Send email to new user" : "Изпращай пиÑмо към нов потребител", + "E-Mail" : "Имейл", + "Create" : "Създаване", + "Admin Recovery Password" : "ВъзÑтановÑване на админиÑтраторÑката парола", + "Enter the recovery password in order to recover the users files during password change" : "Въведете паролата за възÑтановÑване, за да възÑтановиш файловете на потребителите при промÑна на паролата.", + "Everyone" : "Ð’Ñички", + "Admins" : "ÐдминиÑтратори", + "Default quota" : "Стандартна квота", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "МолÑ, въведете квота за хранилището (напр. \"512 MB\" или \"12 GB\")", + "Unlimited" : "Ðеограничено", + "Other" : "Друга...", + "Group admin for" : "Групов админиÑтратор за", + "Quota" : "Квота", + "Storage location" : "ДиÑково проÑтранÑтво", + "Last login" : "ПоÑледно впиÑване", + "change full name" : "промени пълното име", + "set new password" : "Ñложи нова парола", + "change email address" : "Смени адреÑа на елетронната поща", + "Default" : "Стандарт" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js new file mode 100644 index 0000000000000000000000000000000000000000..e553779886a3f72d6729d9fec1eca1444f318666 --- /dev/null +++ b/settings/l10n/bn_BD.js @@ -0,0 +1,62 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "à¦à§à¦² কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Saved" : "সংরকà§à¦·à¦£ করা হলো", + "No user supplied" : "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€ দেয়া হয়নি", + "Authentication error" : "অনà§à¦®à§‹à¦¦à¦¨ ঘটিত সমসà§à¦¯à¦¾", + "Your full name has been changed." : "আপনার পূরà§à¦£ নাম পরিবরà§à¦¤à¦¨ করা হয়েছে।", + "Email saved" : "ই-মেইল সংরকà§à¦·à¦¨ করা হয়েছে", + "Couldn't remove app." : "অà§à¦¯à¦¾à¦ª অপসারণ করা গেলনা", + "Couldn't update app." : "অà§à¦¯à¦¾à¦ª নবায়ন করা গেলনা।", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "All" : "সবাই", + "Error while disabling app" : "অà§à¦¯à¦¾à¦ª অকারà§à¦¯à¦•à¦° করতে সমসà§à¦¯à¦¾ দেখা দিয়েছে ", + "Disable" : "নিষà§à¦•à§à¦°à¦¿à§Ÿ", + "Enable" : "সকà§à¦°à¦¿à§Ÿ ", + "Error while enabling app" : "অà§à¦¯à¦¾à¦ª কারà§à¦¯à¦•à¦° করতে সমসà§à¦¯à¦¾ দেখা দিয়েছে ", + "Updated" : "নবায়নকৃত", + "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", + "Delete" : "মà§à¦›à§‡", + "Strong password" : "শকà§à¦¤à¦¿à¦¶à¦¾à¦²à§€ কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Groups" : "গোষà§à¦ ীসমূহ", + "undo" : "কà§à¦°à¦¿à§Ÿà¦¾ পà§à¦°à¦¤à§à¦¯à¦¾à¦¹à¦¾à¦°", + "never" : "কখনোই নয়", + "Forum" : "ফোরাম", + "None" : "কোনটিই নয়", + "Login" : "পà§à¦°à¦¬à§‡à¦¶", + "Send mode" : "পাঠানো মোড", + "Encryption" : "সংকেতায়ন", + "From address" : "হইতে ঠিকানা", + "mail" : "মেইল", + "Server address" : "সারà§à¦à¦¾à¦° ঠিকানা", + "Port" : "পোরà§à¦Ÿ", + "Send email" : "ইমেইল পাঠান ", + "Version" : "à¦à¦¾à¦°à§à¦¸à¦¨", + "Sharing" : "à¦à¦¾à¦—াà¦à¦¾à¦—িরত", + "Expire after " : "à¦à¦°à¦ªà¦° মেয়াদোতà§à¦¤à§€à¦°à§à¦£ হও", + "days" : "দিনগà§à¦²à¦¿", + "Enforce expiration date" : "মেয়াদোতà§à¦¤à§€à¦°à§à¦£ হওয়ার তারিখ কারà§à¦¯à¦•à¦° করà§à¦¨", + "Cancel" : "বাতির", + "Email" : "ইমেইল", + "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Language" : "à¦à¦¾à¦·à¦¾", + "Help translate" : "অনà§à¦¬à¦¾à¦¦ করতে সহায়তা করà§à¦¨", + "Password" : "কূটশবà§à¦¦", + "Current password" : "বরà§à¦¤à¦®à¦¾à¦¨ কূটশবà§à¦¦", + "New password" : "নতà§à¦¨ কূটশবà§à¦¦", + "Change password" : "কূটশবà§à¦¦ পরিবরà§à¦¤à¦¨ করà§à¦¨", + "Username" : "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€", + "Done" : "শেষ হলো", + "Create" : "তৈরী কর", + "Admin Recovery Password" : "পà§à¦°à¦¶à¦¾à¦¸à¦• পূণরূদà§à¦§à¦¾à¦° কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Everyone" : "সকলে", + "Admins" : "পà§à¦°à¦¶à¦¾à¦¸à¦¨", + "Unlimited" : "অসীম", + "Other" : "অনà§à¦¯à¦¾à¦¨à§à¦¯", + "Quota" : "কোটা", + "change full name" : "পà§à¦°à§‹à¦¨à¦¾à¦® পরিবরà§à¦¤à¦¨ করà§à¦¨", + "set new password" : "নতà§à¦¨ কূটশবà§à¦¦ নিরà§à¦§à¦¾à¦°à¦£ করà§à¦¨", + "Default" : "পূরà§à¦¬à¦¨à¦¿à¦°à§à¦§à¦¾à¦°à¦¿à¦¤" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json new file mode 100644 index 0000000000000000000000000000000000000000..5af3ccb99dc8dd7b346ca539ff35c7bf0c0ca6ea --- /dev/null +++ b/settings/l10n/bn_BD.json @@ -0,0 +1,60 @@ +{ "translations": { + "Wrong password" : "à¦à§à¦² কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Saved" : "সংরকà§à¦·à¦£ করা হলো", + "No user supplied" : "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€ দেয়া হয়নি", + "Authentication error" : "অনà§à¦®à§‹à¦¦à¦¨ ঘটিত সমসà§à¦¯à¦¾", + "Your full name has been changed." : "আপনার পূরà§à¦£ নাম পরিবরà§à¦¤à¦¨ করা হয়েছে।", + "Email saved" : "ই-মেইল সংরকà§à¦·à¦¨ করা হয়েছে", + "Couldn't remove app." : "অà§à¦¯à¦¾à¦ª অপসারণ করা গেলনা", + "Couldn't update app." : "অà§à¦¯à¦¾à¦ª নবায়ন করা গেলনা।", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "All" : "সবাই", + "Error while disabling app" : "অà§à¦¯à¦¾à¦ª অকারà§à¦¯à¦•à¦° করতে সমসà§à¦¯à¦¾ দেখা দিয়েছে ", + "Disable" : "নিষà§à¦•à§à¦°à¦¿à§Ÿ", + "Enable" : "সকà§à¦°à¦¿à§Ÿ ", + "Error while enabling app" : "অà§à¦¯à¦¾à¦ª কারà§à¦¯à¦•à¦° করতে সমসà§à¦¯à¦¾ দেখা দিয়েছে ", + "Updated" : "নবায়নকৃত", + "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", + "Delete" : "মà§à¦›à§‡", + "Strong password" : "শকà§à¦¤à¦¿à¦¶à¦¾à¦²à§€ কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Groups" : "গোষà§à¦ ীসমূহ", + "undo" : "কà§à¦°à¦¿à§Ÿà¦¾ পà§à¦°à¦¤à§à¦¯à¦¾à¦¹à¦¾à¦°", + "never" : "কখনোই নয়", + "Forum" : "ফোরাম", + "None" : "কোনটিই নয়", + "Login" : "পà§à¦°à¦¬à§‡à¦¶", + "Send mode" : "পাঠানো মোড", + "Encryption" : "সংকেতায়ন", + "From address" : "হইতে ঠিকানা", + "mail" : "মেইল", + "Server address" : "সারà§à¦à¦¾à¦° ঠিকানা", + "Port" : "পোরà§à¦Ÿ", + "Send email" : "ইমেইল পাঠান ", + "Version" : "à¦à¦¾à¦°à§à¦¸à¦¨", + "Sharing" : "à¦à¦¾à¦—াà¦à¦¾à¦—িরত", + "Expire after " : "à¦à¦°à¦ªà¦° মেয়াদোতà§à¦¤à§€à¦°à§à¦£ হও", + "days" : "দিনগà§à¦²à¦¿", + "Enforce expiration date" : "মেয়াদোতà§à¦¤à§€à¦°à§à¦£ হওয়ার তারিখ কারà§à¦¯à¦•à¦° করà§à¦¨", + "Cancel" : "বাতির", + "Email" : "ইমেইল", + "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Language" : "à¦à¦¾à¦·à¦¾", + "Help translate" : "অনà§à¦¬à¦¾à¦¦ করতে সহায়তা করà§à¦¨", + "Password" : "কূটশবà§à¦¦", + "Current password" : "বরà§à¦¤à¦®à¦¾à¦¨ কূটশবà§à¦¦", + "New password" : "নতà§à¦¨ কূটশবà§à¦¦", + "Change password" : "কূটশবà§à¦¦ পরিবরà§à¦¤à¦¨ করà§à¦¨", + "Username" : "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€", + "Done" : "শেষ হলো", + "Create" : "তৈরী কর", + "Admin Recovery Password" : "পà§à¦°à¦¶à¦¾à¦¸à¦• পূণরূদà§à¦§à¦¾à¦° কà§à¦Ÿà¦¶à¦¬à§à¦¦", + "Everyone" : "সকলে", + "Admins" : "পà§à¦°à¦¶à¦¾à¦¸à¦¨", + "Unlimited" : "অসীম", + "Other" : "অনà§à¦¯à¦¾à¦¨à§à¦¯", + "Quota" : "কোটা", + "change full name" : "পà§à¦°à§‹à¦¨à¦¾à¦® পরিবরà§à¦¤à¦¨ করà§à¦¨", + "set new password" : "নতà§à¦¨ কূটশবà§à¦¦ নিরà§à¦§à¦¾à¦°à¦£ করà§à¦¨", + "Default" : "পূরà§à¦¬à¦¨à¦¿à¦°à§à¦§à¦¾à¦°à¦¿à¦¤" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js new file mode 100644 index 0000000000000000000000000000000000000000..b4893cf59bcb8ec2bfd628ae834c6d29cd115fdd --- /dev/null +++ b/settings/l10n/bs.js @@ -0,0 +1,129 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "PogreÅ¡na lozinka", + "Saved" : "Spremljeno", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Unable to change password" : "Promjena lozinke nije moguća", + "Authentication error" : "GreÅ¡na autentifikacije", + "Wrong admin recovery password. Please check the password and try again." : "PogreÅ¡na admin lozinka za povratak. Molim provjerite lozinku i pokuÅ¡ajte ponovno.", + "Group already exists." : "Grupa već postoji.", + "Unable to add group." : "Nemoguće dodati grupu.", + "Unable to delete group." : "Nemoguće izbrisati grupu.", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu email trebate postaviti svoj korisniÄki email.", + "Invalid mail address" : "Nevažeća adresa e-poÅ¡te", + "Unable to create user." : "Nemoguće kreirati korisnika", + "Unable to delete user." : "Nemoguće izbrisati korisnika", + "Unable to change full name" : "Puno ime nije moguće promijeniti", + "Your full name has been changed." : "VaÅ¡e puno ime je promijenjeno.", + "Forbidden" : "Zabranjeno", + "Invalid user" : "NevažeÄi korisnik", + "Unable to change mail address" : "Nemoguće je izmjeniti adresu e-poÅ¡te", + "Email saved" : "E-poÅ¡ta je spremljena", + "Your %s account was created" : "VaÅ¡ %s raÄun je kreiran", + "Couldn't remove app." : "Nije moguće ukloniti aplikaciju.", + "Couldn't update app." : "Ažuriranje aplikacije nije moguće.", + "Add trusted domain" : "Dodaj pouzdanu domenu", + "Email sent" : "E-poÅ¡ta je poslana", + "All" : "Sve", + "Update to %s" : "Ažuriraj na %s", + "Error while disabling app" : "GreÅ¡ka pri onemogućavanju aplikacije", + "Disable" : "Onemogući", + "Enable" : "Omogući", + "Error while enabling app" : "GreÅ¡ka pri omogućavanju aplikacije", + "Updated" : "Ažurirano", + "Valid until {date}" : "Validno do {date}", + "Delete" : "IzbriÅ¡i", + "Select a profile picture" : "Odaberi sliku profila", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Tu-i-tamo lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poniÅ¡ti", + "never" : "nikad", + "deleted {userName}" : "izbrisan {userName}", + "A valid username must be provided" : "Nužno je navesti valjano korisniÄko ime", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "A valid email must be provided" : "Nužno je navesti valjanu adresu e-poÅ¡te", + "Documentation:" : "Dokumentacija:", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", + "Enable only for specific groups" : "Omogućite samo za specifiÄne grupe", + "Common Name" : "Opće Ime", + "Valid until" : "Validno do", + "Issued By" : "Izdano od", + "Valid until %s" : "Validno do %s", + "Forum" : "Forum", + "None" : "NiÅ¡ta", + "Login" : "Prijava", + "Plain" : "ÄŒisti tekst", + "NT LAN Manager" : "NT LAN menedžer", + "Send mode" : "NaÄin rada za slanje", + "Encryption" : "Å ifriranje", + "From address" : "S adrese", + "mail" : "poÅ¡ta", + "Authentication method" : "Metoda autentifikacije", + "Authentication required" : "Potrebna autentifikacija", + "Server address" : "Adresa servera", + "Port" : "PrikljuÄak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "SMTP KorisniÄko ime", + "SMTP Password" : "SMPT Lozinka", + "Store credentials" : "Spremi vjerodajnice", + "Test email settings" : "Postavke za testnu e-poÅ¡tu", + "Send email" : "PoÅ¡alji e-poÅ¡tu", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Samo-Äitajuća konfiguracija je podeÅ¡ena. Ovo sprijeÄava postavljanje neke konfiguracije putem web-suÄelja. Nadalje, datoteka mora biti omogućena ruÄnu izmjenu pri svakom ažuriranju.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivaÄ predmemorisanja kao Å¡to je Zend OPcache ili eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu Å¡emu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "Execute one task with each page loaded" : "IzvrÅ¡i jedan zadatak sa svakom uÄitanom stranicom", + "Version" : "Verzija", + "Sharing" : "Dijeljenje", + "Allow apps to use the Share API" : "Dozvoli aplikacijama koriÅ¡tenje Share API", + "Allow users to share via link" : "Dozvoli korisnicima dijeljenje putem veze", + "Allow public uploads" : "Dozvoli javno uÄitavanje", + "Enforce password protection" : "Nametni zaÅ¡titu lozinke", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametni datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje", + "Restrict users to only share with users in their groups" : "OgraniÄi korisnike na meÄ‘usobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Exclude groups from sharing" : "IskljuÄite grupe iz dijeljenja", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe i dalje moći primati dijeljene resurse, ali ne i inicirati ih", + "Profile picture" : "Slika profila", + "Upload new" : "UÄitaj novu", + "Remove image" : "Ukloni sliku", + "Cancel" : "Odustani", + "Email" : "E-poÅ¡ta", + "Your email address" : "VaÅ¡a adresa e-poÅ¡te", + "Language" : "Jezik", + "Help translate" : "Pomozi prevesti", + "Password" : "Lozinka", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijeni lozinku", + "Username" : "KorisniÄko ime", + "Show storage location" : "Prikaži mjesto pohrane", + "Show user backend" : "Prikaži korisniÄku pozadinu (backend)", + "Show email address" : "Prikaži adresu e-poÅ¡te", + "Send email to new user" : "PoÅ¡alji e-poÅ¡tu novom korisniku", + "E-Mail" : "E-poÅ¡ta", + "Create" : "Kreiraj", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisniÄke datoteke tokom promjene lozinke", + "Everyone" : "Svi", + "Admins" : "Administratori", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molim unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "NeograniÄeno", + "Other" : "Ostali", + "Quota" : "Kvota", + "change full name" : "promijeni puno ime", + "set new password" : "postavi novu lozinku", + "change email address" : "promjeni adresu e-poÅ¡te", + "Default" : "Zadano" +}, +"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/settings/l10n/bs.json b/settings/l10n/bs.json new file mode 100644 index 0000000000000000000000000000000000000000..4e29c4d29a8537661813c0637cc65403c02dcbbb --- /dev/null +++ b/settings/l10n/bs.json @@ -0,0 +1,127 @@ +{ "translations": { + "Wrong password" : "PogreÅ¡na lozinka", + "Saved" : "Spremljeno", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Unable to change password" : "Promjena lozinke nije moguća", + "Authentication error" : "GreÅ¡na autentifikacije", + "Wrong admin recovery password. Please check the password and try again." : "PogreÅ¡na admin lozinka za povratak. Molim provjerite lozinku i pokuÅ¡ajte ponovno.", + "Group already exists." : "Grupa već postoji.", + "Unable to add group." : "Nemoguće dodati grupu.", + "Unable to delete group." : "Nemoguće izbrisati grupu.", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu email trebate postaviti svoj korisniÄki email.", + "Invalid mail address" : "Nevažeća adresa e-poÅ¡te", + "Unable to create user." : "Nemoguće kreirati korisnika", + "Unable to delete user." : "Nemoguće izbrisati korisnika", + "Unable to change full name" : "Puno ime nije moguće promijeniti", + "Your full name has been changed." : "VaÅ¡e puno ime je promijenjeno.", + "Forbidden" : "Zabranjeno", + "Invalid user" : "NevažeÄi korisnik", + "Unable to change mail address" : "Nemoguće je izmjeniti adresu e-poÅ¡te", + "Email saved" : "E-poÅ¡ta je spremljena", + "Your %s account was created" : "VaÅ¡ %s raÄun je kreiran", + "Couldn't remove app." : "Nije moguće ukloniti aplikaciju.", + "Couldn't update app." : "Ažuriranje aplikacije nije moguće.", + "Add trusted domain" : "Dodaj pouzdanu domenu", + "Email sent" : "E-poÅ¡ta je poslana", + "All" : "Sve", + "Update to %s" : "Ažuriraj na %s", + "Error while disabling app" : "GreÅ¡ka pri onemogućavanju aplikacije", + "Disable" : "Onemogući", + "Enable" : "Omogući", + "Error while enabling app" : "GreÅ¡ka pri omogućavanju aplikacije", + "Updated" : "Ažurirano", + "Valid until {date}" : "Validno do {date}", + "Delete" : "IzbriÅ¡i", + "Select a profile picture" : "Odaberi sliku profila", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Tu-i-tamo lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poniÅ¡ti", + "never" : "nikad", + "deleted {userName}" : "izbrisan {userName}", + "A valid username must be provided" : "Nužno je navesti valjano korisniÄko ime", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "A valid email must be provided" : "Nužno je navesti valjanu adresu e-poÅ¡te", + "Documentation:" : "Dokumentacija:", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", + "Enable only for specific groups" : "Omogućite samo za specifiÄne grupe", + "Common Name" : "Opće Ime", + "Valid until" : "Validno do", + "Issued By" : "Izdano od", + "Valid until %s" : "Validno do %s", + "Forum" : "Forum", + "None" : "NiÅ¡ta", + "Login" : "Prijava", + "Plain" : "ÄŒisti tekst", + "NT LAN Manager" : "NT LAN menedžer", + "Send mode" : "NaÄin rada za slanje", + "Encryption" : "Å ifriranje", + "From address" : "S adrese", + "mail" : "poÅ¡ta", + "Authentication method" : "Metoda autentifikacije", + "Authentication required" : "Potrebna autentifikacija", + "Server address" : "Adresa servera", + "Port" : "PrikljuÄak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "SMTP KorisniÄko ime", + "SMTP Password" : "SMPT Lozinka", + "Store credentials" : "Spremi vjerodajnice", + "Test email settings" : "Postavke za testnu e-poÅ¡tu", + "Send email" : "PoÅ¡alji e-poÅ¡tu", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Samo-Äitajuća konfiguracija je podeÅ¡ena. Ovo sprijeÄava postavljanje neke konfiguracije putem web-suÄelja. Nadalje, datoteka mora biti omogućena ruÄnu izmjenu pri svakom ažuriranju.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivaÄ predmemorisanja kao Å¡to je Zend OPcache ili eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu Å¡emu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "Execute one task with each page loaded" : "IzvrÅ¡i jedan zadatak sa svakom uÄitanom stranicom", + "Version" : "Verzija", + "Sharing" : "Dijeljenje", + "Allow apps to use the Share API" : "Dozvoli aplikacijama koriÅ¡tenje Share API", + "Allow users to share via link" : "Dozvoli korisnicima dijeljenje putem veze", + "Allow public uploads" : "Dozvoli javno uÄitavanje", + "Enforce password protection" : "Nametni zaÅ¡titu lozinke", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametni datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje", + "Restrict users to only share with users in their groups" : "OgraniÄi korisnike na meÄ‘usobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Exclude groups from sharing" : "IskljuÄite grupe iz dijeljenja", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe i dalje moći primati dijeljene resurse, ali ne i inicirati ih", + "Profile picture" : "Slika profila", + "Upload new" : "UÄitaj novu", + "Remove image" : "Ukloni sliku", + "Cancel" : "Odustani", + "Email" : "E-poÅ¡ta", + "Your email address" : "VaÅ¡a adresa e-poÅ¡te", + "Language" : "Jezik", + "Help translate" : "Pomozi prevesti", + "Password" : "Lozinka", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijeni lozinku", + "Username" : "KorisniÄko ime", + "Show storage location" : "Prikaži mjesto pohrane", + "Show user backend" : "Prikaži korisniÄku pozadinu (backend)", + "Show email address" : "Prikaži adresu e-poÅ¡te", + "Send email to new user" : "PoÅ¡alji e-poÅ¡tu novom korisniku", + "E-Mail" : "E-poÅ¡ta", + "Create" : "Kreiraj", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisniÄke datoteke tokom promjene lozinke", + "Everyone" : "Svi", + "Admins" : "Administratori", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molim unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "NeograniÄeno", + "Other" : "Ostali", + "Quota" : "Kvota", + "change full name" : "promijeni puno ime", + "set new password" : "postavi novu lozinku", + "change email address" : "promjeni adresu e-poÅ¡te", + "Default" : "Zadano" +},"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/settings/l10n/ca.js b/settings/l10n/ca.js index de3c5ae76902331d5948c73944268b7960ecbdd6..516eff2bf3c66e9d367b9bcfd9e495089a284f57 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -330,6 +330,7 @@ OC.L10N.register( "change full name" : "canvia el nom complet", "set new password" : "estableix nova contrasenya", "change email address" : "canvi d'adreça de correu electrònic", - "Default" : "Per defecte" + "Default" : "Per defecte", + "Android app" : "Aplicació d'Android" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index 269c8c07947d822d235cf468620eef963bd80fde..49832fefb0d1aacced299a84d49df2a590b2c535 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -328,6 +328,7 @@ "change full name" : "canvia el nom complet", "set new password" : "estableix nova contrasenya", "change email address" : "canvi d'adreça de correu electrònic", - "Default" : "Per defecte" + "Default" : "Per defecte", + "Android app" : "Aplicació d'Android" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/cy_GB.js b/settings/l10n/cy_GB.js new file mode 100644 index 0000000000000000000000000000000000000000..cb3faa9fe1e070ca46bd2200a9f55a7adc05d0dc --- /dev/null +++ b/settings/l10n/cy_GB.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Gwall dilysu", + "Email sent" : "Anfonwyd yr e-bost", + "Delete" : "Dileu", + "Groups" : "Grwpiau", + "undo" : "dadwneud", + "never" : "byth", + "None" : "Dim", + "Login" : "Mewngofnodi", + "Encryption" : "Amgryptiad", + "Cancel" : "Diddymu", + "Email" : "E-bost", + "Password" : "Cyfrinair", + "New password" : "Cyfrinair newydd", + "Username" : "Enw defnyddiwr", + "Other" : "Arall" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/settings/l10n/cy_GB.json b/settings/l10n/cy_GB.json new file mode 100644 index 0000000000000000000000000000000000000000..0a0ba60de690f03e0554c951b330339ffc38b3aa --- /dev/null +++ b/settings/l10n/cy_GB.json @@ -0,0 +1,18 @@ +{ "translations": { + "Authentication error" : "Gwall dilysu", + "Email sent" : "Anfonwyd yr e-bost", + "Delete" : "Dileu", + "Groups" : "Grwpiau", + "undo" : "dadwneud", + "never" : "byth", + "None" : "Dim", + "Login" : "Mewngofnodi", + "Encryption" : "Amgryptiad", + "Cancel" : "Diddymu", + "Email" : "E-bost", + "Password" : "Cyfrinair", + "New password" : "Cyfrinair newydd", + "Username" : "Enw defnyddiwr", + "Other" : "Arall" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/settings/l10n/da.js b/settings/l10n/da.js new file mode 100644 index 0000000000000000000000000000000000000000..d1838ebc186ebae3829382baba75002ae108e330 --- /dev/null +++ b/settings/l10n/da.js @@ -0,0 +1,313 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} ændrede din adgangskode", + "You changed your password" : "Du ændrede din kode", + "Your password was reset by an administrator" : "Din adgangskode er blevet resat af en administrator", + "{actor} changed your email address" : "{actor} skiftede din e-mail adresse", + "You changed your email address" : "Du har ændret din email adresse", + "Your email address was changed by an administrator" : "Din email adresse er blevet ændret af en administrator", + "Security" : "Sikkerhed", + "You successfully logged in using two-factor authentication (%1$s)" : "Du loggede in ved at bruge two-factor authentication (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med two-factor authentication (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dit <strong>password</strong> eller <strong>email</strong> blev ændret", + "Your apps" : "Dine apps", + "Updates" : "Opdateringer", + "Enabled apps" : "Aktiverede apps", + "Disabled apps" : "Deaktiverede apps", + "App bundles" : "App bundles", + "Wrong password" : "Forkert kodeord", + "Saved" : "Gemt", + "No user supplied" : "Intet brugernavn givet", + "Unable to change password" : "Kunne ikke ændre kodeord", + "Authentication error" : "Adgangsfejl", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angiv venligst en administrator gendannelseskode, ellers vil alt brugerdata gÃ¥ tabt", + "Wrong admin recovery password. Please check the password and try again." : "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", + "Backend doesn't support password change, but the user's encryption key was updated." : "Backend'en understøtter ikke skift af kodeord, men opdateringen af brugerens krypteringsnøgle blev gennemført.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "installation og opdatering af apps via app-butikken eller sammensluttet Cloud deling", + "Federated Cloud Sharing" : "Sammensluttet Cloud deling", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL bruger en forældet %s version (%s). Husk at opdatere dit styresystem ellers vil funktioner sÃ¥som %s ikke fungere pÃ¥lideligt.", + "A problem occurred, please check your log files (Error: %s)" : "Der opstod en fejl - tjek venligst dine logfiler (fejl: %s)", + "Migration Completed" : "Overflytning blev fuldført", + "Group already exists." : "Gruppen findes allerede.", + "Unable to add group." : "Kan ikke tilføje gruppen.", + "Unable to delete group." : "Kan ikke slette gruppen.", + "Invalid SMTP password." : "Ikke gyldigt SMTP password", + "Email setting test" : "Test email-indstillinger", + "Well done, %s!" : "Godt gÃ¥et, %s!", + "If you received this email, the email configuration seems to be correct." : "Hvis du har modtaget denne email, sÃ¥ er email konfigureret rigtigt.", + "Email could not be sent. Check your mail server log" : "Email kunne ikke sendes. Tjek din mail server log", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Der opstod et problem under afsendelse af e-mailen. Gennemse venligst dine indstillinger. (Fejl: %s)", + "You need to set your user email before being able to send test emails." : "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", + "Invalid mail address" : "Ugyldig mailadresse", + "No valid group selected" : "Ingen gyldig gruppe valgt", + "A user with that name already exists." : "Dette brugernavn eksistere allerede.", + "To send a password link to the user an email address is required." : "For at sende et password link til brugeren skal der bruges en email.", + "Unable to create user." : "Kan ikke oprette brugeren.", + "Unable to delete user." : "Kan ikke slette brugeren.", + "Error while enabling user." : "Fejl ved aktivering af bruger", + "Error while disabling user." : "Fejl ved deaktivering af bruger", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "For at verificerer din Twitter konto, post den følgende tweet pÃ¥ Twitter (Sørg for at poste det uden linjeskift)", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "For at bekræfte din hjemmeside, opbevare følgende indhold i din web-roden '.well-known/CloudIdVerificationCode.txt' \n(vær sikker pÃ¥, at den fulde tekst er pÃ¥ en linje):", + "Settings saved" : "Indstillinger gemt", + "Unable to change full name" : "Ikke i stand til at ændre dit fulde navn", + "Unable to change email address" : "Kan ikke ændre emailadressen", + "Your full name has been changed." : "Dit fulde navn er blevet ændret.", + "Forbidden" : "Forbudt", + "Invalid user" : "Ugyldig bruger", + "Unable to change mail address" : "Kan ikke ændre mailadresse", + "Email saved" : "E-mailadressen er gemt", + "%1$s changed your password on %2$s." : "%1$s ændrede dit password pÃ¥ %2$s.", + "Your password on %s was changed." : "Dit password pÃ¥ %s blev ændret.", + "Your password on %s was reset by an administrator." : "Dit password pÃ¥ %s er blevet nulstillet af en administrator.", + "Password for %1$s changed on %2$s" : "Password for %1$s er ændret pÃ¥ %2$s", + "Password changed for %s" : "Password ændret for %s", + "If you did not request this, please contact an administrator." : "Kontakt en administrator, hvis du ikke har bedt om dette.", + "%1$s changed your email address on %2$s." : "%1$s ændrede din email pÃ¥ %2$s.", + "Your email address on %s was changed." : "Din email pÃ¥ %s blev ændret.", + "Your email address on %s was changed by an administrator." : "Din email adresse pÃ¥ %s er blevet ændret af en administrator", + "Email address for %1$s changed on %2$s" : "Email adresse for %1$s ændret pÃ¥ %2$s", + "Email address changed for %s" : "Email adresse ændret for %s", + "The new email address is %s" : "Den nye email adresse er %s", + "Your %s account was created" : "Din %s-konto blev oprettet", + "Welcome aboard" : "Velkommen ombord", + "Welcome aboard %s" : "velkommen ombord %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Velkommen til din %s konto, du kan tilføje, beskytte og dele dine data.", + "Your username is: %s" : "Dit brugernavn er: %s", + "Set your password" : "Sæt dit password", + "Go to %s" : "GÃ¥ til %s", + "Install Client" : "Installer client", + "Password confirmation is required" : "Password beskæftigelse er pÃ¥krævet", + "Couldn't remove app." : "Kunne ikke fjerne app'en.", + "Couldn't update app." : "Kunne ikke opdatere app'en.", + "Are you really sure you want add {domain} as trusted domain?" : "Er du helt sikker pÃ¥ at du vil tilføje {domain} som et betroet domæne?", + "Add trusted domain" : "Tilføj et domæne som du har tillid til", + "Migration in progress. Please wait until the migration is finished" : "Immigration er i gang. Vent venligst indtil overflytningen er afsluttet", + "Migration started …" : "Migrering er pÃ¥begyndt...", + "Not saved" : "Ikke gemt", + "Sending…" : "Sender...", + "Email sent" : "E-mail afsendt", + "Official" : "Officiel", + "All" : "Alle", + "Update to %s" : "Opdatér til %s", + "No apps found for your version" : "Ingen apps fundet til din verion", + "The app will be downloaded from the app store" : "Appen vil blive downloaded fra app storen.", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestÃ¥et en let sikkerheds gennemgang. De er aktivt vedligeholdt i et Ã¥ben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer pÃ¥ eget ansvar.", + "Disabling app …" : "Deaktiverer app...", + "Error while disabling app" : "Kunne ikke deaktivere app", + "Disable" : "Deaktiver", + "Enable" : "Aktiver", + "Enabling app …" : "Aktiverer app...", + "Error while enabling app" : "Kunne ikke aktivere app", + "Error: This app can not be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres fordi den gør serveren ustabil", + "Error: Could not disable broken app" : "Fejl: Kunne ikke deaktivere app", + "Error while disabling broken app" : "Fejl under deaktivering af ødelagt app", + "Updated" : "Opdateret", + "Removing …" : "Fjerner...", + "Remove" : "Fjern", + "Approved" : "Godkendt", + "Experimental" : "Eksperimentel", + "No apps found for {query}" : "Ingen apps fundet for {query}", + "Enable all" : "Aktiver alle", + "Allow filesystem access" : "Tillad filsystem adgang", + "Disconnect" : "Frakobl", + "Revoke" : "Tilbagekald", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome til Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android klient", + "Sync client - {os}" : "Synk klient - {os}", + "This session" : "Sessionen", + "Copy" : "Kopier", + "Copied!" : "Kopieret", + "Not supported!" : "Ikke understøttet", + "Press ⌘-C to copy." : "Tryk ⌘-C for at kopiere.", + "Press Ctrl-C to copy." : "Tryk Ctrl-C for kopi.", + "Error while loading browser sessions and device tokens" : "Fejl mens browser sessions og enhed tokens blev loadet.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Der opstod en fejl. Upload venligst et ASCII-indkodet PEM-certifikat.", + "Valid until {date}" : "Gyldig indtil {date}", + "Delete" : "Slet", + "Local" : "Lokal", + "Private" : "Privat", + "Only visible to local users" : "Kun synlig for lokale brugere", + "Only visible to you" : "Kun synlig for dig", + "Contacts" : "Kontakter", + "Public" : "Offentlig", + "Verify" : "Bekræft", + "Verifying …" : "Bekræfter.....", + "Select a profile picture" : "Vælg et profilbillede", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunne ikke slette {objName}", + "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", + "deleted {groupName}" : "slettede {groupName}", + "undo" : "fortryd", + "{size} used" : "{size} brugt", + "never" : "aldrig", + "deleted {userName}" : "slettede {userName}", + "Add group" : "Tilføj gruppe", + "no group" : "ingen gruppe", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Ændring af kodeordet vil føre til datatab, fordi datagendannelse ikke er tilgængelig for denne bruger", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "A valid email must be provided" : "Der skal angives en gyldig e-mail", + "Developer documentation" : "Dokumentation for udviklere", + "by %s" : "af %s", + "Documentation:" : "Dokumentation:", + "User documentation" : "Brugerdokumentation", + "Admin documentation" : "Admin-dokumentation", + "Show description …" : "Vis beskrivelse", + "Hide description …" : "Skjul beskrivelse", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Common Name" : "Almindeligt navn", + "Valid until" : "Gyldig indtil", + "Issued By" : "Udstedt af", + "Valid until %s" : "Gyldig indtil %s", + "Import root certificate" : "Importer rodcertifikat", + "Administrator documentation" : "Administratordokumentation", + "Online documentation" : "Online dokumentation", + "Forum" : "Forum", + "Getting help" : "FÃ¥ hjælp", + "Commercial support" : "Kommerciel support", + "None" : "Ingen", + "Login" : "Login", + "Plain" : "Klartekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "E-mailserver", + "Open documentation" : "Ã…ben dokumentation", + "Send mode" : "Tilstand for afsendelse", + "Encryption" : "Kryptering", + "From address" : "Fra adresse", + "mail" : "mail", + "Authentication method" : "Godkendelsesmetode", + "Authentication required" : "Godkendelse pÃ¥krævet", + "Server address" : "Serveradresse", + "Port" : "Port", + "Credentials" : "Brugeroplysninger", + "SMTP Username" : "SMTP Brugernavn", + "SMTP Password" : "SMTP Kodeord", + "Store credentials" : "Gem brugeroplysninger", + "Test email settings" : "Test e-mail-indstillinger", + "Send email" : "Send e-mail", + "Server-side encryption" : "Kryptering pÃ¥ serversiden", + "Enable server-side encryption" : "SlÃ¥ kryptering til pÃ¥ serversiden", + "Please read carefully before activating server-side encryption: " : "Læs venligst dette omhyggeligt, før der aktivere kryptering pÃ¥ serversiden:", + "This is the final warning: Do you really want to enable encryption?" : "Dette er den sidste advarsel: Sikker pÃ¥ at du vil slÃ¥ kryptering til?", + "Enable encryption" : "SlÃ¥ kryptering til", + "No encryption module loaded, please enable an encryption module in the app menu." : "Der er ikke indlæst et krypteringsmodul - slÃ¥ venligst et krypteringsmodul til i app-menuen.", + "Select default encryption module:" : "Vælg standardmodulet til kryptering:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen. SlÃ¥ venligst \"Standardmodul til kryptering\" til, og kør \"occ encryption:migrate\"", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen.", + "Start migration" : "PÃ¥begynd immigrering", + "Security & setup warnings" : "Advarsler om sikkerhed og opsætning", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slÃ¥et til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forÃ¥rsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", + "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", + "All checks passed." : "Alle tjek blev bestÃ¥et.", + "Execute one task with each page loaded" : "Udføre en opgave med hver side indlæsning", + "Version" : "Version", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillad apps til at bruge Share API", + "Allow users to share via link" : "Tillad brugere at dele via link", + "Allow public uploads" : "Tillad offentlig upload", + "Always ask for a password" : "Altid spørg efter kodeord", + "Enforce password protection" : "Tving kodeords beskyttelse", + "Set default expiration date" : "Vælg standard udløbsdato", + "Expire after " : "Udløber efter", + "days" : "dage", + "Enforce expiration date" : "PÃ¥tving udløbsdato", + "Allow resharing" : "Tillad videredeling", + "Restrict users to only share with users in their groups" : "Begræns brugere til kun at dele med brugere i deres egen gruppe", + "Exclude groups from sharing" : "Ekskluder grupper fra at dele", + "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Hvordan man laver sikkerhedskopier", + "Performance tuning" : "Ydelses optimering", + "Improving the config.php" : "Forbedring af config.php", + "Theming" : "Temaer", + "Hardening and security guidance" : "Modstanddygtighed og sikkerheds vejledning", + "Personal" : "Personligt", + "Administration" : "Administration", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruger <strong>%s</strong> af <strong>%s</strong>", + "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Du bruger <strong>%s</strong> af <strong>%s</strong> (<strong>%s %%</strong>)", + "Profile picture" : "Profilbillede", + "Upload new" : "Upload nyt", + "Select from Files" : "Vælg fra filer", + "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", + "Picture provided by original account" : "Billede leveret af den oprindelige konto", + "Cancel" : "Annuller", + "Choose as profile picture" : "Vælg et profilbillede", + "Full name" : "Fulde navn", + "No display name set" : "Der er ikke angivet skærmnavn", + "Email" : "E-mail", + "Your email address" : "Din e-mailadresse", + "No email address set" : "Der er ikke angivet e-mailadresse", + "For password reset and notifications" : "Til nulstilling af adgangskoder og meddelelser", + "Phone number" : "Telefon nummer", + "Your phone number" : "Dit telefon nummer", + "Address" : "Adresse", + "Your postal address" : "Dit Postnummer", + "Website" : "Hjemmeside", + "It can take up to 24 hours before the account is displayed as verified." : "Det kan tage op til 24 timer, før kontoen vises som verificeret.", + "Twitter" : "Twitter", + "Twitter handle @…" : "Twitter handle @…", + "You are member of the following groups:" : "Du er medlem af følgende grupper:", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", + "Password" : "Kodeord", + "Current password" : "Nuværende adgangskode", + "New password" : "Nyt kodeord", + "Change password" : "Skift kodeord", + "Web, desktop and mobile clients currently logged in to your account." : "Web, stationære og mobile klienter, der er logget ind pÃ¥ din konto.", + "Device" : "Enhed", + "Last activity" : "Sidste aktivitet", + "App name" : "App navn", + "Create new app password" : "Opret nyt app kodeord", + "Username" : "Brugernavn", + "Done" : "Færdig", + "Follow us on Google+" : "Følg os pÃ¥ Google+", + "Like our Facebook page" : "Følg os pÃ¥ Facebook", + "Follow us on Twitter" : "Følg os pÃ¥ Twitter", + "Settings" : "Indstillinger", + "Show storage location" : "Vis placering af lageret", + "Show user backend" : "Vis bruger-backend", + "Show last login" : "Vis seneste login", + "Show email address" : "Vis e-mailadresse", + "Send email to new user" : "Send e-mail til ny bruger", + "E-Mail" : "E-mail", + "Create" : "Ny", + "Admin Recovery Password" : "Administrator gendannelse kodeord", + "Enter the recovery password in order to recover the users files during password change" : "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord", + "Everyone" : "Alle", + "Admins" : "Administratore", + "Disabled" : "Deaktiveret", + "Default quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Indtast venligst lagerkvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrænset", + "Other" : "Andet", + "Group admin for" : "Gruppeadministrator for", + "Quota" : "Kvote", + "Storage location" : "Placering af lageret", + "User backend" : "Bruger-backend", + "Last login" : "Seneste login", + "change full name" : "ændre fulde navn", + "set new password" : "skift kodeord", + "change email address" : "skift e-mailadresse", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/da.json b/settings/l10n/da.json new file mode 100644 index 0000000000000000000000000000000000000000..5a43f159ecce91a2d489ace3801595a7e1b27742 --- /dev/null +++ b/settings/l10n/da.json @@ -0,0 +1,311 @@ +{ "translations": { + "{actor} changed your password" : "{actor} ændrede din adgangskode", + "You changed your password" : "Du ændrede din kode", + "Your password was reset by an administrator" : "Din adgangskode er blevet resat af en administrator", + "{actor} changed your email address" : "{actor} skiftede din e-mail adresse", + "You changed your email address" : "Du har ændret din email adresse", + "Your email address was changed by an administrator" : "Din email adresse er blevet ændret af en administrator", + "Security" : "Sikkerhed", + "You successfully logged in using two-factor authentication (%1$s)" : "Du loggede in ved at bruge two-factor authentication (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med two-factor authentication (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dit <strong>password</strong> eller <strong>email</strong> blev ændret", + "Your apps" : "Dine apps", + "Updates" : "Opdateringer", + "Enabled apps" : "Aktiverede apps", + "Disabled apps" : "Deaktiverede apps", + "App bundles" : "App bundles", + "Wrong password" : "Forkert kodeord", + "Saved" : "Gemt", + "No user supplied" : "Intet brugernavn givet", + "Unable to change password" : "Kunne ikke ændre kodeord", + "Authentication error" : "Adgangsfejl", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angiv venligst en administrator gendannelseskode, ellers vil alt brugerdata gÃ¥ tabt", + "Wrong admin recovery password. Please check the password and try again." : "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", + "Backend doesn't support password change, but the user's encryption key was updated." : "Backend'en understøtter ikke skift af kodeord, men opdateringen af brugerens krypteringsnøgle blev gennemført.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "installation og opdatering af apps via app-butikken eller sammensluttet Cloud deling", + "Federated Cloud Sharing" : "Sammensluttet Cloud deling", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL bruger en forældet %s version (%s). Husk at opdatere dit styresystem ellers vil funktioner sÃ¥som %s ikke fungere pÃ¥lideligt.", + "A problem occurred, please check your log files (Error: %s)" : "Der opstod en fejl - tjek venligst dine logfiler (fejl: %s)", + "Migration Completed" : "Overflytning blev fuldført", + "Group already exists." : "Gruppen findes allerede.", + "Unable to add group." : "Kan ikke tilføje gruppen.", + "Unable to delete group." : "Kan ikke slette gruppen.", + "Invalid SMTP password." : "Ikke gyldigt SMTP password", + "Email setting test" : "Test email-indstillinger", + "Well done, %s!" : "Godt gÃ¥et, %s!", + "If you received this email, the email configuration seems to be correct." : "Hvis du har modtaget denne email, sÃ¥ er email konfigureret rigtigt.", + "Email could not be sent. Check your mail server log" : "Email kunne ikke sendes. Tjek din mail server log", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Der opstod et problem under afsendelse af e-mailen. Gennemse venligst dine indstillinger. (Fejl: %s)", + "You need to set your user email before being able to send test emails." : "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", + "Invalid mail address" : "Ugyldig mailadresse", + "No valid group selected" : "Ingen gyldig gruppe valgt", + "A user with that name already exists." : "Dette brugernavn eksistere allerede.", + "To send a password link to the user an email address is required." : "For at sende et password link til brugeren skal der bruges en email.", + "Unable to create user." : "Kan ikke oprette brugeren.", + "Unable to delete user." : "Kan ikke slette brugeren.", + "Error while enabling user." : "Fejl ved aktivering af bruger", + "Error while disabling user." : "Fejl ved deaktivering af bruger", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "For at verificerer din Twitter konto, post den følgende tweet pÃ¥ Twitter (Sørg for at poste det uden linjeskift)", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "For at bekræfte din hjemmeside, opbevare følgende indhold i din web-roden '.well-known/CloudIdVerificationCode.txt' \n(vær sikker pÃ¥, at den fulde tekst er pÃ¥ en linje):", + "Settings saved" : "Indstillinger gemt", + "Unable to change full name" : "Ikke i stand til at ændre dit fulde navn", + "Unable to change email address" : "Kan ikke ændre emailadressen", + "Your full name has been changed." : "Dit fulde navn er blevet ændret.", + "Forbidden" : "Forbudt", + "Invalid user" : "Ugyldig bruger", + "Unable to change mail address" : "Kan ikke ændre mailadresse", + "Email saved" : "E-mailadressen er gemt", + "%1$s changed your password on %2$s." : "%1$s ændrede dit password pÃ¥ %2$s.", + "Your password on %s was changed." : "Dit password pÃ¥ %s blev ændret.", + "Your password on %s was reset by an administrator." : "Dit password pÃ¥ %s er blevet nulstillet af en administrator.", + "Password for %1$s changed on %2$s" : "Password for %1$s er ændret pÃ¥ %2$s", + "Password changed for %s" : "Password ændret for %s", + "If you did not request this, please contact an administrator." : "Kontakt en administrator, hvis du ikke har bedt om dette.", + "%1$s changed your email address on %2$s." : "%1$s ændrede din email pÃ¥ %2$s.", + "Your email address on %s was changed." : "Din email pÃ¥ %s blev ændret.", + "Your email address on %s was changed by an administrator." : "Din email adresse pÃ¥ %s er blevet ændret af en administrator", + "Email address for %1$s changed on %2$s" : "Email adresse for %1$s ændret pÃ¥ %2$s", + "Email address changed for %s" : "Email adresse ændret for %s", + "The new email address is %s" : "Den nye email adresse er %s", + "Your %s account was created" : "Din %s-konto blev oprettet", + "Welcome aboard" : "Velkommen ombord", + "Welcome aboard %s" : "velkommen ombord %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Velkommen til din %s konto, du kan tilføje, beskytte og dele dine data.", + "Your username is: %s" : "Dit brugernavn er: %s", + "Set your password" : "Sæt dit password", + "Go to %s" : "GÃ¥ til %s", + "Install Client" : "Installer client", + "Password confirmation is required" : "Password beskæftigelse er pÃ¥krævet", + "Couldn't remove app." : "Kunne ikke fjerne app'en.", + "Couldn't update app." : "Kunne ikke opdatere app'en.", + "Are you really sure you want add {domain} as trusted domain?" : "Er du helt sikker pÃ¥ at du vil tilføje {domain} som et betroet domæne?", + "Add trusted domain" : "Tilføj et domæne som du har tillid til", + "Migration in progress. Please wait until the migration is finished" : "Immigration er i gang. Vent venligst indtil overflytningen er afsluttet", + "Migration started …" : "Migrering er pÃ¥begyndt...", + "Not saved" : "Ikke gemt", + "Sending…" : "Sender...", + "Email sent" : "E-mail afsendt", + "Official" : "Officiel", + "All" : "Alle", + "Update to %s" : "Opdatér til %s", + "No apps found for your version" : "Ingen apps fundet til din verion", + "The app will be downloaded from the app store" : "Appen vil blive downloaded fra app storen.", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestÃ¥et en let sikkerheds gennemgang. De er aktivt vedligeholdt i et Ã¥ben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer pÃ¥ eget ansvar.", + "Disabling app …" : "Deaktiverer app...", + "Error while disabling app" : "Kunne ikke deaktivere app", + "Disable" : "Deaktiver", + "Enable" : "Aktiver", + "Enabling app …" : "Aktiverer app...", + "Error while enabling app" : "Kunne ikke aktivere app", + "Error: This app can not be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres fordi den gør serveren ustabil", + "Error: Could not disable broken app" : "Fejl: Kunne ikke deaktivere app", + "Error while disabling broken app" : "Fejl under deaktivering af ødelagt app", + "Updated" : "Opdateret", + "Removing …" : "Fjerner...", + "Remove" : "Fjern", + "Approved" : "Godkendt", + "Experimental" : "Eksperimentel", + "No apps found for {query}" : "Ingen apps fundet for {query}", + "Enable all" : "Aktiver alle", + "Allow filesystem access" : "Tillad filsystem adgang", + "Disconnect" : "Frakobl", + "Revoke" : "Tilbagekald", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome til Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android klient", + "Sync client - {os}" : "Synk klient - {os}", + "This session" : "Sessionen", + "Copy" : "Kopier", + "Copied!" : "Kopieret", + "Not supported!" : "Ikke understøttet", + "Press ⌘-C to copy." : "Tryk ⌘-C for at kopiere.", + "Press Ctrl-C to copy." : "Tryk Ctrl-C for kopi.", + "Error while loading browser sessions and device tokens" : "Fejl mens browser sessions og enhed tokens blev loadet.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Der opstod en fejl. Upload venligst et ASCII-indkodet PEM-certifikat.", + "Valid until {date}" : "Gyldig indtil {date}", + "Delete" : "Slet", + "Local" : "Lokal", + "Private" : "Privat", + "Only visible to local users" : "Kun synlig for lokale brugere", + "Only visible to you" : "Kun synlig for dig", + "Contacts" : "Kontakter", + "Public" : "Offentlig", + "Verify" : "Bekræft", + "Verifying …" : "Bekræfter.....", + "Select a profile picture" : "Vælg et profilbillede", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunne ikke slette {objName}", + "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", + "deleted {groupName}" : "slettede {groupName}", + "undo" : "fortryd", + "{size} used" : "{size} brugt", + "never" : "aldrig", + "deleted {userName}" : "slettede {userName}", + "Add group" : "Tilføj gruppe", + "no group" : "ingen gruppe", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Ændring af kodeordet vil føre til datatab, fordi datagendannelse ikke er tilgængelig for denne bruger", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "A valid email must be provided" : "Der skal angives en gyldig e-mail", + "Developer documentation" : "Dokumentation for udviklere", + "by %s" : "af %s", + "Documentation:" : "Dokumentation:", + "User documentation" : "Brugerdokumentation", + "Admin documentation" : "Admin-dokumentation", + "Show description …" : "Vis beskrivelse", + "Hide description …" : "Skjul beskrivelse", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Common Name" : "Almindeligt navn", + "Valid until" : "Gyldig indtil", + "Issued By" : "Udstedt af", + "Valid until %s" : "Gyldig indtil %s", + "Import root certificate" : "Importer rodcertifikat", + "Administrator documentation" : "Administratordokumentation", + "Online documentation" : "Online dokumentation", + "Forum" : "Forum", + "Getting help" : "FÃ¥ hjælp", + "Commercial support" : "Kommerciel support", + "None" : "Ingen", + "Login" : "Login", + "Plain" : "Klartekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "E-mailserver", + "Open documentation" : "Ã…ben dokumentation", + "Send mode" : "Tilstand for afsendelse", + "Encryption" : "Kryptering", + "From address" : "Fra adresse", + "mail" : "mail", + "Authentication method" : "Godkendelsesmetode", + "Authentication required" : "Godkendelse pÃ¥krævet", + "Server address" : "Serveradresse", + "Port" : "Port", + "Credentials" : "Brugeroplysninger", + "SMTP Username" : "SMTP Brugernavn", + "SMTP Password" : "SMTP Kodeord", + "Store credentials" : "Gem brugeroplysninger", + "Test email settings" : "Test e-mail-indstillinger", + "Send email" : "Send e-mail", + "Server-side encryption" : "Kryptering pÃ¥ serversiden", + "Enable server-side encryption" : "SlÃ¥ kryptering til pÃ¥ serversiden", + "Please read carefully before activating server-side encryption: " : "Læs venligst dette omhyggeligt, før der aktivere kryptering pÃ¥ serversiden:", + "This is the final warning: Do you really want to enable encryption?" : "Dette er den sidste advarsel: Sikker pÃ¥ at du vil slÃ¥ kryptering til?", + "Enable encryption" : "SlÃ¥ kryptering til", + "No encryption module loaded, please enable an encryption module in the app menu." : "Der er ikke indlæst et krypteringsmodul - slÃ¥ venligst et krypteringsmodul til i app-menuen.", + "Select default encryption module:" : "Vælg standardmodulet til kryptering:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen. SlÃ¥ venligst \"Standardmodul til kryptering\" til, og kør \"occ encryption:migrate\"", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen.", + "Start migration" : "PÃ¥begynd immigrering", + "Security & setup warnings" : "Advarsler om sikkerhed og opsætning", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slÃ¥et til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forÃ¥rsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", + "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", + "All checks passed." : "Alle tjek blev bestÃ¥et.", + "Execute one task with each page loaded" : "Udføre en opgave med hver side indlæsning", + "Version" : "Version", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillad apps til at bruge Share API", + "Allow users to share via link" : "Tillad brugere at dele via link", + "Allow public uploads" : "Tillad offentlig upload", + "Always ask for a password" : "Altid spørg efter kodeord", + "Enforce password protection" : "Tving kodeords beskyttelse", + "Set default expiration date" : "Vælg standard udløbsdato", + "Expire after " : "Udløber efter", + "days" : "dage", + "Enforce expiration date" : "PÃ¥tving udløbsdato", + "Allow resharing" : "Tillad videredeling", + "Restrict users to only share with users in their groups" : "Begræns brugere til kun at dele med brugere i deres egen gruppe", + "Exclude groups from sharing" : "Ekskluder grupper fra at dele", + "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Hvordan man laver sikkerhedskopier", + "Performance tuning" : "Ydelses optimering", + "Improving the config.php" : "Forbedring af config.php", + "Theming" : "Temaer", + "Hardening and security guidance" : "Modstanddygtighed og sikkerheds vejledning", + "Personal" : "Personligt", + "Administration" : "Administration", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Du bruger <strong>%s</strong> af <strong>%s</strong>", + "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Du bruger <strong>%s</strong> af <strong>%s</strong> (<strong>%s %%</strong>)", + "Profile picture" : "Profilbillede", + "Upload new" : "Upload nyt", + "Select from Files" : "Vælg fra filer", + "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", + "Picture provided by original account" : "Billede leveret af den oprindelige konto", + "Cancel" : "Annuller", + "Choose as profile picture" : "Vælg et profilbillede", + "Full name" : "Fulde navn", + "No display name set" : "Der er ikke angivet skærmnavn", + "Email" : "E-mail", + "Your email address" : "Din e-mailadresse", + "No email address set" : "Der er ikke angivet e-mailadresse", + "For password reset and notifications" : "Til nulstilling af adgangskoder og meddelelser", + "Phone number" : "Telefon nummer", + "Your phone number" : "Dit telefon nummer", + "Address" : "Adresse", + "Your postal address" : "Dit Postnummer", + "Website" : "Hjemmeside", + "It can take up to 24 hours before the account is displayed as verified." : "Det kan tage op til 24 timer, før kontoen vises som verificeret.", + "Twitter" : "Twitter", + "Twitter handle @…" : "Twitter handle @…", + "You are member of the following groups:" : "Du er medlem af følgende grupper:", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", + "Password" : "Kodeord", + "Current password" : "Nuværende adgangskode", + "New password" : "Nyt kodeord", + "Change password" : "Skift kodeord", + "Web, desktop and mobile clients currently logged in to your account." : "Web, stationære og mobile klienter, der er logget ind pÃ¥ din konto.", + "Device" : "Enhed", + "Last activity" : "Sidste aktivitet", + "App name" : "App navn", + "Create new app password" : "Opret nyt app kodeord", + "Username" : "Brugernavn", + "Done" : "Færdig", + "Follow us on Google+" : "Følg os pÃ¥ Google+", + "Like our Facebook page" : "Følg os pÃ¥ Facebook", + "Follow us on Twitter" : "Følg os pÃ¥ Twitter", + "Settings" : "Indstillinger", + "Show storage location" : "Vis placering af lageret", + "Show user backend" : "Vis bruger-backend", + "Show last login" : "Vis seneste login", + "Show email address" : "Vis e-mailadresse", + "Send email to new user" : "Send e-mail til ny bruger", + "E-Mail" : "E-mail", + "Create" : "Ny", + "Admin Recovery Password" : "Administrator gendannelse kodeord", + "Enter the recovery password in order to recover the users files during password change" : "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord", + "Everyone" : "Alle", + "Admins" : "Administratore", + "Disabled" : "Deaktiveret", + "Default quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Indtast venligst lagerkvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrænset", + "Other" : "Andet", + "Group admin for" : "Gruppeadministrator for", + "Quota" : "Kvote", + "Storage location" : "Placering af lageret", + "User backend" : "Bruger-backend", + "Last login" : "Seneste login", + "change full name" : "ændre fulde navn", + "set new password" : "skift kodeord", + "change email address" : "skift e-mailadresse", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 1d655193bcb454a70d5bfe991ada5ee7749e5033..bb40366ef9bcf7e218b7c391a8e6b3a89ffe7cdc 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -384,6 +384,45 @@ OC.L10N.register( "set new password" : "set new password", "change email address" : "change email address", "Default" : "Default", - "__language_name__" : "English (British English)" + "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"], + "Updating...." : "Updating....", + "Error while updating app" : "Error while updating app", + "Error while removing app" : "Error while removing app", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.", + "App update" : "App update", + "__language_name__" : "English (British English)", + "Verifying" : "Verifying", + "Personal info" : "Personal info", + "Sync clients" : "Sync clients", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information.", + "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", + "If your installation is not installed in 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 (Suggested: \"%s\")" : "If your installation is not installed in 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 (Suggested: \"%s\")", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>.", + "Get the apps to sync your files" : "Get the apps to sync your files", + "Desktop client" : "Desktop client", + "Android app" : "Android app", + "iOS app" : "iOS app", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!", + "Show First Run Wizard again" : "Show First Run Wizard again", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobile clients and app specific passwords that currently have access to your account.", + "App passwords" : "App passwords", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.", + "Follow us on Google+!" : "Follow us on Google+!", + "Like our facebook page!" : "Like our facebook page!", + "Follow us on Twitter!" : "Follow us on Twitter!", + "Check out our blog!" : "Check out our blog!", + "Subscribe to our newsletter!" : "Subscribe to our newsletter!", + "Group name" : "Group name" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 6c031ac99266c8ad7ce3d46c5adabd7dde08c654..8a449d5470dba040014961f7655760ae875454e6 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -382,6 +382,45 @@ "set new password" : "set new password", "change email address" : "change email address", "Default" : "Default", - "__language_name__" : "English (British English)" + "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"], + "Updating...." : "Updating....", + "Error while updating app" : "Error while updating app", + "Error while removing app" : "Error while removing app", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.", + "App update" : "App update", + "__language_name__" : "English (British English)", + "Verifying" : "Verifying", + "Personal info" : "Personal info", + "Sync clients" : "Sync clients", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information.", + "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", + "If your installation is not installed in 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 (Suggested: \"%s\")" : "If your installation is not installed in 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 (Suggested: \"%s\")", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>.", + "Get the apps to sync your files" : "Get the apps to sync your files", + "Desktop client" : "Desktop client", + "Android app" : "Android app", + "iOS app" : "iOS app", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!", + "Show First Run Wizard again" : "Show First Run Wizard again", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Web, desktop, mobile clients and app specific passwords that currently have access to your account.", + "App passwords" : "App passwords", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.", + "Follow us on Google+!" : "Follow us on Google+!", + "Like our facebook page!" : "Like our facebook page!", + "Follow us on Twitter!" : "Follow us on Twitter!", + "Check out our blog!" : "Check out our blog!", + "Subscribe to our newsletter!" : "Subscribe to our newsletter!", + "Group name" : "Group name" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js new file mode 100644 index 0000000000000000000000000000000000000000..0bc751d9352c1cf9b481262d4a4fd3e3c3c62cba --- /dev/null +++ b/settings/l10n/eo.js @@ -0,0 +1,105 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "MalÄusta pasvorto", + "Saved" : "Konservita", + "Unable to change password" : "Ne eblis ÅanÄi la pasvorton", + "Authentication error" : "AÅtentiga eraro", + "Federated Cloud Sharing" : "Federnuba kunhavado", + "Group already exists." : "Grupo jam ekzistas", + "Unable to change full name" : "Ne eblis ÅanÄi la plenan nomon", + "Your full name has been changed." : "Via plena nomo ÅanÄitas.", + "Email saved" : "La retpoÅtadreso konserviÄis", + "Couldn't update app." : "Ne eblis Äisdatigi la aplikaĵon.", + "Email sent" : "La retpoÅtaĵo sendiÄis", + "All" : "Ĉio", + "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", + "Disable" : "Malkapabligi", + "Enable" : "Kapabligi", + "Error while enabling app" : "Eraris kapabligo de aplikaĵo", + "Updated" : "Äœisdatigita", + "Delete" : "Forigi", + "Select a profile picture" : "Elekti profilan bildon", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Groups" : "Grupoj", + "deleted {groupName}" : "{groupName} foriÄis", + "undo" : "malfari", + "never" : "neniam", + "deleted {userName}" : "{userName} foriÄis", + "A valid username must be provided" : "Valida uzantonomo devas proviziÄi", + "A valid password must be provided" : "Valida pasvorto devas proviziÄi", + "by %s" : "de %s", + "%s-licensed" : "%s-permesila", + "Documentation:" : "Dokumentaro:", + "User documentation" : "Uzodokumentaro", + "Admin documentation" : "Administrodokumentaro", + "Show description …" : "Montri priskribon...", + "Hide description …" : "Malmontri priskribon...", + "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", + "Common Name" : "Komuna nomo", + "Valid until" : "Valida Äis", + "Valid until %s" : "Valida Äis %s", + "Administrator documentation" : "Administrodokumentaro", + "Forum" : "Forumo", + "Commercial support" : "Komerca subteno", + "None" : "Nenio", + "Login" : "Ensaluti", + "Email server" : "RetpoÅtoservilo", + "Open documentation" : "Malfermi la dokumentaron", + "Send mode" : "Sendi pli", + "Encryption" : "Ĉifrado", + "From address" : "El adreso", + "mail" : "retpoÅto", + "Authentication method" : "AÅtentiga metodo", + "Authentication required" : "AÅtentiÄo nepras", + "Server address" : "Servila adreso", + "Port" : "Pordo", + "Credentials" : "AÅtentigiloj", + "SMTP Username" : "SMTP-uzantonomo", + "SMTP Password" : "SMTP-pasvorto", + "Test email settings" : "Provi retpoÅtagordon", + "Send email" : "Sendi retpoÅton", + "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas kapabligi ĉifradon?", + "Enable encryption" : "Kapabligi ĉifradon", + "Version" : "Eldono", + "Sharing" : "Kunhavigo", + "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", + "Allow users to share via link" : "Permesi uzantojn kunhavigi ligile", + "Allow public uploads" : "Permesi publikajn alÅutojn", + "Expire after " : "Eksvalidigi post", + "days" : "tagoj", + "Allow resharing" : "Kapabligi rekunhavigon", + "Profile picture" : "Profila bildo", + "Upload new" : "AlÅuti novan", + "Select from Files" : "Elekti el Dosieroj", + "Remove image" : "Forigi bildon", + "Cancel" : "Nuligi", + "Full name" : "Plena nomo", + "Email" : "RetpoÅto", + "Your email address" : "Via retpoÅta adreso", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", + "Password" : "Pasvorto", + "Current password" : "Nuna pasvorto", + "New password" : "Nova pasvorto", + "Change password" : "ÅœanÄi la pasvorton", + "Username" : "Uzantonomo", + "Done" : "Farita", + "Show user backend" : "Montri uzantomotoron", + "E-Mail" : "RetpoÅtadreso", + "Create" : "Krei", + "Everyone" : "Ĉiuj", + "Admins" : "Administrantoj", + "Unlimited" : "Senlima", + "Other" : "Alia", + "Quota" : "Kvoto", + "change full name" : "ÅanÄi plenan nomon", + "set new password" : "agordi novan pasvorton", + "change email address" : "ÅanÄi retpoÅtadreson", + "Default" : "DefaÅlta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json new file mode 100644 index 0000000000000000000000000000000000000000..41ce349457aca6b1a5085ec2b088df3ddb635a5a --- /dev/null +++ b/settings/l10n/eo.json @@ -0,0 +1,103 @@ +{ "translations": { + "Wrong password" : "MalÄusta pasvorto", + "Saved" : "Konservita", + "Unable to change password" : "Ne eblis ÅanÄi la pasvorton", + "Authentication error" : "AÅtentiga eraro", + "Federated Cloud Sharing" : "Federnuba kunhavado", + "Group already exists." : "Grupo jam ekzistas", + "Unable to change full name" : "Ne eblis ÅanÄi la plenan nomon", + "Your full name has been changed." : "Via plena nomo ÅanÄitas.", + "Email saved" : "La retpoÅtadreso konserviÄis", + "Couldn't update app." : "Ne eblis Äisdatigi la aplikaĵon.", + "Email sent" : "La retpoÅtaĵo sendiÄis", + "All" : "Ĉio", + "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", + "Disable" : "Malkapabligi", + "Enable" : "Kapabligi", + "Error while enabling app" : "Eraris kapabligo de aplikaĵo", + "Updated" : "Äœisdatigita", + "Delete" : "Forigi", + "Select a profile picture" : "Elekti profilan bildon", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Groups" : "Grupoj", + "deleted {groupName}" : "{groupName} foriÄis", + "undo" : "malfari", + "never" : "neniam", + "deleted {userName}" : "{userName} foriÄis", + "A valid username must be provided" : "Valida uzantonomo devas proviziÄi", + "A valid password must be provided" : "Valida pasvorto devas proviziÄi", + "by %s" : "de %s", + "%s-licensed" : "%s-permesila", + "Documentation:" : "Dokumentaro:", + "User documentation" : "Uzodokumentaro", + "Admin documentation" : "Administrodokumentaro", + "Show description …" : "Montri priskribon...", + "Hide description …" : "Malmontri priskribon...", + "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", + "Common Name" : "Komuna nomo", + "Valid until" : "Valida Äis", + "Valid until %s" : "Valida Äis %s", + "Administrator documentation" : "Administrodokumentaro", + "Forum" : "Forumo", + "Commercial support" : "Komerca subteno", + "None" : "Nenio", + "Login" : "Ensaluti", + "Email server" : "RetpoÅtoservilo", + "Open documentation" : "Malfermi la dokumentaron", + "Send mode" : "Sendi pli", + "Encryption" : "Ĉifrado", + "From address" : "El adreso", + "mail" : "retpoÅto", + "Authentication method" : "AÅtentiga metodo", + "Authentication required" : "AÅtentiÄo nepras", + "Server address" : "Servila adreso", + "Port" : "Pordo", + "Credentials" : "AÅtentigiloj", + "SMTP Username" : "SMTP-uzantonomo", + "SMTP Password" : "SMTP-pasvorto", + "Test email settings" : "Provi retpoÅtagordon", + "Send email" : "Sendi retpoÅton", + "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas kapabligi ĉifradon?", + "Enable encryption" : "Kapabligi ĉifradon", + "Version" : "Eldono", + "Sharing" : "Kunhavigo", + "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", + "Allow users to share via link" : "Permesi uzantojn kunhavigi ligile", + "Allow public uploads" : "Permesi publikajn alÅutojn", + "Expire after " : "Eksvalidigi post", + "days" : "tagoj", + "Allow resharing" : "Kapabligi rekunhavigon", + "Profile picture" : "Profila bildo", + "Upload new" : "AlÅuti novan", + "Select from Files" : "Elekti el Dosieroj", + "Remove image" : "Forigi bildon", + "Cancel" : "Nuligi", + "Full name" : "Plena nomo", + "Email" : "RetpoÅto", + "Your email address" : "Via retpoÅta adreso", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", + "Password" : "Pasvorto", + "Current password" : "Nuna pasvorto", + "New password" : "Nova pasvorto", + "Change password" : "ÅœanÄi la pasvorton", + "Username" : "Uzantonomo", + "Done" : "Farita", + "Show user backend" : "Montri uzantomotoron", + "E-Mail" : "RetpoÅtadreso", + "Create" : "Krei", + "Everyone" : "Ĉiuj", + "Admins" : "Administrantoj", + "Unlimited" : "Senlima", + "Other" : "Alia", + "Quota" : "Kvoto", + "change full name" : "ÅanÄi plenan nomon", + "set new password" : "agordi novan pasvorton", + "change email address" : "ÅanÄi retpoÅtadreson", + "Default" : "DefaÅlta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/es.js b/settings/l10n/es.js index bcaafec56d711eeee56cd495a061dfa8e44bbc05..4b170df5cf28a9484d0a6215d5d33a86337effb7 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -383,6 +383,46 @@ OC.L10N.register( "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", - "Default" : "Predeterminado" + "Default" : "Predeterminado", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de app pendiente","Tiene %n actualizaciones de app pendientes"], + "Updating...." : "Actualizando...", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Error while removing app" : "Error al eliminar la app", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La app ha sido activada pero tiene que actualizarse. Serás redirigido a la página de actualización en 5 segundos.", + "App update" : "Actualización de la aplicación", + "__language_name__" : "Español", + "Verifying" : "Verificando", + "Personal info" : "Información personal", + "Sync clients" : "Clientes de sincronización", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias y trucos' y la documentación para más información.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar configurado correctamente para consultar las variables de entorno del sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacÃa.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗ </a> para notas sobre configuración de php y la configuración de php en tu servidor, especialmente cuando se usa php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente, PHP está configurado para eliminar los bloques inline de documentos. Esto hará inaccesibles muchas apps del núcleo.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s bajo la versión %2$s instalado. Por motivos de estabilidad y funcionamiento, recomendamos actualizar a una versión más moderna de %1$s.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Recomendamos encarecidamente activar este módulo para conseguir los mejores resultados en la detección de tipos 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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede provocar problemas en ciertas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.", + "This means that there might be problems with certain characters in file names." : "Esto significa que podrÃa haber problemas con ciertos caracteres en los nombres de archivos.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos encarecidamente instalar los paquetes requeridos en tu sistema para soportar una de las siguientes locales: %s.", + "If your installation is not installed in 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 (Suggested: \"%s\")" : "Si tu instalación no está localizada en la raÃz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. Para evitar estos problemas, por favor, activa la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta de la raÃz web de tu instalación (sugerencia: \"%s\").", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vÃa CLI. Han aparecido los siguientes errores técnicos:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor, vuelve a comprobar las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guÃas de instalación ↗</a> y comprueba posibles errores y advertencias en el <a href=\"%s\">registro</a>. ", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 15 minutos sobre http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para ejecutar esto, necesitas la extesión PHP posix. Ver la {linkstart}documentación de PHP{linkend} para más detalles.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de lÃnea de comandos: ''occ db:convert-type', o mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a>.", + "Get the apps to sync your files" : "Consigue las apps para sincronizar tus archivos.", + "Desktop client" : "Cliente de escritorio", + "Android app" : "App Android", + "iOS app" : "App iOS", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si quieres apoyar el proyecto, {contributeopen}únete al desarrollo{linkclose}o {contributeopen}difunde la palabra{linkclose}.", + "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio y móviles; y contraseñas especÃficas de apps que tienen actualmente acceso a tu cuenta", + "App passwords" : "Contraseñas de apps", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquà puedes generar contraseñas individuales para apps para no tener que usar tu contraseña. También puedes revocarlas individualmente.", + "Follow us on Google+!" : "¡SÃguenos en Google+!", + "Like our facebook page!" : "¡Haz Me gusta en nuestra página de Facebook!", + "Follow us on Twitter!" : "¡SÃguenos en Twitter!", + "Check out our blog!" : "¡Mira nuestro blog!", + "Subscribe to our newsletter!" : "¡SuscrÃbete a nuestro boletÃn de noticias!", + "Group name" : "Nombre del grupo" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es.json b/settings/l10n/es.json index e67855029c8d0eb43050d3e39e229f186c8484bd..c332cb78713b82e96d9761ba488123401f848b9e 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -381,6 +381,46 @@ "change full name" : "cambiar el nombre completo", "set new password" : "establecer nueva contraseña", "change email address" : "cambiar dirección de correo electrónico", - "Default" : "Predeterminado" + "Default" : "Predeterminado", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Tienes %n actualización de app pendiente","Tiene %n actualizaciones de app pendientes"], + "Updating...." : "Actualizando...", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Error while removing app" : "Error al eliminar la app", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La app ha sido activada pero tiene que actualizarse. Serás redirigido a la página de actualización en 5 segundos.", + "App update" : "Actualización de la aplicación", + "__language_name__" : "Español", + "Verifying" : "Verificando", + "Personal info" : "Información personal", + "Sync clients" : "Clientes de sincronización", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Es importante para la seguridad y buen funcionamiento de tu instancia que todo esté configurado correctamente. Para ayudarte con esto, vamos a hacer algunas comprobaciones automáticas. Por favor, comprueba la sección 'Sugerencias y trucos' y la documentación para más información.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar configurado correctamente para consultar las variables de entorno del sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacÃa.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗ </a> para notas sobre configuración de php y la configuración de php en tu servidor, especialmente cuando se usa php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentemente, PHP está configurado para eliminar los bloques inline de documentos. Esto hará inaccesibles muchas apps del núcleo.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s bajo la versión %2$s instalado. Por motivos de estabilidad y funcionamiento, recomendamos actualizar a una versión más moderna de %1$s.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Falta el módulo PHP 'fileinfo'. Recomendamos encarecidamente activar este módulo para conseguir los mejores resultados en la detección de tipos 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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede provocar problemas en ciertas condiciones. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.", + "This means that there might be problems with certain characters in file names." : "Esto significa que podrÃa haber problemas con ciertos caracteres en los nombres de archivos.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendamos encarecidamente instalar los paquetes requeridos en tu sistema para soportar una de las siguientes locales: %s.", + "If your installation is not installed in 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 (Suggested: \"%s\")" : "Si tu instalación no está localizada en la raÃz del dominio y usa el cron del sistema, puede haber problemas con la generación de URL. Para evitar estos problemas, por favor, activa la opción \"overwrite.cli.url\" en tu archivo config.php a la ruta de la raÃz web de tu instalación (sugerencia: \"%s\").", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vÃa CLI. Han aparecido los siguientes errores técnicos:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Por favor, vuelve a comprobar las <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guÃas de instalación ↗</a> y comprueba posibles errores y advertencias en el <a href=\"%s\">registro</a>. ", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 15 minutos sobre http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para ejecutar esto, necesitas la extesión PHP posix. Ver la {linkstart}documentación de PHP{linkend} para más detalles.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de lÃnea de comandos: ''occ db:convert-type', o mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a>.", + "Get the apps to sync your files" : "Consigue las apps para sincronizar tus archivos.", + "Desktop client" : "Cliente de escritorio", + "Android app" : "App Android", + "iOS app" : "App iOS", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si quieres apoyar el proyecto, {contributeopen}únete al desarrollo{linkclose}o {contributeopen}difunde la palabra{linkclose}.", + "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Clientes web, de escritorio y móviles; y contraseñas especÃficas de apps que tienen actualmente acceso a tu cuenta", + "App passwords" : "Contraseñas de apps", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aquà puedes generar contraseñas individuales para apps para no tener que usar tu contraseña. También puedes revocarlas individualmente.", + "Follow us on Google+!" : "¡SÃguenos en Google+!", + "Like our facebook page!" : "¡Haz Me gusta en nuestra página de Facebook!", + "Follow us on Twitter!" : "¡SÃguenos en Twitter!", + "Check out our blog!" : "¡Mira nuestro blog!", + "Subscribe to our newsletter!" : "¡SuscrÃbete a nuestro boletÃn de noticias!", + "Group name" : "Nombre del grupo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js new file mode 100644 index 0000000000000000000000000000000000000000..2f44a2fbbe30af27e9d159ea96b86764d3b8ffc8 --- /dev/null +++ b/settings/l10n/et_EE.js @@ -0,0 +1,289 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} muutis sinu parooli", + "You changed your password" : "Sa muutsid oma parooli", + "Your password was reset by an administrator" : "Administraator lähtestas sinu parooli", + "{actor} changed your email address" : "{actor} muutis sinu e-posti aadressi", + "You changed your email address" : "Sa muutsid oma e-posti aadressi", + "Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi", + "Security" : "Turvalisus", + "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti", + "Your apps" : "Sinu rakendused", + "Updates" : "Uuendused", + "Enabled apps" : "Lubatud rakendused", + "Disabled apps" : "Keelatud rakendused", + "App bundles" : "Rakenduste kogumikud", + "Wrong password" : "Vale parool", + "Saved" : "Salvestatud", + "No user supplied" : "Kasutajat ei sisestatud", + "Unable to change password" : "Ei suuda parooli muuta", + "Authentication error" : "Autentimise viga", + "Wrong admin recovery password. Please check the password and try again." : "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "Paigaldan ja uuendan rakendusi läbi rakenduste poe või liitpilve jagamise", + "Federated Cloud Sharing" : "Jagamine liitpilves", + "A problem occurred, please check your log files (Error: %s)" : "Ilmnes viga, palun kontrollige logifaile. (Viga: %s)", + "Migration Completed" : "Kolimine on lõpetatud", + "Group already exists." : "Grupp on juba olemas.", + "Unable to add group." : "Gruppi lisamine ebaõnnestus.", + "Unable to delete group." : "Grupi kustutamineebaõnnestus.", + "Invalid SMTP password." : "Vale SMTP parool.", + "Email setting test" : "E-posti sätete kontroll", + "Well done, %s!" : "Suurepärane, %s!", + "If you received this email, the email configuration seems to be correct." : "Kui saite selle kirja, näib e-posti seadistus õige.", + "Email could not be sent. Check your mail server log" : "E-posti ei saanud saata. Kontrollige oma meiliserveri logi", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-posti saatmisel ilmnes viga. Palun kontrollige seadeid. (Viga: %s)", + "You need to set your user email before being able to send test emails." : "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", + "Invalid mail address" : "Vigane e-posti aadress", + "A user with that name already exists." : "Selle nimega kasutaja on juba olemas.", + "To send a password link to the user an email address is required." : "Kasutajale parooli saatmiseks on vaja e-posti aadressi.", + "Unable to create user." : "Kasutaja loomine ebaõnnestus.", + "Unable to delete user." : "Kasutaja kustutamine ebaõnnestus.", + "Error while enabling user." : "Viga kasutaja lubamisel.", + "Error while disabling user." : "Viga kasutaja keelamisel.", + "Settings saved" : "Seaded salvestatud", + "Unable to change full name" : "Täispika nime muutmine ebaõnnestus", + "Unable to change email address" : "E-posti aadressi muutmine ebaõnnestus", + "Your full name has been changed." : "Sinu täispikk nimi on muudetud.", + "Forbidden" : "Keelatud", + "Invalid user" : "Vigane kasutaja", + "Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus", + "Email saved" : "Kiri on salvestatud", + "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.", + "Your password on %s was changed." : "Sinu %s parool muudeti.", + "Your password on %s was reset by an administrator." : "Administraator lähtestas sinu %s parooli.", + "Password for %1$s changed on %2$s" : "%1$s parool muudetud %2$s", + "Password changed for %s" : "%s parool muudetud", + "If you did not request this, please contact an administrator." : "Kui sa pole seda taotlenud, võta ühendust administraatoriga.", + "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.", + "Your email address on %s was changed." : "Sinu %s e-posti aadressi muudeti.", + "Your email address on %s was changed by an administrator." : "Administraator muutis sinu %s e-posti aadressi.", + "Email address for %1$s changed on %2$s" : "%1$s e-posti aadress muudetud %2$s", + "Email address changed for %s" : "%s e-posti aadress muudetud", + "The new email address is %s" : "Uus e-posti aadress on %s", + "Your %s account was created" : "Sinu %s konto on loodud", + "Welcome aboard" : "Tere tulemast", + "Welcome aboard %s" : "Tere tulemast %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Tere tulemast oma %s kontole. Sa saad lisada, kaitsta ja jagada oma andmeid.", + "Your username is: %s" : "Sinu kasutajanimi on: %s", + "Set your password" : "Määra oma parool", + "Go to %s" : "Mine %s", + "Install Client" : "Paigalda kliendiprogramm", + "Password confirmation is required" : "Parooli kinnitus on vajalik", + "Couldn't remove app." : "Ei suutnud rakendit eemaldada.", + "Couldn't update app." : "Rakenduse uuendamine ebaõnnestus.", + "Add trusted domain" : "Lis ausaldusväärne domeen", + "Migration in progress. Please wait until the migration is finished" : "Kolimine on käimas. Palun oota, kuni see on lõpetatud", + "Migration started …" : "Kolimist on alustatud ...", + "Not saved" : "Ei ole salvestatud", + "Sending…" : "Saadan...", + "Email sent" : "E-kiri on saadetud", + "Official" : "Ametlik", + "All" : "Kõik", + "Update to %s" : "Uuenda versioonile %s", + "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", + "Disabling app …" : "Keelan rakendust ...", + "Error while disabling app" : "Viga rakenduse keelamisel", + "Disable" : "Lülita välja", + "Enable" : "Lülita sisse", + "Enabling app …" : "Luban rakendust ...", + "Error while enabling app" : "Viga rakenduse lubamisel", + "Updated" : "Uuendatud", + "Removing …" : "Eemaldan ...", + "Remove" : "Eemalda", + "Approved" : "Heaks kiidetud", + "Experimental" : "Katsetusjärgus", + "Enable all" : "Luba kõik", + "Allow filesystem access" : "Luba juurdepääs failisüsteemile", + "Disconnect" : "Ãœhenda lahti", + "Revoke" : "Tühista", + "This session" : "See sessioon", + "Copy" : "Kopeeri", + "Copied!" : "Kopeeritud!", + "Not supported!" : "Pole toetatud!", + "Press ⌘-C to copy." : "Kopeerimiseks vajuta ⌘ + C.", + "Press Ctrl-C to copy." : "Kopeerimiseks vajuta Ctrl + C.", + "Valid until {date}" : "Kehtib kuni {date}", + "Delete" : "Kustuta", + "Local" : "Kohalik", + "Private" : "Privaatne", + "Only visible to local users" : "Ainult nähtav kohalikele kasutajatele", + "Only visible to you" : "Ainult sinule nähtav", + "Contacts" : "Kontaktid", + "Visible to local users and to trusted servers" : "Nähtav kohelikele kasutajatele ja usaldatud serveritele", + "Public" : "Avalik", + "Verify" : "Kontrolli", + "Verifying …" : "Kontrollin ...", + "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", + "Select a profile picture" : "Vali profiili pilt", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Groups" : "Grupid", + "Unable to delete {objName}" : "Ei suuda kustutada {objName}", + "Error creating group: {message}" : "Tõrge grupi loomisel: {message}", + "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", + "deleted {groupName}" : "kustutatud {groupName}", + "undo" : "tagasi", + "{size} used" : "{size} kasutatud", + "never" : "mitte kunagi", + "deleted {userName}" : "kustutatud {userName}", + "Unable to add user to group {group}" : "Kasutajat ei saa lisada gruppi {group}", + "Unable to remove user from group {group}" : "Kasutajat ei saa eemaldada grupist {group}", + "Add group" : "Lisa grupp", + "Invalid quota value \"{val}\"" : "Vigane mahupiiri väärtus \"{val}\"", + "Password successfully changed" : "Parool edukalt vahetatud", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Parooli vahetamine toob kaasa andmekao, sest selle kasutaja andmete taastamine pole võimalik", + "Could not change the users email" : "Kasutaja e-posti muutmine ebaõnnestus", + "Error while changing status of {user}" : "Kasutaja {user} staatuse muutmine ebaõnnestus", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "Error creating user: {message}" : "Kasutaja loomine ebaõnnestus: {message}", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "A valid email must be provided" : "Sisesta kehtiv e-posti aadress", + "Developer documentation" : "Arendaja dokumentatsioon", + "Limit to groups" : "Luba gruppidele", + "Documentation:" : "Dokumentatsioon:", + "User documentation" : "Kasutaja dokumentatsioon", + "Admin documentation" : "Administraatori dokumentatsioon", + "Visit website" : "Külasta veebisaiti", + "Report a bug" : "Teata veast", + "Show description …" : "Näita kirjeldist ...", + "Hide description …" : "Peida kirjeldus ...", + "This app has an update available." : "Sellel rakendusel on uuendus saadaval", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "SSL Root Certificates" : "SLL Juur sertifikaadid", + "Common Name" : "Ãœldnimetus", + "Valid until" : "Kehtib kuni", + "Issued By" : "Välja antud", + "Valid until %s" : "Kehtib kuni %s", + "Import root certificate" : "Impordi root sertifikaat", + "Administrator documentation" : "Administraatori dokumentatsioon", + "Online documentation" : "Võrgus olev dokumentatsioon", + "Forum" : "Foorum", + "Getting help" : "Abi saamine", + "Commercial support" : "Tasuline kasutajatugi", + "None" : "Pole", + "Login" : "Logi sisse", + "Plain" : "Tavatekst", + "NT LAN Manager" : "NT LAN Manager", + "Email server" : "E-kirjade server", + "Open documentation" : "Ava dokumentatsioon", + "Send mode" : "Saatmise viis", + "Encryption" : "Krüpteerimine", + "From address" : "Saatja aadress", + "mail" : "e-mail", + "Authentication method" : "Autentimise meetod", + "Authentication required" : "Autentimine on vajalik", + "Server address" : "Serveri aadress", + "Port" : "Port", + "Credentials" : "Kasutajatunnused", + "SMTP Username" : "SMTP kasutajatunnus", + "SMTP Password" : "SMTP parool", + "Store credentials" : "Säilita kasutajaandmed", + "Test email settings" : "Testi e-posti seadeid", + "Send email" : "Saada kiri", + "Server-side encryption" : "Serveripoolne krüpteerimine", + "Enable server-side encryption" : "Luba serveripoolne krüpteerimine", + "Enable encryption" : "Luba krüpteerimine", + "Select default encryption module:" : "Määra vaikimisi krüpteerimise moodul:", + "Start migration" : "Alusta kolimist", + "Security & setup warnings" : "Turva- ja paigalduse hoiatused", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", + "All checks passed." : "Kõik kontrollid on läbitud.", + "Execute one task with each page loaded" : "Käivita toiming igal lehe laadimisel", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti järel.", + "The cron.php needs to be executed by the system user \"%s\"." : "cron.php tuleb käivitada süsteemikasutaja \"%s\" poolt.", + "Version" : "Versioon", + "Sharing" : "Jagamine", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Administraatorina saate jagamise valikuid täpselt seadistada. Lisateavet leiad dokumentatsioonist.", + "Allow apps to use the Share API" : "Luba rakendustel kasutada Share API-t", + "Allow users to share via link" : "Luba kasutajatel lingiga jagamist ", + "Allow public uploads" : "Luba avalikud üleslaadimised", + "Always ask for a password" : "Alati küsi parooli", + "Enforce password protection" : "Sunni parooliga kaitsmine", + "Set default expiration date" : "Määra vaikimisi aegumise kuupäev", + "Expire after " : "Aegu pärast", + "days" : "päeva", + "Enforce expiration date" : "Sunnitud aegumise kuupäev", + "Allow resharing" : "Luba edasijagamine", + "Allow sharing with groups" : "Luba gruppidega jagamine", + "Restrict users to only share with users in their groups" : "Luba kasutajatel jagada kasutajatega ainult oma grupi piires", + "Exclude groups from sharing" : "Eemalda grupid jagamisest", + "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", + "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Luba kasutajanime automaatne lõpetamine jagamisdialoogis. Kui see on keelatud, tuleb sisestada täielik kasutajanimi või e-posti aadress.", + "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Kuva avaliku lingiga üleslaadimise lehel lahtiütluste tekst. (Kuvatakse ainult siis, kui failide loend on peidetud.)", + "This text will be shown on the public link upload page when the file list is hidden." : "Seda teksti näidatakse avaliku lingiga üleslaadimise lehel kui failide loend on peidetud.", + "Tips & tricks" : "Nõuanded ja trikid", + "How to do backups" : "Kuidas teha varukoopiaid", + "Performance tuning" : "Kiiruse seadistamine", + "Improving the config.php" : "config.php faili täiendamine", + "Theming" : "Teemad", + "Personal" : "Isiklik", + "Administration" : "Haldus", + "Profile picture" : "Profiili pilt", + "Upload new" : "Laadi uus üles", + "Select from Files" : "Vali failidest", + "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", + "Cancel" : "Loobu", + "Choose as profile picture" : "Vali kui profiili pilt", + "Full name" : "Täielik nimi", + "No display name set" : "Näidatavat nime pole veel määratud", + "Email" : "E-post", + "Your email address" : "Sinu e-posti aadress", + "No email address set" : "E-posti aadressi pole veel määratud", + "For password reset and notifications" : "Parooli lähestamiseks ja teadeteks", + "Phone number" : "Telefoninumber", + "Your phone number" : "Sinu telefoninumber", + "Address" : "Aadress", + "Your postal address" : "Sinu postiaadress", + "Website" : "Veebileht", + "It can take up to 24 hours before the account is displayed as verified." : "Võib võtta kuni 24 tundi enne kui konto kuvatakse kui kinnitatud.", + "You are member of the following groups:" : "Sa oled nende gruppide liige:", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", + "Password" : "Parool", + "Current password" : "Praegune parool", + "New password" : "Uus parool", + "Change password" : "Muuda parooli", + "Web, desktop and mobile clients currently logged in to your account." : "Sinu kontole hetkel sisse loginud veebi-, töölaua-, ja mobiilsed kliendid.", + "Device" : "Seade", + "Last activity" : "Viimane tegevus", + "App name" : "Rakenduse nimi", + "Create new app password" : "Loo uus rakenduse parool", + "Use the credentials below to configure your app or device." : "Rakenduse või seadme konfigureerimiseks kasutage allpool toodud mandaate.", + "For security reasons this password will only be shown once." : "Turvalisuse huvides kuvatakse see parool ainult üks kord.", + "Username" : "Kasutajanimi", + "Done" : "Valmis", + "Settings" : "Seaded", + "Show storage location" : "Näita salvestusruumi asukohta", + "Show last login" : "Näita viimast sisselogimist", + "Show email address" : "Näita e-posti aadressi", + "Send email to new user" : "Saada uuele kasutajale e-kiri", + "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Kui uue kasutaja parool jäetakse määramata, saadetakse aktiveerimise kiri lingiga parooli määramiseks.", + "E-Mail" : "E-post", + "Create" : "Lisa", + "Admin Recovery Password" : "Admini parooli taastamine", + "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", + "Everyone" : "Igaüks", + "Admins" : "Haldurid", + "Disabled" : "Keelatud", + "Default quota" : "Vaikimisi mahupiir", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", + "Unlimited" : "Piiramatult", + "Other" : "Muu", + "Group admin for" : "Grupi admin", + "Quota" : "Mahupiir", + "Last login" : "Viimane sisselogimine", + "change full name" : "Muuda täispikka nime", + "set new password" : "määra uus parool", + "change email address" : "muuda e-posti aadressi", + "Default" : "Vaikeväärtus" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json new file mode 100644 index 0000000000000000000000000000000000000000..4ef77d2a81f3bca8d802c7664b45aa28ed39c660 --- /dev/null +++ b/settings/l10n/et_EE.json @@ -0,0 +1,287 @@ +{ "translations": { + "{actor} changed your password" : "{actor} muutis sinu parooli", + "You changed your password" : "Sa muutsid oma parooli", + "Your password was reset by an administrator" : "Administraator lähtestas sinu parooli", + "{actor} changed your email address" : "{actor} muutis sinu e-posti aadressi", + "You changed your email address" : "Sa muutsid oma e-posti aadressi", + "Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi", + "Security" : "Turvalisus", + "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti", + "Your apps" : "Sinu rakendused", + "Updates" : "Uuendused", + "Enabled apps" : "Lubatud rakendused", + "Disabled apps" : "Keelatud rakendused", + "App bundles" : "Rakenduste kogumikud", + "Wrong password" : "Vale parool", + "Saved" : "Salvestatud", + "No user supplied" : "Kasutajat ei sisestatud", + "Unable to change password" : "Ei suuda parooli muuta", + "Authentication error" : "Autentimise viga", + "Wrong admin recovery password. Please check the password and try again." : "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "Paigaldan ja uuendan rakendusi läbi rakenduste poe või liitpilve jagamise", + "Federated Cloud Sharing" : "Jagamine liitpilves", + "A problem occurred, please check your log files (Error: %s)" : "Ilmnes viga, palun kontrollige logifaile. (Viga: %s)", + "Migration Completed" : "Kolimine on lõpetatud", + "Group already exists." : "Grupp on juba olemas.", + "Unable to add group." : "Gruppi lisamine ebaõnnestus.", + "Unable to delete group." : "Grupi kustutamineebaõnnestus.", + "Invalid SMTP password." : "Vale SMTP parool.", + "Email setting test" : "E-posti sätete kontroll", + "Well done, %s!" : "Suurepärane, %s!", + "If you received this email, the email configuration seems to be correct." : "Kui saite selle kirja, näib e-posti seadistus õige.", + "Email could not be sent. Check your mail server log" : "E-posti ei saanud saata. Kontrollige oma meiliserveri logi", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-posti saatmisel ilmnes viga. Palun kontrollige seadeid. (Viga: %s)", + "You need to set your user email before being able to send test emails." : "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", + "Invalid mail address" : "Vigane e-posti aadress", + "A user with that name already exists." : "Selle nimega kasutaja on juba olemas.", + "To send a password link to the user an email address is required." : "Kasutajale parooli saatmiseks on vaja e-posti aadressi.", + "Unable to create user." : "Kasutaja loomine ebaõnnestus.", + "Unable to delete user." : "Kasutaja kustutamine ebaõnnestus.", + "Error while enabling user." : "Viga kasutaja lubamisel.", + "Error while disabling user." : "Viga kasutaja keelamisel.", + "Settings saved" : "Seaded salvestatud", + "Unable to change full name" : "Täispika nime muutmine ebaõnnestus", + "Unable to change email address" : "E-posti aadressi muutmine ebaõnnestus", + "Your full name has been changed." : "Sinu täispikk nimi on muudetud.", + "Forbidden" : "Keelatud", + "Invalid user" : "Vigane kasutaja", + "Unable to change mail address" : "E-posti aadressi muutmine ebaõnnestus", + "Email saved" : "Kiri on salvestatud", + "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.", + "Your password on %s was changed." : "Sinu %s parool muudeti.", + "Your password on %s was reset by an administrator." : "Administraator lähtestas sinu %s parooli.", + "Password for %1$s changed on %2$s" : "%1$s parool muudetud %2$s", + "Password changed for %s" : "%s parool muudetud", + "If you did not request this, please contact an administrator." : "Kui sa pole seda taotlenud, võta ühendust administraatoriga.", + "%1$s changed your email address on %2$s." : "%1$s muutis su e-posti aadressi %2$s.", + "Your email address on %s was changed." : "Sinu %s e-posti aadressi muudeti.", + "Your email address on %s was changed by an administrator." : "Administraator muutis sinu %s e-posti aadressi.", + "Email address for %1$s changed on %2$s" : "%1$s e-posti aadress muudetud %2$s", + "Email address changed for %s" : "%s e-posti aadress muudetud", + "The new email address is %s" : "Uus e-posti aadress on %s", + "Your %s account was created" : "Sinu %s konto on loodud", + "Welcome aboard" : "Tere tulemast", + "Welcome aboard %s" : "Tere tulemast %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Tere tulemast oma %s kontole. Sa saad lisada, kaitsta ja jagada oma andmeid.", + "Your username is: %s" : "Sinu kasutajanimi on: %s", + "Set your password" : "Määra oma parool", + "Go to %s" : "Mine %s", + "Install Client" : "Paigalda kliendiprogramm", + "Password confirmation is required" : "Parooli kinnitus on vajalik", + "Couldn't remove app." : "Ei suutnud rakendit eemaldada.", + "Couldn't update app." : "Rakenduse uuendamine ebaõnnestus.", + "Add trusted domain" : "Lis ausaldusväärne domeen", + "Migration in progress. Please wait until the migration is finished" : "Kolimine on käimas. Palun oota, kuni see on lõpetatud", + "Migration started …" : "Kolimist on alustatud ...", + "Not saved" : "Ei ole salvestatud", + "Sending…" : "Saadan...", + "Email sent" : "E-kiri on saadetud", + "Official" : "Ametlik", + "All" : "Kõik", + "Update to %s" : "Uuenda versioonile %s", + "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", + "Disabling app …" : "Keelan rakendust ...", + "Error while disabling app" : "Viga rakenduse keelamisel", + "Disable" : "Lülita välja", + "Enable" : "Lülita sisse", + "Enabling app …" : "Luban rakendust ...", + "Error while enabling app" : "Viga rakenduse lubamisel", + "Updated" : "Uuendatud", + "Removing …" : "Eemaldan ...", + "Remove" : "Eemalda", + "Approved" : "Heaks kiidetud", + "Experimental" : "Katsetusjärgus", + "Enable all" : "Luba kõik", + "Allow filesystem access" : "Luba juurdepääs failisüsteemile", + "Disconnect" : "Ãœhenda lahti", + "Revoke" : "Tühista", + "This session" : "See sessioon", + "Copy" : "Kopeeri", + "Copied!" : "Kopeeritud!", + "Not supported!" : "Pole toetatud!", + "Press ⌘-C to copy." : "Kopeerimiseks vajuta ⌘ + C.", + "Press Ctrl-C to copy." : "Kopeerimiseks vajuta Ctrl + C.", + "Valid until {date}" : "Kehtib kuni {date}", + "Delete" : "Kustuta", + "Local" : "Kohalik", + "Private" : "Privaatne", + "Only visible to local users" : "Ainult nähtav kohalikele kasutajatele", + "Only visible to you" : "Ainult sinule nähtav", + "Contacts" : "Kontaktid", + "Visible to local users and to trusted servers" : "Nähtav kohelikele kasutajatele ja usaldatud serveritele", + "Public" : "Avalik", + "Verify" : "Kontrolli", + "Verifying …" : "Kontrollin ...", + "An error occured while changing your language. Please reload the page and try again." : "Keele vahetamisel ilmnes viga. Palun taasilaadi leht ja proovi uuesti.", + "Select a profile picture" : "Vali profiili pilt", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Groups" : "Grupid", + "Unable to delete {objName}" : "Ei suuda kustutada {objName}", + "Error creating group: {message}" : "Tõrge grupi loomisel: {message}", + "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", + "deleted {groupName}" : "kustutatud {groupName}", + "undo" : "tagasi", + "{size} used" : "{size} kasutatud", + "never" : "mitte kunagi", + "deleted {userName}" : "kustutatud {userName}", + "Unable to add user to group {group}" : "Kasutajat ei saa lisada gruppi {group}", + "Unable to remove user from group {group}" : "Kasutajat ei saa eemaldada grupist {group}", + "Add group" : "Lisa grupp", + "Invalid quota value \"{val}\"" : "Vigane mahupiiri väärtus \"{val}\"", + "Password successfully changed" : "Parool edukalt vahetatud", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Parooli vahetamine toob kaasa andmekao, sest selle kasutaja andmete taastamine pole võimalik", + "Could not change the users email" : "Kasutaja e-posti muutmine ebaõnnestus", + "Error while changing status of {user}" : "Kasutaja {user} staatuse muutmine ebaõnnestus", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "Error creating user: {message}" : "Kasutaja loomine ebaõnnestus: {message}", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "A valid email must be provided" : "Sisesta kehtiv e-posti aadress", + "Developer documentation" : "Arendaja dokumentatsioon", + "Limit to groups" : "Luba gruppidele", + "Documentation:" : "Dokumentatsioon:", + "User documentation" : "Kasutaja dokumentatsioon", + "Admin documentation" : "Administraatori dokumentatsioon", + "Visit website" : "Külasta veebisaiti", + "Report a bug" : "Teata veast", + "Show description …" : "Näita kirjeldist ...", + "Hide description …" : "Peida kirjeldus ...", + "This app has an update available." : "Sellel rakendusel on uuendus saadaval", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "SSL Root Certificates" : "SLL Juur sertifikaadid", + "Common Name" : "Ãœldnimetus", + "Valid until" : "Kehtib kuni", + "Issued By" : "Välja antud", + "Valid until %s" : "Kehtib kuni %s", + "Import root certificate" : "Impordi root sertifikaat", + "Administrator documentation" : "Administraatori dokumentatsioon", + "Online documentation" : "Võrgus olev dokumentatsioon", + "Forum" : "Foorum", + "Getting help" : "Abi saamine", + "Commercial support" : "Tasuline kasutajatugi", + "None" : "Pole", + "Login" : "Logi sisse", + "Plain" : "Tavatekst", + "NT LAN Manager" : "NT LAN Manager", + "Email server" : "E-kirjade server", + "Open documentation" : "Ava dokumentatsioon", + "Send mode" : "Saatmise viis", + "Encryption" : "Krüpteerimine", + "From address" : "Saatja aadress", + "mail" : "e-mail", + "Authentication method" : "Autentimise meetod", + "Authentication required" : "Autentimine on vajalik", + "Server address" : "Serveri aadress", + "Port" : "Port", + "Credentials" : "Kasutajatunnused", + "SMTP Username" : "SMTP kasutajatunnus", + "SMTP Password" : "SMTP parool", + "Store credentials" : "Säilita kasutajaandmed", + "Test email settings" : "Testi e-posti seadeid", + "Send email" : "Saada kiri", + "Server-side encryption" : "Serveripoolne krüpteerimine", + "Enable server-side encryption" : "Luba serveripoolne krüpteerimine", + "Enable encryption" : "Luba krüpteerimine", + "Select default encryption module:" : "Määra vaikimisi krüpteerimise moodul:", + "Start migration" : "Alusta kolimist", + "Security & setup warnings" : "Turva- ja paigalduse hoiatused", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", + "All checks passed." : "Kõik kontrollid on läbitud.", + "Execute one task with each page loaded" : "Käivita toiming igal lehe laadimisel", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti järel.", + "The cron.php needs to be executed by the system user \"%s\"." : "cron.php tuleb käivitada süsteemikasutaja \"%s\" poolt.", + "Version" : "Versioon", + "Sharing" : "Jagamine", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Administraatorina saate jagamise valikuid täpselt seadistada. Lisateavet leiad dokumentatsioonist.", + "Allow apps to use the Share API" : "Luba rakendustel kasutada Share API-t", + "Allow users to share via link" : "Luba kasutajatel lingiga jagamist ", + "Allow public uploads" : "Luba avalikud üleslaadimised", + "Always ask for a password" : "Alati küsi parooli", + "Enforce password protection" : "Sunni parooliga kaitsmine", + "Set default expiration date" : "Määra vaikimisi aegumise kuupäev", + "Expire after " : "Aegu pärast", + "days" : "päeva", + "Enforce expiration date" : "Sunnitud aegumise kuupäev", + "Allow resharing" : "Luba edasijagamine", + "Allow sharing with groups" : "Luba gruppidega jagamine", + "Restrict users to only share with users in their groups" : "Luba kasutajatel jagada kasutajatega ainult oma grupi piires", + "Exclude groups from sharing" : "Eemalda grupid jagamisest", + "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", + "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Luba kasutajanime automaatne lõpetamine jagamisdialoogis. Kui see on keelatud, tuleb sisestada täielik kasutajanimi või e-posti aadress.", + "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Kuva avaliku lingiga üleslaadimise lehel lahtiütluste tekst. (Kuvatakse ainult siis, kui failide loend on peidetud.)", + "This text will be shown on the public link upload page when the file list is hidden." : "Seda teksti näidatakse avaliku lingiga üleslaadimise lehel kui failide loend on peidetud.", + "Tips & tricks" : "Nõuanded ja trikid", + "How to do backups" : "Kuidas teha varukoopiaid", + "Performance tuning" : "Kiiruse seadistamine", + "Improving the config.php" : "config.php faili täiendamine", + "Theming" : "Teemad", + "Personal" : "Isiklik", + "Administration" : "Haldus", + "Profile picture" : "Profiili pilt", + "Upload new" : "Laadi uus üles", + "Select from Files" : "Vali failidest", + "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", + "Cancel" : "Loobu", + "Choose as profile picture" : "Vali kui profiili pilt", + "Full name" : "Täielik nimi", + "No display name set" : "Näidatavat nime pole veel määratud", + "Email" : "E-post", + "Your email address" : "Sinu e-posti aadress", + "No email address set" : "E-posti aadressi pole veel määratud", + "For password reset and notifications" : "Parooli lähestamiseks ja teadeteks", + "Phone number" : "Telefoninumber", + "Your phone number" : "Sinu telefoninumber", + "Address" : "Aadress", + "Your postal address" : "Sinu postiaadress", + "Website" : "Veebileht", + "It can take up to 24 hours before the account is displayed as verified." : "Võib võtta kuni 24 tundi enne kui konto kuvatakse kui kinnitatud.", + "You are member of the following groups:" : "Sa oled nende gruppide liige:", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", + "Password" : "Parool", + "Current password" : "Praegune parool", + "New password" : "Uus parool", + "Change password" : "Muuda parooli", + "Web, desktop and mobile clients currently logged in to your account." : "Sinu kontole hetkel sisse loginud veebi-, töölaua-, ja mobiilsed kliendid.", + "Device" : "Seade", + "Last activity" : "Viimane tegevus", + "App name" : "Rakenduse nimi", + "Create new app password" : "Loo uus rakenduse parool", + "Use the credentials below to configure your app or device." : "Rakenduse või seadme konfigureerimiseks kasutage allpool toodud mandaate.", + "For security reasons this password will only be shown once." : "Turvalisuse huvides kuvatakse see parool ainult üks kord.", + "Username" : "Kasutajanimi", + "Done" : "Valmis", + "Settings" : "Seaded", + "Show storage location" : "Näita salvestusruumi asukohta", + "Show last login" : "Näita viimast sisselogimist", + "Show email address" : "Näita e-posti aadressi", + "Send email to new user" : "Saada uuele kasutajale e-kiri", + "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Kui uue kasutaja parool jäetakse määramata, saadetakse aktiveerimise kiri lingiga parooli määramiseks.", + "E-Mail" : "E-post", + "Create" : "Lisa", + "Admin Recovery Password" : "Admini parooli taastamine", + "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", + "Everyone" : "Igaüks", + "Admins" : "Haldurid", + "Disabled" : "Keelatud", + "Default quota" : "Vaikimisi mahupiir", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", + "Unlimited" : "Piiramatult", + "Other" : "Muu", + "Group admin for" : "Grupi admin", + "Quota" : "Mahupiir", + "Last login" : "Viimane sisselogimine", + "change full name" : "Muuda täispikka nime", + "set new password" : "määra uus parool", + "change email address" : "muuda e-posti aadressi", + "Default" : "Vaikeväärtus" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js new file mode 100644 index 0000000000000000000000000000000000000000..1106aeabfa3a3d539e26526cf618c346515fe8b2 --- /dev/null +++ b/settings/l10n/fa.js @@ -0,0 +1,160 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "رمز عبور اشتباه است", + "Saved" : "ذخیره شد", + "No user supplied" : "هیچ کاربری تعری٠نشده است", + "Unable to change password" : "نمی‌توان رمز را تغییر داد", + "Authentication error" : "خطا در اعتبار سنجی", + "Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطÙاً رمز را کنترل کرده Ùˆ دوباره امتØان نمایید.", + "Group already exists." : "گروه در Øال Øاضر موجود است", + "Unable to add group." : "اÙزودن گروه امکان پذیر نیست.", + "Unable to delete group." : "Øذ٠گروه امکان پذیر نیست.", + "Invalid mail address" : "آدرس ایمیل نامعتبر است", + "A user with that name already exists." : "کاربری با همین نام در Øال Øاضر وجود دارد.", + "Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.", + "Unable to delete user." : "Øذ٠کاربر امکان پذیر نیست.", + "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", + "Your full name has been changed." : "نام کامل شما تغییر یاÙت", + "Forbidden" : "ممنوعه", + "Invalid user" : "کاربر نامعتبر", + "Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست", + "Email saved" : "ایمیل ذخیره شد", + "Your %s account was created" : "Øساب کاربری شما %s ایجاد شد", + "Couldn't remove app." : "امکان Øذ٠برنامه وجود ندارد.", + "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", + "Add trusted domain" : "اÙزودن دامنه مورد اعتماد", + "Migration in progress. Please wait until the migration is finished" : "مهاجرت در Øال اجراست. لطÙا تا اتمام مهاجرت صبر کنید", + "Migration started …" : "مهاجرت شروع شد...", + "Email sent" : "ایمیل ارسال شد", + "Official" : "رسمی", + "All" : "همه", + "Update to %s" : "بروزرسانی به %s", + "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یاÙت نشد", + "Error while disabling app" : "خطا در هنگام غیر Ùعال سازی برنامه", + "Disable" : "غیرÙعال", + "Enable" : "Ùعال", + "Error while enabling app" : "خطا در هنگام Ùعال سازی برنامه", + "Updated" : "بروز رسانی انجام شد", + "Approved" : "تایید شده", + "Experimental" : "آزمایشی", + "Valid until {date}" : "معتبر تا {date}", + "Delete" : "ØØ°Ù", + "Select a profile picture" : "انتخاب تصویر پروÙایل", + "Very weak password" : "رمز عبور بسیار ضعیÙ", + "Weak password" : "رمز عبور ضعیÙ", + "So-so password" : "رمز عبور متوسط", + "Good password" : "رمز عبور خوب", + "Strong password" : "رمز عبور قوی", + "Groups" : "گروه ها", + "Unable to delete {objName}" : "امکان ØØ°Ù {objName} وجود ندارد", + "A valid group name must be provided" : "نام کاربری معتبر Ù…ÛŒ بایست وارد شود", + "deleted {groupName}" : "گروه {groupName} Øذ٠شد", + "undo" : "بازگشت", + "never" : "هرگز", + "deleted {userName}" : "کاربر {userName} Øذ٠شد", + "Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رÙتن اطلاعات خواهد شد", + "A valid username must be provided" : "نام کاربری صØÛŒØ Ø¨Ø§ÛŒØ¯ وارد شود", + "A valid password must be provided" : "رمز عبور صØÛŒØ Ø¨Ø§ÛŒØ¯ وارد شود", + "A valid email must be provided" : "یک ایمیل معتبر باید وارد شود", + "Developer documentation" : "مستندات توسعه‌دهندگان", + "Documentation:" : "مستند سازی:", + "User documentation" : "مستندات کاربر", + "Admin documentation" : "مستندات مدیر", + "Show description …" : "نمایش توضیØات ...", + "Hide description …" : "عدم نمایش توضیØات...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:", + "Enable only for specific groups" : "Ùعال سازی تنها برای گروه های خاص", + "Common Name" : "نام مشترک", + "Valid until" : "متعبر تا", + "Issued By" : "صدور توسط", + "Valid until %s" : "متعبر تا %s", + "Import root certificate" : "وارد کردن گواهی اصلی", + "Administrator documentation" : "مستندات مدیر", + "Online documentation" : "مستندات آنلاین", + "Forum" : "انجمن", + "Commercial support" : "پشتیبانی تجاری", + "None" : "هیچ‌کدام", + "Login" : "ورود", + "Plain" : "ساده", + "NT LAN Manager" : "مدیر NT LAN", + "Email server" : "سرور ایمیل", + "Open documentation" : "بازکردن مستند", + "Send mode" : "Øالت ارسال", + "Encryption" : "رمزگذاری", + "From address" : "آدرس Ùرستنده", + "mail" : "ایمیل", + "Authentication method" : "روش اØراز هویت", + "Authentication required" : "اØراز هویت مورد نیاز است", + "Server address" : "آدرس سرور", + "Port" : "درگاه", + "Credentials" : "اعتبارهای", + "SMTP Username" : "نام کاربری SMTP", + "SMTP Password" : "رمز عبور SMTP", + "Test email settings" : "تنظیمات ایمیل آزمایشی", + "Send email" : "ارسال ایمیل", + "Server-side encryption" : "رمزگذاری سمت سرور", + "Enable server-side encryption" : "Ùعال‌سازی رمزگذاری سمت-سرور", + "Be aware that encryption always increases the file size." : "توجه داشته باشید Ú©Ù‡ همواره رمزگذاری Øجم Ùایل را اÙزایش خواهد داد.", + "This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را Ùعال کنید ØŸ", + "Enable encryption" : "Ùعال کردن رمزگذاری", + "No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطÙا ماژول رمز‌گذاری را در منو برنامه Ùعال کنید.", + "Select default encryption module:" : "انتخاب ماژول پیش‌Ùرض رمزگذاری:", + "Start migration" : "شروع مهاجرت", + "Security & setup warnings" : "اخطارهای نصب Ùˆ امنیتی", + "All checks passed." : "تمامی موارد با موÙقیت Ú†Ú© شدند.", + "Execute one task with each page loaded" : "اجرای یک وظیÙÙ‡ با هر بار بارگذاری صÙØÙ‡", + "Version" : "نسخه", + "Sharing" : "اشتراک گذاری", + "Allow apps to use the Share API" : "اجازه ÛŒ برنامه ها برای استÙاده از API اشتراک گذاری", + "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", + "Allow public uploads" : "اجازه بارگذاری عمومی", + "Enforce password protection" : "اجبار برای Ù…ØاÙظت توسط رمز عبور", + "Set default expiration date" : "اعمال تاریخ اتمام پیش Ùرض", + "Expire after " : "اتمام اعتبار بعد از", + "days" : "روز", + "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", + "Allow resharing" : "مجوز اشتراک گذاری مجدد", + "Restrict users to only share with users in their groups" : "Ù…Øدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود", + "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", + "Tips & tricks" : "نکات Ùˆ راهنمایی‌ها", + "Performance tuning" : "تنظیم کارایی", + "Improving the config.php" : "بهبود config.php", + "Theming" : "قالب‌بندی", + "Hardening and security guidance" : "راهنمای امن‌سازی", + "Profile picture" : "تصویر پروÙایل", + "Upload new" : "بارگذاری جدید", + "Remove image" : "تصویر پاک شود", + "Cancel" : "منصر٠شدن", + "Full name" : "نام کامل", + "No display name set" : "هیچ نام نمایشی تعیین نشده است", + "Email" : "ایمیل", + "Your email address" : "پست الکترونیکی شما", + "No email address set" : "آدرس‌ایمیلی تنظیم نشده است", + "You are member of the following groups:" : "شما عضو این گروه‌ها هستید:", + "Language" : "زبان", + "Help translate" : "به ترجمه آن Ú©Ù…Ú© کنید", + "Password" : "گذرواژه", + "Current password" : "گذرواژه کنونی", + "New password" : "گذرواژه جدید", + "Change password" : "تغییر گذر واژه", + "Username" : "نام کاربری", + "Show storage location" : "نمایش Ù…ØÙ„ ذخیره‌سازی", + "Show email address" : "نمایش پست الکترونیکی", + "Send email to new user" : "ارسال ایمیل به کاربر جدید", + "E-Mail" : "ایمیل", + "Create" : "ایجاد کردن", + "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", + "Enter the recovery password in order to recover the users files during password change" : "در Øین تغییر رمز عبور به منظور بازیابی Ùایل های کاربران، رمز عبور بازیابی را وارد کنید", + "Everyone" : "همه", + "Admins" : "مدیران", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطÙا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", + "Unlimited" : "نامØدود", + "Other" : "دیگر", + "Quota" : "سهم", + "change full name" : "تغییر نام کامل", + "set new password" : "تنظیم کلمه عبور جدید", + "change email address" : "تغییر آدرس ایمیل ", + "Default" : "پیش Ùرض" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json new file mode 100644 index 0000000000000000000000000000000000000000..4beb48ea8f5b184a7757f88605a96cd36801aa36 --- /dev/null +++ b/settings/l10n/fa.json @@ -0,0 +1,158 @@ +{ "translations": { + "Wrong password" : "رمز عبور اشتباه است", + "Saved" : "ذخیره شد", + "No user supplied" : "هیچ کاربری تعری٠نشده است", + "Unable to change password" : "نمی‌توان رمز را تغییر داد", + "Authentication error" : "خطا در اعتبار سنجی", + "Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطÙاً رمز را کنترل کرده Ùˆ دوباره امتØان نمایید.", + "Group already exists." : "گروه در Øال Øاضر موجود است", + "Unable to add group." : "اÙزودن گروه امکان پذیر نیست.", + "Unable to delete group." : "Øذ٠گروه امکان پذیر نیست.", + "Invalid mail address" : "آدرس ایمیل نامعتبر است", + "A user with that name already exists." : "کاربری با همین نام در Øال Øاضر وجود دارد.", + "Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.", + "Unable to delete user." : "Øذ٠کاربر امکان پذیر نیست.", + "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", + "Your full name has been changed." : "نام کامل شما تغییر یاÙت", + "Forbidden" : "ممنوعه", + "Invalid user" : "کاربر نامعتبر", + "Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست", + "Email saved" : "ایمیل ذخیره شد", + "Your %s account was created" : "Øساب کاربری شما %s ایجاد شد", + "Couldn't remove app." : "امکان Øذ٠برنامه وجود ندارد.", + "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", + "Add trusted domain" : "اÙزودن دامنه مورد اعتماد", + "Migration in progress. Please wait until the migration is finished" : "مهاجرت در Øال اجراست. لطÙا تا اتمام مهاجرت صبر کنید", + "Migration started …" : "مهاجرت شروع شد...", + "Email sent" : "ایمیل ارسال شد", + "Official" : "رسمی", + "All" : "همه", + "Update to %s" : "بروزرسانی به %s", + "No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یاÙت نشد", + "Error while disabling app" : "خطا در هنگام غیر Ùعال سازی برنامه", + "Disable" : "غیرÙعال", + "Enable" : "Ùعال", + "Error while enabling app" : "خطا در هنگام Ùعال سازی برنامه", + "Updated" : "بروز رسانی انجام شد", + "Approved" : "تایید شده", + "Experimental" : "آزمایشی", + "Valid until {date}" : "معتبر تا {date}", + "Delete" : "ØØ°Ù", + "Select a profile picture" : "انتخاب تصویر پروÙایل", + "Very weak password" : "رمز عبور بسیار ضعیÙ", + "Weak password" : "رمز عبور ضعیÙ", + "So-so password" : "رمز عبور متوسط", + "Good password" : "رمز عبور خوب", + "Strong password" : "رمز عبور قوی", + "Groups" : "گروه ها", + "Unable to delete {objName}" : "امکان ØØ°Ù {objName} وجود ندارد", + "A valid group name must be provided" : "نام کاربری معتبر Ù…ÛŒ بایست وارد شود", + "deleted {groupName}" : "گروه {groupName} Øذ٠شد", + "undo" : "بازگشت", + "never" : "هرگز", + "deleted {userName}" : "کاربر {userName} Øذ٠شد", + "Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رÙتن اطلاعات خواهد شد", + "A valid username must be provided" : "نام کاربری صØÛŒØ Ø¨Ø§ÛŒØ¯ وارد شود", + "A valid password must be provided" : "رمز عبور صØÛŒØ Ø¨Ø§ÛŒØ¯ وارد شود", + "A valid email must be provided" : "یک ایمیل معتبر باید وارد شود", + "Developer documentation" : "مستندات توسعه‌دهندگان", + "Documentation:" : "مستند سازی:", + "User documentation" : "مستندات کاربر", + "Admin documentation" : "مستندات مدیر", + "Show description …" : "نمایش توضیØات ...", + "Hide description …" : "عدم نمایش توضیØات...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:", + "Enable only for specific groups" : "Ùعال سازی تنها برای گروه های خاص", + "Common Name" : "نام مشترک", + "Valid until" : "متعبر تا", + "Issued By" : "صدور توسط", + "Valid until %s" : "متعبر تا %s", + "Import root certificate" : "وارد کردن گواهی اصلی", + "Administrator documentation" : "مستندات مدیر", + "Online documentation" : "مستندات آنلاین", + "Forum" : "انجمن", + "Commercial support" : "پشتیبانی تجاری", + "None" : "هیچ‌کدام", + "Login" : "ورود", + "Plain" : "ساده", + "NT LAN Manager" : "مدیر NT LAN", + "Email server" : "سرور ایمیل", + "Open documentation" : "بازکردن مستند", + "Send mode" : "Øالت ارسال", + "Encryption" : "رمزگذاری", + "From address" : "آدرس Ùرستنده", + "mail" : "ایمیل", + "Authentication method" : "روش اØراز هویت", + "Authentication required" : "اØراز هویت مورد نیاز است", + "Server address" : "آدرس سرور", + "Port" : "درگاه", + "Credentials" : "اعتبارهای", + "SMTP Username" : "نام کاربری SMTP", + "SMTP Password" : "رمز عبور SMTP", + "Test email settings" : "تنظیمات ایمیل آزمایشی", + "Send email" : "ارسال ایمیل", + "Server-side encryption" : "رمزگذاری سمت سرور", + "Enable server-side encryption" : "Ùعال‌سازی رمزگذاری سمت-سرور", + "Be aware that encryption always increases the file size." : "توجه داشته باشید Ú©Ù‡ همواره رمزگذاری Øجم Ùایل را اÙزایش خواهد داد.", + "This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را Ùعال کنید ØŸ", + "Enable encryption" : "Ùعال کردن رمزگذاری", + "No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطÙا ماژول رمز‌گذاری را در منو برنامه Ùعال کنید.", + "Select default encryption module:" : "انتخاب ماژول پیش‌Ùرض رمزگذاری:", + "Start migration" : "شروع مهاجرت", + "Security & setup warnings" : "اخطارهای نصب Ùˆ امنیتی", + "All checks passed." : "تمامی موارد با موÙقیت Ú†Ú© شدند.", + "Execute one task with each page loaded" : "اجرای یک وظیÙÙ‡ با هر بار بارگذاری صÙØÙ‡", + "Version" : "نسخه", + "Sharing" : "اشتراک گذاری", + "Allow apps to use the Share API" : "اجازه ÛŒ برنامه ها برای استÙاده از API اشتراک گذاری", + "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", + "Allow public uploads" : "اجازه بارگذاری عمومی", + "Enforce password protection" : "اجبار برای Ù…ØاÙظت توسط رمز عبور", + "Set default expiration date" : "اعمال تاریخ اتمام پیش Ùرض", + "Expire after " : "اتمام اعتبار بعد از", + "days" : "روز", + "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", + "Allow resharing" : "مجوز اشتراک گذاری مجدد", + "Restrict users to only share with users in their groups" : "Ù…Øدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود", + "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", + "Tips & tricks" : "نکات Ùˆ راهنمایی‌ها", + "Performance tuning" : "تنظیم کارایی", + "Improving the config.php" : "بهبود config.php", + "Theming" : "قالب‌بندی", + "Hardening and security guidance" : "راهنمای امن‌سازی", + "Profile picture" : "تصویر پروÙایل", + "Upload new" : "بارگذاری جدید", + "Remove image" : "تصویر پاک شود", + "Cancel" : "منصر٠شدن", + "Full name" : "نام کامل", + "No display name set" : "هیچ نام نمایشی تعیین نشده است", + "Email" : "ایمیل", + "Your email address" : "پست الکترونیکی شما", + "No email address set" : "آدرس‌ایمیلی تنظیم نشده است", + "You are member of the following groups:" : "شما عضو این گروه‌ها هستید:", + "Language" : "زبان", + "Help translate" : "به ترجمه آن Ú©Ù…Ú© کنید", + "Password" : "گذرواژه", + "Current password" : "گذرواژه کنونی", + "New password" : "گذرواژه جدید", + "Change password" : "تغییر گذر واژه", + "Username" : "نام کاربری", + "Show storage location" : "نمایش Ù…ØÙ„ ذخیره‌سازی", + "Show email address" : "نمایش پست الکترونیکی", + "Send email to new user" : "ارسال ایمیل به کاربر جدید", + "E-Mail" : "ایمیل", + "Create" : "ایجاد کردن", + "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", + "Enter the recovery password in order to recover the users files during password change" : "در Øین تغییر رمز عبور به منظور بازیابی Ùایل های کاربران، رمز عبور بازیابی را وارد کنید", + "Everyone" : "همه", + "Admins" : "مدیران", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطÙا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", + "Unlimited" : "نامØدود", + "Other" : "دیگر", + "Quota" : "سهم", + "change full name" : "تغییر نام کامل", + "set new password" : "تنظیم کلمه عبور جدید", + "change email address" : "تغییر آدرس ایمیل ", + "Default" : "پیش Ùرض" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js index 6a598a00247330d6d9fbbf004f81fa294c8aebcf..ceaca538bbaf543a515082e732bba5582a2374b7 100644 --- a/settings/l10n/fi.js +++ b/settings/l10n/fi.js @@ -358,6 +358,17 @@ OC.L10N.register( "change full name" : "muuta koko nimi", "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", - "Default" : "Oletus" + "Default" : "Oletus", + "Updating...." : "Päivitetään....", + "Desktop client" : "Työpöytäsovellus", + "Android app" : "Android-sovellus", + "iOS app" : "iOS-sovellus", + "App passwords" : "Sovellussalasanat", + "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", + "Like our facebook page!" : "Tykkää Facebook-sivustamme!", + "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", + "Check out our blog!" : "Tutustu blogiimme!", + "Subscribe to our newsletter!" : "Tilaa uutiskirjeemme!", + "Group name" : "Ryhmän nimi" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json index eeee5aff9fc9857b6602a7faf720cde7bcedc44f..f7e2e1497fec306222dda5114e8ea3af06f937e0 100644 --- a/settings/l10n/fi.json +++ b/settings/l10n/fi.json @@ -356,6 +356,17 @@ "change full name" : "muuta koko nimi", "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", - "Default" : "Oletus" + "Default" : "Oletus", + "Updating...." : "Päivitetään....", + "Desktop client" : "Työpöytäsovellus", + "Android app" : "Android-sovellus", + "iOS app" : "iOS-sovellus", + "App passwords" : "Sovellussalasanat", + "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", + "Like our facebook page!" : "Tykkää Facebook-sivustamme!", + "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", + "Check out our blog!" : "Tutustu blogiimme!", + "Subscribe to our newsletter!" : "Tilaa uutiskirjeemme!", + "Group name" : "Ryhmän nimi" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index dceba29a6772214864570df0feaa8ee58ac098ca..de5ea054189ee1faa71730b2daad544a31129d41 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -398,6 +398,7 @@ OC.L10N.register( "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">la documentation d'installation ↗</a> pour savoir comment configurer php sur votre serveur, en particulier en cas d'utilisation de php-fpm.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, nous vous recommandons de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection du type 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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Activez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index e7930508dc59e1a7ba72f55046b757720b2bebf1..1b773a36c4a89181f7401d44f1c2e86a55a13b71 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -396,6 +396,7 @@ "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">la documentation d'installation ↗</a> pour savoir comment configurer php sur votre serveur, en particulier en cas d'utilisation de php-fpm.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, nous vous recommandons de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection du type 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 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Activez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", diff --git a/settings/l10n/he.js b/settings/l10n/he.js new file mode 100644 index 0000000000000000000000000000000000000000..cf2d0e0ddc41664df800128aec98816f4a32a641 --- /dev/null +++ b/settings/l10n/he.js @@ -0,0 +1,206 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "×¡×™×¡×ž× ×©×’×•×™×™×”", + "Saved" : "× ×©×ž×¨", + "No user supplied" : "×œ× ×¡×•×¤×§ ×©× ×ž×©×ª×ž×©", + "Unable to change password" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×ת הסיסמ×", + "Authentication error" : "שגי×ת הזדהות", + "Wrong admin recovery password. Please check the password and try again." : "סיסמת ×”×ž× ×”×œ לשחזור שגוייה. יש לבדוק ×ת ×”×¡×™×¡×ž× ×•×œ× ×¡×•×ª שוב.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "×”×ª×§× ×” ועדכון ×”×™×™×©×•× ×“×¨×š ×—× ×•×ª ×”×™×™×©×•×ž×™× ×ו ×¢× ×Ÿ שיתוף מ×וגד", + "Federated Cloud Sharing" : "×¢× ×Ÿ שיתוף מ×וגד", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL משתמש בגרסה %s ×™×©× ×” (%s). יש לעדכן ×ת מערכת ההפעלה ×ו ×©×ª×›×•× ×•×ª כדוגמת %s ×œ× ×™×¢×‘×“×• ב×ופן מהימן.", + "A problem occurred, please check your log files (Error: %s)" : "×ירעה בעיה, יש לבדוק ×ת לוג ×”×§×‘×¦×™× (שגי××”: %s)", + "Migration Completed" : "המרה הושלמה", + "Group already exists." : "קבוצה כבר קיימת.", + "Unable to add group." : "×œ× × ×™×ª×Ÿ להוסיף קבוצה.", + "Unable to delete group." : "×œ× × ×™×ª×Ÿ למחוק קבוצה.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "בעיה ×ירעה בשליחת הדו×ר ×”××œ×§×˜×¨×•× ×™. יש ×œ×©× ×•×ª ×ת ההגדרות שלך. (שגי××”: %s)", + "You need to set your user email before being able to send test emails." : "יש להגדיר כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×œ×¤× ×™ ×©× ×™×ª×Ÿ ×™×”×™×” לשלוח דו×ר ××œ×§×˜×¨×•× ×™ לבדיקה.", + "Invalid mail address" : "כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×œ× ×—×•×§×™×ª", + "A user with that name already exists." : "משתמש ×‘×©× ×–×” כבר קיי×.", + "Unable to create user." : "×œ× × ×™×ª×Ÿ ליצור משתמש.", + "Unable to delete user." : "×œ× × ×™×ª×Ÿ למחוק משתמש.", + "Unable to change full name" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×©× ×ž×œ×", + "Your full name has been changed." : "×”×©× ×”×ž×œ× ×©×œ×š הוחלף", + "Forbidden" : "חסו×", + "Invalid user" : "×©× ×ž×©×ª×ž×© ×œ× ×—×•×§×™", + "Unable to change mail address" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Email saved" : "הדו×ר ×”××œ×§×˜×¨×•× ×™ × ×©×ž×¨", + "Your %s account was created" : "חשבון %s שלך × ×•×¦×¨", + "Couldn't remove app." : "×œ× × ×™×ª×Ÿ להסיר ×ת היישו×.", + "Couldn't update app." : "×œ× × ×™×ª×Ÿ לעדכן ×ת היישו×.", + "Add trusted domain" : "הוספת ×©× ×ž×ª×—× ×ž×”×™×ž×Ÿ", + "Migration in progress. Please wait until the migration is finished" : "המרה בביצוע. יש להמתין עד ×¡×™×•× ×”×”×ž×¨×”", + "Migration started …" : "המרה החלה...", + "Email sent" : "הודעת הדו×ר ×”××œ×§×˜×¨×•× ×™ × ×©×œ×—×”", + "Official" : "רישמי", + "All" : "הכל", + "Update to %s" : "עדכון ל- %s", + "No apps found for your version" : "×œ× × ×ž×¦×ו ×™×™×©×•×ž×™× ×œ×’×¨×¡×” שלך", + "The app will be downloaded from the app store" : "×”×™×™×©×•× ×™×¨×“ ×ž×—× ×•×ª היישומי×", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "×™×™×©×•×ž×™× ×ž××•×©×¨×™× ×ž×¤×•×ª×—×™× ×¢×œ ידי ×ž×¤×ª×—×™× ×ž×”×™×ž× ×™× ×•×¢×‘×¨×• בדיקת הבטחה ר××©×•× ×™×ª. ×”× × ×©×ž×¨×™× ×‘×ופן פעיל במ×גר קוד פתוח ×•×”×ž×ª×–×§×™× ×©×œ×”× ×ž×™×™×¢×“×™× ××•×ª× ×œ×©×™×ž×•×© מזדמן ורגיל.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "×™×™×©×•× ×–×” ×œ× × ×‘×“×§ לבעיות ×בטחה ×•×”×•× ×—×“×© ×ו ידוע ×›×œ× ×™×¦×™×‘. ×”×ª×§× ×ª ×™×™×©×•× ×–×” ×”× ×” על ×חריותך בלבד.", + "Error while disabling app" : "×ירעה שגי××” בעת × ×˜×¨×•×œ היישו×", + "Disable" : "× ×™×˜×¨×•×œ", + "Enable" : "הפעלה", + "Error while enabling app" : "שגי××” בעת הפעלת יישו×", + "Error while disabling broken app" : "שגי××” בזמן × ×˜×¨×•×œ ×™×™×©×•× ×¤×’×•×", + "Updated" : "מעודכן", + "Approved" : "מ×ושר", + "Experimental" : "× ×™×¡×™×•× ×™", + "No apps found for {query}" : "×œ× × ×ž×¦× ×™×™×©×•× ×¢×‘×•×¨ {query}", + "Disconnect" : "× ×™×ª×•×§", + "Error while loading browser sessions and device tokens" : "שגי××” בזמן ×˜×¢×™× ×ª שיחת דפדפן ומחרוזת התקן", + "Error while creating device token" : "שגי××” בזמן יצירת מחרוזת התקן", + "Error while deleting the token" : "שגי××” בזמן מחיקת המחרוזת", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "×ירעה שגי××”. יש להעלות תעודת ASCII-encoded PEM.", + "Valid until {date}" : "בתוקף עד ל- {date}", + "Delete" : "מחיקה", + "Select a profile picture" : "יש לבחור ×ª×ž×•× ×ª פרופיל", + "Very weak password" : "×¡×™×¡×ž× ×ž×וד חלשה", + "Weak password" : "×¡×™×¡×ž× ×—×œ×©×”", + "So-so password" : "×¡×™×¡×ž× ×›×›×”-×›×›×”", + "Good password" : "×¡×™×¡×ž× ×˜×•×‘×”", + "Strong password" : "×¡×™×¡×ž× ×—×–×§×”", + "Groups" : "קבוצות", + "Unable to delete {objName}" : "×œ× × ×™×ª×Ÿ למחיקה {objName}", + "Error creating group: {message}" : "שגי××” ביצירת קבוצה: {message}", + "A valid group name must be provided" : "יש לספק ×©× ×§×‘×•×¦×” ×ª×§× ×™", + "deleted {groupName}" : "× ×ž×—×§ {groupName}", + "undo" : "ביטול", + "never" : "×œ×¢×•×œ× ×œ×", + "deleted {userName}" : "× ×ž×—×§ {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "×©×™× ×•×™ ×”×¡×™×¡×ž× ×™×’×¨×•× ×יבוד מידע, וז×ת בגלל ששחזור מידע ××™× ×• זמין למשתמש ×–×”", + "A valid username must be provided" : "יש לספק ×©× ×ž×©×ª×ž×© ×ª×§× ×™", + "Error creating user: {message}" : "שגי××” ביצירת משתמש: {message}", + "A valid password must be provided" : "יש לספק ×¡×™×¡×ž× ×ª×§× ×™×ª", + "A valid email must be provided" : "יש לספק כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×ª×§× ×™×ª", + "Developer documentation" : "תיעוד מפתח", + "by %s" : "על ידי %s", + "%s-licensed" : "%s-בעל רישיון", + "Documentation:" : "תיעוד", + "User documentation" : "תיעוד משתמש", + "Admin documentation" : "תיעוד ×ž× ×”×œ", + "Visit website" : "ביקור ב×תר ×”××™× ×˜×¨× ×˜", + "Report a bug" : "דיווח על ב××’", + "Show description …" : "הצגת תי×ור ...", + "Hide description …" : "הסתרת תי×ור ...", + "This app has an update available." : "×œ×™×™×©×•× ×–×” ×§×™×™× ×¢×“×›×•×Ÿ זמין.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "×œ× × ×™×ª×Ÿ להתקין ×ת ×™×™×©×•× ×–×” כיוון שייחסי התלות הב××™× ×œ× ×”×ª×§×™×™×ž×•:", + "Enable only for specific groups" : "×פשר רק לקבוצות מסויימות", + "SSL Root Certificates" : "×ישורי ×בטחת SSL ×œ× ×ª×™×‘ יסוד", + "Common Name" : "×©× ×ž×©×•×ª×£", + "Valid until" : "בתוקף עד", + "Issued By" : "×”×•×¦× ×¢×œ ידי", + "Valid until %s" : "בתוקף עד %s", + "Import root certificate" : "×™×‘×•× ×ישור ×בטחה ×œ× ×ª×™×‘ יסוד", + "Administrator documentation" : "תיעוד ×ž× ×”×œ", + "Online documentation" : "תיעוד מקוון", + "Forum" : "פורו×", + "Commercial support" : "תמיכה מסחרית", + "None" : "כלו×", + "Login" : "התחברות", + "Plain" : "רגיל", + "NT LAN Manager" : "×ž× ×”×œ רשת NT", + "Email server" : "שרת דו×ר ××œ×§×˜×¨×•× ×™", + "Open documentation" : "תיעוד פתוח", + "Send mode" : "מצב שליחה", + "Encryption" : "×”×¦×¤× ×”", + "From address" : "מכתובת", + "mail" : "mail", + "Authentication method" : "שיטת ×ימות", + "Authentication required" : "× ×“×¨×© ×ימות", + "Server address" : "כתובת שרת", + "Port" : "שער", + "Credentials" : "פרטי גישה", + "SMTP Username" : "×©× ×ž×©×ª×ž×© SMTP ", + "SMTP Password" : "סיסמת SMTP", + "Store credentials" : "שמירת ×ישורי×", + "Test email settings" : "בדיקת הגדרות דו×ר ××œ×§×˜×¨×•× ×™", + "Send email" : "שליחת דו×ר ××œ×§×˜×¨×•× ×™", + "Server-side encryption" : "×”×¦×¤× ×ª צד שרת", + "Enable server-side encryption" : "הפעלת ×”×¦×¤× ×” בצד שרת", + "Please read carefully before activating server-side encryption: " : "יש ×œ×§×¨×•× ×‘×ª×©×•×ž×ª לב רבה ×œ×¤× ×™ ×©×ž×¤×¢×™×œ×™× ×”×¦×¤× ×ª צד שרת:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "ברגע ×©×”×¦×¤× ×” מופעלת, כל ×”×§×‘×¦×™× ×©×™×•×¢×œ×• לשרת מרגע ×–×” יהיו ×ž×•×¦×¤× ×™× ×‘×©×¨×ª. × ×™×ª×Ÿ ×™×”×™×” ×œ× ×˜×¨×œ ×ת ×”×”×¦×¤× ×” בעתיד רק ×× ×ž×•×“×•×œ ×”×”×¦×¤× ×” תומך ×‘×¤×•× ×§×¦×™×” זו, וכל ×”×ª× ××™× ×”×ž×•×§×“×ž×™× (×“×”×™×™× ×• הגדרת מפתח השחזור) מתקיימי×.", + "Be aware that encryption always increases the file size." : "תשומת לב לכך ×©×”×¦×¤× ×” בהכרח מגדילה ×ת גודל הקובץ.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "תמיד טוב ליצור גיבוי קבוע למידע , במקרה של ×”×¦×¤× ×” יש ×œ×•×•×“× ×©×’× ×ž×¤×ª×—×•×ª ×”×”×¦×¤× ×” ×ž×’×•×‘×™× ×¢× ×”×ž×™×“×¢ שלך.", + "This is the final warning: Do you really want to enable encryption?" : "זו הזהרה ××—×¨×•× ×”: ×”×× ×‘×מת ×‘×¨×¦×•× ×š להפעיל ×”×¦×¤× ×”?", + "Enable encryption" : "×פשר ×”×¦×¤× ×”", + "No encryption module loaded, please enable an encryption module in the app menu." : "×œ× × ×ž×¦× ×ž×•×“×•×œ ×”×¦×¤× ×”, יש ל×פשר מודול ×”×¦×¤× ×” בתפריט היישומי×.", + "Select default encryption module:" : "יש לבחור מודול ×”×¦×¤× ×ª ברירת מחדל:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "יש להמיר ×ת מפתחות ×”×”×¦×¤× ×” שלך בממערכת ×”×”×¦×¤× ×” ×”×™×©× ×” (ownCloud <= 8.0) למערכת החדשה. יש ל×פשר ×ת \"מודול ×”×¦×¤× ×” ברירת מחדש\" ולהריץ 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "יש להמיר ×ת מפתחות ×”×”×¦×¤× ×” שלך בממערכת ×”×”×¦×¤× ×” ×”×™×©× ×” (ownCloud <= 8.0) למערכת החדשה.", + "Start migration" : "התחלת המרה", + "Security & setup warnings" : "הזהרות ×בטחה ×•×”×ª×§× ×”", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "תצורת קרי××” בלבד הופעלה. תצורה זו ×ž×•× ×¢×ª קביעת מספר הגדרות ב×מצעות ממשק ×”××™× ×˜×¨× ×˜. יתר על כן, יש צורך להגדיר ההרש×ות כתיבה ב×ופן ×™×“× ×™ לכל עדכון.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "×–×” ככל ×”× ×¨××” × ×’×¨× ×¢×œ ידי מ××™×¥/מטמון כמו Zend OPcache ×ו eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה ×œ× ×™×›×•×œ×•×ª להקבע ×›×›×לה שתומכות ב- UTF-8.", + "All checks passed." : "כל הבדיקות עברו", + "Execute one task with each page loaded" : "יש להפעיל משימה ×חת ×¢× ×›×œ עמוד ×©× ×˜×¢×Ÿ", + "Version" : "גרסה", + "Sharing" : "שיתוף", + "Allow apps to use the Share API" : "ל×פשר ×œ×™×™×©×•× ×œ×”×©×ª×ž×© ב־API השיתוף", + "Allow users to share via link" : "×פשר ×œ×ž×©×ª×ž×©×™× ×œ×©×ª×£ ב×מצעות קישור", + "Allow public uploads" : "×פשר העל×ות ציבוריות", + "Enforce password protection" : "חייב ×”×’× ×ª סיסמ×", + "Set default expiration date" : "הגדרת ת×ריך תפוגה ברירת מחדל", + "Expire after " : "פג ×חרי", + "days" : "ימי×", + "Enforce expiration date" : "חייב ת×ריך תפוגה", + "Allow resharing" : "ל×פשר שיתוף מחדש", + "Allow sharing with groups" : "מ×פשר שיתוף ×¢× ×§×‘×•×¦×•×ª", + "Restrict users to only share with users in their groups" : "הגבלת ×ž×©×ª×ž×©×™× ×œ×©×ª×£ רק ×¢× ×ž×©×ª×ž×©×™× ×‘×§×‘×•×¦×” שלה×", + "Exclude groups from sharing" : "×ž× ×™×¢×ª קבוצות משיתוף", + "These groups will still be able to receive shares, but not to initiate them." : "קבוצות ×לו עדיין יוכלו לקבל שיתופי×, ×ך ×œ× ×œ×©×ª×£ בעצמ×.", + "Tips & tricks" : "עצות ותחבולות", + "How to do backups" : "×יך לבצע גיבויי×", + "Performance tuning" : "×›×•×•× ×•×Ÿ ביצועי×", + "Improving the config.php" : "שיפור קובץ config.php", + "Theming" : "ערכת × ×•×©×", + "Hardening and security guidance" : "הדרכת הקשחה ו×בטחה", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "×”× ×š משתמש ב- <strong>%s</strong> מתוך <strong>%s</strong>", + "Profile picture" : "×ª×ž×•× ×ª פרופיל", + "Upload new" : "העל×ת חדש", + "Select from Files" : "בחירה מתוך קבצי×", + "Remove image" : "הסרת ×ª×ž×•× ×”", + "png or jpg, max. 20 MB" : "png ×ו jpg, ×ž×§×¡×™×ž×•× 20 מגה-בייט", + "Picture provided by original account" : "×ª×ž×•× ×” סופקה על ידי חשבון מקור", + "Cancel" : "ביטול", + "Choose as profile picture" : "יש לבחור ×›×ª×ž×•× ×ª פרופיל", + "Full name" : "×©× ×ž×œ×", + "No display name set" : "×œ× × ×§×‘×¢ ×©× ×ª×¦×•×’×”", + "Email" : "דו×ר ××œ×§×˜×¨×•× ×™", + "Your email address" : "כתובת הדו×ר ×”××œ×§×˜×¨×•× ×™ שלך", + "No email address set" : "×œ× × ×§×‘×¢×” כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "You are member of the following groups:" : "הקבוצות הב×ות כוללות ×ותך:", + "Language" : "שפה", + "Help translate" : "עזרה בתרגו×", + "Password" : "סיסמ×", + "Current password" : "×¡×™×¡×ž× × ×•×›×—×™×ª", + "New password" : "×¡×™×¡×ž× ×—×“×©×”", + "Change password" : "×©×™× ×•×™ סיסמ×", + "App name" : "×©× ×™×™×©×•×", + "Create new app password" : "יצירת סיסמת ×™×™×©×•× ×—×“×©×”", + "Username" : "×©× ×ž×©×ª×ž×©", + "Done" : "הסתיי×", + "Show storage location" : "הצגת ×ž×™×§×•× ×חסון", + "Show user backend" : "הצגת צד ×חורי למשתמש", + "Show email address" : "הצגת כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Send email to new user" : "שליחת דו×ר ××œ×§×˜×¨×•× ×™ למשתמש חדש", + "E-Mail" : "דו×ר ××œ×§×˜×¨×•× ×™", + "Create" : "יצירה", + "Admin Recovery Password" : "סיסמת השחזור של ×”×ž× ×”×œ", + "Enter the recovery password in order to recover the users files during password change" : "יש ×œ×”×›× ×™×¡ ×ת סיסמת השחזור לצורך שחזור של קבצי המשתמש במהלך החלפת סיסמ×", + "Everyone" : "כול×", + "Admins" : "×ž× ×”×œ×™×", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "יש ×œ×”×›× ×™×¡ מכסת ×חסון (לדוגמ×: \"512 MB\" or \"12 GB\")", + "Unlimited" : "×œ×œ× ×”×’×‘×œ×”", + "Other" : "×חר", + "Quota" : "מכסה", + "change full name" : "×©×™× ×•×™ ×©× ×ž×œ×", + "set new password" : "הגדרת ×¡×™×¡×ž× ×—×“×©×”", + "change email address" : "×©×™× ×•×™ כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Default" : "ברירת מחדל" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/he.json b/settings/l10n/he.json new file mode 100644 index 0000000000000000000000000000000000000000..b65704f38451e7566d6b7d1dcab232a6bf6ebf2e --- /dev/null +++ b/settings/l10n/he.json @@ -0,0 +1,204 @@ +{ "translations": { + "Wrong password" : "×¡×™×¡×ž× ×©×’×•×™×™×”", + "Saved" : "× ×©×ž×¨", + "No user supplied" : "×œ× ×¡×•×¤×§ ×©× ×ž×©×ª×ž×©", + "Unable to change password" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×ת הסיסמ×", + "Authentication error" : "שגי×ת הזדהות", + "Wrong admin recovery password. Please check the password and try again." : "סיסמת ×”×ž× ×”×œ לשחזור שגוייה. יש לבדוק ×ת ×”×¡×™×¡×ž× ×•×œ× ×¡×•×ª שוב.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "×”×ª×§× ×” ועדכון ×”×™×™×©×•× ×“×¨×š ×—× ×•×ª ×”×™×™×©×•×ž×™× ×ו ×¢× ×Ÿ שיתוף מ×וגד", + "Federated Cloud Sharing" : "×¢× ×Ÿ שיתוף מ×וגד", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL משתמש בגרסה %s ×™×©× ×” (%s). יש לעדכן ×ת מערכת ההפעלה ×ו ×©×ª×›×•× ×•×ª כדוגמת %s ×œ× ×™×¢×‘×“×• ב×ופן מהימן.", + "A problem occurred, please check your log files (Error: %s)" : "×ירעה בעיה, יש לבדוק ×ת לוג ×”×§×‘×¦×™× (שגי××”: %s)", + "Migration Completed" : "המרה הושלמה", + "Group already exists." : "קבוצה כבר קיימת.", + "Unable to add group." : "×œ× × ×™×ª×Ÿ להוסיף קבוצה.", + "Unable to delete group." : "×œ× × ×™×ª×Ÿ למחוק קבוצה.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "בעיה ×ירעה בשליחת הדו×ר ×”××œ×§×˜×¨×•× ×™. יש ×œ×©× ×•×ª ×ת ההגדרות שלך. (שגי××”: %s)", + "You need to set your user email before being able to send test emails." : "יש להגדיר כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×œ×¤× ×™ ×©× ×™×ª×Ÿ ×™×”×™×” לשלוח דו×ר ××œ×§×˜×¨×•× ×™ לבדיקה.", + "Invalid mail address" : "כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×œ× ×—×•×§×™×ª", + "A user with that name already exists." : "משתמש ×‘×©× ×–×” כבר קיי×.", + "Unable to create user." : "×œ× × ×™×ª×Ÿ ליצור משתמש.", + "Unable to delete user." : "×œ× × ×™×ª×Ÿ למחוק משתמש.", + "Unable to change full name" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª ×©× ×ž×œ×", + "Your full name has been changed." : "×”×©× ×”×ž×œ× ×©×œ×š הוחלף", + "Forbidden" : "חסו×", + "Invalid user" : "×©× ×ž×©×ª×ž×© ×œ× ×—×•×§×™", + "Unable to change mail address" : "×œ× × ×™×ª×Ÿ ×œ×©× ×•×ª כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Email saved" : "הדו×ר ×”××œ×§×˜×¨×•× ×™ × ×©×ž×¨", + "Your %s account was created" : "חשבון %s שלך × ×•×¦×¨", + "Couldn't remove app." : "×œ× × ×™×ª×Ÿ להסיר ×ת היישו×.", + "Couldn't update app." : "×œ× × ×™×ª×Ÿ לעדכן ×ת היישו×.", + "Add trusted domain" : "הוספת ×©× ×ž×ª×—× ×ž×”×™×ž×Ÿ", + "Migration in progress. Please wait until the migration is finished" : "המרה בביצוע. יש להמתין עד ×¡×™×•× ×”×”×ž×¨×”", + "Migration started …" : "המרה החלה...", + "Email sent" : "הודעת הדו×ר ×”××œ×§×˜×¨×•× ×™ × ×©×œ×—×”", + "Official" : "רישמי", + "All" : "הכל", + "Update to %s" : "עדכון ל- %s", + "No apps found for your version" : "×œ× × ×ž×¦×ו ×™×™×©×•×ž×™× ×œ×’×¨×¡×” שלך", + "The app will be downloaded from the app store" : "×”×™×™×©×•× ×™×¨×“ ×ž×—× ×•×ª היישומי×", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "×™×™×©×•×ž×™× ×ž××•×©×¨×™× ×ž×¤×•×ª×—×™× ×¢×œ ידי ×ž×¤×ª×—×™× ×ž×”×™×ž× ×™× ×•×¢×‘×¨×• בדיקת הבטחה ר××©×•× ×™×ª. ×”× × ×©×ž×¨×™× ×‘×ופן פעיל במ×גר קוד פתוח ×•×”×ž×ª×–×§×™× ×©×œ×”× ×ž×™×™×¢×“×™× ××•×ª× ×œ×©×™×ž×•×© מזדמן ורגיל.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "×™×™×©×•× ×–×” ×œ× × ×‘×“×§ לבעיות ×בטחה ×•×”×•× ×—×“×© ×ו ידוע ×›×œ× ×™×¦×™×‘. ×”×ª×§× ×ª ×™×™×©×•× ×–×” ×”× ×” על ×חריותך בלבד.", + "Error while disabling app" : "×ירעה שגי××” בעת × ×˜×¨×•×œ היישו×", + "Disable" : "× ×™×˜×¨×•×œ", + "Enable" : "הפעלה", + "Error while enabling app" : "שגי××” בעת הפעלת יישו×", + "Error while disabling broken app" : "שגי××” בזמן × ×˜×¨×•×œ ×™×™×©×•× ×¤×’×•×", + "Updated" : "מעודכן", + "Approved" : "מ×ושר", + "Experimental" : "× ×™×¡×™×•× ×™", + "No apps found for {query}" : "×œ× × ×ž×¦× ×™×™×©×•× ×¢×‘×•×¨ {query}", + "Disconnect" : "× ×™×ª×•×§", + "Error while loading browser sessions and device tokens" : "שגי××” בזמן ×˜×¢×™× ×ª שיחת דפדפן ומחרוזת התקן", + "Error while creating device token" : "שגי××” בזמן יצירת מחרוזת התקן", + "Error while deleting the token" : "שגי××” בזמן מחיקת המחרוזת", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "×ירעה שגי××”. יש להעלות תעודת ASCII-encoded PEM.", + "Valid until {date}" : "בתוקף עד ל- {date}", + "Delete" : "מחיקה", + "Select a profile picture" : "יש לבחור ×ª×ž×•× ×ª פרופיל", + "Very weak password" : "×¡×™×¡×ž× ×ž×וד חלשה", + "Weak password" : "×¡×™×¡×ž× ×—×œ×©×”", + "So-so password" : "×¡×™×¡×ž× ×›×›×”-×›×›×”", + "Good password" : "×¡×™×¡×ž× ×˜×•×‘×”", + "Strong password" : "×¡×™×¡×ž× ×—×–×§×”", + "Groups" : "קבוצות", + "Unable to delete {objName}" : "×œ× × ×™×ª×Ÿ למחיקה {objName}", + "Error creating group: {message}" : "שגי××” ביצירת קבוצה: {message}", + "A valid group name must be provided" : "יש לספק ×©× ×§×‘×•×¦×” ×ª×§× ×™", + "deleted {groupName}" : "× ×ž×—×§ {groupName}", + "undo" : "ביטול", + "never" : "×œ×¢×•×œ× ×œ×", + "deleted {userName}" : "× ×ž×—×§ {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "×©×™× ×•×™ ×”×¡×™×¡×ž× ×™×’×¨×•× ×יבוד מידע, וז×ת בגלל ששחזור מידע ××™× ×• זמין למשתמש ×–×”", + "A valid username must be provided" : "יש לספק ×©× ×ž×©×ª×ž×© ×ª×§× ×™", + "Error creating user: {message}" : "שגי××” ביצירת משתמש: {message}", + "A valid password must be provided" : "יש לספק ×¡×™×¡×ž× ×ª×§× ×™×ª", + "A valid email must be provided" : "יש לספק כתובת דו×ר ××œ×§×˜×¨×•× ×™ ×ª×§× ×™×ª", + "Developer documentation" : "תיעוד מפתח", + "by %s" : "על ידי %s", + "%s-licensed" : "%s-בעל רישיון", + "Documentation:" : "תיעוד", + "User documentation" : "תיעוד משתמש", + "Admin documentation" : "תיעוד ×ž× ×”×œ", + "Visit website" : "ביקור ב×תר ×”××™× ×˜×¨× ×˜", + "Report a bug" : "דיווח על ב××’", + "Show description …" : "הצגת תי×ור ...", + "Hide description …" : "הסתרת תי×ור ...", + "This app has an update available." : "×œ×™×™×©×•× ×–×” ×§×™×™× ×¢×“×›×•×Ÿ זמין.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "×œ× × ×™×ª×Ÿ להתקין ×ת ×™×™×©×•× ×–×” כיוון שייחסי התלות הב××™× ×œ× ×”×ª×§×™×™×ž×•:", + "Enable only for specific groups" : "×פשר רק לקבוצות מסויימות", + "SSL Root Certificates" : "×ישורי ×בטחת SSL ×œ× ×ª×™×‘ יסוד", + "Common Name" : "×©× ×ž×©×•×ª×£", + "Valid until" : "בתוקף עד", + "Issued By" : "×”×•×¦× ×¢×œ ידי", + "Valid until %s" : "בתוקף עד %s", + "Import root certificate" : "×™×‘×•× ×ישור ×בטחה ×œ× ×ª×™×‘ יסוד", + "Administrator documentation" : "תיעוד ×ž× ×”×œ", + "Online documentation" : "תיעוד מקוון", + "Forum" : "פורו×", + "Commercial support" : "תמיכה מסחרית", + "None" : "כלו×", + "Login" : "התחברות", + "Plain" : "רגיל", + "NT LAN Manager" : "×ž× ×”×œ רשת NT", + "Email server" : "שרת דו×ר ××œ×§×˜×¨×•× ×™", + "Open documentation" : "תיעוד פתוח", + "Send mode" : "מצב שליחה", + "Encryption" : "×”×¦×¤× ×”", + "From address" : "מכתובת", + "mail" : "mail", + "Authentication method" : "שיטת ×ימות", + "Authentication required" : "× ×“×¨×© ×ימות", + "Server address" : "כתובת שרת", + "Port" : "שער", + "Credentials" : "פרטי גישה", + "SMTP Username" : "×©× ×ž×©×ª×ž×© SMTP ", + "SMTP Password" : "סיסמת SMTP", + "Store credentials" : "שמירת ×ישורי×", + "Test email settings" : "בדיקת הגדרות דו×ר ××œ×§×˜×¨×•× ×™", + "Send email" : "שליחת דו×ר ××œ×§×˜×¨×•× ×™", + "Server-side encryption" : "×”×¦×¤× ×ª צד שרת", + "Enable server-side encryption" : "הפעלת ×”×¦×¤× ×” בצד שרת", + "Please read carefully before activating server-side encryption: " : "יש ×œ×§×¨×•× ×‘×ª×©×•×ž×ª לב רבה ×œ×¤× ×™ ×©×ž×¤×¢×™×œ×™× ×”×¦×¤× ×ª צד שרת:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "ברגע ×©×”×¦×¤× ×” מופעלת, כל ×”×§×‘×¦×™× ×©×™×•×¢×œ×• לשרת מרגע ×–×” יהיו ×ž×•×¦×¤× ×™× ×‘×©×¨×ª. × ×™×ª×Ÿ ×™×”×™×” ×œ× ×˜×¨×œ ×ת ×”×”×¦×¤× ×” בעתיד רק ×× ×ž×•×“×•×œ ×”×”×¦×¤× ×” תומך ×‘×¤×•× ×§×¦×™×” זו, וכל ×”×ª× ××™× ×”×ž×•×§×“×ž×™× (×“×”×™×™× ×• הגדרת מפתח השחזור) מתקיימי×.", + "Be aware that encryption always increases the file size." : "תשומת לב לכך ×©×”×¦×¤× ×” בהכרח מגדילה ×ת גודל הקובץ.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "תמיד טוב ליצור גיבוי קבוע למידע , במקרה של ×”×¦×¤× ×” יש ×œ×•×•×“× ×©×’× ×ž×¤×ª×—×•×ª ×”×”×¦×¤× ×” ×ž×’×•×‘×™× ×¢× ×”×ž×™×“×¢ שלך.", + "This is the final warning: Do you really want to enable encryption?" : "זו הזהרה ××—×¨×•× ×”: ×”×× ×‘×מת ×‘×¨×¦×•× ×š להפעיל ×”×¦×¤× ×”?", + "Enable encryption" : "×פשר ×”×¦×¤× ×”", + "No encryption module loaded, please enable an encryption module in the app menu." : "×œ× × ×ž×¦× ×ž×•×“×•×œ ×”×¦×¤× ×”, יש ל×פשר מודול ×”×¦×¤× ×” בתפריט היישומי×.", + "Select default encryption module:" : "יש לבחור מודול ×”×¦×¤× ×ª ברירת מחדל:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "יש להמיר ×ת מפתחות ×”×”×¦×¤× ×” שלך בממערכת ×”×”×¦×¤× ×” ×”×™×©× ×” (ownCloud <= 8.0) למערכת החדשה. יש ל×פשר ×ת \"מודול ×”×¦×¤× ×” ברירת מחדש\" ולהריץ 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "יש להמיר ×ת מפתחות ×”×”×¦×¤× ×” שלך בממערכת ×”×”×¦×¤× ×” ×”×™×©× ×” (ownCloud <= 8.0) למערכת החדשה.", + "Start migration" : "התחלת המרה", + "Security & setup warnings" : "הזהרות ×בטחה ×•×”×ª×§× ×”", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "תצורת קרי××” בלבד הופעלה. תצורה זו ×ž×•× ×¢×ª קביעת מספר הגדרות ב×מצעות ממשק ×”××™× ×˜×¨× ×˜. יתר על כן, יש צורך להגדיר ההרש×ות כתיבה ב×ופן ×™×“× ×™ לכל עדכון.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "×–×” ככל ×”× ×¨××” × ×’×¨× ×¢×œ ידי מ××™×¥/מטמון כמו Zend OPcache ×ו eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "הגדרות שפה ×œ× ×™×›×•×œ×•×ª להקבע ×›×›×לה שתומכות ב- UTF-8.", + "All checks passed." : "כל הבדיקות עברו", + "Execute one task with each page loaded" : "יש להפעיל משימה ×חת ×¢× ×›×œ עמוד ×©× ×˜×¢×Ÿ", + "Version" : "גרסה", + "Sharing" : "שיתוף", + "Allow apps to use the Share API" : "ל×פשר ×œ×™×™×©×•× ×œ×”×©×ª×ž×© ב־API השיתוף", + "Allow users to share via link" : "×פשר ×œ×ž×©×ª×ž×©×™× ×œ×©×ª×£ ב×מצעות קישור", + "Allow public uploads" : "×פשר העל×ות ציבוריות", + "Enforce password protection" : "חייב ×”×’× ×ª סיסמ×", + "Set default expiration date" : "הגדרת ת×ריך תפוגה ברירת מחדל", + "Expire after " : "פג ×חרי", + "days" : "ימי×", + "Enforce expiration date" : "חייב ת×ריך תפוגה", + "Allow resharing" : "ל×פשר שיתוף מחדש", + "Allow sharing with groups" : "מ×פשר שיתוף ×¢× ×§×‘×•×¦×•×ª", + "Restrict users to only share with users in their groups" : "הגבלת ×ž×©×ª×ž×©×™× ×œ×©×ª×£ רק ×¢× ×ž×©×ª×ž×©×™× ×‘×§×‘×•×¦×” שלה×", + "Exclude groups from sharing" : "×ž× ×™×¢×ª קבוצות משיתוף", + "These groups will still be able to receive shares, but not to initiate them." : "קבוצות ×לו עדיין יוכלו לקבל שיתופי×, ×ך ×œ× ×œ×©×ª×£ בעצמ×.", + "Tips & tricks" : "עצות ותחבולות", + "How to do backups" : "×יך לבצע גיבויי×", + "Performance tuning" : "×›×•×•× ×•×Ÿ ביצועי×", + "Improving the config.php" : "שיפור קובץ config.php", + "Theming" : "ערכת × ×•×©×", + "Hardening and security guidance" : "הדרכת הקשחה ו×בטחה", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "×”× ×š משתמש ב- <strong>%s</strong> מתוך <strong>%s</strong>", + "Profile picture" : "×ª×ž×•× ×ª פרופיל", + "Upload new" : "העל×ת חדש", + "Select from Files" : "בחירה מתוך קבצי×", + "Remove image" : "הסרת ×ª×ž×•× ×”", + "png or jpg, max. 20 MB" : "png ×ו jpg, ×ž×§×¡×™×ž×•× 20 מגה-בייט", + "Picture provided by original account" : "×ª×ž×•× ×” סופקה על ידי חשבון מקור", + "Cancel" : "ביטול", + "Choose as profile picture" : "יש לבחור ×›×ª×ž×•× ×ª פרופיל", + "Full name" : "×©× ×ž×œ×", + "No display name set" : "×œ× × ×§×‘×¢ ×©× ×ª×¦×•×’×”", + "Email" : "דו×ר ××œ×§×˜×¨×•× ×™", + "Your email address" : "כתובת הדו×ר ×”××œ×§×˜×¨×•× ×™ שלך", + "No email address set" : "×œ× × ×§×‘×¢×” כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "You are member of the following groups:" : "הקבוצות הב×ות כוללות ×ותך:", + "Language" : "שפה", + "Help translate" : "עזרה בתרגו×", + "Password" : "סיסמ×", + "Current password" : "×¡×™×¡×ž× × ×•×›×—×™×ª", + "New password" : "×¡×™×¡×ž× ×—×“×©×”", + "Change password" : "×©×™× ×•×™ סיסמ×", + "App name" : "×©× ×™×™×©×•×", + "Create new app password" : "יצירת סיסמת ×™×™×©×•× ×—×“×©×”", + "Username" : "×©× ×ž×©×ª×ž×©", + "Done" : "הסתיי×", + "Show storage location" : "הצגת ×ž×™×§×•× ×חסון", + "Show user backend" : "הצגת צד ×חורי למשתמש", + "Show email address" : "הצגת כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Send email to new user" : "שליחת דו×ר ××œ×§×˜×¨×•× ×™ למשתמש חדש", + "E-Mail" : "דו×ר ××œ×§×˜×¨×•× ×™", + "Create" : "יצירה", + "Admin Recovery Password" : "סיסמת השחזור של ×”×ž× ×”×œ", + "Enter the recovery password in order to recover the users files during password change" : "יש ×œ×”×›× ×™×¡ ×ת סיסמת השחזור לצורך שחזור של קבצי המשתמש במהלך החלפת סיסמ×", + "Everyone" : "כול×", + "Admins" : "×ž× ×”×œ×™×", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "יש ×œ×”×›× ×™×¡ מכסת ×חסון (לדוגמ×: \"512 MB\" or \"12 GB\")", + "Unlimited" : "×œ×œ× ×”×’×‘×œ×”", + "Other" : "×חר", + "Quota" : "מכסה", + "change full name" : "×©×™× ×•×™ ×©× ×ž×œ×", + "set new password" : "הגדרת ×¡×™×¡×ž× ×—×“×©×”", + "change email address" : "×©×™× ×•×™ כתובת דו×ר ××œ×§×˜×¨×•× ×™", + "Default" : "ברירת מחדל" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js new file mode 100644 index 0000000000000000000000000000000000000000..3d378ca791995451a0815b0561b28db0863096b2 --- /dev/null +++ b/settings/l10n/hr.js @@ -0,0 +1,109 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "PogreÅ¡na lozinka", + "Saved" : "Spremljeno", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Unable to change password" : "Promjena lozinke nije moguća", + "Authentication error" : "PogreÅ¡na autentikacija", + "Wrong admin recovery password. Please check the password and try again." : "PogreÅ¡na admin lozinka za oporavak. Molimo provjerite lozinku i pokuÅ¡ajte ponovno.", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poÅ¡tu trebate postaviti svoj korisniÄki email.", + "Unable to change full name" : "Puno ime nije moguće promijeniti.", + "Your full name has been changed." : "VaÅ¡e puno ime je promijenjeno.", + "Email saved" : "E-poÅ¡ta spremljena", + "Couldn't remove app." : "Nije moguće ukloniti app.", + "Couldn't update app." : "Ažuriranje aplikacija nije moguće", + "Add trusted domain" : "Dodajte pouzdanu domenu", + "Email sent" : "E-poÅ¡ta je poslana", + "All" : "Sve", + "Error while disabling app" : "PogreÅ¡ka pri onemogućavanju app", + "Disable" : "Onemogućite", + "Enable" : "Omogućite", + "Error while enabling app" : "PogreÅ¡ka pri omogućavanju app", + "Updated" : "Ažurirano", + "Valid until {date}" : "Valid until {date}", + "Delete" : "IzbriÅ¡ite", + "Select a profile picture" : "Odaberite sliku profila", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poniÅ¡tite", + "never" : "nikad", + "deleted {userName}" : "izbrisano {userName}", + "A valid username must be provided" : "Nužno je navesti valjano korisniÄko ime", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "Documentation:" : "Dokumentacija:", + "Enable only for specific groups" : "Omogućite samo za specifiÄne grupe", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Forum" : "Forum", + "None" : "NiÅ¡ta", + "Login" : "Prijava", + "Plain" : "ÄŒisti tekst", + "NT LAN Manager" : "NT LAN Manager", + "Send mode" : "NaÄin rada za slanje", + "Encryption" : "Å ifriranje", + "From address" : "S adrese", + "mail" : "poÅ¡ta", + "Authentication method" : "Postupak autentikacije", + "Authentication required" : "Potrebna autentikacija", + "Server address" : "Adresa poslužitelja", + "Port" : "PrikljuÄak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "KorisniÄko ime SMTP", + "SMTP Password" : "Lozinka SMPT", + "Test email settings" : "Postavke za testnu e-poÅ¡tu", + "Send email" : "PoÅ¡aljite e-poÅ¡tu", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivaÄ predmemoriranja kao Å¡to je Zend OPcache ilieAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "Execute one task with each page loaded" : "IzvrÅ¡ite jedan zadatak sa svakom uÄitanom stranicom", + "Version" : "Verzija", + "Sharing" : "Dijeljenje zajedniÄkih resursa", + "Allow apps to use the Share API" : "Dopustite apps koriÅ¡tenje Share API", + "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", + "Allow public uploads" : "Dopustite javno uÄitavanje sadržaja", + "Enforce password protection" : "Nametnite zaÅ¡titu lozinki", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametnite datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje zajedniÄkih resursa", + "Restrict users to only share with users in their groups" : "OgraniÄite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Exclude groups from sharing" : "IskljuÄite grupe iz dijeljenja zajedniÄkih resursa", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe joÅ¡ uvijek moći primati dijeljene resurse, ali ne i inicirati ih", + "Profile picture" : "Slika profila", + "Upload new" : "UÄitajte novu", + "Remove image" : "Uklonite sliku", + "Cancel" : "Odustanite", + "Email" : "E-poÅ¡ta", + "Your email address" : "VaÅ¡a adresa e-poÅ¡te", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", + "Password" : "Lozinka", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijenite lozinku", + "Username" : "KorisniÄko ime", + "Show storage location" : "Prikaži mjesto pohrane", + "Create" : "Kreirajte", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisniÄke datoteke tijekom promjene lozinke", + "Everyone" : "Svi", + "Admins" : "Admins", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "NeograniÄeno", + "Other" : "Ostalo", + "Quota" : "Kvota", + "change full name" : "promijenite puno ime", + "set new password" : "postavite novu lozinku", + "Default" : "Zadano" +}, +"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/settings/l10n/hr.json b/settings/l10n/hr.json new file mode 100644 index 0000000000000000000000000000000000000000..27e488e7e367a88e2623305caa74731c65dc8368 --- /dev/null +++ b/settings/l10n/hr.json @@ -0,0 +1,107 @@ +{ "translations": { + "Wrong password" : "PogreÅ¡na lozinka", + "Saved" : "Spremljeno", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Unable to change password" : "Promjena lozinke nije moguća", + "Authentication error" : "PogreÅ¡na autentikacija", + "Wrong admin recovery password. Please check the password and try again." : "PogreÅ¡na admin lozinka za oporavak. Molimo provjerite lozinku i pokuÅ¡ajte ponovno.", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poÅ¡tu trebate postaviti svoj korisniÄki email.", + "Unable to change full name" : "Puno ime nije moguće promijeniti.", + "Your full name has been changed." : "VaÅ¡e puno ime je promijenjeno.", + "Email saved" : "E-poÅ¡ta spremljena", + "Couldn't remove app." : "Nije moguće ukloniti app.", + "Couldn't update app." : "Ažuriranje aplikacija nije moguće", + "Add trusted domain" : "Dodajte pouzdanu domenu", + "Email sent" : "E-poÅ¡ta je poslana", + "All" : "Sve", + "Error while disabling app" : "PogreÅ¡ka pri onemogućavanju app", + "Disable" : "Onemogućite", + "Enable" : "Omogućite", + "Error while enabling app" : "PogreÅ¡ka pri omogućavanju app", + "Updated" : "Ažurirano", + "Valid until {date}" : "Valid until {date}", + "Delete" : "IzbriÅ¡ite", + "Select a profile picture" : "Odaberite sliku profila", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poniÅ¡tite", + "never" : "nikad", + "deleted {userName}" : "izbrisano {userName}", + "A valid username must be provided" : "Nužno je navesti valjano korisniÄko ime", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "Documentation:" : "Dokumentacija:", + "Enable only for specific groups" : "Omogućite samo za specifiÄne grupe", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Forum" : "Forum", + "None" : "NiÅ¡ta", + "Login" : "Prijava", + "Plain" : "ÄŒisti tekst", + "NT LAN Manager" : "NT LAN Manager", + "Send mode" : "NaÄin rada za slanje", + "Encryption" : "Å ifriranje", + "From address" : "S adrese", + "mail" : "poÅ¡ta", + "Authentication method" : "Postupak autentikacije", + "Authentication required" : "Potrebna autentikacija", + "Server address" : "Adresa poslužitelja", + "Port" : "PrikljuÄak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "KorisniÄko ime SMTP", + "SMTP Password" : "Lozinka SMPT", + "Test email settings" : "Postavke za testnu e-poÅ¡tu", + "Send email" : "PoÅ¡aljite e-poÅ¡tu", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivaÄ predmemoriranja kao Å¡to je Zend OPcache ilieAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "Execute one task with each page loaded" : "IzvrÅ¡ite jedan zadatak sa svakom uÄitanom stranicom", + "Version" : "Verzija", + "Sharing" : "Dijeljenje zajedniÄkih resursa", + "Allow apps to use the Share API" : "Dopustite apps koriÅ¡tenje Share API", + "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", + "Allow public uploads" : "Dopustite javno uÄitavanje sadržaja", + "Enforce password protection" : "Nametnite zaÅ¡titu lozinki", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametnite datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje zajedniÄkih resursa", + "Restrict users to only share with users in their groups" : "OgraniÄite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Exclude groups from sharing" : "IskljuÄite grupe iz dijeljenja zajedniÄkih resursa", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe joÅ¡ uvijek moći primati dijeljene resurse, ali ne i inicirati ih", + "Profile picture" : "Slika profila", + "Upload new" : "UÄitajte novu", + "Remove image" : "Uklonite sliku", + "Cancel" : "Odustanite", + "Email" : "E-poÅ¡ta", + "Your email address" : "VaÅ¡a adresa e-poÅ¡te", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", + "Password" : "Lozinka", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijenite lozinku", + "Username" : "KorisniÄko ime", + "Show storage location" : "Prikaži mjesto pohrane", + "Create" : "Kreirajte", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisniÄke datoteke tijekom promjene lozinke", + "Everyone" : "Svi", + "Admins" : "Admins", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "NeograniÄeno", + "Other" : "Ostalo", + "Quota" : "Kvota", + "change full name" : "promijenite puno ime", + "set new password" : "postavite novu lozinku", + "Default" : "Zadano" +},"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/settings/l10n/hy.js b/settings/l10n/hy.js new file mode 100644 index 0000000000000000000000000000000000000000..5395b53505a670828ad3b68ab68b88afa9e08351 --- /dev/null +++ b/settings/l10n/hy.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "ÕÕÕ¡Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Saved" : "ÕŠÕ¡Õ°Õ¾Õ¡Õ®", + "Unable to change password" : "Õ‰Õ¯Õ¡Ö€Õ¸Õ²Õ¡ÖÕ¡ ÖƒÕ¸ÕÕ¥Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨", + "Delete" : "Õ‹Õ¶Õ»Õ¥Õ¬", + "Very weak password" : "Õ‡Õ¡Õ¿ Õ©Õ¸Ö‚ÕµÕ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Weak password" : "Ô¹Õ¸Ö‚ÕµÕ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "So-so password" : "Õ„Õ«Õ»Õ«Õ¶Õ¸Õ¿ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Good password" : "Ô¼Õ¡Õ¾ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Strong password" : "ÕˆÖ‚ÕªÕ¥Õ² Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Groups" : "Ô½Õ´Õ¢Õ¥Ö€", + "never" : "Õ¥Ö€Õ¢Õ¥Ö„", + "days" : "Ö…Ö€", + "Cancel" : "Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬", + "Email" : "Ô·Õ¬. Õ°Õ¡Õ½ÖÕ¥", + "Language" : "Ô¼Õ¥Õ¦Õ¸Ö‚", + "Help translate" : "Õ•Õ£Õ¶Õ¥Õ¬ Õ©Õ¡Ö€Õ£Õ´Õ¡Õ¶Õ¥Õ¬", + "Password" : "Ô³Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "New password" : "Õ†Õ¸Ö€ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Change password" : "Õ“Õ¸ÕÕ¥Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨", + "Username" : "Õ•Õ£Õ¿Õ¡Õ¶Õ¸Ö‚Õ¶", + "Other" : "Ô±ÕµÕ¬" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hy.json b/settings/l10n/hy.json new file mode 100644 index 0000000000000000000000000000000000000000..d315d9bbc63ab3d12771ed0eb39bfabc81631ec8 --- /dev/null +++ b/settings/l10n/hy.json @@ -0,0 +1,24 @@ +{ "translations": { + "Wrong password" : "ÕÕÕ¡Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Saved" : "ÕŠÕ¡Õ°Õ¾Õ¡Õ®", + "Unable to change password" : "Õ‰Õ¯Õ¡Ö€Õ¸Õ²Õ¡ÖÕ¡ ÖƒÕ¸ÕÕ¥Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨", + "Delete" : "Õ‹Õ¶Õ»Õ¥Õ¬", + "Very weak password" : "Õ‡Õ¡Õ¿ Õ©Õ¸Ö‚ÕµÕ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Weak password" : "Ô¹Õ¸Ö‚ÕµÕ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "So-so password" : "Õ„Õ«Õ»Õ«Õ¶Õ¸Õ¿ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Good password" : "Ô¼Õ¡Õ¾ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Strong password" : "ÕˆÖ‚ÕªÕ¥Õ² Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Groups" : "Ô½Õ´Õ¢Õ¥Ö€", + "never" : "Õ¥Ö€Õ¢Õ¥Ö„", + "days" : "Ö…Ö€", + "Cancel" : "Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬", + "Email" : "Ô·Õ¬. Õ°Õ¡Õ½ÖÕ¥", + "Language" : "Ô¼Õ¥Õ¦Õ¸Ö‚", + "Help translate" : "Õ•Õ£Õ¶Õ¥Õ¬ Õ©Õ¡Ö€Õ£Õ´Õ¡Õ¶Õ¥Õ¬", + "Password" : "Ô³Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "New password" : "Õ†Õ¸Ö€ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼", + "Change password" : "Õ“Õ¸ÕÕ¥Õ¬ Õ£Õ¡Õ²Õ¿Õ¶Õ¡Õ¢Õ¡Õ¼Õ¨", + "Username" : "Õ•Õ£Õ¿Õ¡Õ¶Õ¸Ö‚Õ¶", + "Other" : "Ô±ÕµÕ¬" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js new file mode 100644 index 0000000000000000000000000000000000000000..c6ced685600adf5df16d6752e9b630bc30d3b89d --- /dev/null +++ b/settings/l10n/ia.js @@ -0,0 +1,218 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Contrasigno incorrecte", + "Saved" : "Salveguardate", + "No user supplied" : "Nulle usator fornite", + "Unable to change password" : "Impossibile cambiar contrasigno", + "Authentication error" : "Error in authentication", + "Wrong admin recovery password. Please check the password and try again." : "Le contrasigno administrator pro recuperation de datos es incorrecte. Per favor, verifica le contrasigno e tenta de novo.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "Installation e actualisation de applicationes via le App Store o Compartimento del Nube Federate", + "Federated Cloud Sharing" : "Compartimento del Nube Federate", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL usa %s in un version obsolete (%s). Per favor, actualisa tu systema operative, o functiones tal como %s non functionara fidedignemente.", + "A problem occurred, please check your log files (Error: %s)" : "Un problema occurreva, per favor verifica tu files de registro (Error: %s)", + "Migration Completed" : "Migration completate", + "Group already exists." : "Gruppo ja existe.", + "Unable to add group." : "Impossibile adder gruppo.", + "Unable to delete group." : "Impossibile deler gruppo.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Un problema occurreva durante le invio del e-posta. Per favor, revide tu configurationes. (Error: %s)", + "You need to set your user email before being able to send test emails." : "Tu debe configurar tu e-posta de usator ante esser capace a inviar e-posta de test.", + "Invalid mail address" : "Adresse de e-posta non valide", + "No valid group selected" : "Nulle gruppo valide selectionate", + "A user with that name already exists." : "Un usator con iste nomine ja existe.", + "Unable to create user." : "Impossibile crear usator.", + "Unable to delete user." : "Impossibile deler usator.", + "Settings saved" : "Configurationes salveguardate", + "Unable to change full name" : "Impossibile cambiar nomine complete", + "Unable to change email address" : "Impossibile cambiar adresse de e-posta", + "Your full name has been changed." : "Tu nomine complete esseva cambiate.", + "Forbidden" : "Prohibite", + "Invalid user" : "Usator invalide", + "Unable to change mail address" : "Impossibile cambiar adresse de e-posta", + "Email saved" : "E-posta salveguardate", + "Your %s account was created" : "Tu conto %s esseva create", + "Password confirmation is required" : "Un confirmation del contrasigno es necessari", + "Couldn't remove app." : "Impossibile remover application.", + "Couldn't update app." : "Impossibile actualisar application.", + "Are you really sure you want add {domain} as trusted domain?" : "Esque tu es secur que tu vole adder {domain} como dominio fiduciari?", + "Add trusted domain" : "Adder dominio fiduciari", + "Migration in progress. Please wait until the migration is finished" : "Migration in progresso. Per favor, attende usque le migration es finite.", + "Migration started …" : "Migration initiate...", + "Not saved" : "Non salveguardate", + "Email sent" : "Message de e-posta inviate", + "Official" : "Official", + "All" : "Tote", + "Update to %s" : "Actualisar a %s", + "No apps found for your version" : "Nulle application trovate pro tu version", + "Disabling app …" : "Disactivante application ...", + "Error while disabling app" : "Error durante disactivation del application...", + "Disable" : "Disactivar", + "Enable" : "Activar", + "Enabling app …" : "Activante application...", + "Error while enabling app" : "Error durante activation del application...", + "Updated" : "Actualisate", + "Approved" : "Approbate", + "Experimental" : "Experimental", + "No apps found for {query}" : "Nulle application trovate pro {query}", + "Allow filesystem access" : "Permitter accesso a systema de files", + "Disconnect" : "Disconnecter", + "Revoke" : "Revocar", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome pro Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "Sync client - {os}" : "Synchronisar cliente - {os}", + "This session" : "Iste session", + "Copy" : "Copiar", + "Copied!" : "Copiate!", + "Not supported!" : "Non supportate!", + "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.", + "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Un error occurreva. Per favor, incarga un certificato PEM codificate in ASCII", + "Valid until {date}" : "Valide usque {date}", + "Delete" : "Deler", + "Local" : "Local", + "Private" : "Private", + "Only visible to local users" : "Solmente visibile a usatores local", + "Only visible to you" : "Solmente visibile a tu", + "Contacts" : "Contactos", + "Visible to local users and to trusted servers" : "Visibile a usatores local e a servitores fiduciari", + "Public" : "Public", + "Select a profile picture" : "Selectiona un pictura de profilo", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno plus o minus acceptabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Groups" : "Gruppos", + "Unable to delete {objName}" : "Impossibile deler {objName}", + "Error creating group: {message}" : "Error durante creation de gruppo: {message}", + "A valid group name must be provided" : "Un nomine de gruppo valide debe esser providite", + "deleted {groupName}" : "{groupName} delite", + "undo" : "disfacer", + "never" : "nunquam", + "deleted {userName}" : "{userName} delite", + "Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}", + "Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}", + "Add group" : "Adder gruppo", + "Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"", + "no group" : "nulle gruppo", + "Password successfully changed" : "Contrasigno cambiate con successo", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar le contrasigno resultara in perdita de datos, proque le recuperation de datos non es disponibile a iste usator", + "Could not change the users email" : "Impossibile cambiar le adresse de e-posta de usatores", + "A valid username must be provided" : "Un nomine de usator valide debe esser providite", + "Error creating user: {message}" : "Error durante creation de usator: {message}", + "A valid password must be provided" : "Un contrasigno valide debe esser providite", + "A valid email must be provided" : "Un adresse de e-posta valide debe esser providite", + "Developer documentation" : "Documentation de disveloppator", + "by %s" : "per %s", + "%s-licensed" : "Licentiate como %s", + "Documentation:" : "Documentation:", + "User documentation" : "Documentation de usator", + "Admin documentation" : "Documentation de administrator", + "Visit website" : "Visitar sito web", + "Report a bug" : "Reportar un defecto", + "Show description …" : "Monstrar description...", + "Hide description …" : "Celar description...", + "This app has an update available." : "Iste application ha un actualisation disponibile", + "Enable only for specific groups" : "Activar solmente a gruppos specific", + "SSL Root Certificates" : "Certificatos Root SSL", + "Common Name" : "Nomine Commun", + "Valid until" : "Valide usque", + "Issued By" : "Emittite per", + "Valid until %s" : "Valide usque %s", + "Import root certificate" : "Importar certificato root", + "Administrator documentation" : "Documentation de administrator", + "Online documentation" : "Documentation in linea", + "Forum" : "Foro", + "Getting help" : "Obtener adjuta", + "Commercial support" : "Supporto commercial", + "None" : "Nulle", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "Servitor de e-posta", + "Open documentation" : "Aperir documentation", + "Send mode" : "Modo de invio", + "Encryption" : "Cryptographia", + "From address" : "De adresse", + "Authentication method" : "Methodo de authentication", + "Authentication required" : "Authentication requirite", + "Server address" : "Adresse del servitor", + "Port" : "Porto", + "Credentials" : "Datos de authentication", + "SMTP Username" : "Nomine de usator SMTP", + "SMTP Password" : "Contrasigno SMTP", + "Store credentials" : "Salveguardar datos de authentication", + "Test email settings" : "Testar configurationes de e-posta", + "Send email" : "Inviar message de e-posta", + "Enable encryption" : "Activar cryptographia", + "Select default encryption module:" : "Selectionar modulo de cryptographia standard", + "Start migration" : "Initiar migration", + "Security & setup warnings" : "Securitate e advertimentos de configuration", + "Version" : "Version", + "Allow users to share via link" : "Permitter usatores compartir via ligamine", + "Allow public uploads" : "Permitter incargas public", + "Enforce password protection" : "Exiger protection per contrasigno", + "Set default expiration date" : "Assignar data predefinite de expiration", + "Expire after " : "Expirar post", + "days" : "dies", + "Enforce expiration date" : "Exiger data de expiration", + "Tips & tricks" : "Consilios e maneos", + "How to do backups" : "Como facer retrocopias", + "Improving the config.php" : "Meliorante config.php", + "Theming" : "Personalisante themas", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Tu usa <strong>%s</strong> de <strong>%s</strong>", + "Profile picture" : "Pictura de profilo", + "Upload new" : "Incargar nove", + "Select from Files" : "Selectionar de Files", + "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", + "Picture provided by original account" : "Pictura fornite per conto original", + "Cancel" : "Cancellar", + "Choose as profile picture" : "Selectiona como pictura de profilo", + "Full name" : "Nomine complete", + "Email" : "E-posta", + "Your email address" : "Tu adresse de e-posta", + "No email address set" : "Nulle adresse de e-posta definite", + "For password reset and notifications" : "Pro reinitialisation de contrasigno e invio de notificationes", + "Phone number" : "Numero de telephono", + "Your phone number" : "Tu numero de telephono", + "Address" : "Adresse", + "Your postal address" : "Tu adresse postal", + "Website" : "Sito web", + "Twitter" : "Twitter", + "You are member of the following groups:" : "Tu es membro del sequente gruppos:", + "Language" : "Lingua", + "Help translate" : "Adjuta a traducer", + "Password" : "Contrasigno", + "Current password" : "Contrasigno actual", + "New password" : "Nove contrasigno", + "Change password" : "Cambiar contrasigno", + "Device" : "Dispositivo", + "Last activity" : "Ultime activitate", + "App name" : "Nomine del application", + "Create new app password" : "Crear un nove contrasigno pro application", + "Use the credentials below to configure your app or device." : "Usa le datos de authentication infra pro configurar tu application o dispositivo.", + "Username" : "Nomine de usator", + "Done" : "Preste", + "Show storage location" : "Monstrar loco de immagazinage", + "Show email address" : "Monstrar adresse de e-posta", + "Send email to new user" : "Inviar message de e-posta a nove usator", + "E-Mail" : "E-posta", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperation de Contrasigno del Administrator", + "Everyone" : "Totos", + "Admins" : "Administratores", + "Default quota" : "Quota predefinite", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Per favor, scribe le quota de immagazinage (p.ex. \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitate", + "Other" : "Altere", + "Quota" : "Quota" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json new file mode 100644 index 0000000000000000000000000000000000000000..b52fb855010758f7ad6d864eed26548bdb3c643c --- /dev/null +++ b/settings/l10n/ia.json @@ -0,0 +1,216 @@ +{ "translations": { + "Wrong password" : "Contrasigno incorrecte", + "Saved" : "Salveguardate", + "No user supplied" : "Nulle usator fornite", + "Unable to change password" : "Impossibile cambiar contrasigno", + "Authentication error" : "Error in authentication", + "Wrong admin recovery password. Please check the password and try again." : "Le contrasigno administrator pro recuperation de datos es incorrecte. Per favor, verifica le contrasigno e tenta de novo.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "Installation e actualisation de applicationes via le App Store o Compartimento del Nube Federate", + "Federated Cloud Sharing" : "Compartimento del Nube Federate", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL usa %s in un version obsolete (%s). Per favor, actualisa tu systema operative, o functiones tal como %s non functionara fidedignemente.", + "A problem occurred, please check your log files (Error: %s)" : "Un problema occurreva, per favor verifica tu files de registro (Error: %s)", + "Migration Completed" : "Migration completate", + "Group already exists." : "Gruppo ja existe.", + "Unable to add group." : "Impossibile adder gruppo.", + "Unable to delete group." : "Impossibile deler gruppo.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Un problema occurreva durante le invio del e-posta. Per favor, revide tu configurationes. (Error: %s)", + "You need to set your user email before being able to send test emails." : "Tu debe configurar tu e-posta de usator ante esser capace a inviar e-posta de test.", + "Invalid mail address" : "Adresse de e-posta non valide", + "No valid group selected" : "Nulle gruppo valide selectionate", + "A user with that name already exists." : "Un usator con iste nomine ja existe.", + "Unable to create user." : "Impossibile crear usator.", + "Unable to delete user." : "Impossibile deler usator.", + "Settings saved" : "Configurationes salveguardate", + "Unable to change full name" : "Impossibile cambiar nomine complete", + "Unable to change email address" : "Impossibile cambiar adresse de e-posta", + "Your full name has been changed." : "Tu nomine complete esseva cambiate.", + "Forbidden" : "Prohibite", + "Invalid user" : "Usator invalide", + "Unable to change mail address" : "Impossibile cambiar adresse de e-posta", + "Email saved" : "E-posta salveguardate", + "Your %s account was created" : "Tu conto %s esseva create", + "Password confirmation is required" : "Un confirmation del contrasigno es necessari", + "Couldn't remove app." : "Impossibile remover application.", + "Couldn't update app." : "Impossibile actualisar application.", + "Are you really sure you want add {domain} as trusted domain?" : "Esque tu es secur que tu vole adder {domain} como dominio fiduciari?", + "Add trusted domain" : "Adder dominio fiduciari", + "Migration in progress. Please wait until the migration is finished" : "Migration in progresso. Per favor, attende usque le migration es finite.", + "Migration started …" : "Migration initiate...", + "Not saved" : "Non salveguardate", + "Email sent" : "Message de e-posta inviate", + "Official" : "Official", + "All" : "Tote", + "Update to %s" : "Actualisar a %s", + "No apps found for your version" : "Nulle application trovate pro tu version", + "Disabling app …" : "Disactivante application ...", + "Error while disabling app" : "Error durante disactivation del application...", + "Disable" : "Disactivar", + "Enable" : "Activar", + "Enabling app …" : "Activante application...", + "Error while enabling app" : "Error durante activation del application...", + "Updated" : "Actualisate", + "Approved" : "Approbate", + "Experimental" : "Experimental", + "No apps found for {query}" : "Nulle application trovate pro {query}", + "Allow filesystem access" : "Permitter accesso a systema de files", + "Disconnect" : "Disconnecter", + "Revoke" : "Revocar", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome pro Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "Sync client - {os}" : "Synchronisar cliente - {os}", + "This session" : "Iste session", + "Copy" : "Copiar", + "Copied!" : "Copiate!", + "Not supported!" : "Non supportate!", + "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.", + "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Un error occurreva. Per favor, incarga un certificato PEM codificate in ASCII", + "Valid until {date}" : "Valide usque {date}", + "Delete" : "Deler", + "Local" : "Local", + "Private" : "Private", + "Only visible to local users" : "Solmente visibile a usatores local", + "Only visible to you" : "Solmente visibile a tu", + "Contacts" : "Contactos", + "Visible to local users and to trusted servers" : "Visibile a usatores local e a servitores fiduciari", + "Public" : "Public", + "Select a profile picture" : "Selectiona un pictura de profilo", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno plus o minus acceptabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Groups" : "Gruppos", + "Unable to delete {objName}" : "Impossibile deler {objName}", + "Error creating group: {message}" : "Error durante creation de gruppo: {message}", + "A valid group name must be provided" : "Un nomine de gruppo valide debe esser providite", + "deleted {groupName}" : "{groupName} delite", + "undo" : "disfacer", + "never" : "nunquam", + "deleted {userName}" : "{userName} delite", + "Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}", + "Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}", + "Add group" : "Adder gruppo", + "Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"", + "no group" : "nulle gruppo", + "Password successfully changed" : "Contrasigno cambiate con successo", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar le contrasigno resultara in perdita de datos, proque le recuperation de datos non es disponibile a iste usator", + "Could not change the users email" : "Impossibile cambiar le adresse de e-posta de usatores", + "A valid username must be provided" : "Un nomine de usator valide debe esser providite", + "Error creating user: {message}" : "Error durante creation de usator: {message}", + "A valid password must be provided" : "Un contrasigno valide debe esser providite", + "A valid email must be provided" : "Un adresse de e-posta valide debe esser providite", + "Developer documentation" : "Documentation de disveloppator", + "by %s" : "per %s", + "%s-licensed" : "Licentiate como %s", + "Documentation:" : "Documentation:", + "User documentation" : "Documentation de usator", + "Admin documentation" : "Documentation de administrator", + "Visit website" : "Visitar sito web", + "Report a bug" : "Reportar un defecto", + "Show description …" : "Monstrar description...", + "Hide description …" : "Celar description...", + "This app has an update available." : "Iste application ha un actualisation disponibile", + "Enable only for specific groups" : "Activar solmente a gruppos specific", + "SSL Root Certificates" : "Certificatos Root SSL", + "Common Name" : "Nomine Commun", + "Valid until" : "Valide usque", + "Issued By" : "Emittite per", + "Valid until %s" : "Valide usque %s", + "Import root certificate" : "Importar certificato root", + "Administrator documentation" : "Documentation de administrator", + "Online documentation" : "Documentation in linea", + "Forum" : "Foro", + "Getting help" : "Obtener adjuta", + "Commercial support" : "Supporto commercial", + "None" : "Nulle", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "Servitor de e-posta", + "Open documentation" : "Aperir documentation", + "Send mode" : "Modo de invio", + "Encryption" : "Cryptographia", + "From address" : "De adresse", + "Authentication method" : "Methodo de authentication", + "Authentication required" : "Authentication requirite", + "Server address" : "Adresse del servitor", + "Port" : "Porto", + "Credentials" : "Datos de authentication", + "SMTP Username" : "Nomine de usator SMTP", + "SMTP Password" : "Contrasigno SMTP", + "Store credentials" : "Salveguardar datos de authentication", + "Test email settings" : "Testar configurationes de e-posta", + "Send email" : "Inviar message de e-posta", + "Enable encryption" : "Activar cryptographia", + "Select default encryption module:" : "Selectionar modulo de cryptographia standard", + "Start migration" : "Initiar migration", + "Security & setup warnings" : "Securitate e advertimentos de configuration", + "Version" : "Version", + "Allow users to share via link" : "Permitter usatores compartir via ligamine", + "Allow public uploads" : "Permitter incargas public", + "Enforce password protection" : "Exiger protection per contrasigno", + "Set default expiration date" : "Assignar data predefinite de expiration", + "Expire after " : "Expirar post", + "days" : "dies", + "Enforce expiration date" : "Exiger data de expiration", + "Tips & tricks" : "Consilios e maneos", + "How to do backups" : "Como facer retrocopias", + "Improving the config.php" : "Meliorante config.php", + "Theming" : "Personalisante themas", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Tu usa <strong>%s</strong> de <strong>%s</strong>", + "Profile picture" : "Pictura de profilo", + "Upload new" : "Incargar nove", + "Select from Files" : "Selectionar de Files", + "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", + "Picture provided by original account" : "Pictura fornite per conto original", + "Cancel" : "Cancellar", + "Choose as profile picture" : "Selectiona como pictura de profilo", + "Full name" : "Nomine complete", + "Email" : "E-posta", + "Your email address" : "Tu adresse de e-posta", + "No email address set" : "Nulle adresse de e-posta definite", + "For password reset and notifications" : "Pro reinitialisation de contrasigno e invio de notificationes", + "Phone number" : "Numero de telephono", + "Your phone number" : "Tu numero de telephono", + "Address" : "Adresse", + "Your postal address" : "Tu adresse postal", + "Website" : "Sito web", + "Twitter" : "Twitter", + "You are member of the following groups:" : "Tu es membro del sequente gruppos:", + "Language" : "Lingua", + "Help translate" : "Adjuta a traducer", + "Password" : "Contrasigno", + "Current password" : "Contrasigno actual", + "New password" : "Nove contrasigno", + "Change password" : "Cambiar contrasigno", + "Device" : "Dispositivo", + "Last activity" : "Ultime activitate", + "App name" : "Nomine del application", + "Create new app password" : "Crear un nove contrasigno pro application", + "Use the credentials below to configure your app or device." : "Usa le datos de authentication infra pro configurar tu application o dispositivo.", + "Username" : "Nomine de usator", + "Done" : "Preste", + "Show storage location" : "Monstrar loco de immagazinage", + "Show email address" : "Monstrar adresse de e-posta", + "Send email to new user" : "Inviar message de e-posta a nove usator", + "E-Mail" : "E-posta", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperation de Contrasigno del Administrator", + "Everyone" : "Totos", + "Admins" : "Administratores", + "Default quota" : "Quota predefinite", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Per favor, scribe le quota de immagazinage (p.ex. \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitate", + "Other" : "Altere", + "Quota" : "Quota" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/id.js b/settings/l10n/id.js new file mode 100644 index 0000000000000000000000000000000000000000..70cf248da1bcd13dd6ab395c33a2a4d8536b55b0 --- /dev/null +++ b/settings/l10n/id.js @@ -0,0 +1,256 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} ganti kata sandi anda", + "You changed your password" : "Anda mengganti kata sandi", + "Your password was reset by an administrator" : "Kata sandi anda telah diatur ulang oleh administrator", + "{actor} changed your email address" : "{actor} merubah alamat email anda", + "Your apps" : "Aplikasi anda", + "Enabled apps" : "Aktifkan Aplikasi", + "Disabled apps" : "Matikan Aplikasi", + "Wrong password" : "Kata sandi salah", + "Saved" : "Disimpan", + "No user supplied" : "Tidak ada pengguna yang diberikan", + "Unable to change password" : "Tidak dapat mengubah kata sandi", + "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Wrong admin recovery password. Please check the password and try again." : "Kata sandi pemulihan admin salah. Periksa kata sandi dan ulangi kembali.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "memasang dan memperbarui aplikasi via toko aplikasi atau Federated Cloud Sharing", + "Federated Cloud Sharing" : "Federated Cloud Sharing", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL menggunakan versi lawas %s (%s). Silakan perbarui sistem operasi Anda atau fitur-fitur seperti %s tidak akan dapat bekerja dengan benar.", + "A problem occurred, please check your log files (Error: %s)" : "Terjadi masalah, mohon periksa berkas log Anda (Kesalahan: %s)", + "Migration Completed" : "Migrasi Selesai", + "Group already exists." : "Grup sudah ada.", + "Unable to add group." : "Tidak dapat menambah grup.", + "Unable to delete group." : "Tidak dapat menghapus grup.", + "Invalid SMTP password." : "Kata sandi SMTP tidak cocok", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim email. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", + "Invalid mail address" : "Alamat email salah", + "A user with that name already exists." : "Pengguna dengan nama tersebut sudah ada.", + "Unable to create user." : "Tidak dapat membuat pengguna.", + "Unable to delete user." : "Tidak dapat menghapus pengguna.", + "Unable to change full name" : "Tidak dapat mengubah nama lengkap", + "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Forbidden" : "Terlarang", + "Invalid user" : "Pengguna salah", + "Unable to change mail address" : "Tidak dapat mengubah alamat email", + "Email saved" : "Email disimpan", + "Your %s account was created" : "Akun %s Anda telah dibuat", + "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", + "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", + "Add trusted domain" : "Tambah domain terpercaya", + "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai.", + "Migration started …" : "Migrasi dimulai ...", + "Sending…" : "Mengirim...", + "Email sent" : "Email terkirim", + "Official" : "Resmi", + "All" : "Semua", + "Update to %s" : "Perbarui ke %s", + "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.", + "The app will be downloaded from the app store" : "Aplikasi akan diunduh melalui toko aplikasi", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.", + "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", + "Disable" : "Nonaktifkan", + "Enable" : "Aktifkan", + "Error while enabling app" : "Terjadi kesalahan saat mengakifkan aplikasi", + "Error while disabling broken app" : "Terjadi kesalahan saat menonaktifkan aplikasi rusak", + "Updated" : "Diperbarui", + "Remove" : "Hapus", + "Approved" : "Disetujui", + "Experimental" : "Uji Coba", + "No apps found for {query}" : "Tidak ditemukan aplikasi untuk {query}", + "Disconnect" : "Putuskan", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome untuk Android", + "iOS Client" : "Klien iOS", + "Android Client" : "Klien Android", + "Sync client - {os}" : "Klien sync - {os}", + "This session" : "Sesi ini", + "Copy" : "Salin", + "Copied!" : "Tersalin!", + "Not supported!" : "Tidak didukung!", + "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.", + "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.", + "Error while loading browser sessions and device tokens" : "Terjadi kesalahan saat memuat sesi browser dan token perangkat", + "Error while creating device token" : "Terjadi kesalahan saat membuat token perangkat", + "Error while deleting the token" : "Terjadi kesalahan saat menghapus token", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Terjadi kesalahan. Mohon unggah sertifikat PEM terenkode-ASCII.", + "Valid until {date}" : "Berlaku sampai {date}", + "Delete" : "Hapus", + "Local" : "Lokal", + "Private" : "Pribadi", + "Contacts" : "Kontak", + "Public" : "Publik", + "Verify" : "Verifikasi", + "Verifying …" : "Sedang memferivikasi...", + "Select a profile picture" : "Pilih foto profil", + "Very weak password" : "Kata sandi sangat lemah", + "Weak password" : "Kata sandi lemah", + "So-so password" : "Kata sandi lumayan", + "Good password" : "Kata sandi baik", + "Strong password" : "Kata sandi kuat", + "Groups" : "Grup", + "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", + "Error creating group: {message}" : "Kesalahan membuat grup: {message}", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "deleted {groupName}" : "menghapus {groupName}", + "undo" : "urungkan", + "never" : "tidak pernah", + "deleted {userName}" : "menghapus {userName}", + "Add group" : "Tambah grup", + "Invalid quota value \"{val}\"" : "Jumlah kuota tidak valid \"{val}\"", + "no group" : "tanpa grup", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Pengubahan kata sandi akan ditampilkan di data kehilangan, karena data pemulihan tidak tersedia bagi pengguna ini", + "A valid username must be provided" : "Harus memberikan nama pengguna yang benar", + "Error creating user: {message}" : "Gagal membuat pengguna: {message}", + "A valid password must be provided" : "Harus memberikan kata sandi yang benar", + "A valid email must be provided" : "Email yang benar harus diberikan", + "Developer documentation" : "Dokumentasi pengembang", + "by %s" : "oleh %s", + "%s-licensed" : "dilisensikan %s", + "Documentation:" : "Dokumentasi:", + "User documentation" : "Dokumentasi pengguna.", + "Admin documentation" : "Dokumentasi admin", + "Visit website" : "Kunjungi laman web", + "Report a bug" : "Laporkan kerusakan", + "Show description …" : "Tampilkan deskripsi ...", + "Hide description …" : "Sembunyikan deskripsi ...", + "This app has an update available." : "Aplikasi ini dapat diperbarui.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi minimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Apl ini tidak dapat diinstal karena ketergantungan berikut belum terpenuhi:", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "SSL Root Certificates" : "Sertifikat Root SSL", + "Common Name" : "Nama umum", + "Valid until" : "Berlaku sampai", + "Issued By" : "Diterbitkan oleh", + "Valid until %s" : "Berlaku sampai %s", + "Import root certificate" : "Impor sertifikat root", + "Administrator documentation" : "Dokumentasi administrator", + "Online documentation" : "Dokumentasi online", + "Forum" : "Forum", + "Commercial support" : "Dukungan komersial", + "None" : "Tidak ada", + "Login" : "Masuk", + "Plain" : "Biasa", + "NT LAN Manager" : "Manajer NT LAN", + "Email server" : "Server email", + "Open documentation" : "Buka dokumentasi", + "Send mode" : "Modus kirim", + "Encryption" : "Enkripsi", + "From address" : "Dari alamat", + "mail" : "email", + "Authentication method" : "Metode otentikasi", + "Authentication required" : "Diperlukan otentikasi", + "Server address" : "Alamat server", + "Port" : "Port", + "Credentials" : "Kredensial", + "SMTP Username" : "Nama pengguna SMTP", + "SMTP Password" : "Kata sandi SMTP", + "Store credentials" : "Simpan kredensial", + "Test email settings" : "Pengaturan email percobaan", + "Send email" : "Kirim email", + "Server-side encryption" : "Enkripsi sisi-server", + "Enable server-side encryption" : "Aktifkan enkripsi sisi-server", + "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Enkripsi saja tidak dapat menjamin keamanan sistem. Silakan lihat dokumentasi untuk informasi lebih lanjut dalam bagaimana aplikasi enkripsi bekerja, dan kasus pendukung.", + "Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Alangkah baiknya untuk membuat cadangan data secara rutin, dalam kasus enkripsi, pastikan untuk mencadangkan kunci enkripsi bersama dengan data Anda.", + "This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?", + "Enable encryption" : "Aktifkan enkripsi", + "No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.", + "Select default encryption module:" : "Pilih modul enkripsi baku:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Anda perlu mengganti kunci enkrispi Anda dari enkripsi lama (ownCloud <= 8.0) ke yang baru. Mohon aktifkan \"Modul enkripsi standar\" dan jalankan 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Anda perlu untuk mengubah kunci enkripsi dari enkripsi lama (ownCloud <= 8.0) ke yang baru.", + "Start migration" : "Mulai migrasi", + "Security & setup warnings" : "Peringatan Keamanan & Pengaturan", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.", + "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", + "All checks passed." : "Semua pemeriksaan lulus.", + "Execute one task with each page loaded" : "Jalankan tugas setiap kali halaman dimuat", + "Version" : "Versi", + "Sharing" : "Berbagi", + "Allow apps to use the Share API" : "Izinkan aplikasi untuk menggunakan API Pembagian", + "Allow users to share via link" : "Izinkan pengguna untuk membagikan via tautan", + "Allow public uploads" : "Izinkan unggahan publik", + "Enforce password protection" : "Berlakukan perlindungan sandi", + "Set default expiration date" : "Atur tanggal kadaluarsa default", + "Expire after " : "Kadaluarsa setelah", + "days" : "hari", + "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", + "Allow resharing" : "Izinkan pembagian ulang", + "Allow sharing with groups" : "Izinkan pembagian dengan grup", + "Restrict users to only share with users in their groups" : "Batasi pengguna untuk hanya membagikan dengan pengguna didalam grup mereka", + "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "Tips & tricks" : "Tips & trik", + "How to do backups" : "Bagaimana cara membuat cadangan", + "Performance tuning" : "Pemeliharaan performa", + "Improving the config.php" : "Memperbaiki config.php", + "Theming" : "Tema", + "Hardening and security guidance" : "Panduan Keselamatan dan Keamanan", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Anda sedang menggunakan <strong>%s</strong> dari <strong>%s</strong>", + "Profile picture" : "Foto profil", + "Upload new" : "Unggah baru", + "Select from Files" : "Pilih dari berkas", + "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", + "Picture provided by original account" : "Gambar disediakan oleh akun asli", + "Cancel" : "Batal", + "Choose as profile picture" : "Pilih sebagai gambar profil", + "Full name" : "Nama lengkap", + "No display name set" : "Nama tampilan tidak diatur", + "Email" : "Email", + "Your email address" : "Alamat email Anda", + "No email address set" : "Alamat email tidak diatur", + "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", + "Password" : "Kata sandi", + "Current password" : "Kata sandi saat ini", + "New password" : "Kata sandi baru", + "Change password" : "Ubah kata sandi", + "Web, desktop and mobile clients currently logged in to your account." : "Klien web, desktop dan mobile yang sedang login di akun Anda.", + "Device" : "Perangkat", + "Last activity" : "Aktivitas terakhir", + "App name" : "Nama aplikasi", + "Create new app password" : "Buat kata sandi aplikasi baru", + "Use the credentials below to configure your app or device." : "Gunakan kredensial berikut untuk mengkonfigurasi aplikasi atau perangkat.", + "For security reasons this password will only be shown once." : "Untuk alasan keamanan kata sandi ini akan ditunjukkan hanya sekali.", + "Username" : "Nama pengguna", + "Done" : "Selesai", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Dikembangkan oleh {commmunityopen}komunitas Nextcloud{linkclose}, {githubopen}sumber kode{linkclose} dilisensikan dibawah {licenseopen}AGPL{linkclose}.", + "Show storage location" : "Tampilkan kolasi penyimpanan", + "Show user backend" : "Tampilkan pengguna backend", + "Show email address" : "Tampilkan alamat email", + "Send email to new user" : "Kirim email kepada pengguna baru", + "E-Mail" : "E-Mail", + "Create" : "Buat", + "Admin Recovery Password" : "Kata Sandi Pemulihan Admin", + "Enter the recovery password in order to recover the users files during password change" : "Masukkan kata sandi pemulihan untuk memulihkan berkas pengguna saat penggantian kata sandi", + "Everyone" : "Semua orang", + "Admins" : "Admin", + "Default quota" : "Kuota standar", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Silakan masukkan jumlah penyimpanan (contoh: \"512 MB\" atau \"12 GB\")", + "Unlimited" : "Tak terbatas", + "Other" : "Lainnya", + "Group admin for" : "Grup admin untuk", + "Quota" : "Kuota", + "Storage location" : "Lokasi penyimpanan", + "User backend" : "Backend pengguna", + "Last login" : "Log masuk terakhir", + "change full name" : "ubah nama lengkap", + "set new password" : "setel kata sandi baru", + "change email address" : "ubah alamat email", + "Default" : "Default" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/id.json b/settings/l10n/id.json new file mode 100644 index 0000000000000000000000000000000000000000..25a3ba228d6709eee16fd63bc095fee3a37003f0 --- /dev/null +++ b/settings/l10n/id.json @@ -0,0 +1,254 @@ +{ "translations": { + "{actor} changed your password" : "{actor} ganti kata sandi anda", + "You changed your password" : "Anda mengganti kata sandi", + "Your password was reset by an administrator" : "Kata sandi anda telah diatur ulang oleh administrator", + "{actor} changed your email address" : "{actor} merubah alamat email anda", + "Your apps" : "Aplikasi anda", + "Enabled apps" : "Aktifkan Aplikasi", + "Disabled apps" : "Matikan Aplikasi", + "Wrong password" : "Kata sandi salah", + "Saved" : "Disimpan", + "No user supplied" : "Tidak ada pengguna yang diberikan", + "Unable to change password" : "Tidak dapat mengubah kata sandi", + "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Wrong admin recovery password. Please check the password and try again." : "Kata sandi pemulihan admin salah. Periksa kata sandi dan ulangi kembali.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "memasang dan memperbarui aplikasi via toko aplikasi atau Federated Cloud Sharing", + "Federated Cloud Sharing" : "Federated Cloud Sharing", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL menggunakan versi lawas %s (%s). Silakan perbarui sistem operasi Anda atau fitur-fitur seperti %s tidak akan dapat bekerja dengan benar.", + "A problem occurred, please check your log files (Error: %s)" : "Terjadi masalah, mohon periksa berkas log Anda (Kesalahan: %s)", + "Migration Completed" : "Migrasi Selesai", + "Group already exists." : "Grup sudah ada.", + "Unable to add group." : "Tidak dapat menambah grup.", + "Unable to delete group." : "Tidak dapat menghapus grup.", + "Invalid SMTP password." : "Kata sandi SMTP tidak cocok", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim email. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", + "Invalid mail address" : "Alamat email salah", + "A user with that name already exists." : "Pengguna dengan nama tersebut sudah ada.", + "Unable to create user." : "Tidak dapat membuat pengguna.", + "Unable to delete user." : "Tidak dapat menghapus pengguna.", + "Unable to change full name" : "Tidak dapat mengubah nama lengkap", + "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Forbidden" : "Terlarang", + "Invalid user" : "Pengguna salah", + "Unable to change mail address" : "Tidak dapat mengubah alamat email", + "Email saved" : "Email disimpan", + "Your %s account was created" : "Akun %s Anda telah dibuat", + "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", + "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", + "Add trusted domain" : "Tambah domain terpercaya", + "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai.", + "Migration started …" : "Migrasi dimulai ...", + "Sending…" : "Mengirim...", + "Email sent" : "Email terkirim", + "Official" : "Resmi", + "All" : "Semua", + "Update to %s" : "Perbarui ke %s", + "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.", + "The app will be downloaded from the app store" : "Aplikasi akan diunduh melalui toko aplikasi", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.", + "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", + "Disable" : "Nonaktifkan", + "Enable" : "Aktifkan", + "Error while enabling app" : "Terjadi kesalahan saat mengakifkan aplikasi", + "Error while disabling broken app" : "Terjadi kesalahan saat menonaktifkan aplikasi rusak", + "Updated" : "Diperbarui", + "Remove" : "Hapus", + "Approved" : "Disetujui", + "Experimental" : "Uji Coba", + "No apps found for {query}" : "Tidak ditemukan aplikasi untuk {query}", + "Disconnect" : "Putuskan", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome untuk Android", + "iOS Client" : "Klien iOS", + "Android Client" : "Klien Android", + "Sync client - {os}" : "Klien sync - {os}", + "This session" : "Sesi ini", + "Copy" : "Salin", + "Copied!" : "Tersalin!", + "Not supported!" : "Tidak didukung!", + "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.", + "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.", + "Error while loading browser sessions and device tokens" : "Terjadi kesalahan saat memuat sesi browser dan token perangkat", + "Error while creating device token" : "Terjadi kesalahan saat membuat token perangkat", + "Error while deleting the token" : "Terjadi kesalahan saat menghapus token", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Terjadi kesalahan. Mohon unggah sertifikat PEM terenkode-ASCII.", + "Valid until {date}" : "Berlaku sampai {date}", + "Delete" : "Hapus", + "Local" : "Lokal", + "Private" : "Pribadi", + "Contacts" : "Kontak", + "Public" : "Publik", + "Verify" : "Verifikasi", + "Verifying …" : "Sedang memferivikasi...", + "Select a profile picture" : "Pilih foto profil", + "Very weak password" : "Kata sandi sangat lemah", + "Weak password" : "Kata sandi lemah", + "So-so password" : "Kata sandi lumayan", + "Good password" : "Kata sandi baik", + "Strong password" : "Kata sandi kuat", + "Groups" : "Grup", + "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", + "Error creating group: {message}" : "Kesalahan membuat grup: {message}", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "deleted {groupName}" : "menghapus {groupName}", + "undo" : "urungkan", + "never" : "tidak pernah", + "deleted {userName}" : "menghapus {userName}", + "Add group" : "Tambah grup", + "Invalid quota value \"{val}\"" : "Jumlah kuota tidak valid \"{val}\"", + "no group" : "tanpa grup", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Pengubahan kata sandi akan ditampilkan di data kehilangan, karena data pemulihan tidak tersedia bagi pengguna ini", + "A valid username must be provided" : "Harus memberikan nama pengguna yang benar", + "Error creating user: {message}" : "Gagal membuat pengguna: {message}", + "A valid password must be provided" : "Harus memberikan kata sandi yang benar", + "A valid email must be provided" : "Email yang benar harus diberikan", + "Developer documentation" : "Dokumentasi pengembang", + "by %s" : "oleh %s", + "%s-licensed" : "dilisensikan %s", + "Documentation:" : "Dokumentasi:", + "User documentation" : "Dokumentasi pengguna.", + "Admin documentation" : "Dokumentasi admin", + "Visit website" : "Kunjungi laman web", + "Report a bug" : "Laporkan kerusakan", + "Show description …" : "Tampilkan deskripsi ...", + "Hide description …" : "Sembunyikan deskripsi ...", + "This app has an update available." : "Aplikasi ini dapat diperbarui.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi minimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Apl ini tidak dapat diinstal karena ketergantungan berikut belum terpenuhi:", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "SSL Root Certificates" : "Sertifikat Root SSL", + "Common Name" : "Nama umum", + "Valid until" : "Berlaku sampai", + "Issued By" : "Diterbitkan oleh", + "Valid until %s" : "Berlaku sampai %s", + "Import root certificate" : "Impor sertifikat root", + "Administrator documentation" : "Dokumentasi administrator", + "Online documentation" : "Dokumentasi online", + "Forum" : "Forum", + "Commercial support" : "Dukungan komersial", + "None" : "Tidak ada", + "Login" : "Masuk", + "Plain" : "Biasa", + "NT LAN Manager" : "Manajer NT LAN", + "Email server" : "Server email", + "Open documentation" : "Buka dokumentasi", + "Send mode" : "Modus kirim", + "Encryption" : "Enkripsi", + "From address" : "Dari alamat", + "mail" : "email", + "Authentication method" : "Metode otentikasi", + "Authentication required" : "Diperlukan otentikasi", + "Server address" : "Alamat server", + "Port" : "Port", + "Credentials" : "Kredensial", + "SMTP Username" : "Nama pengguna SMTP", + "SMTP Password" : "Kata sandi SMTP", + "Store credentials" : "Simpan kredensial", + "Test email settings" : "Pengaturan email percobaan", + "Send email" : "Kirim email", + "Server-side encryption" : "Enkripsi sisi-server", + "Enable server-side encryption" : "Aktifkan enkripsi sisi-server", + "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Enkripsi saja tidak dapat menjamin keamanan sistem. Silakan lihat dokumentasi untuk informasi lebih lanjut dalam bagaimana aplikasi enkripsi bekerja, dan kasus pendukung.", + "Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Alangkah baiknya untuk membuat cadangan data secara rutin, dalam kasus enkripsi, pastikan untuk mencadangkan kunci enkripsi bersama dengan data Anda.", + "This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?", + "Enable encryption" : "Aktifkan enkripsi", + "No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.", + "Select default encryption module:" : "Pilih modul enkripsi baku:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Anda perlu mengganti kunci enkrispi Anda dari enkripsi lama (ownCloud <= 8.0) ke yang baru. Mohon aktifkan \"Modul enkripsi standar\" dan jalankan 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Anda perlu untuk mengubah kunci enkripsi dari enkripsi lama (ownCloud <= 8.0) ke yang baru.", + "Start migration" : "Mulai migrasi", + "Security & setup warnings" : "Peringatan Keamanan & Pengaturan", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Database Anda tidak dijalankan dengan isolasi transaksi level \"READ COMMITED\". Ini dapat menyebabkan masalah saat banyak tindakan dilakukan secara paralel.", + "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", + "All checks passed." : "Semua pemeriksaan lulus.", + "Execute one task with each page loaded" : "Jalankan tugas setiap kali halaman dimuat", + "Version" : "Versi", + "Sharing" : "Berbagi", + "Allow apps to use the Share API" : "Izinkan aplikasi untuk menggunakan API Pembagian", + "Allow users to share via link" : "Izinkan pengguna untuk membagikan via tautan", + "Allow public uploads" : "Izinkan unggahan publik", + "Enforce password protection" : "Berlakukan perlindungan sandi", + "Set default expiration date" : "Atur tanggal kadaluarsa default", + "Expire after " : "Kadaluarsa setelah", + "days" : "hari", + "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", + "Allow resharing" : "Izinkan pembagian ulang", + "Allow sharing with groups" : "Izinkan pembagian dengan grup", + "Restrict users to only share with users in their groups" : "Batasi pengguna untuk hanya membagikan dengan pengguna didalam grup mereka", + "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "Tips & tricks" : "Tips & trik", + "How to do backups" : "Bagaimana cara membuat cadangan", + "Performance tuning" : "Pemeliharaan performa", + "Improving the config.php" : "Memperbaiki config.php", + "Theming" : "Tema", + "Hardening and security guidance" : "Panduan Keselamatan dan Keamanan", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Anda sedang menggunakan <strong>%s</strong> dari <strong>%s</strong>", + "Profile picture" : "Foto profil", + "Upload new" : "Unggah baru", + "Select from Files" : "Pilih dari berkas", + "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", + "Picture provided by original account" : "Gambar disediakan oleh akun asli", + "Cancel" : "Batal", + "Choose as profile picture" : "Pilih sebagai gambar profil", + "Full name" : "Nama lengkap", + "No display name set" : "Nama tampilan tidak diatur", + "Email" : "Email", + "Your email address" : "Alamat email Anda", + "No email address set" : "Alamat email tidak diatur", + "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", + "Password" : "Kata sandi", + "Current password" : "Kata sandi saat ini", + "New password" : "Kata sandi baru", + "Change password" : "Ubah kata sandi", + "Web, desktop and mobile clients currently logged in to your account." : "Klien web, desktop dan mobile yang sedang login di akun Anda.", + "Device" : "Perangkat", + "Last activity" : "Aktivitas terakhir", + "App name" : "Nama aplikasi", + "Create new app password" : "Buat kata sandi aplikasi baru", + "Use the credentials below to configure your app or device." : "Gunakan kredensial berikut untuk mengkonfigurasi aplikasi atau perangkat.", + "For security reasons this password will only be shown once." : "Untuk alasan keamanan kata sandi ini akan ditunjukkan hanya sekali.", + "Username" : "Nama pengguna", + "Done" : "Selesai", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Dikembangkan oleh {commmunityopen}komunitas Nextcloud{linkclose}, {githubopen}sumber kode{linkclose} dilisensikan dibawah {licenseopen}AGPL{linkclose}.", + "Show storage location" : "Tampilkan kolasi penyimpanan", + "Show user backend" : "Tampilkan pengguna backend", + "Show email address" : "Tampilkan alamat email", + "Send email to new user" : "Kirim email kepada pengguna baru", + "E-Mail" : "E-Mail", + "Create" : "Buat", + "Admin Recovery Password" : "Kata Sandi Pemulihan Admin", + "Enter the recovery password in order to recover the users files during password change" : "Masukkan kata sandi pemulihan untuk memulihkan berkas pengguna saat penggantian kata sandi", + "Everyone" : "Semua orang", + "Admins" : "Admin", + "Default quota" : "Kuota standar", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Silakan masukkan jumlah penyimpanan (contoh: \"512 MB\" atau \"12 GB\")", + "Unlimited" : "Tak terbatas", + "Other" : "Lainnya", + "Group admin for" : "Grup admin untuk", + "Quota" : "Kuota", + "Storage location" : "Lokasi penyimpanan", + "User backend" : "Backend pengguna", + "Last login" : "Log masuk terakhir", + "change full name" : "ubah nama lengkap", + "set new password" : "setel kata sandi baru", + "change email address" : "ubah alamat email", + "Default" : "Default" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 7cfb523247a2867d4de27ec4e1293209a05ed7ac..3023b42b3b2ba4b5dc704a173ba7acd36e5d0a4d 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -332,7 +332,7 @@ OC.L10N.register( "Your postal address" : "Il tuo indirizzo postale", "Website" : "Sito web", "It can take up to 24 hours before the account is displayed as verified." : "Potrebbero essere necessarie 24 ore prima che l'account sia visualizzato come verificato.", - "Link https://…" : "Colegamento https://...", + "Link https://…" : "Collegamento https://...", "Twitter" : "Twitter", "Twitter handle @…" : "Nome utente Twitter @...", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index f25416f5a149d14f6ebc241dbbcefbd0e841f75d..2969ee8e3fcb987ed548f08fd00da229179f0c5e 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -330,7 +330,7 @@ "Your postal address" : "Il tuo indirizzo postale", "Website" : "Sito web", "It can take up to 24 hours before the account is displayed as verified." : "Potrebbero essere necessarie 24 ore prima che l'account sia visualizzato come verificato.", - "Link https://…" : "Colegamento https://...", + "Link https://…" : "Collegamento https://...", "Twitter" : "Twitter", "Twitter handle @…" : "Nome utente Twitter @...", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", diff --git a/settings/l10n/km.js b/settings/l10n/km.js new file mode 100644 index 0000000000000000000000000000000000000000..4329ee748087381835bbe2b1c8c435b36bcc64b4 --- /dev/null +++ b/settings/l10n/km.js @@ -0,0 +1,61 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "ážáž»ážŸâ€‹áž–ាក្យ​សម្ងាážáŸ‹", + "Saved" : "បាន​រក្សាទុក", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាážáŸ‹â€‹áž—ាព​ážáŸ’រឹម​ážáŸ’រូវ", + "You need to set your user email before being able to send test emails." : "អ្នក​ážáŸ’រូវ​ážáŸ‚​កំណážáŸ‹â€‹áž¢áŸŠáž¸áž˜áŸ‚ល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", + "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", + "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "All" : "ទាំងអស់", + "Error while disabling app" : "មាន​កំហុស​ពáŸáž›â€‹áž€áŸ†áž–ុង​បិទកម្មវិធី", + "Disable" : "បិទ", + "Enable" : "បើក", + "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", + "Delete" : "លុប", + "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវážáŸ’ážáž·ážšáž¼áž”", + "Very weak password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’សោយ", + "So-so password" : "ពាក្យ​សម្ងាážáŸ‹â€‹áž’ម្មážáž¶", + "Good password" : "ពាក្យ​សម្ងាážáŸ‹â€‹áž›áŸ’អ", + "Strong password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’លាំង", + "Groups" : "ក្រុ", + "undo" : "មិន​ធ្វើ​វិញ", + "never" : "មិនដែរ", + "A valid username must be provided" : "ážáŸ’រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ážáŸ’រឹម​ážáŸ’រូវ", + "A valid password must be provided" : "ážáŸ’រូវ​ផ្ដល់​ពាក្យ​សម្ងាážáŸ‹â€‹áž²áŸ’យ​បាន​ážáŸ’រឹម​ážáŸ’រូវ", + "Forum" : "ážœáŸáž‘ិកាពិភាក្សា", + "None" : "គ្មាន", + "Login" : "ចូល", + "Encryption" : "កូដនីយកម្ម", + "From address" : "ពី​អាសយដ្ឋាន", + "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", + "Port" : "ច្រក", + "Send email" : "ផ្ញើ​អ៊ីមែល", + "Version" : "កំណែ", + "Sharing" : "ការ​ចែក​រំលែក", + "Allow apps to use the Share API" : "អនុញ្ញាážâ€‹áž²áŸ’យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", + "Allow public uploads" : "អនុញ្ញាážâ€‹áž€áž¶ážšâ€‹áž•áŸ’ទុក​ឡើង​ជា​សាធារណៈ", + "Allow resharing" : "អនុញ្ញាážâ€‹áž€áž¶ážšâ€‹áž…ែក​រំលែក​ម្ដង​ទៀáž", + "Profile picture" : "រូបភាព​ប្រវážáŸ’ážáž·ážšáž¼áž”", + "Upload new" : "ផ្ទុកឡើង​ážáŸ’មី", + "Remove image" : "ដក​រូបភាព​ចáŸáž‰", + "Cancel" : "លើកលែង", + "Email" : "អ៊ីមែល", + "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", + "Language" : "ភាសា", + "Help translate" : "ជួយ​បក​ប្រែ", + "Password" : "ពាក្យសម្ងាážáŸ‹", + "Current password" : "ពាក្យសម្ងាážáŸ‹â€‹áž”ច្ចុប្បន្ន", + "New password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’មី", + "Change password" : "ប្ážáž¼ážšâ€‹áž–ាក្យសម្ងាážáŸ‹", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Create" : "បង្កើáž", + "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាážáŸ‹ážšáž”ស់ប្រធាន​វáŸáž”សាយ", + "Unlimited" : "មិន​កំណážáŸ‹", + "Other" : "ផ្សáŸáž„ៗ", + "set new password" : "កំណážáŸ‹â€‹áž–ាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’មី", + "Default" : "លំនាំ​ដើម" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/km.json b/settings/l10n/km.json new file mode 100644 index 0000000000000000000000000000000000000000..bb327c8635a91e792e9d4a162a6b83fa2c952aae --- /dev/null +++ b/settings/l10n/km.json @@ -0,0 +1,59 @@ +{ "translations": { + "Wrong password" : "ážáž»ážŸâ€‹áž–ាក្យ​សម្ងាážáŸ‹", + "Saved" : "បាន​រក្សាទុក", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាážáŸ‹â€‹áž—ាព​ážáŸ’រឹម​ážáŸ’រូវ", + "You need to set your user email before being able to send test emails." : "អ្នក​ážáŸ’រូវ​ážáŸ‚​កំណážáŸ‹â€‹áž¢áŸŠáž¸áž˜áŸ‚ល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", + "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", + "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "All" : "ទាំងអស់", + "Error while disabling app" : "មាន​កំហុស​ពáŸáž›â€‹áž€áŸ†áž–ុង​បិទកម្មវិធី", + "Disable" : "បិទ", + "Enable" : "បើក", + "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", + "Delete" : "លុប", + "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវážáŸ’ážáž·ážšáž¼áž”", + "Very weak password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’សោយ", + "So-so password" : "ពាក្យ​សម្ងាážáŸ‹â€‹áž’ម្មážáž¶", + "Good password" : "ពាក្យ​សម្ងាážáŸ‹â€‹áž›áŸ’អ", + "Strong password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’លាំង", + "Groups" : "ក្រុ", + "undo" : "មិន​ធ្វើ​វិញ", + "never" : "មិនដែរ", + "A valid username must be provided" : "ážáŸ’រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ážáŸ’រឹម​ážáŸ’រូវ", + "A valid password must be provided" : "ážáŸ’រូវ​ផ្ដល់​ពាក្យ​សម្ងាážáŸ‹â€‹áž²áŸ’យ​បាន​ážáŸ’រឹម​ážáŸ’រូវ", + "Forum" : "ážœáŸáž‘ិកាពិភាក្សា", + "None" : "គ្មាន", + "Login" : "ចូល", + "Encryption" : "កូដនីយកម្ម", + "From address" : "ពី​អាសយដ្ឋាន", + "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", + "Port" : "ច្រក", + "Send email" : "ផ្ញើ​អ៊ីមែល", + "Version" : "កំណែ", + "Sharing" : "ការ​ចែក​រំលែក", + "Allow apps to use the Share API" : "អនុញ្ញាážâ€‹áž²áŸ’យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", + "Allow public uploads" : "អនុញ្ញាážâ€‹áž€áž¶ážšâ€‹áž•áŸ’ទុក​ឡើង​ជា​សាធារណៈ", + "Allow resharing" : "អនុញ្ញាážâ€‹áž€áž¶ážšâ€‹áž…ែក​រំលែក​ម្ដង​ទៀáž", + "Profile picture" : "រូបភាព​ប្រវážáŸ’ážáž·ážšáž¼áž”", + "Upload new" : "ផ្ទុកឡើង​ážáŸ’មី", + "Remove image" : "ដក​រូបភាព​ចáŸáž‰", + "Cancel" : "លើកលែង", + "Email" : "អ៊ីមែល", + "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", + "Language" : "ភាសា", + "Help translate" : "ជួយ​បក​ប្រែ", + "Password" : "ពាក្យសម្ងាážáŸ‹", + "Current password" : "ពាក្យសម្ងាážáŸ‹â€‹áž”ច្ចុប្បន្ន", + "New password" : "ពាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’មី", + "Change password" : "ប្ážáž¼ážšâ€‹áž–ាក្យសម្ងាážáŸ‹", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Create" : "បង្កើáž", + "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាážáŸ‹ážšáž”ស់ប្រធាន​វáŸáž”សាយ", + "Unlimited" : "មិន​កំណážáŸ‹", + "Other" : "ផ្សáŸáž„ៗ", + "set new password" : "កំណážáŸ‹â€‹áž–ាក្យ​សម្ងាážáŸ‹â€‹ážáŸ’មី", + "Default" : "លំនាំ​ដើម" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/kn.js b/settings/l10n/kn.js new file mode 100644 index 0000000000000000000000000000000000000000..890eb4f36bdd9134578807062e77f31800cec9f9 --- /dev/null +++ b/settings/l10n/kn.js @@ -0,0 +1,94 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Saved" : "ಉಳಿಸಿದ", + "No user supplied" : "ಯಾವà³à²¦à³‡ ಬಳಕೆದಾರನ ಹೆಸರನà³à²¨à³ ನೀಡಿರà³à²µà³à²¦à²¿à²²à³à²²", + "Unable to change password" : "ಗà³à²ªà³à²¤à²ªà²¦à²µà²¨à³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²²", + "Authentication error" : "ದೃಢೀಕರಣ ದೋಷ", + "Group already exists." : "ಗà³à²‚ಪೠಈಗಾಗಲೇ ಅಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³†.", + "Unable to add group." : "ಗà³à²‚ಪà³à²¨à³à²¨à³ ಸೇರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²².", + "Unable to delete group." : "ಗà³à²‚ಪà³à²¨à³à²¨à³ ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²².", + "You need to set your user email before being able to send test emails." : "ನೀವೠಪರೀಕà³à²·à²¾ ಇ-ಅಂಚೆಯನà³à²¨à³ ಕಳà³à²¹à²¿à²¸à³à²µ ಮà³à²¨à³à²¨ ನಿಮà³à²® ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನà³à²¨à³ ಹೊಂದಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†.", + "Invalid mail address" : "ಅಮಾನà³à²¯ ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Unable to create user." : "ಬಳಕೆದಾರನ ಖಾತೆ ರಚಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—ಿಲà³à²².", + "Unable to delete user." : "ಬಳಕೆದಾರನ ಹೆಸರà³à²¨à³à²¨à³ ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²².", + "Unable to change full name" : "ಪೂರà³à²£ ಹೆಸರನà³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²²", + "Your full name has been changed." : "ನಿಮà³à²® ಪೂರà³à²£ ಹೆಸರನà³à²¨à³ ಬದಲಾಯಿಸಲಾಗಿದೆ.", + "Forbidden" : "ನಿರà³à²¬à²‚ಧಿಸಲಾಗಿದೆ", + "Invalid user" : "ಅಮಾನà³à²¯ ಬಳಕೆದಾರ", + "Unable to change mail address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²²", + "Email saved" : "ಇ-ಅಂಚೆಯನà³à²¨à³ ಉಳಿಸಿದೆ", + "Your %s account was created" : "ನಿಮà³à²®%s ಖಾತೆಯನà³à²¨à³ ಸà³à²¥à²¾à²ªà²¿à²¸à²²à²¾à²—ಿದೆ", + "Couldn't remove app." : "ಅಳಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Couldn't update app." : " ಕಾಯಕà³à²°à²®à²µà²¨à³à²¨à³ ನವೀಕರಿಸಲ ಸಾದà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²².", + "Email sent" : "ಇ-ಅಂಚೆ ಕಳà³à²¹à²¿à²¸à²²à²¾à²—ಿದೆ", + "All" : "ಎಲà³à²²à²¾", + "Error while disabling app" : "ಕಾರà³à²¯à²•à³à²°à²®à²µà²¨à³à²¨à³ ನಿಷà³à²•à³à²°à²¿à²¯à²—ೊಳಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Disable" : "ನಿಷà³à²•à³à²°à²¿à²¯à²—ೊಳಿಸಿ", + "Enable" : "ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸà³", + "Error while enabling app" : "ಕಾರà³à²¯à²•à³à²°à²®à²µà²¨à³à²¨à³ ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Updated" : "ಆಧà³à²¨à³€à²•à²°à²¿à²¸à²²à²¾à²—ಿದೆ", + "Valid until {date}" : "{date} ವರೆಗೆ ಚಾಲà³à²¤à²¿à²¯à²²à³à²²à²¿à²°à³à²¤à³à²¤à²¦à³†", + "Delete" : "ಅಳಿಸಿ", + "Select a profile picture" : "ಸಂಕà³à²·à²¿à²ªà³à²¤ ವà³à²¯à²•à³à²¤à²¿à²šà²¿à²¤à³à²° ಒಂದನà³à²¨à³ ಆಯà³à²•à³† ಮಾಡಿ", + "Very weak password" : "ಅತೀ ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Weak password" : "ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "So-so password" : "ಊಹಿಸಬಹà³à²¦à²¾à²¦ ಗà³à²ªà³à²¤à²ªà²¦", + "Good password" : "ಉತà³à²¤à²® ಗà³à²ªà³à²¤à²ªà²¦", + "Strong password" : "ಪà³à²°à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Groups" : "ಗà³à²‚ಪà³à²—ಳà³", + "Unable to delete {objName}" : "{objName} ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²² ", + "A valid group name must be provided" : "ಮಾನà³à²¯ ಗà³à²‚ಪಿನ ಹೆಸರನà³à²¨à³ ಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "deleted {groupName}" : "ಅಳಿಸಲಾಗಿದೆ {groupName}", + "undo" : "ಹಿಂದಿರà³à²—ಿಸà³", + "never" : "ಎಂದಿಗೂ", + "deleted {userName}" : "{userName} ಬಳಕೆಯ ಹೆಸರà³à²¨à³à²¨à³ ಅಳಿಸಲಾಗಿದೆ ", + "A valid username must be provided" : "ಮಾನà³à²¯ ಬಳಕೆದಾರ ಹೆಸರೠಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "A valid password must be provided" : "ಸರಿಯಾದ ಬಳಕೆದಾರ ಗà³à²ªà³à²¤à²ªà²¦ ಒದಗಿಸಬೇಕಾಗಿದೆ", + "A valid email must be provided" : "ಮಾನà³à²¯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನà³à²¨à³ ಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "Documentation:" : "ದಾಖಲೆ:", + "Enable only for specific groups" : "ಕೇವಲ ನಿರà³à²¦à²¿à²·à³à²Ÿ ಗà³à²‚ಪà³à²—ಳಿಗೆ ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸಿ", + "Forum" : "ವೇದಿಕೆ", + "None" : "ಯಾವà³à²¦à³‚ ಇಲà³à²²", + "Login" : "ಖಾತೆ ಪà³à²°à²µà³‡à²¶à²¿à²¸à³", + "Plain" : "ಸರಳ", + "Send mode" : "ಕಳà³à²¹à²¿à²¸à³à²µ ಕà³à²°à²®", + "Encryption" : "ರಹಸà³à²¯ ಸಂಕೇತೀಕರಿಸà³", + "mail" : "ಅಂಚೆ", + "Authentication method" : "ದೃಢೀಕರಣ ವಿಧಾನ", + "Authentication required" : "ದೃಢೀಕರಣ ಅಗತà³à²¯à²µà²¿à²¦à³†", + "Server address" : "ಪರಿಚಾರಕ ಗಣಕಯಂತà³à²°à²¦ ವಿಳಾಸ", + "Port" : "ರೇವà³", + "Credentials" : "ರà³à²œà³à²µà²¾à²¤à³à²—ಳà³", + "SMTP Username" : "SMTP ಬಳಕೆದಾರ ಹೆಸರà³", + "SMTP Password" : "SMTP ಗà³à²ªà³à²¤ ಪದ", + "Test email settings" : "ಪರೀರà³à²•à³à²·à²¾à²¤ ಇ-ಅಂಚೆಯ ಆಯà³à²•à³‡", + "Send email" : "ಇ-ಅಂಚೆಯನà³à²¨à³ ಕಳà³à²¹à²¿à²¸à²¿", + "Version" : "ಆವೃತà³à²¤à²¿", + "Sharing" : "ಹಂಚಿಕೆ", + "Expire after " : "ನಿಶà³à²µà²¸à²¿à²¸à³à²µ ಅವಧಿ", + "days" : "ದಿನಗಳà³", + "Enforce expiration date" : "ಮà³à²•à³à²¤à²¾à²¯ ದಿನಾಂಕವನà³à²¨à³ ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", + "Cancel" : "ರದà³à²¦à³", + "Email" : "ಇ-ಅಂಚೆ", + "Your email address" : "ನಿಮà³à²® ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Language" : "à²à²¾à²·à³†", + "Help translate" : "à²à²¾à²·à²¾à²‚ತರಿಸಲೠಸಹಾಯ ಮಾಡಿ", + "Password" : "ಗà³à²ªà³à²¤ ಪದ", + "Current password" : "ಪà³à²°à²¸à³à²¤à³à²¤ ಗà³à²ªà³à²¤à²ªà²¦", + "New password" : "ಹೊಸ ಗà³à²ªà³à²¤à²ªà²¦", + "Change password" : "ಗà³à²ªà³à²¤ ಪದವನà³à²¨à³ ಬದಲಾಯಿಸಿ", + "Username" : "ಬಳಕೆಯ ಹೆಸರà³", + "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Create" : "ಸೃಷà³à²Ÿà²¿à²¸à²¿", + "Everyone" : "ಪà³à²°à²¤à²¿à²¯à³Šà²¬à³à²¬à²°à³‚", + "Admins" : "ನಿರà³à²µà²¾à²¹à²•à²°à³", + "Other" : "ಇತರೆ", + "Quota" : "ಪಾಲà³", + "change full name" : "ಪೂರà³à²£ ಹೆಸರೠಬದಲಾಯಿಸಬಹà³à²¦à³", + "set new password" : "ಹೊಸ ಗà³à²ªà³à²¤à²ªà²¦à²µà²¨à³à²¨à³ ಹೊಂದಿಸಿ", + "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", + "Default" : "ಆರಂà²à²¦ ಪà³à²°à²¤à²¿" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/kn.json b/settings/l10n/kn.json new file mode 100644 index 0000000000000000000000000000000000000000..ba283c59ab5ade31c202b85c38771502432b095c --- /dev/null +++ b/settings/l10n/kn.json @@ -0,0 +1,92 @@ +{ "translations": { + "Wrong password" : "ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Saved" : "ಉಳಿಸಿದ", + "No user supplied" : "ಯಾವà³à²¦à³‡ ಬಳಕೆದಾರನ ಹೆಸರನà³à²¨à³ ನೀಡಿರà³à²µà³à²¦à²¿à²²à³à²²", + "Unable to change password" : "ಗà³à²ªà³à²¤à²ªà²¦à²µà²¨à³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²²", + "Authentication error" : "ದೃಢೀಕರಣ ದೋಷ", + "Group already exists." : "ಗà³à²‚ಪೠಈಗಾಗಲೇ ಅಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³†.", + "Unable to add group." : "ಗà³à²‚ಪà³à²¨à³à²¨à³ ಸೇರಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²².", + "Unable to delete group." : "ಗà³à²‚ಪà³à²¨à³à²¨à³ ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²².", + "You need to set your user email before being able to send test emails." : "ನೀವೠಪರೀಕà³à²·à²¾ ಇ-ಅಂಚೆಯನà³à²¨à³ ಕಳà³à²¹à²¿à²¸à³à²µ ಮà³à²¨à³à²¨ ನಿಮà³à²® ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನà³à²¨à³ ಹೊಂದಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†.", + "Invalid mail address" : "ಅಮಾನà³à²¯ ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Unable to create user." : "ಬಳಕೆದಾರನ ಖಾತೆ ರಚಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—ಿಲà³à²².", + "Unable to delete user." : "ಬಳಕೆದಾರನ ಹೆಸರà³à²¨à³à²¨à³ ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²².", + "Unable to change full name" : "ಪೂರà³à²£ ಹೆಸರನà³à²¨à³ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²²", + "Your full name has been changed." : "ನಿಮà³à²® ಪೂರà³à²£ ಹೆಸರನà³à²¨à³ ಬದಲಾಯಿಸಲಾಗಿದೆ.", + "Forbidden" : "ನಿರà³à²¬à²‚ಧಿಸಲಾಗಿದೆ", + "Invalid user" : "ಅಮಾನà³à²¯ ಬಳಕೆದಾರ", + "Unable to change mail address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²²", + "Email saved" : "ಇ-ಅಂಚೆಯನà³à²¨à³ ಉಳಿಸಿದೆ", + "Your %s account was created" : "ನಿಮà³à²®%s ಖಾತೆಯನà³à²¨à³ ಸà³à²¥à²¾à²ªà²¿à²¸à²²à²¾à²—ಿದೆ", + "Couldn't remove app." : "ಅಳಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Couldn't update app." : " ಕಾಯಕà³à²°à²®à²µà²¨à³à²¨à³ ನವೀಕರಿಸಲ ಸಾದà³à²¯à²µà²¾à²—à³à²¤à³à²¤à²¿à²²à³à²².", + "Email sent" : "ಇ-ಅಂಚೆ ಕಳà³à²¹à²¿à²¸à²²à²¾à²—ಿದೆ", + "All" : "ಎಲà³à²²à²¾", + "Error while disabling app" : "ಕಾರà³à²¯à²•à³à²°à²®à²µà²¨à³à²¨à³ ನಿಷà³à²•à³à²°à²¿à²¯à²—ೊಳಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Disable" : "ನಿಷà³à²•à³à²°à²¿à²¯à²—ೊಳಿಸಿ", + "Enable" : "ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸà³", + "Error while enabling app" : "ಕಾರà³à²¯à²•à³à²°à²®à²µà²¨à³à²¨à³ ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸಿಸà³à²µà²¾à²— à²à²¨à³Š ಲೋಪವಾಗಿದೆ", + "Updated" : "ಆಧà³à²¨à³€à²•à²°à²¿à²¸à²²à²¾à²—ಿದೆ", + "Valid until {date}" : "{date} ವರೆಗೆ ಚಾಲà³à²¤à²¿à²¯à²²à³à²²à²¿à²°à³à²¤à³à²¤à²¦à³†", + "Delete" : "ಅಳಿಸಿ", + "Select a profile picture" : "ಸಂಕà³à²·à²¿à²ªà³à²¤ ವà³à²¯à²•à³à²¤à²¿à²šà²¿à²¤à³à²° ಒಂದನà³à²¨à³ ಆಯà³à²•à³† ಮಾಡಿ", + "Very weak password" : "ಅತೀ ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Weak password" : "ದà³à²°à³à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "So-so password" : "ಊಹಿಸಬಹà³à²¦à²¾à²¦ ಗà³à²ªà³à²¤à²ªà²¦", + "Good password" : "ಉತà³à²¤à²® ಗà³à²ªà³à²¤à²ªà²¦", + "Strong password" : "ಪà³à²°à²¬à²² ಗà³à²ªà³à²¤à²ªà²¦", + "Groups" : "ಗà³à²‚ಪà³à²—ಳà³", + "Unable to delete {objName}" : "{objName} ಅಳಿಸಲೠಸಾಧà³à²¯à²µà²¿à²²à³à²² ", + "A valid group name must be provided" : "ಮಾನà³à²¯ ಗà³à²‚ಪಿನ ಹೆಸರನà³à²¨à³ ಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "deleted {groupName}" : "ಅಳಿಸಲಾಗಿದೆ {groupName}", + "undo" : "ಹಿಂದಿರà³à²—ಿಸà³", + "never" : "ಎಂದಿಗೂ", + "deleted {userName}" : "{userName} ಬಳಕೆಯ ಹೆಸರà³à²¨à³à²¨à³ ಅಳಿಸಲಾಗಿದೆ ", + "A valid username must be provided" : "ಮಾನà³à²¯ ಬಳಕೆದಾರ ಹೆಸರೠಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "A valid password must be provided" : "ಸರಿಯಾದ ಬಳಕೆದಾರ ಗà³à²ªà³à²¤à²ªà²¦ ಒದಗಿಸಬೇಕಾಗಿದೆ", + "A valid email must be provided" : "ಮಾನà³à²¯ ಬಳಕೆದಾರ ಇ-ಅಂಚೆಯನà³à²¨à³ ಒದಗಿಸಬೇಕಾಗà³à²¤à³à²¤à²¦à³†", + "Documentation:" : "ದಾಖಲೆ:", + "Enable only for specific groups" : "ಕೇವಲ ನಿರà³à²¦à²¿à²·à³à²Ÿ ಗà³à²‚ಪà³à²—ಳಿಗೆ ಸಕà³à²°à²¿à²¯à²—ೊಳಿಸಿ", + "Forum" : "ವೇದಿಕೆ", + "None" : "ಯಾವà³à²¦à³‚ ಇಲà³à²²", + "Login" : "ಖಾತೆ ಪà³à²°à²µà³‡à²¶à²¿à²¸à³", + "Plain" : "ಸರಳ", + "Send mode" : "ಕಳà³à²¹à²¿à²¸à³à²µ ಕà³à²°à²®", + "Encryption" : "ರಹಸà³à²¯ ಸಂಕೇತೀಕರಿಸà³", + "mail" : "ಅಂಚೆ", + "Authentication method" : "ದೃಢೀಕರಣ ವಿಧಾನ", + "Authentication required" : "ದೃಢೀಕರಣ ಅಗತà³à²¯à²µà²¿à²¦à³†", + "Server address" : "ಪರಿಚಾರಕ ಗಣಕಯಂತà³à²°à²¦ ವಿಳಾಸ", + "Port" : "ರೇವà³", + "Credentials" : "ರà³à²œà³à²µà²¾à²¤à³à²—ಳà³", + "SMTP Username" : "SMTP ಬಳಕೆದಾರ ಹೆಸರà³", + "SMTP Password" : "SMTP ಗà³à²ªà³à²¤ ಪದ", + "Test email settings" : "ಪರೀರà³à²•à³à²·à²¾à²¤ ಇ-ಅಂಚೆಯ ಆಯà³à²•à³‡", + "Send email" : "ಇ-ಅಂಚೆಯನà³à²¨à³ ಕಳà³à²¹à²¿à²¸à²¿", + "Version" : "ಆವೃತà³à²¤à²¿", + "Sharing" : "ಹಂಚಿಕೆ", + "Expire after " : "ನಿಶà³à²µà²¸à²¿à²¸à³à²µ ಅವಧಿ", + "days" : "ದಿನಗಳà³", + "Enforce expiration date" : "ಮà³à²•à³à²¤à²¾à²¯ ದಿನಾಂಕವನà³à²¨à³ ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", + "Cancel" : "ರದà³à²¦à³", + "Email" : "ಇ-ಅಂಚೆ", + "Your email address" : "ನಿಮà³à²® ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Language" : "à²à²¾à²·à³†", + "Help translate" : "à²à²¾à²·à²¾à²‚ತರಿಸಲೠಸಹಾಯ ಮಾಡಿ", + "Password" : "ಗà³à²ªà³à²¤ ಪದ", + "Current password" : "ಪà³à²°à²¸à³à²¤à³à²¤ ಗà³à²ªà³à²¤à²ªà²¦", + "New password" : "ಹೊಸ ಗà³à²ªà³à²¤à²ªà²¦", + "Change password" : "ಗà³à²ªà³à²¤ ಪದವನà³à²¨à³ ಬದಲಾಯಿಸಿ", + "Username" : "ಬಳಕೆಯ ಹೆಸರà³", + "E-Mail" : "ಇ-ಅಂಚೆ ವಿಳಾಸ", + "Create" : "ಸೃಷà³à²Ÿà²¿à²¸à²¿", + "Everyone" : "ಪà³à²°à²¤à²¿à²¯à³Šà²¬à³à²¬à²°à³‚", + "Admins" : "ನಿರà³à²µà²¾à²¹à²•à²°à³", + "Other" : "ಇತರೆ", + "Quota" : "ಪಾಲà³", + "change full name" : "ಪೂರà³à²£ ಹೆಸರೠಬದಲಾಯಿಸಬಹà³à²¦à³", + "set new password" : "ಹೊಸ ಗà³à²ªà³à²¤à²ªà²¦à²µà²¨à³à²¨à³ ಹೊಂದಿಸಿ", + "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", + "Default" : "ಆರಂà²à²¦ ಪà³à²°à²¤à²¿" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/lb.js b/settings/l10n/lb.js new file mode 100644 index 0000000000000000000000000000000000000000..40aec2b1e82a4a4294a9d445ba7c89f9b6898d61 --- /dev/null +++ b/settings/l10n/lb.js @@ -0,0 +1,44 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Falscht Passwuert", + "Saved" : "Gespäichert", + "Authentication error" : "Authentifikatioun's Fehler", + "Email saved" : "E-mail gespäichert", + "Not saved" : "Nët gespäichert", + "Email sent" : "Email geschéckt", + "All" : "All", + "The app will be downloaded from the app store" : "D'App gett aus dem App Store erofgelueden", + "Disable" : "Ofschalten", + "Enable" : "Aschalten", + "Error while enabling app" : "Fehler beim Aktivéieren vun der App", + "Delete" : "Läschen", + "Groups" : "Gruppen", + "undo" : "réckgängeg man", + "never" : "ni", + "None" : "Keng", + "Login" : "Login", + "Open documentation" : "Dokumentatioun opmaachen", + "Authentication required" : "Authentifizéierung néideg", + "Server address" : "Server Adress", + "Port" : "Port", + "Sharing" : "Gedeelt", + "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "days" : "Deeg", + "Allow resharing" : "Resharing erlaben", + "Cancel" : "Ofbriechen", + "Email" : "Email", + "Your email address" : "Deng Email Adress", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", + "Password" : "Passwuert", + "Current password" : "Momentan 't Passwuert", + "New password" : "Neit Passwuert", + "Change password" : "Passwuert änneren", + "Username" : "Benotzernumm", + "E-Mail" : "E-Mail", + "Create" : "Erstellen", + "Other" : "Aner", + "Quota" : "Quota" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/lb.json b/settings/l10n/lb.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a1cd3c6d5b6c511c39a1b894bd178cf3c7e338 --- /dev/null +++ b/settings/l10n/lb.json @@ -0,0 +1,42 @@ +{ "translations": { + "Wrong password" : "Falscht Passwuert", + "Saved" : "Gespäichert", + "Authentication error" : "Authentifikatioun's Fehler", + "Email saved" : "E-mail gespäichert", + "Not saved" : "Nët gespäichert", + "Email sent" : "Email geschéckt", + "All" : "All", + "The app will be downloaded from the app store" : "D'App gett aus dem App Store erofgelueden", + "Disable" : "Ofschalten", + "Enable" : "Aschalten", + "Error while enabling app" : "Fehler beim Aktivéieren vun der App", + "Delete" : "Läschen", + "Groups" : "Gruppen", + "undo" : "réckgängeg man", + "never" : "ni", + "None" : "Keng", + "Login" : "Login", + "Open documentation" : "Dokumentatioun opmaachen", + "Authentication required" : "Authentifizéierung néideg", + "Server address" : "Server Adress", + "Port" : "Port", + "Sharing" : "Gedeelt", + "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "days" : "Deeg", + "Allow resharing" : "Resharing erlaben", + "Cancel" : "Ofbriechen", + "Email" : "Email", + "Your email address" : "Deng Email Adress", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", + "Password" : "Passwuert", + "Current password" : "Momentan 't Passwuert", + "New password" : "Neit Passwuert", + "Change password" : "Passwuert änneren", + "Username" : "Benotzernumm", + "E-Mail" : "E-Mail", + "Create" : "Erstellen", + "Other" : "Aner", + "Quota" : "Quota" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js new file mode 100644 index 0000000000000000000000000000000000000000..3c7d6dbf0937113d75714a103142bcdfadd95aaf --- /dev/null +++ b/settings/l10n/lt_LT.js @@ -0,0 +1,200 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} pakeitÄ— jÅ«sų slaptažodį", + "You changed your password" : "JÅ«s pakeitÄ—te savo slaptažodį", + "Your password was reset by an administrator" : "Administratorius atstatÄ— jÅ«sų slaptažodį", + "{actor} changed your email address" : "{actor} pakeitÄ— jÅ«sų el. paÅ¡to adresÄ…", + "You changed your email address" : "JÅ«s pakeitÄ—te savo el. paÅ¡to adresÄ…", + "Your email address was changed by an administrator" : "Administratorius pakeitÄ— jÅ«sų el. paÅ¡to adresÄ…", + "Security" : "Saugumas", + "You successfully logged in using two-factor authentication (%1$s)" : "JÅ«s sÄ—kmingai prisijungÄ—te, naudodami dviejų faktorių tapatybÄ—s nustatymÄ… (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Nepavyko prisijungti, naudojant dviejų faktorių tapatybÄ—s nustatymÄ… (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "JÅ«sų <strong>slaptažodis</strong> ar <strong>el. paÅ¡tas</strong> buvo pakeisti", + "Your apps" : "JÅ«sų programÄ—lÄ—s", + "Updates" : "Atnaujinimai", + "Enabled apps" : "Ä®jungtos programÄ—lÄ—s", + "Disabled apps" : "IÅ¡jungtos programÄ—lÄ—s", + "App bundles" : "ProgramÄ—lių rinkiniai", + "Wrong password" : "Neteisingas slaptažodis", + "Saved" : "Ä®raÅ¡yta", + "No user supplied" : "Nepateiktas naudotojas", + "Unable to change password" : "Nepavyksta pakeisti slaptažodžio", + "Authentication error" : "TapatybÄ—s nustatymo klaida", + "Wrong admin recovery password. Please check the password and try again." : "Netinkamas administratoriaus atkÅ«rimo slaptažodis. PraÅ¡ome pasitikrinti ir bandyti vÄ—l.", + "A problem occurred, please check your log files (Error: %s)" : "Atsirado problema, praÅ¡ome patikrinti savo žurnalo failus (Klaida: %s)", + "Migration Completed" : "PerkÄ—limas baigtas", + "Group already exists." : "GrupÄ— jau yra.", + "Unable to add group." : "Nepavyko pridÄ—ti grupÄ—s.", + "Unable to delete group." : "Nepavyko iÅ¡trinti grupÄ—s.", + "Invalid SMTP password." : "Neteisingas SMTP slaptažodis.", + "Email setting test" : "El. paÅ¡to nustatymo testas", + "Email could not be sent. Check your mail server log" : "El. laiÅ¡kas nebuvo iÅ¡siųstas. PeržiÅ«rÄ—kite savo paÅ¡to serverio žurnalÄ….", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ä®vyko klaida iÅ¡siunÄiant laiÅ¡kÄ…. PraÅ¡ome peržiÅ«rÄ—kite savo nustatymus. (Klaida: %s)", + "You need to set your user email before being able to send test emails." : "JÅ«s turite nurodyti elektroninio paÅ¡to adresÄ…, kad galÄ—tumÄ—te siųsti testinius el. laiÅ¡kus.", + "Invalid mail address" : "Neteisingas paÅ¡to adresas", + "No valid group selected" : "Pasirinkta neteisinga grupÄ—", + "A user with that name already exists." : "Toks naudotojas jau yra.", + "To send a password link to the user an email address is required." : "Norint persiųsti slaptažodžio nuorodÄ…, bÅ«tinas el. paÅ¡to adresas.", + "Unable to create user." : "Nepavyko sukurti naudotojo.", + "Unable to delete user." : "Nepavyko iÅ¡trinti naudotojo.", + "Error while enabling user." : "Klaida įjungiant naudotojÄ….", + "Error while disabling user." : "Klaida iÅ¡jungiant naudotojÄ….", + "Settings saved" : "Nustatymai įraÅ¡yti", + "Unable to change full name" : "Nepavyko pakeisti pilno vardo", + "Unable to change email address" : "Nepavyko pakeisti el. paÅ¡to adresÄ…", + "Your full name has been changed." : "Pilnas vardas pakeistas.", + "Forbidden" : "Uždrausta", + "Invalid user" : "Neteisingas naudotojas", + "Unable to change mail address" : "Nepavyko pakeisti el. paÅ¡to adresÄ…", + "Email saved" : "El. paÅ¡tas įraÅ¡ytas", + "%1$s changed your password on %2$s." : "%1$s pakeitÄ— jÅ«sų slaptažodį %2$s", + "The new email address is %s" : "Naujasis el. paÅ¡to adresas yra %s", + "Your %s account was created" : "JÅ«sų paskyra %s sukurta", + "Your username is: %s" : "JÅ«sų naudotojo vardas yra: %s", + "Password confirmation is required" : "Reikalingas slaptažodžio patvirtinimas", + "Couldn't remove app." : "Nepavyko paÅ¡alinti programÄ—lÄ—s.", + "Couldn't update app." : "Nepavyko atnaujinti programÄ—lÄ—s.", + "Add trusted domain" : "PridÄ—ti patikimÄ… domenÄ…", + "Migration in progress. Please wait until the migration is finished" : "Vyksta perkÄ—limas. Palaukite, kol perkÄ—limas bus užbaigtas", + "Migration started …" : "PerkÄ—limas pradÄ—tas …", + "Not saved" : "NeįraÅ¡yta", + "Sending…" : "SiunÄiama…", + "Email sent" : "El. paÅ¡tas iÅ¡siųstas", + "Official" : "Oficiali", + "All" : "Viskas", + "Update to %s" : "Atnaujinti į %s", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficialios programÄ—lÄ—s yra kuriamos bendruomenÄ—s viduje ir jas kuria bendruomenÄ—. Å ios programÄ—lÄ—s siÅ«lo centrinį funkcionalumÄ… ir yra paruoÅ¡tos kasdieniam naudojimui.", + "Disabling app …" : "IÅ¡jungiama programÄ—lÄ— …", + "Error while disabling app" : "Klaida, iÅ¡jungiant programÄ—lÄ™", + "Disable" : "IÅ¡jungti", + "Enable" : "Ä®jungti", + "Enabling app …" : "ProgramÄ—lÄ— įjungiama", + "Error while enabling app" : "Klaida, įjungiant programÄ—lÄ™", + "Updated" : "Atnaujinta", + "Removing …" : "Å alinama …", + "Remove" : "Å alinti", + "Approved" : "Patvirtinta", + "Experimental" : "EksperimentinÄ—", + "Disconnect" : "Atjungti", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome, skirta Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klientas", + "Android Client" : "Android klientas", + "This session" : "Å is seansas", + "Copy" : "Kopijuoti", + "Copied!" : "Nukopijuota!", + "Not supported!" : "Nepalaikoma!", + "Press ⌘-C to copy." : "NorÄ—dami nukopijuoti, paspauskite ⌘-C.", + "Error while loading browser sessions and device tokens" : "Klaida, įkeliant narÅ¡yklÄ—s seansus ir įrenginio prieigos raktus", + "Error while creating device token" : "Klaida, kuriant įrenginio prieigos raktÄ…", + "Error while deleting the token" : "Klaida, iÅ¡trinant prieigos raktÄ…", + "Valid until {date}" : "Galioja iki {date}", + "Delete" : "IÅ¡trinti", + "Only visible to local users" : "Matoma tik vietiniams naudotojams", + "Only visible to you" : "Matoma tik jums", + "Visible to local users and to trusted servers" : "Matoma tik vietiniams naudotojams ir patikimiems serveriams", + "Public" : "VieÅ¡ai", + "Select a profile picture" : "Pasirinkite profilio paveikslÄ…", + "Very weak password" : "Labai silpnas slaptažodis", + "Weak password" : "Silpnas slaptažodis", + "So-so password" : "Neblogas slaptažodis", + "Good password" : "Geras slaptažodis", + "Strong password" : "Stiprus slaptažodis", + "Groups" : "GrupÄ—s", + "Error creating group: {message}" : "Klaida kuriant grupÄ™: {message}", + "undo" : "anuliuoti", + "never" : "niekada", + "Add group" : "PridÄ—ti grupÄ™", + "Password successfully changed" : "Slaptažodis sÄ—kmingai pakeistas", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Slaptažodžio pakeitimas sÄ…lygos duomenų praradimÄ…, kadangi Å¡iam naudotojui nÄ—ra prieinamas duomenų atkÅ«rimas", + "A valid username must be provided" : "Privalo bÅ«ti pateiktas tinkamas naudotojo vardas", + "A valid password must be provided" : "Slaptažodis turi bÅ«ti tinkamas", + "Documentation:" : "Dokumentacija:", + "User documentation" : "Naudotojo dokumentacija", + "Admin documentation" : "Administratoriaus dokumentacija", + "Report a bug" : "PraneÅ¡ti apie klaidÄ…", + "Show description …" : "Rodyti apraÅ¡Ä… …", + "Hide description …" : "SlÄ—pti apraÅ¡Ä… …", + "This app has an update available." : "Å iai programÄ—lei yra prieinamas atnaujinimas.", + "Online documentation" : "Dokumentacija internete", + "Forum" : "Forumas", + "None" : "Nieko", + "Login" : "Prisijungti", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "El. paÅ¡to serveris", + "Open documentation" : "Atverti dokumentacijÄ…", + "Encryption" : "Å ifravimas", + "Authentication required" : "Reikalingas tapatybÄ—s nustatymas", + "Server address" : "Serverio adresas", + "Port" : "Prievadas", + "SMTP Username" : "SMTP naudotojo vardas", + "SMTP Password" : "SMTP slaptažodis", + "Server-side encryption" : "Å ifravimas serveryje", + "Be aware that encryption always increases the file size." : "TurÄ—kite omenyje, kad Å¡ifravimas visada padidina failų dydį.", + "This is the final warning: Do you really want to enable encryption?" : "Tai yra paskutinis įspÄ—jimas: Ar tikrai norite įjungti Å¡ifravimÄ…?", + "Enable encryption" : "Ä®jungti Å¡ifravimÄ…", + "Select default encryption module:" : "Pasirinkite numatytÄ…jį Å¡ifravimo modulį:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "JÅ«s turite perkelti savo Å¡ifravimo raktus iÅ¡ senojo Å¡ifravimo (ownCloud <= 8.0) į naujÄ…jį. PraÅ¡ome įjungti \"NumatytÄ…jį Å¡ifravimo modulį\" ir įvykdyti \"occ encryption:migrate\"", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "JÅ«s turite perkelti savo Å¡ifravimo raktus iÅ¡ senojo Å¡ifravimo (ownCloud <= 8.0) į naujÄ…jį.", + "Start migration" : "PradÄ—ti perkÄ—limÄ…", + "Security & setup warnings" : "Saugos ir diegimo perspÄ—jimai", + "Execute one task with each page loaded" : "Ä®vykdyti vienÄ… užduotį su kiekvieno puslapio įkÄ—limu", + "Version" : "Versija", + "Sharing" : "Dalijimasis", + "Allow apps to use the Share API" : "Leidžia programoms naudoti Share API", + "Allow public uploads" : "Leisti vieÅ¡us įkÄ—limus", + "days" : "dienos", + "Allow resharing" : "Leisti dalintis", + "Tips & tricks" : "Patarimai ir gudrybÄ—s", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation ↗</a>." : "NorÄ—dami persikelti į kitÄ… duomenų bazÄ™, naudokite komandų eilutÄ—s įrankį: \"occ db:convert-type\" arba žiÅ«rÄ—kite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijÄ… ↗</a>.", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "JÅ«s naudojate <strong>%s</strong> iÅ¡ <strong>%s</strong>", + "Profile picture" : "Profilio paveikslas", + "Upload new" : "Ä®kelti naujÄ…", + "Remove image" : "Å alinti paveikslÄ…", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", + "Cancel" : "Atsisakyti", + "Email" : "El. PaÅ¡tas", + "Your email address" : "JÅ«sų el. paÅ¡to adresas", + "No email address set" : "Nenustatytas joks el. paÅ¡to adresas", + "Phone number" : "Telefono numeris", + "Your phone number" : "JÅ«sų telefono numeris", + "Address" : "Adresas", + "Website" : "SvetainÄ—", + "Twitter" : "Twitter", + "You are member of the following groups:" : "JÅ«s esate Å¡ių grupių narys:", + "Language" : "Kalba", + "Help translate" : "PadÄ—kite iÅ¡versti", + "Password" : "Slaptažodis", + "Current password" : "Dabartinis slaptažodis", + "New password" : "Naujas slaptažodis", + "Change password" : "Pakeisti slaptažodį", + "Web, desktop and mobile clients currently logged in to your account." : "Saityno, darbalaukio ir mobilieji klientai, kurie Å¡iuo metu yra prisijungÄ™ prie jÅ«sų paskyros.", + "Device" : "Ä®renginys", + "Last activity" : "PaskutinÄ— veikla", + "App name" : "ProgramÄ—lÄ—s pavadinimas", + "Create new app password" : "Sukurti naujÄ… programÄ—lÄ—s slaptažodį", + "For security reasons this password will only be shown once." : "Saugumo sumetimais Å¡is slaptažodis bus parodytas tik vienÄ… kartÄ….", + "Username" : "Naudotojo vardas", + "Done" : "Atlikta", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenÄ—s{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.", + "Settings" : "Nustatymai", + "Create" : "Sukurti", + "Admin Recovery Password" : "Administracinis atkÅ«rimo slaptažodis", + "Enter the recovery password in order to recover the users files during password change" : "Ä®veskite atkÅ«rimo slaptažodį, kad atkurtumÄ—te naudotojo failus keiÄiant slaptažodį", + "Unlimited" : "Neribotai", + "Other" : "Kita", + "Quota" : "Limitas", + "change full name" : "keisti pilnÄ… vardÄ…", + "set new password" : "nustatyti naujÄ… slaptažodį", + "Default" : "Numatytasis", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "NorÄ—dami persikelti į kitÄ… duomenų bazÄ™, naudokite komandų eilutÄ—s įrankį: \"occ db:convert-type\" arba žiÅ«rÄ—kite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacijÄ… ↗</a>." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json new file mode 100644 index 0000000000000000000000000000000000000000..e070ff944a9f941d55bed40a1c5717215a77f450 --- /dev/null +++ b/settings/l10n/lt_LT.json @@ -0,0 +1,198 @@ +{ "translations": { + "{actor} changed your password" : "{actor} pakeitÄ— jÅ«sų slaptažodį", + "You changed your password" : "JÅ«s pakeitÄ—te savo slaptažodį", + "Your password was reset by an administrator" : "Administratorius atstatÄ— jÅ«sų slaptažodį", + "{actor} changed your email address" : "{actor} pakeitÄ— jÅ«sų el. paÅ¡to adresÄ…", + "You changed your email address" : "JÅ«s pakeitÄ—te savo el. paÅ¡to adresÄ…", + "Your email address was changed by an administrator" : "Administratorius pakeitÄ— jÅ«sų el. paÅ¡to adresÄ…", + "Security" : "Saugumas", + "You successfully logged in using two-factor authentication (%1$s)" : "JÅ«s sÄ—kmingai prisijungÄ—te, naudodami dviejų faktorių tapatybÄ—s nustatymÄ… (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Nepavyko prisijungti, naudojant dviejų faktorių tapatybÄ—s nustatymÄ… (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "JÅ«sų <strong>slaptažodis</strong> ar <strong>el. paÅ¡tas</strong> buvo pakeisti", + "Your apps" : "JÅ«sų programÄ—lÄ—s", + "Updates" : "Atnaujinimai", + "Enabled apps" : "Ä®jungtos programÄ—lÄ—s", + "Disabled apps" : "IÅ¡jungtos programÄ—lÄ—s", + "App bundles" : "ProgramÄ—lių rinkiniai", + "Wrong password" : "Neteisingas slaptažodis", + "Saved" : "Ä®raÅ¡yta", + "No user supplied" : "Nepateiktas naudotojas", + "Unable to change password" : "Nepavyksta pakeisti slaptažodžio", + "Authentication error" : "TapatybÄ—s nustatymo klaida", + "Wrong admin recovery password. Please check the password and try again." : "Netinkamas administratoriaus atkÅ«rimo slaptažodis. PraÅ¡ome pasitikrinti ir bandyti vÄ—l.", + "A problem occurred, please check your log files (Error: %s)" : "Atsirado problema, praÅ¡ome patikrinti savo žurnalo failus (Klaida: %s)", + "Migration Completed" : "PerkÄ—limas baigtas", + "Group already exists." : "GrupÄ— jau yra.", + "Unable to add group." : "Nepavyko pridÄ—ti grupÄ—s.", + "Unable to delete group." : "Nepavyko iÅ¡trinti grupÄ—s.", + "Invalid SMTP password." : "Neteisingas SMTP slaptažodis.", + "Email setting test" : "El. paÅ¡to nustatymo testas", + "Email could not be sent. Check your mail server log" : "El. laiÅ¡kas nebuvo iÅ¡siųstas. PeržiÅ«rÄ—kite savo paÅ¡to serverio žurnalÄ….", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ä®vyko klaida iÅ¡siunÄiant laiÅ¡kÄ…. PraÅ¡ome peržiÅ«rÄ—kite savo nustatymus. (Klaida: %s)", + "You need to set your user email before being able to send test emails." : "JÅ«s turite nurodyti elektroninio paÅ¡to adresÄ…, kad galÄ—tumÄ—te siųsti testinius el. laiÅ¡kus.", + "Invalid mail address" : "Neteisingas paÅ¡to adresas", + "No valid group selected" : "Pasirinkta neteisinga grupÄ—", + "A user with that name already exists." : "Toks naudotojas jau yra.", + "To send a password link to the user an email address is required." : "Norint persiųsti slaptažodžio nuorodÄ…, bÅ«tinas el. paÅ¡to adresas.", + "Unable to create user." : "Nepavyko sukurti naudotojo.", + "Unable to delete user." : "Nepavyko iÅ¡trinti naudotojo.", + "Error while enabling user." : "Klaida įjungiant naudotojÄ….", + "Error while disabling user." : "Klaida iÅ¡jungiant naudotojÄ….", + "Settings saved" : "Nustatymai įraÅ¡yti", + "Unable to change full name" : "Nepavyko pakeisti pilno vardo", + "Unable to change email address" : "Nepavyko pakeisti el. paÅ¡to adresÄ…", + "Your full name has been changed." : "Pilnas vardas pakeistas.", + "Forbidden" : "Uždrausta", + "Invalid user" : "Neteisingas naudotojas", + "Unable to change mail address" : "Nepavyko pakeisti el. paÅ¡to adresÄ…", + "Email saved" : "El. paÅ¡tas įraÅ¡ytas", + "%1$s changed your password on %2$s." : "%1$s pakeitÄ— jÅ«sų slaptažodį %2$s", + "The new email address is %s" : "Naujasis el. paÅ¡to adresas yra %s", + "Your %s account was created" : "JÅ«sų paskyra %s sukurta", + "Your username is: %s" : "JÅ«sų naudotojo vardas yra: %s", + "Password confirmation is required" : "Reikalingas slaptažodžio patvirtinimas", + "Couldn't remove app." : "Nepavyko paÅ¡alinti programÄ—lÄ—s.", + "Couldn't update app." : "Nepavyko atnaujinti programÄ—lÄ—s.", + "Add trusted domain" : "PridÄ—ti patikimÄ… domenÄ…", + "Migration in progress. Please wait until the migration is finished" : "Vyksta perkÄ—limas. Palaukite, kol perkÄ—limas bus užbaigtas", + "Migration started …" : "PerkÄ—limas pradÄ—tas …", + "Not saved" : "NeįraÅ¡yta", + "Sending…" : "SiunÄiama…", + "Email sent" : "El. paÅ¡tas iÅ¡siųstas", + "Official" : "Oficiali", + "All" : "Viskas", + "Update to %s" : "Atnaujinti į %s", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficialios programÄ—lÄ—s yra kuriamos bendruomenÄ—s viduje ir jas kuria bendruomenÄ—. Å ios programÄ—lÄ—s siÅ«lo centrinį funkcionalumÄ… ir yra paruoÅ¡tos kasdieniam naudojimui.", + "Disabling app …" : "IÅ¡jungiama programÄ—lÄ— …", + "Error while disabling app" : "Klaida, iÅ¡jungiant programÄ—lÄ™", + "Disable" : "IÅ¡jungti", + "Enable" : "Ä®jungti", + "Enabling app …" : "ProgramÄ—lÄ— įjungiama", + "Error while enabling app" : "Klaida, įjungiant programÄ—lÄ™", + "Updated" : "Atnaujinta", + "Removing …" : "Å alinama …", + "Remove" : "Å alinti", + "Approved" : "Patvirtinta", + "Experimental" : "EksperimentinÄ—", + "Disconnect" : "Atjungti", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome, skirta Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS klientas", + "Android Client" : "Android klientas", + "This session" : "Å is seansas", + "Copy" : "Kopijuoti", + "Copied!" : "Nukopijuota!", + "Not supported!" : "Nepalaikoma!", + "Press ⌘-C to copy." : "NorÄ—dami nukopijuoti, paspauskite ⌘-C.", + "Error while loading browser sessions and device tokens" : "Klaida, įkeliant narÅ¡yklÄ—s seansus ir įrenginio prieigos raktus", + "Error while creating device token" : "Klaida, kuriant įrenginio prieigos raktÄ…", + "Error while deleting the token" : "Klaida, iÅ¡trinant prieigos raktÄ…", + "Valid until {date}" : "Galioja iki {date}", + "Delete" : "IÅ¡trinti", + "Only visible to local users" : "Matoma tik vietiniams naudotojams", + "Only visible to you" : "Matoma tik jums", + "Visible to local users and to trusted servers" : "Matoma tik vietiniams naudotojams ir patikimiems serveriams", + "Public" : "VieÅ¡ai", + "Select a profile picture" : "Pasirinkite profilio paveikslÄ…", + "Very weak password" : "Labai silpnas slaptažodis", + "Weak password" : "Silpnas slaptažodis", + "So-so password" : "Neblogas slaptažodis", + "Good password" : "Geras slaptažodis", + "Strong password" : "Stiprus slaptažodis", + "Groups" : "GrupÄ—s", + "Error creating group: {message}" : "Klaida kuriant grupÄ™: {message}", + "undo" : "anuliuoti", + "never" : "niekada", + "Add group" : "PridÄ—ti grupÄ™", + "Password successfully changed" : "Slaptažodis sÄ—kmingai pakeistas", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Slaptažodžio pakeitimas sÄ…lygos duomenų praradimÄ…, kadangi Å¡iam naudotojui nÄ—ra prieinamas duomenų atkÅ«rimas", + "A valid username must be provided" : "Privalo bÅ«ti pateiktas tinkamas naudotojo vardas", + "A valid password must be provided" : "Slaptažodis turi bÅ«ti tinkamas", + "Documentation:" : "Dokumentacija:", + "User documentation" : "Naudotojo dokumentacija", + "Admin documentation" : "Administratoriaus dokumentacija", + "Report a bug" : "PraneÅ¡ti apie klaidÄ…", + "Show description …" : "Rodyti apraÅ¡Ä… …", + "Hide description …" : "SlÄ—pti apraÅ¡Ä… …", + "This app has an update available." : "Å iai programÄ—lei yra prieinamas atnaujinimas.", + "Online documentation" : "Dokumentacija internete", + "Forum" : "Forumas", + "None" : "Nieko", + "Login" : "Prisijungti", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "El. paÅ¡to serveris", + "Open documentation" : "Atverti dokumentacijÄ…", + "Encryption" : "Å ifravimas", + "Authentication required" : "Reikalingas tapatybÄ—s nustatymas", + "Server address" : "Serverio adresas", + "Port" : "Prievadas", + "SMTP Username" : "SMTP naudotojo vardas", + "SMTP Password" : "SMTP slaptažodis", + "Server-side encryption" : "Å ifravimas serveryje", + "Be aware that encryption always increases the file size." : "TurÄ—kite omenyje, kad Å¡ifravimas visada padidina failų dydį.", + "This is the final warning: Do you really want to enable encryption?" : "Tai yra paskutinis įspÄ—jimas: Ar tikrai norite įjungti Å¡ifravimÄ…?", + "Enable encryption" : "Ä®jungti Å¡ifravimÄ…", + "Select default encryption module:" : "Pasirinkite numatytÄ…jį Å¡ifravimo modulį:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "JÅ«s turite perkelti savo Å¡ifravimo raktus iÅ¡ senojo Å¡ifravimo (ownCloud <= 8.0) į naujÄ…jį. PraÅ¡ome įjungti \"NumatytÄ…jį Å¡ifravimo modulį\" ir įvykdyti \"occ encryption:migrate\"", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "JÅ«s turite perkelti savo Å¡ifravimo raktus iÅ¡ senojo Å¡ifravimo (ownCloud <= 8.0) į naujÄ…jį.", + "Start migration" : "PradÄ—ti perkÄ—limÄ…", + "Security & setup warnings" : "Saugos ir diegimo perspÄ—jimai", + "Execute one task with each page loaded" : "Ä®vykdyti vienÄ… užduotį su kiekvieno puslapio įkÄ—limu", + "Version" : "Versija", + "Sharing" : "Dalijimasis", + "Allow apps to use the Share API" : "Leidžia programoms naudoti Share API", + "Allow public uploads" : "Leisti vieÅ¡us įkÄ—limus", + "days" : "dienos", + "Allow resharing" : "Leisti dalintis", + "Tips & tricks" : "Patarimai ir gudrybÄ—s", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation ↗</a>." : "NorÄ—dami persikelti į kitÄ… duomenų bazÄ™, naudokite komandų eilutÄ—s įrankį: \"occ db:convert-type\" arba žiÅ«rÄ—kite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijÄ… ↗</a>.", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "JÅ«s naudojate <strong>%s</strong> iÅ¡ <strong>%s</strong>", + "Profile picture" : "Profilio paveikslas", + "Upload new" : "Ä®kelti naujÄ…", + "Remove image" : "Å alinti paveikslÄ…", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", + "Cancel" : "Atsisakyti", + "Email" : "El. PaÅ¡tas", + "Your email address" : "JÅ«sų el. paÅ¡to adresas", + "No email address set" : "Nenustatytas joks el. paÅ¡to adresas", + "Phone number" : "Telefono numeris", + "Your phone number" : "JÅ«sų telefono numeris", + "Address" : "Adresas", + "Website" : "SvetainÄ—", + "Twitter" : "Twitter", + "You are member of the following groups:" : "JÅ«s esate Å¡ių grupių narys:", + "Language" : "Kalba", + "Help translate" : "PadÄ—kite iÅ¡versti", + "Password" : "Slaptažodis", + "Current password" : "Dabartinis slaptažodis", + "New password" : "Naujas slaptažodis", + "Change password" : "Pakeisti slaptažodį", + "Web, desktop and mobile clients currently logged in to your account." : "Saityno, darbalaukio ir mobilieji klientai, kurie Å¡iuo metu yra prisijungÄ™ prie jÅ«sų paskyros.", + "Device" : "Ä®renginys", + "Last activity" : "PaskutinÄ— veikla", + "App name" : "ProgramÄ—lÄ—s pavadinimas", + "Create new app password" : "Sukurti naujÄ… programÄ—lÄ—s slaptažodį", + "For security reasons this password will only be shown once." : "Saugumo sumetimais Å¡is slaptažodis bus parodytas tik vienÄ… kartÄ….", + "Username" : "Naudotojo vardas", + "Done" : "Atlikta", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenÄ—s{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.", + "Settings" : "Nustatymai", + "Create" : "Sukurti", + "Admin Recovery Password" : "Administracinis atkÅ«rimo slaptažodis", + "Enter the recovery password in order to recover the users files during password change" : "Ä®veskite atkÅ«rimo slaptažodį, kad atkurtumÄ—te naudotojo failus keiÄiant slaptažodį", + "Unlimited" : "Neribotai", + "Other" : "Kita", + "Quota" : "Limitas", + "change full name" : "keisti pilnÄ… vardÄ…", + "set new password" : "nustatyti naujÄ… slaptažodį", + "Default" : "Numatytasis", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "NorÄ—dami persikelti į kitÄ… duomenų bazÄ™, naudokite komandų eilutÄ—s įrankį: \"occ db:convert-type\" arba žiÅ«rÄ—kite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacijÄ… ↗</a>." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js new file mode 100644 index 0000000000000000000000000000000000000000..2e85805c6ce2ddbf8cfa309619fdd2715d60f5a7 --- /dev/null +++ b/settings/l10n/lv.js @@ -0,0 +1,244 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Nepareiza parole", + "Saved" : "SaglabÄts", + "No user supplied" : "Nav norÄdÄ«ts lietotÄjs", + "Unable to change password" : "Nav iespÄ“jams nomainÄ«t paroli", + "Authentication error" : "AutentifikÄcijas kļūda", + "Wrong admin recovery password. Please check the password and try again." : "Nepareiza administratora atjaunoÅ¡anas parole. LÅ«dzu pÄrbaudiet paroli un mÄ“Ä£iniet vÄ“lreiz.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "programmu instalÄ“Å¡ana un atjauninÄÅ¡ana, izmantojot programmu veikalu vai FederatÄ«vajÄm Cloud koplietoÅ¡anu", + "Federated Cloud Sharing" : "FederatÄ«va mÄkoņkoplietoÅ¡ana", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL izmanto novecojuÅ¡u %s versiju (%s). LÅ«dzu, atjauniniet operÄ“tÄjsistÄ“mu vai funkcijÄm, piem., %s nedarbosies pareizi.", + "A problem occurred, please check your log files (Error: %s)" : "Radusies problÄ“ma, lÅ«dzu, pÄrbaudiet žurnÄla failus (Kļūda: %s)", + "Migration Completed" : "MigrÄcija ir pabeigta", + "Group already exists." : "Grupa jau eksistÄ“.", + "Unable to add group." : "Nevar pievienot grupu.", + "Unable to delete group." : "Nevar izdzÄ“st grupu.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "RadÄs kļūda, nosÅ«tot e-pastu. LÅ«dzu, pÄrskatiet savus iestatÄ«jumus. (Kļūda: %s)", + "You need to set your user email before being able to send test emails." : "NepiecieÅ¡ams norÄdÄ«t sava lietotÄja e-pasta adresi, lai nosÅ«tÄ«ta testa e-pastus.", + "Invalid mail address" : "Nepareiza e-pasta adrese", + "No valid group selected" : "AtlasÄ«tÄ grupa nav derÄ«ga", + "A user with that name already exists." : "Jau pastÄv lietotÄjs ar Å¡o vÄrdu.", + "To send a password link to the user an email address is required." : "Lai nosÅ«tÄ«tu paroles saites lietotÄjam, e-pasta adrese jÄnorÄda obligÄti.", + "Unable to create user." : "Nevar izveidot lietotÄju.", + "Unable to delete user." : "Nevar izdzÄ“st lietotÄju.", + "Settings saved" : "IestatÄ«jumi saglabÄti", + "Unable to change full name" : "Nav iespÄ“jams nomainÄ«t jÅ«su pilno vÄrdu", + "Unable to change email address" : "Nevar mainÄ«t e-pasta adresi", + "Your full name has been changed." : "JÅ«su pilnais vÄrds tika mainÄ«ts.", + "Forbidden" : "Pieeja liegta", + "Invalid user" : "Nepareizs lietotÄjs", + "Unable to change mail address" : "Nevar nomainÄ«t e-pasta adresi", + "Email saved" : "E-pasts tika saglabÄts", + "Your %s account was created" : "Konts %s ir izveidots", + "Password confirmation is required" : "NepiecieÅ¡ams paroles apstiprinÄjums", + "Couldn't remove app." : "Nebija iespÄ“jams atslÄ“gt programmu.", + "Couldn't update app." : "NevarÄ“ja atjauninÄt programmu.", + "Are you really sure you want add {domain} as trusted domain?" : "Tu tieÅ¡Äm esi pÄrliecinÄta, ka vÄ“lies pievienot {domain} kÄ uzticamu domÄ“nu?", + "Add trusted domain" : "Pievienot uzticamu domÄ“nu", + "Migration in progress. Please wait until the migration is finished" : "Notiek migrÄcija. LÅ«dzu, pagaidiet, lÄ«dz migrÄ“Å¡ana ir pabeigta", + "Migration started …" : "UzsÄkta migrÄcija...", + "Not saved" : "Nav saglabÄts", + "Email sent" : "VÄ“stule nosÅ«tÄ«ta", + "All" : "Visi", + "Update to %s" : "AtjauninÄts uz %s", + "No apps found for your version" : "Neatrada programmu jÅ«su versijai", + "Error while disabling app" : "Kļūda, atvienojot programmu", + "Disable" : "DeaktivÄ“t", + "Enable" : "AktivÄ“t", + "Enabling app …" : "IespÄ“jojot programmu …", + "Error while enabling app" : "Kļūda, pievienojot programmu", + "Updated" : "AtjauninÄta", + "Approved" : "ApstiprinÄts", + "Experimental" : "EksperimentÄls", + "Disconnect" : "Atvienot", + "Revoke" : "Atsaukt", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome for Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klients", + "Android Client" : "Android Klients", + "Sync client - {os}" : "Sync klients - {os}", + "This session" : "Å ajÄ sesijÄ", + "Copy" : "KopÄ“t", + "Copied!" : "NokopÄ“ts!", + "Not supported!" : "Nav atbalstÄ«ts!", + "Press ⌘-C to copy." : "Spied ⌘-C lai kopÄ“tu.", + "Press Ctrl-C to copy." : "Spied Ctrl-C lai kopÄ“tu.", + "Valid until {date}" : "ValÄ«ds lÄ«dz {date}", + "Delete" : "DzÄ“st", + "Local" : "LokÄls", + "Private" : "PrivÄts", + "Only visible to local users" : "Redzami tikai lokÄlajiem lietotÄjiem", + "Only visible to you" : "Redzams tikai jums", + "Contacts" : "Kontakti", + "Visible to local users and to trusted servers" : "Redzama uz vietÄ“jiem lietotÄjiem un uzticamiem serveriem", + "Public" : "Publisks", + "Will be synced to a global and public address book" : "Tiks sinhronizÄ“ts ar globÄlu un publisku adreÅ¡u grÄmatu", + "Select a profile picture" : "IzvÄ“lieties profila attÄ“lu", + "Very weak password" : "Ä»oti vÄja parole", + "Weak password" : "VÄja parole", + "So-so password" : "NormÄla parole", + "Good password" : "Laba parole", + "Strong password" : "Lieliska parole", + "Groups" : "Grupas", + "Unable to delete {objName}" : "Nevar izdzÄ“st {objName}", + "Error creating group: {message}" : "Kļūda, veidojot grupu: {message}", + "A valid group name must be provided" : "JÄnorÄda derÄ«gs grupas nosaukums", + "deleted {groupName}" : "grupa {groupName} dzÄ“sta", + "undo" : "atsaukt", + "never" : "nekad", + "deleted {userName}" : "lietotÄjs {userName} dzÄ“sts", + "Unable to add user to group {group}" : "Nevar pievienot lietotÄju grupai {group}", + "Unable to remove user from group {group}" : "Nevar noņemt lietotÄju no grupas {group}", + "Add group" : "Pievienot grupu", + "Invalid quota value \"{val}\"" : "NederÄ«ga kvotas vÄ“rtÄ«ba \"{val}\"", + "no group" : "neviena grupa", + "Password successfully changed" : "Parole veiksmÄ«gi nomainÄ«ta", + "Could not change the users email" : "NevarÄ“ja mainÄ«t lietotÄja e-pasta adrese", + "A valid username must be provided" : "JÄnorÄda derÄ«gs lietotÄjvÄrds", + "Error creating user: {message}" : "Kļūda, veidojot lietotÄju: {message}", + "A valid password must be provided" : "JÄnorÄda derÄ«ga parole", + "A valid email must be provided" : "JÄnorÄda derÄ«ga e-pasta adrese", + "Developer documentation" : "IzstrÄdÄtÄja dokumentÄcija", + "%s-licensed" : "%s-licencÄ“ts", + "Documentation:" : "DokumentÄcija:", + "User documentation" : "LietotÄja dokumentÄcija", + "Admin documentation" : "Administratora dokumentÄcija", + "Visit website" : "ApmeklÄ“jiet vietni", + "Report a bug" : "Ziņot par kļūdu", + "Show description …" : "RÄdÄ«t aprakstu …", + "Hide description …" : "SlÄ“pt aprakstu …", + "This app has an update available." : "Å ai programmai ir pieejams jauninÄjums", + "Enable only for specific groups" : "IespÄ“jot tikai konkrÄ“tÄm grupÄm", + "SSL Root Certificates" : "SSL Root SertifikÄti", + "Common Name" : "KopÄ«gais nosaukums", + "Valid until" : "DerÄ«gs lÄ«dz", + "Issued By" : "Izsniedza", + "Valid until %s" : "DerÄ«gs lÄ«dz %s", + "Import root certificate" : "ImportÄ“t root sertifikÄtu", + "Administrator documentation" : "Administratora dokumentÄcija", + "Online documentation" : "TieÅ¡saistes dokumentÄcija", + "Forum" : "Forums", + "Getting help" : "Saņemt palÄ«dzÄ«bu", + "None" : "Nav", + "Login" : "AutorizÄ“ties", + "Plain" : "vienkÄrÅ¡s teksts", + "NT LAN Manager" : "NT LAN PÄrvaldnieks", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "E-pasta serveris", + "Open documentation" : "AtvÄ“rt dokumentÄciju", + "Send mode" : "SÅ«tÄ«Å¡anas metode", + "Encryption" : "Å ifrÄ“Å¡ana", + "From address" : "No adreses", + "mail" : "e-pasts", + "Authentication method" : "AutentifikÄcijas metode", + "Authentication required" : "NepiecieÅ¡ama autentifikÄcija", + "Server address" : "Servera adrese", + "Port" : "Ports", + "Credentials" : "AkreditÄcijas dati", + "SMTP Username" : "SMTP lietotÄjvÄrds", + "SMTP Password" : "SMTP parole", + "Store credentials" : "SaglabÄt akreditÄcijas datus", + "Test email settings" : "IzmÄ“Ä£inÄt e-pasta iestatÄ«jumus", + "Send email" : "SÅ«tÄ«t e-pastu", + "Server-side encryption" : "Servera Å¡ifrÄ“Å¡ana", + "Enable server-side encryption" : "IeslÄ“gt servera Å¡ifrÄ“Å¡anu", + "Please read carefully before activating server-side encryption: " : "LÅ«dzu, izlasiet uzmanÄ«gi pirms aktivÄ“jiet servera Å¡ifrÄ“Å¡anu:", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Å ifrÄ“Å¡ana vien negarantÄ“ sistÄ“mas droÅ¡Ä«bu. Skatiet dokumentÄciju, lai iegÅ«tu papildinformÄciju par Å¡ifrÄ“Å¡anas programmu izmantoÅ¡ana, kÄ arÄ« citu darbÄ«bu gadÄ«jumos.", + "Be aware that encryption always increases the file size." : "JÄapzinÄs, ka Å¡ifrÄ“Å¡anas vienmÄ“r palielina faila lielumu.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "VienmÄ“r ir ieteicams regulÄri veidot dublÄ“jumkopijas datu Å¡ifrÄ“Å¡anas gadÄ«jumam, pÄrliecinieties, lai dublÄ“tu, Å¡ifrÄ“Å¡anas atslÄ“gas ir kopÄ ar jÅ«su datiem.", + "This is the final warning: Do you really want to enable encryption?" : "Å is ir pÄ“dÄ“jais brÄ«dinÄjums: vai tieÅ¡Äm vÄ“laties iespÄ“jot Å¡ifrÄ“Å¡anu?", + "Enable encryption" : "IeslÄ“gt Å¡ifrÄ“Å¡anu", + "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielÄdÄ“ts Å¡ifrÄ“Å¡anas moduļis, lÅ«dzu, aktivizÄ“jiet Å¡ifrÄ“Å¡anas moduli programmu izvÄ“lnÄ“.", + "Select default encryption module:" : "Atlasiet noklusÄ“to Å¡ifrÄ“Å¡anas moduli:", + "Start migration" : "SÄkt migrÄciju", + "Security & setup warnings" : "DroÅ¡Ä«bas un iestatÄ«jumu brÄ«dinÄjumi", + "All checks passed." : "Visas pÄrbaudes veiksmÄ«gas.", + "Execute one task with each page loaded" : "IzpildÄ«t vienu uzdevumu ar katru ielÄdÄ“to lapu", + "Version" : "Versija", + "Sharing" : "KoplietoÅ¡ana", + "Allow apps to use the Share API" : "Ä»aut programmÄm izmantot koplietoÅ¡anas API", + "Allow users to share via link" : "Ä»aut lietotÄjiem koplietot caur saitÄ“m", + "Allow public uploads" : "Atļaut publisko augÅ¡upielÄdi", + "Enforce password protection" : "Ieviest paroles aizsardzÄ«bu", + "Set default expiration date" : "IestatÄ«t noklusÄ“juma beigu datumu", + "Expire after " : "NederÄ«ga pÄ“c", + "days" : "dienas", + "Enforce expiration date" : "Uzspiest beigu termiņu", + "Allow resharing" : "Atļaut atkÄrtotu koplietoÅ¡anu", + "Allow sharing with groups" : "Atļaut koplietoÅ¡anu ar grupu", + "Restrict users to only share with users in their groups" : "Ierobežot lietotÄjiem koplietot tikai ar lietotÄjiem savÄs grupÄs", + "Exclude groups from sharing" : "IzslÄ“gt grupu no koplietoÅ¡anas", + "Tips & tricks" : "Padomi un ieteikumi", + "This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir Ä«paÅ¡i ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizÄciju.", + "How to do backups" : "KÄ veikt dublÄ“Å¡anu", + "Performance tuning" : "VeiktspÄ“jas uzstÄdÄ«Å¡ana", + "Improving the config.php" : "Uzlabot config.php", + "Theming" : "Dizains", + "Hardening and security guidance" : "AizsardzÄ«bas un droÅ¡Ä«bas norÄdÄ«jumi", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "JÅ«s izmantojiet <strong>%s</strong> no <strong>%s</strong>", + "Profile picture" : "Profila attÄ“ls", + "Upload new" : "IelÄdÄ“t jaunu", + "Select from Files" : "IzvÄ“lÄ“ties no faila", + "Remove image" : "NovÄkt attÄ“lu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", + "Cancel" : "Atcelt", + "Choose as profile picture" : "IzvÄ“lÄ“ties kÄ profila attÄ“lu", + "Full name" : "Pilns vÄrds", + "No display name set" : "Nav norÄdÄ«ts ekrÄna vÄrds", + "Email" : "E-pasts", + "Your email address" : "JÅ«su e-pasta adrese", + "No email address set" : "Nav norÄdÄ«ts e-pasts", + "Phone number" : "TÄlruņa numurs", + "Your phone number" : "JÅ«su tÄlruņa numurs", + "Address" : "Adrese", + "Your postal address" : "JÅ«su pasta adrese", + "Website" : "MÄjaslapa", + "Twitter" : "Twitter", + "You are member of the following groups:" : "JÅ«s esat Å¡Ädu grupu biedrs:", + "Language" : "Valoda", + "Help translate" : "PalÄ«dzi tulkot", + "Password" : "Parole", + "Current password" : "PaÅ¡reizÄ“jÄ parole", + "New password" : "Jauna parole", + "Change password" : "MainÄ«t paroli", + "Device" : "IerÄ«ce", + "Last activity" : "PÄ“dÄ“jÄ aktivitÄte", + "App name" : "Programmas nosaukums", + "Create new app password" : "Izveidot jaunu programmas paroli", + "Use the credentials below to configure your app or device." : "Izmantot akreditÄcijas datus, lai konfigurÄ“tu savu programmu vai ierÄ«ci.", + "For security reasons this password will only be shown once." : "DroÅ¡Ä«bas apsvÄ“rumu dēļ Å¡Ä« parole, tiks parÄdÄ«ta tikai vienreiz.", + "Username" : "LietotÄjvÄrds", + "Done" : "Pabeigts", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "IzstrÄdÄtÄs {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencÄ“ts saskaÅ†Ä ar {licenseopen}AGPL{linkclose}.", + "Show storage location" : "RÄdÄ«t krÄtuves atraÅ¡anÄs vietu", + "Show email address" : "RÄdÄ«t e-pasta adreses", + "Send email to new user" : "SÅ«tÄ«t e-pastu jaunajam lietotÄjam", + "E-Mail" : "E-pasts", + "Create" : "Izveidot", + "Admin Recovery Password" : "Administratora atgÅ«Å¡anas parole", + "Enter the recovery password in order to recover the users files during password change" : "Ievadiet atgÅ«Å¡anas paroli, lai varÄ“tu atgÅ«t lietotÄja failus paroles maiņas laikÄ.", + "Everyone" : "Visi", + "Admins" : "Admins", + "Default quota" : "Apjoms pÄ“c noklusÄ“juma", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "LÅ«dzu, ievadiet krÄtuves kvotu (piem: \"512 MB\" vai \"12 GB\")", + "Unlimited" : "Neierobežota", + "Other" : "Cits", + "Group admin for" : "Admin grupa", + "Quota" : "Apjoms", + "Storage location" : "KrÄtuves atraÅ¡anÄs vieta", + "Last login" : "PÄ“dÄ“jÄ pieteikÅ¡anÄs", + "change full name" : "mainÄ«t vÄrdu", + "set new password" : "iestatÄ«t jaunu paroli", + "change email address" : "mainÄ«t e-pasta adresi", + "Default" : "NoklusÄ“juma" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json new file mode 100644 index 0000000000000000000000000000000000000000..768ec3553d24f0a01a8f0c175e5ff523b0ef8122 --- /dev/null +++ b/settings/l10n/lv.json @@ -0,0 +1,242 @@ +{ "translations": { + "Wrong password" : "Nepareiza parole", + "Saved" : "SaglabÄts", + "No user supplied" : "Nav norÄdÄ«ts lietotÄjs", + "Unable to change password" : "Nav iespÄ“jams nomainÄ«t paroli", + "Authentication error" : "AutentifikÄcijas kļūda", + "Wrong admin recovery password. Please check the password and try again." : "Nepareiza administratora atjaunoÅ¡anas parole. LÅ«dzu pÄrbaudiet paroli un mÄ“Ä£iniet vÄ“lreiz.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "programmu instalÄ“Å¡ana un atjauninÄÅ¡ana, izmantojot programmu veikalu vai FederatÄ«vajÄm Cloud koplietoÅ¡anu", + "Federated Cloud Sharing" : "FederatÄ«va mÄkoņkoplietoÅ¡ana", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL izmanto novecojuÅ¡u %s versiju (%s). LÅ«dzu, atjauniniet operÄ“tÄjsistÄ“mu vai funkcijÄm, piem., %s nedarbosies pareizi.", + "A problem occurred, please check your log files (Error: %s)" : "Radusies problÄ“ma, lÅ«dzu, pÄrbaudiet žurnÄla failus (Kļūda: %s)", + "Migration Completed" : "MigrÄcija ir pabeigta", + "Group already exists." : "Grupa jau eksistÄ“.", + "Unable to add group." : "Nevar pievienot grupu.", + "Unable to delete group." : "Nevar izdzÄ“st grupu.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "RadÄs kļūda, nosÅ«tot e-pastu. LÅ«dzu, pÄrskatiet savus iestatÄ«jumus. (Kļūda: %s)", + "You need to set your user email before being able to send test emails." : "NepiecieÅ¡ams norÄdÄ«t sava lietotÄja e-pasta adresi, lai nosÅ«tÄ«ta testa e-pastus.", + "Invalid mail address" : "Nepareiza e-pasta adrese", + "No valid group selected" : "AtlasÄ«tÄ grupa nav derÄ«ga", + "A user with that name already exists." : "Jau pastÄv lietotÄjs ar Å¡o vÄrdu.", + "To send a password link to the user an email address is required." : "Lai nosÅ«tÄ«tu paroles saites lietotÄjam, e-pasta adrese jÄnorÄda obligÄti.", + "Unable to create user." : "Nevar izveidot lietotÄju.", + "Unable to delete user." : "Nevar izdzÄ“st lietotÄju.", + "Settings saved" : "IestatÄ«jumi saglabÄti", + "Unable to change full name" : "Nav iespÄ“jams nomainÄ«t jÅ«su pilno vÄrdu", + "Unable to change email address" : "Nevar mainÄ«t e-pasta adresi", + "Your full name has been changed." : "JÅ«su pilnais vÄrds tika mainÄ«ts.", + "Forbidden" : "Pieeja liegta", + "Invalid user" : "Nepareizs lietotÄjs", + "Unable to change mail address" : "Nevar nomainÄ«t e-pasta adresi", + "Email saved" : "E-pasts tika saglabÄts", + "Your %s account was created" : "Konts %s ir izveidots", + "Password confirmation is required" : "NepiecieÅ¡ams paroles apstiprinÄjums", + "Couldn't remove app." : "Nebija iespÄ“jams atslÄ“gt programmu.", + "Couldn't update app." : "NevarÄ“ja atjauninÄt programmu.", + "Are you really sure you want add {domain} as trusted domain?" : "Tu tieÅ¡Äm esi pÄrliecinÄta, ka vÄ“lies pievienot {domain} kÄ uzticamu domÄ“nu?", + "Add trusted domain" : "Pievienot uzticamu domÄ“nu", + "Migration in progress. Please wait until the migration is finished" : "Notiek migrÄcija. LÅ«dzu, pagaidiet, lÄ«dz migrÄ“Å¡ana ir pabeigta", + "Migration started …" : "UzsÄkta migrÄcija...", + "Not saved" : "Nav saglabÄts", + "Email sent" : "VÄ“stule nosÅ«tÄ«ta", + "All" : "Visi", + "Update to %s" : "AtjauninÄts uz %s", + "No apps found for your version" : "Neatrada programmu jÅ«su versijai", + "Error while disabling app" : "Kļūda, atvienojot programmu", + "Disable" : "DeaktivÄ“t", + "Enable" : "AktivÄ“t", + "Enabling app …" : "IespÄ“jojot programmu …", + "Error while enabling app" : "Kļūda, pievienojot programmu", + "Updated" : "AtjauninÄta", + "Approved" : "ApstiprinÄts", + "Experimental" : "EksperimentÄls", + "Disconnect" : "Atvienot", + "Revoke" : "Atsaukt", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome for Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Klients", + "Android Client" : "Android Klients", + "Sync client - {os}" : "Sync klients - {os}", + "This session" : "Å ajÄ sesijÄ", + "Copy" : "KopÄ“t", + "Copied!" : "NokopÄ“ts!", + "Not supported!" : "Nav atbalstÄ«ts!", + "Press ⌘-C to copy." : "Spied ⌘-C lai kopÄ“tu.", + "Press Ctrl-C to copy." : "Spied Ctrl-C lai kopÄ“tu.", + "Valid until {date}" : "ValÄ«ds lÄ«dz {date}", + "Delete" : "DzÄ“st", + "Local" : "LokÄls", + "Private" : "PrivÄts", + "Only visible to local users" : "Redzami tikai lokÄlajiem lietotÄjiem", + "Only visible to you" : "Redzams tikai jums", + "Contacts" : "Kontakti", + "Visible to local users and to trusted servers" : "Redzama uz vietÄ“jiem lietotÄjiem un uzticamiem serveriem", + "Public" : "Publisks", + "Will be synced to a global and public address book" : "Tiks sinhronizÄ“ts ar globÄlu un publisku adreÅ¡u grÄmatu", + "Select a profile picture" : "IzvÄ“lieties profila attÄ“lu", + "Very weak password" : "Ä»oti vÄja parole", + "Weak password" : "VÄja parole", + "So-so password" : "NormÄla parole", + "Good password" : "Laba parole", + "Strong password" : "Lieliska parole", + "Groups" : "Grupas", + "Unable to delete {objName}" : "Nevar izdzÄ“st {objName}", + "Error creating group: {message}" : "Kļūda, veidojot grupu: {message}", + "A valid group name must be provided" : "JÄnorÄda derÄ«gs grupas nosaukums", + "deleted {groupName}" : "grupa {groupName} dzÄ“sta", + "undo" : "atsaukt", + "never" : "nekad", + "deleted {userName}" : "lietotÄjs {userName} dzÄ“sts", + "Unable to add user to group {group}" : "Nevar pievienot lietotÄju grupai {group}", + "Unable to remove user from group {group}" : "Nevar noņemt lietotÄju no grupas {group}", + "Add group" : "Pievienot grupu", + "Invalid quota value \"{val}\"" : "NederÄ«ga kvotas vÄ“rtÄ«ba \"{val}\"", + "no group" : "neviena grupa", + "Password successfully changed" : "Parole veiksmÄ«gi nomainÄ«ta", + "Could not change the users email" : "NevarÄ“ja mainÄ«t lietotÄja e-pasta adrese", + "A valid username must be provided" : "JÄnorÄda derÄ«gs lietotÄjvÄrds", + "Error creating user: {message}" : "Kļūda, veidojot lietotÄju: {message}", + "A valid password must be provided" : "JÄnorÄda derÄ«ga parole", + "A valid email must be provided" : "JÄnorÄda derÄ«ga e-pasta adrese", + "Developer documentation" : "IzstrÄdÄtÄja dokumentÄcija", + "%s-licensed" : "%s-licencÄ“ts", + "Documentation:" : "DokumentÄcija:", + "User documentation" : "LietotÄja dokumentÄcija", + "Admin documentation" : "Administratora dokumentÄcija", + "Visit website" : "ApmeklÄ“jiet vietni", + "Report a bug" : "Ziņot par kļūdu", + "Show description …" : "RÄdÄ«t aprakstu …", + "Hide description …" : "SlÄ“pt aprakstu …", + "This app has an update available." : "Å ai programmai ir pieejams jauninÄjums", + "Enable only for specific groups" : "IespÄ“jot tikai konkrÄ“tÄm grupÄm", + "SSL Root Certificates" : "SSL Root SertifikÄti", + "Common Name" : "KopÄ«gais nosaukums", + "Valid until" : "DerÄ«gs lÄ«dz", + "Issued By" : "Izsniedza", + "Valid until %s" : "DerÄ«gs lÄ«dz %s", + "Import root certificate" : "ImportÄ“t root sertifikÄtu", + "Administrator documentation" : "Administratora dokumentÄcija", + "Online documentation" : "TieÅ¡saistes dokumentÄcija", + "Forum" : "Forums", + "Getting help" : "Saņemt palÄ«dzÄ«bu", + "None" : "Nav", + "Login" : "AutorizÄ“ties", + "Plain" : "vienkÄrÅ¡s teksts", + "NT LAN Manager" : "NT LAN PÄrvaldnieks", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "E-pasta serveris", + "Open documentation" : "AtvÄ“rt dokumentÄciju", + "Send mode" : "SÅ«tÄ«Å¡anas metode", + "Encryption" : "Å ifrÄ“Å¡ana", + "From address" : "No adreses", + "mail" : "e-pasts", + "Authentication method" : "AutentifikÄcijas metode", + "Authentication required" : "NepiecieÅ¡ama autentifikÄcija", + "Server address" : "Servera adrese", + "Port" : "Ports", + "Credentials" : "AkreditÄcijas dati", + "SMTP Username" : "SMTP lietotÄjvÄrds", + "SMTP Password" : "SMTP parole", + "Store credentials" : "SaglabÄt akreditÄcijas datus", + "Test email settings" : "IzmÄ“Ä£inÄt e-pasta iestatÄ«jumus", + "Send email" : "SÅ«tÄ«t e-pastu", + "Server-side encryption" : "Servera Å¡ifrÄ“Å¡ana", + "Enable server-side encryption" : "IeslÄ“gt servera Å¡ifrÄ“Å¡anu", + "Please read carefully before activating server-side encryption: " : "LÅ«dzu, izlasiet uzmanÄ«gi pirms aktivÄ“jiet servera Å¡ifrÄ“Å¡anu:", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Å ifrÄ“Å¡ana vien negarantÄ“ sistÄ“mas droÅ¡Ä«bu. Skatiet dokumentÄciju, lai iegÅ«tu papildinformÄciju par Å¡ifrÄ“Å¡anas programmu izmantoÅ¡ana, kÄ arÄ« citu darbÄ«bu gadÄ«jumos.", + "Be aware that encryption always increases the file size." : "JÄapzinÄs, ka Å¡ifrÄ“Å¡anas vienmÄ“r palielina faila lielumu.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "VienmÄ“r ir ieteicams regulÄri veidot dublÄ“jumkopijas datu Å¡ifrÄ“Å¡anas gadÄ«jumam, pÄrliecinieties, lai dublÄ“tu, Å¡ifrÄ“Å¡anas atslÄ“gas ir kopÄ ar jÅ«su datiem.", + "This is the final warning: Do you really want to enable encryption?" : "Å is ir pÄ“dÄ“jais brÄ«dinÄjums: vai tieÅ¡Äm vÄ“laties iespÄ“jot Å¡ifrÄ“Å¡anu?", + "Enable encryption" : "IeslÄ“gt Å¡ifrÄ“Å¡anu", + "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielÄdÄ“ts Å¡ifrÄ“Å¡anas moduļis, lÅ«dzu, aktivizÄ“jiet Å¡ifrÄ“Å¡anas moduli programmu izvÄ“lnÄ“.", + "Select default encryption module:" : "Atlasiet noklusÄ“to Å¡ifrÄ“Å¡anas moduli:", + "Start migration" : "SÄkt migrÄciju", + "Security & setup warnings" : "DroÅ¡Ä«bas un iestatÄ«jumu brÄ«dinÄjumi", + "All checks passed." : "Visas pÄrbaudes veiksmÄ«gas.", + "Execute one task with each page loaded" : "IzpildÄ«t vienu uzdevumu ar katru ielÄdÄ“to lapu", + "Version" : "Versija", + "Sharing" : "KoplietoÅ¡ana", + "Allow apps to use the Share API" : "Ä»aut programmÄm izmantot koplietoÅ¡anas API", + "Allow users to share via link" : "Ä»aut lietotÄjiem koplietot caur saitÄ“m", + "Allow public uploads" : "Atļaut publisko augÅ¡upielÄdi", + "Enforce password protection" : "Ieviest paroles aizsardzÄ«bu", + "Set default expiration date" : "IestatÄ«t noklusÄ“juma beigu datumu", + "Expire after " : "NederÄ«ga pÄ“c", + "days" : "dienas", + "Enforce expiration date" : "Uzspiest beigu termiņu", + "Allow resharing" : "Atļaut atkÄrtotu koplietoÅ¡anu", + "Allow sharing with groups" : "Atļaut koplietoÅ¡anu ar grupu", + "Restrict users to only share with users in their groups" : "Ierobežot lietotÄjiem koplietot tikai ar lietotÄjiem savÄs grupÄs", + "Exclude groups from sharing" : "IzslÄ“gt grupu no koplietoÅ¡anas", + "Tips & tricks" : "Padomi un ieteikumi", + "This is particularly recommended when using the desktop client for file synchronisation." : "Tas ir Ä«paÅ¡i ieteicams, ja, izmantojot darbvirsmas klientu, lai veiktu failu sinhronizÄciju.", + "How to do backups" : "KÄ veikt dublÄ“Å¡anu", + "Performance tuning" : "VeiktspÄ“jas uzstÄdÄ«Å¡ana", + "Improving the config.php" : "Uzlabot config.php", + "Theming" : "Dizains", + "Hardening and security guidance" : "AizsardzÄ«bas un droÅ¡Ä«bas norÄdÄ«jumi", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "JÅ«s izmantojiet <strong>%s</strong> no <strong>%s</strong>", + "Profile picture" : "Profila attÄ“ls", + "Upload new" : "IelÄdÄ“t jaunu", + "Select from Files" : "IzvÄ“lÄ“ties no faila", + "Remove image" : "NovÄkt attÄ“lu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", + "Cancel" : "Atcelt", + "Choose as profile picture" : "IzvÄ“lÄ“ties kÄ profila attÄ“lu", + "Full name" : "Pilns vÄrds", + "No display name set" : "Nav norÄdÄ«ts ekrÄna vÄrds", + "Email" : "E-pasts", + "Your email address" : "JÅ«su e-pasta adrese", + "No email address set" : "Nav norÄdÄ«ts e-pasts", + "Phone number" : "TÄlruņa numurs", + "Your phone number" : "JÅ«su tÄlruņa numurs", + "Address" : "Adrese", + "Your postal address" : "JÅ«su pasta adrese", + "Website" : "MÄjaslapa", + "Twitter" : "Twitter", + "You are member of the following groups:" : "JÅ«s esat Å¡Ädu grupu biedrs:", + "Language" : "Valoda", + "Help translate" : "PalÄ«dzi tulkot", + "Password" : "Parole", + "Current password" : "PaÅ¡reizÄ“jÄ parole", + "New password" : "Jauna parole", + "Change password" : "MainÄ«t paroli", + "Device" : "IerÄ«ce", + "Last activity" : "PÄ“dÄ“jÄ aktivitÄte", + "App name" : "Programmas nosaukums", + "Create new app password" : "Izveidot jaunu programmas paroli", + "Use the credentials below to configure your app or device." : "Izmantot akreditÄcijas datus, lai konfigurÄ“tu savu programmu vai ierÄ«ci.", + "For security reasons this password will only be shown once." : "DroÅ¡Ä«bas apsvÄ“rumu dēļ Å¡Ä« parole, tiks parÄdÄ«ta tikai vienreiz.", + "Username" : "LietotÄjvÄrds", + "Done" : "Pabeigts", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "IzstrÄdÄtÄs {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencÄ“ts saskaÅ†Ä ar {licenseopen}AGPL{linkclose}.", + "Show storage location" : "RÄdÄ«t krÄtuves atraÅ¡anÄs vietu", + "Show email address" : "RÄdÄ«t e-pasta adreses", + "Send email to new user" : "SÅ«tÄ«t e-pastu jaunajam lietotÄjam", + "E-Mail" : "E-pasts", + "Create" : "Izveidot", + "Admin Recovery Password" : "Administratora atgÅ«Å¡anas parole", + "Enter the recovery password in order to recover the users files during password change" : "Ievadiet atgÅ«Å¡anas paroli, lai varÄ“tu atgÅ«t lietotÄja failus paroles maiņas laikÄ.", + "Everyone" : "Visi", + "Admins" : "Admins", + "Default quota" : "Apjoms pÄ“c noklusÄ“juma", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "LÅ«dzu, ievadiet krÄtuves kvotu (piem: \"512 MB\" vai \"12 GB\")", + "Unlimited" : "Neierobežota", + "Other" : "Cits", + "Group admin for" : "Admin grupa", + "Quota" : "Apjoms", + "Storage location" : "KrÄtuves atraÅ¡anÄs vieta", + "Last login" : "PÄ“dÄ“jÄ pieteikÅ¡anÄs", + "change full name" : "mainÄ«t vÄrdu", + "set new password" : "iestatÄ«t jaunu paroli", + "change email address" : "mainÄ«t e-pasta adresi", + "Default" : "NoklusÄ“juma" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js new file mode 100644 index 0000000000000000000000000000000000000000..db4ee5b704c763c385d480bfdaad9a099d08f1af --- /dev/null +++ b/settings/l10n/mk.js @@ -0,0 +1,139 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Погрешна лозинка", + "Saved" : "Снимено", + "No user supplied" : "Ðема кориÑничко име", + "Unable to change password" : "Вашата лозинка неможе да Ñе Ñмени", + "Authentication error" : "Грешка во автентикација", + "Wrong admin recovery password. Please check the password and try again." : "Погрешна лозинка за поврат на админиÑтраторот. Ве молам проверете ја лозинката и пробајте повторно.", + "Federated Cloud Sharing" : "Федерирано клауд Ñподелување", + "A problem occurred, please check your log files (Error: %s)" : "Се Ñлучи грешка, ве молам проверете ги вашите датотеки за логови (Грешка: %s)", + "Migration Completed" : "Миграцијата заврши", + "Group already exists." : "Групата веќе поÑтои.", + "Unable to add group." : "Ðе можам да додадам група.", + "Unable to delete group." : "Ðе можам да избришам група.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Се Ñлучи грешка при праќање на порака. Ве молам проверете ги вашите подеÑувања. (Error: %s)", + "Invalid mail address" : "Ðеправилна електронÑка адреÑа/пошта", + "A user with that name already exists." : "КориÑник Ñо ова име веќе поÑтои.", + "Unable to create user." : "Ðеможе да додадам кориÑник.", + "Unable to delete user." : "Ðеможам да избришам кориÑник", + "Unable to change full name" : "Ðе можам да го променам целото име", + "Your full name has been changed." : "Вашето целоÑно име е променето.", + "Forbidden" : "Забрането", + "Invalid user" : "Ðеправилен кориÑник", + "Unable to change mail address" : "Ðе можам да ја променам електронÑката адреÑа/пошта", + "Email saved" : "ЕлектронÑката пошта е Ñнимена", + "Your %s account was created" : "Вашата %s Ñметка е креирана", + "Couldn't remove app." : "Ðе можам да ја отÑтранам апликацијата.", + "Couldn't update app." : "Ðе можам да ја надградам апликацијата.", + "Add trusted domain" : "Додади доверлив домејн", + "Migration started …" : "Миграцијата е започнаа ...", + "Email sent" : "Е-порака пратена", + "Official" : "Официјален", + "All" : "Сите", + "Update to %s" : "Ðадгради на %s", + "No apps found for your version" : "За вашата верзија не Ñе пронајдени апликации", + "Error while disabling app" : "Грешка при иÑклучувањето на апликацијата", + "Disable" : "Оневозможи", + "Enable" : "Овозможи", + "Error while enabling app" : "Грешка при вклучувањето на апликацијата", + "Updated" : "Ðадграден", + "Approved" : "Одобрен", + "Experimental" : "ЕкÑпериментален", + "Valid until {date}" : "Валидно до {date}", + "Delete" : "Избриши", + "Select a profile picture" : "Одбери фотографија за профилот", + "Very weak password" : "Многу Ñлаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Groups" : "Групи", + "Unable to delete {objName}" : "Ðе можам да избришам {objName}", + "Error creating group: {message}" : "Грешка при креирање на група: {message}", + "A valid group name must be provided" : "Мора да Ñе обезбеди валидно име на група", + "deleted {groupName}" : "избришано {groupName}", + "undo" : "врати", + "never" : "никогаш", + "deleted {userName}" : "избришан {userName}", + "A valid username must be provided" : "Мора да Ñе обезбеди валидно кориÑничко име ", + "Error creating user: {message}" : "Грешка при креирање на кориÑник: {message}", + "A valid password must be provided" : "Мора да Ñе обезбеди валидна лозинка", + "A valid email must be provided" : "Мора да Ñе обезбеди валидна електронÑка пошта", + "Developer documentation" : "Документација за програмери", + "Documentation:" : "Документација:", + "Enable only for specific groups" : "Овозможи Ñамо на Ñпецифицирани групи", + "Forum" : "Форум", + "None" : "Ðишто", + "Login" : "Ðајава", + "Plain" : "ЧиÑта", + "NT LAN Manager" : "NT LAN Менаџер", + "Email server" : "Сервер за е-пошта", + "Open documentation" : "Отвори ја документацијата", + "Send mode" : "Мод на иÑпраќање", + "Encryption" : "Енкрипција", + "From address" : "Од адреÑа", + "mail" : "ЕлектронÑка пошта", + "Authentication method" : "Метод на автентификација", + "Authentication required" : "Потребна е автентификација", + "Server address" : "ÐдреÑа на Ñервер", + "Port" : "Порта", + "Credentials" : "Ðкредитиви", + "SMTP Username" : "SMTP кориÑничко име", + "SMTP Password" : "SMTP лозинка", + "Test email settings" : "Провери ги нагодувањаа за електронÑка пошта", + "Send email" : "ИÑпрати пошта", + "Server-side encryption" : "Енкрипција на Ñтрана на Ñерверот", + "Enable server-side encryption" : "Овозможи енкрипција на Ñтрана на Ñерверот", + "Enable encryption" : "Овозможи енкрипција", + "Start migration" : "Започни ја миграцијата", + "Security & setup warnings" : "Предупредувања за ÑигурноÑÑ‚ и подеÑувања", + "All checks passed." : "Сите проверки Ñе поминати.", + "Execute one task with each page loaded" : "Изврши по една задача Ñо Ñекоја вчитана Ñтраница", + "Version" : "Верзија", + "Sharing" : "Споделување", + "Allow apps to use the Share API" : "Дозволете апликациите да го кориÑтат API-то за Ñподелување", + "Allow users to share via link" : "Допушти кориÑниците да Ñподелуваат Ñо линкови", + "Allow public uploads" : "Дозволи јавен аплоуд", + "Enforce password protection" : "Ðаметни заштита на лозинка", + "Set default expiration date" : "ПоÑтави оÑновен датум на иÑтекување", + "Expire after " : "ИÑтекува по", + "days" : "денови", + "Enforce expiration date" : "Ðаметни датум на траење", + "Allow resharing" : "Овозможи повторно Ñподелување", + "Allow sharing with groups" : "Овозможи Ñподелување Ñо групи", + "Restrict users to only share with users in their groups" : "Ограничи кориÑниците да Ñподелуваат Ñо кориÑници во Ñвоите групи", + "Exclude groups from sharing" : "ИÑклучи групи од Ñподелување", + "Tips & tricks" : "Совети и трикови", + "How to do backups" : "Како да правам резервни копии", + "Performance tuning" : "Ðагодување на перформанÑите", + "Improving the config.php" : "Подобруваер на config.php", + "Theming" : "ПоÑтавување на тема", + "Hardening and security guidance" : "Заштита и наÑоки за безбедноÑÑ‚", + "Profile picture" : "Фотографија за профил", + "Upload new" : "Префрли нова", + "Remove image" : "ОтÑтрани ја фотографијата", + "Cancel" : "Откажи", + "Email" : "Е-пошта", + "Your email address" : "Вашата адреÑа за е-пошта", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", + "Password" : "Лозинка", + "Current password" : "Моментална лозинка", + "New password" : "Ðова лозинка", + "Change password" : "Смени лозинка", + "Username" : "КориÑничко име", + "Create" : "Создај", + "Admin Recovery Password" : "Обновување на Admin лозинката", + "Everyone" : "Секој", + "Admins" : "ÐдминиÑтратори", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внеÑете квота за проÑторот (нпр: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Ðеограничено", + "Other" : "ОÑтанато", + "Quota" : "Квота", + "change full name" : "промена на целото име", + "set new password" : "поÑтави нова лозинка", + "Default" : "Предефиниран" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json new file mode 100644 index 0000000000000000000000000000000000000000..24f50593a39d30a9827426613fb03837e678d591 --- /dev/null +++ b/settings/l10n/mk.json @@ -0,0 +1,137 @@ +{ "translations": { + "Wrong password" : "Погрешна лозинка", + "Saved" : "Снимено", + "No user supplied" : "Ðема кориÑничко име", + "Unable to change password" : "Вашата лозинка неможе да Ñе Ñмени", + "Authentication error" : "Грешка во автентикација", + "Wrong admin recovery password. Please check the password and try again." : "Погрешна лозинка за поврат на админиÑтраторот. Ве молам проверете ја лозинката и пробајте повторно.", + "Federated Cloud Sharing" : "Федерирано клауд Ñподелување", + "A problem occurred, please check your log files (Error: %s)" : "Се Ñлучи грешка, ве молам проверете ги вашите датотеки за логови (Грешка: %s)", + "Migration Completed" : "Миграцијата заврши", + "Group already exists." : "Групата веќе поÑтои.", + "Unable to add group." : "Ðе можам да додадам група.", + "Unable to delete group." : "Ðе можам да избришам група.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Се Ñлучи грешка при праќање на порака. Ве молам проверете ги вашите подеÑувања. (Error: %s)", + "Invalid mail address" : "Ðеправилна електронÑка адреÑа/пошта", + "A user with that name already exists." : "КориÑник Ñо ова име веќе поÑтои.", + "Unable to create user." : "Ðеможе да додадам кориÑник.", + "Unable to delete user." : "Ðеможам да избришам кориÑник", + "Unable to change full name" : "Ðе можам да го променам целото име", + "Your full name has been changed." : "Вашето целоÑно име е променето.", + "Forbidden" : "Забрането", + "Invalid user" : "Ðеправилен кориÑник", + "Unable to change mail address" : "Ðе можам да ја променам електронÑката адреÑа/пошта", + "Email saved" : "ЕлектронÑката пошта е Ñнимена", + "Your %s account was created" : "Вашата %s Ñметка е креирана", + "Couldn't remove app." : "Ðе можам да ја отÑтранам апликацијата.", + "Couldn't update app." : "Ðе можам да ја надградам апликацијата.", + "Add trusted domain" : "Додади доверлив домејн", + "Migration started …" : "Миграцијата е започнаа ...", + "Email sent" : "Е-порака пратена", + "Official" : "Официјален", + "All" : "Сите", + "Update to %s" : "Ðадгради на %s", + "No apps found for your version" : "За вашата верзија не Ñе пронајдени апликации", + "Error while disabling app" : "Грешка при иÑклучувањето на апликацијата", + "Disable" : "Оневозможи", + "Enable" : "Овозможи", + "Error while enabling app" : "Грешка при вклучувањето на апликацијата", + "Updated" : "Ðадграден", + "Approved" : "Одобрен", + "Experimental" : "ЕкÑпериментален", + "Valid until {date}" : "Валидно до {date}", + "Delete" : "Избриши", + "Select a profile picture" : "Одбери фотографија за профилот", + "Very weak password" : "Многу Ñлаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Groups" : "Групи", + "Unable to delete {objName}" : "Ðе можам да избришам {objName}", + "Error creating group: {message}" : "Грешка при креирање на група: {message}", + "A valid group name must be provided" : "Мора да Ñе обезбеди валидно име на група", + "deleted {groupName}" : "избришано {groupName}", + "undo" : "врати", + "never" : "никогаш", + "deleted {userName}" : "избришан {userName}", + "A valid username must be provided" : "Мора да Ñе обезбеди валидно кориÑничко име ", + "Error creating user: {message}" : "Грешка при креирање на кориÑник: {message}", + "A valid password must be provided" : "Мора да Ñе обезбеди валидна лозинка", + "A valid email must be provided" : "Мора да Ñе обезбеди валидна електронÑка пошта", + "Developer documentation" : "Документација за програмери", + "Documentation:" : "Документација:", + "Enable only for specific groups" : "Овозможи Ñамо на Ñпецифицирани групи", + "Forum" : "Форум", + "None" : "Ðишто", + "Login" : "Ðајава", + "Plain" : "ЧиÑта", + "NT LAN Manager" : "NT LAN Менаџер", + "Email server" : "Сервер за е-пошта", + "Open documentation" : "Отвори ја документацијата", + "Send mode" : "Мод на иÑпраќање", + "Encryption" : "Енкрипција", + "From address" : "Од адреÑа", + "mail" : "ЕлектронÑка пошта", + "Authentication method" : "Метод на автентификација", + "Authentication required" : "Потребна е автентификација", + "Server address" : "ÐдреÑа на Ñервер", + "Port" : "Порта", + "Credentials" : "Ðкредитиви", + "SMTP Username" : "SMTP кориÑничко име", + "SMTP Password" : "SMTP лозинка", + "Test email settings" : "Провери ги нагодувањаа за електронÑка пошта", + "Send email" : "ИÑпрати пошта", + "Server-side encryption" : "Енкрипција на Ñтрана на Ñерверот", + "Enable server-side encryption" : "Овозможи енкрипција на Ñтрана на Ñерверот", + "Enable encryption" : "Овозможи енкрипција", + "Start migration" : "Започни ја миграцијата", + "Security & setup warnings" : "Предупредувања за ÑигурноÑÑ‚ и подеÑувања", + "All checks passed." : "Сите проверки Ñе поминати.", + "Execute one task with each page loaded" : "Изврши по една задача Ñо Ñекоја вчитана Ñтраница", + "Version" : "Верзија", + "Sharing" : "Споделување", + "Allow apps to use the Share API" : "Дозволете апликациите да го кориÑтат API-то за Ñподелување", + "Allow users to share via link" : "Допушти кориÑниците да Ñподелуваат Ñо линкови", + "Allow public uploads" : "Дозволи јавен аплоуд", + "Enforce password protection" : "Ðаметни заштита на лозинка", + "Set default expiration date" : "ПоÑтави оÑновен датум на иÑтекување", + "Expire after " : "ИÑтекува по", + "days" : "денови", + "Enforce expiration date" : "Ðаметни датум на траење", + "Allow resharing" : "Овозможи повторно Ñподелување", + "Allow sharing with groups" : "Овозможи Ñподелување Ñо групи", + "Restrict users to only share with users in their groups" : "Ограничи кориÑниците да Ñподелуваат Ñо кориÑници во Ñвоите групи", + "Exclude groups from sharing" : "ИÑклучи групи од Ñподелување", + "Tips & tricks" : "Совети и трикови", + "How to do backups" : "Како да правам резервни копии", + "Performance tuning" : "Ðагодување на перформанÑите", + "Improving the config.php" : "Подобруваер на config.php", + "Theming" : "ПоÑтавување на тема", + "Hardening and security guidance" : "Заштита и наÑоки за безбедноÑÑ‚", + "Profile picture" : "Фотографија за профил", + "Upload new" : "Префрли нова", + "Remove image" : "ОтÑтрани ја фотографијата", + "Cancel" : "Откажи", + "Email" : "Е-пошта", + "Your email address" : "Вашата адреÑа за е-пошта", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", + "Password" : "Лозинка", + "Current password" : "Моментална лозинка", + "New password" : "Ðова лозинка", + "Change password" : "Смени лозинка", + "Username" : "КориÑничко име", + "Create" : "Создај", + "Admin Recovery Password" : "Обновување на Admin лозинката", + "Everyone" : "Секој", + "Admins" : "ÐдминиÑтратори", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внеÑете квота за проÑторот (нпр: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Ðеограничено", + "Other" : "ОÑтанато", + "Quota" : "Квота", + "change full name" : "промена на целото име", + "set new password" : "поÑтави нова лозинка", + "Default" : "Предефиниран" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/settings/l10n/mn.js b/settings/l10n/mn.js new file mode 100644 index 0000000000000000000000000000000000000000..efdef8b282feb9ce1cc9fab189558fa3e6beaa62 --- /dev/null +++ b/settings/l10n/mn.js @@ -0,0 +1,99 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} таны нууц үгийг Ñолив", + "You changed your password" : "Та өөрийн нууц үг Ñолив", + "Your password was reset by an administrator" : "Зохицуулагч таны нууц үгийг Ñолив", + "{actor} changed your email address" : "{actor} таны цахим шуудангийн хаÑгийг Ñолив", + "You changed your email address" : "Та өөрийн цахим шуудангийн хаÑгийг Ñолив", + "Your email address was changed by an administrator" : "Зохицуулагч таны цахим шуудангийн хаÑгийг Ñолив", + "Security" : "Хамгаалалт", + "Your apps" : "Таны аппликÑйшнүүд", + "Enabled apps" : "ИдÑвхижүүлÑÑн аппликÑйшнүүд", + "Disabled apps" : "ИдÑвхижÑÑгүй аппликÑйшнүүд", + "App bundles" : "ÐппликÑйшны багц", + "Wrong password" : "Ðууц үг буруу байна", + "Saved" : "ХадгалагдÑан", + "Unable to change password" : "Ðууц үг Ñолих боломжгүй", + "Authentication error" : "Ðотолгооны алдаа", + "Group already exists." : "БүлÑг аль Ñ…Ñдийн Ò¯Ò¯ÑÑÑн байна", + "Unable to add group." : "БүлÑг нÑмÑÑ… боломжгүй", + "Unable to delete group." : "БүлÑг уÑтгах боломжгүй", + "Invalid SMTP password." : "SMTP -н нууц үг буруу байна ", + "Email setting test" : "Цахим шуудангийн тохиргоог шалгах", + "If you received this email, the email configuration seems to be correct." : "Ð¥ÑÑ€Ñв та ÑÐ½Ñ Ñ†Ð°Ñ…Ð¸Ð¼ захидалыг хүлÑÑн авÑан бол цахим шуудангийн тохиргоо нь зөв байна.", + "Email could not be sent. Check your mail server log" : "Цахим захидлыг илгÑÑж чадÑангүй. Цахим шуудангийн Ñерверийн лог шалгана уу.", + "Unable to create user." : "Ð¥ÑÑ€ÑглÑгч Ò¯Ò¯ÑгÑÑ… боломжгүй", + "Unable to delete user." : "Ð¥ÑÑ€ÑглÑгч уÑтгах боломжгүй", + "Error while enabling user." : "Ð¥ÑÑ€ÑглÑгчийг идÑвхижүүлÑÑ…Ñд алдаа гарлаа.", + "Error while disabling user." : "Ð¥ÑÑ€ÑглÑгчийг идÑвхигүй болгоход алдаа гарлаа.", + "Settings saved" : "Тохиргоо хадгалагдлаа", + "Unable to change full name" : "БүтÑн нÑрийг Ñолих боломжгүй", + "Unable to change email address" : "Цахим шуудангийн хаÑгийг Ñолих боломжгүй", + "Your full name has been changed." : "Таны бүтÑн нÑÑ€ Ñолигдов.", + "Forbidden" : "Хориотой", + "Invalid user" : "Буруу Ñ…ÑÑ€ÑглÑгч", + "Unable to change mail address" : "Цахим шуудангийн хаÑгийг Ñолих боломжгүй", + "Email saved" : "Цахим шуудангийн хаÑг хадгалагдлаа", + "If you did not request this, please contact an administrator." : "Ð¥ÑÑ€Ñв та ÑÐ½Ñ Ñ…Ò¯ÑÑлтийг илгÑÑгÑÑгүй бол зохицуулагч руу хандана уу.", + "Set your password" : "Ðууц үгÑÑ Ñ‚Ð¾Ñ…Ð¸Ñ€ÑƒÑƒÐ»Ð½Ð° уу", + "Sending…" : "ИлгÑÑÑ…...", + "Updated" : "ШинÑчлÑгдÑÑн", + "Groups" : "Бүлгүүд", + "never" : "Ñ…ÑзÑÑ Ñ‡ үгүй", + "Add group" : "БүлÑг нÑмÑÑ…", + "Documentation:" : "Баримт бичиг:", + "User documentation" : "Ð¥ÑÑ€ÑглÑгчийн баримт бичиг", + "Admin documentation" : "Ðдмины баримт бичиг", + "Visit website" : "Цахим хуудÑаар зочлох", + "Show description …" : "Тайлбарыг харуулах", + "Hide description …" : "Тайлбарыг нуух", + "Administrator documentation" : "Ðдмины баримт бичиг", + "Online documentation" : "Онлайн баримт бичиг", + "Forum" : "Ð¥ÑлÑлцүүлÑг", + "Getting help" : "ТуÑламж авах", + "mail" : "и-мÑйл", + "Version" : "Хувилбар", + "Always ask for a password" : "ҮргÑлж нууц үг аÑуух", + "Enforce password protection" : "Ðууц үгийн хамгаалалтыг Ñ…ÑÑ€ÑгжүүлÑÑ…", + "Expire after " : " ДууÑах хугацаа", + "days" : "өдрийн дараа", + "Tips & tricks" : "Заавар зөвөлгөө", + "Profile picture" : "Профайл зураг", + "Upload new" : "Шинийг байршуулах", + "Select from Files" : "Ð¤Ð°Ð¹Ð»ÑƒÑƒÐ´Ð°Ð°Ñ Ñонгох", + "Remove image" : "Зургийг хаÑах", + "Cancel" : "Цуцлах", + "Choose as profile picture" : "Профайл зургаа Ñонгоно уу", + "Full name" : "БүтÑн нÑÑ€", + "Email" : "Цахим шуудан", + "Phone number" : "УтаÑны дугаар", + "Your phone number" : "Таны утаÑны дугаар", + "Address" : "ХаÑг", + "Your postal address" : "Таны шуудангийн хаÑг", + "Website" : "Цахим хуудаÑ", + "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", + "Language" : "Ð¥Ñл", + "Password" : "Ðууц үг", + "Current password" : "Одоогийн нууц үг", + "New password" : "Ð¨Ð¸Ð½Ñ Ð½ÑƒÑƒÑ† үг", + "Change password" : "Ðууц үг Ñолих", + "Device" : "Төхөөрөмж", + "Last activity" : "Хамгийн Ñүүлийн үйлдÑл", + "App name" : "ÐппликÑйшны нÑÑ€", + "Username" : "Ð¥ÑÑ€ÑглÑгчийн нÑÑ€", + "Done" : "ДууÑÑан", + "Settings" : "Тохиргоо", + "Show email address" : "Цахим шуудангийн хаÑгийг харуулах", + "Send email to new user" : "Ð¨Ð¸Ð½Ñ Ñ…ÑÑ€ÑглÑгч Ñ€Ò¯Ò¯ цахим шуудан илгÑÑÑ…", + "E-Mail" : "Цахим шуудангийн хаÑг", + "Create" : "ШинÑÑÑ€ Ò¯Ò¯ÑгÑÑ…", + "Everyone" : "Бүх Ñ…ÑÑ€ÑглÑгчид", + "Admins" : "Ðдминууд", + "Disabled" : "ИдÑвхигүй", + "Other" : "БуÑад", + "Last login" : "Сүүлд нÑвтÑÑ€ÑÑн огноо", + "set new password" : "ÑˆÐ¸Ð½Ñ Ð½ÑƒÑƒÑ† үг тохируулах", + "change email address" : "цахим шуудангийн хаÑгийг өөрчлөх" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/mn.json b/settings/l10n/mn.json new file mode 100644 index 0000000000000000000000000000000000000000..88ffb64cd7a34b225ace8ec6704846f6336b3164 --- /dev/null +++ b/settings/l10n/mn.json @@ -0,0 +1,97 @@ +{ "translations": { + "{actor} changed your password" : "{actor} таны нууц үгийг Ñолив", + "You changed your password" : "Та өөрийн нууц үг Ñолив", + "Your password was reset by an administrator" : "Зохицуулагч таны нууц үгийг Ñолив", + "{actor} changed your email address" : "{actor} таны цахим шуудангийн хаÑгийг Ñолив", + "You changed your email address" : "Та өөрийн цахим шуудангийн хаÑгийг Ñолив", + "Your email address was changed by an administrator" : "Зохицуулагч таны цахим шуудангийн хаÑгийг Ñолив", + "Security" : "Хамгаалалт", + "Your apps" : "Таны аппликÑйшнүүд", + "Enabled apps" : "ИдÑвхижүүлÑÑн аппликÑйшнүүд", + "Disabled apps" : "ИдÑвхижÑÑгүй аппликÑйшнүүд", + "App bundles" : "ÐппликÑйшны багц", + "Wrong password" : "Ðууц үг буруу байна", + "Saved" : "ХадгалагдÑан", + "Unable to change password" : "Ðууц үг Ñолих боломжгүй", + "Authentication error" : "Ðотолгооны алдаа", + "Group already exists." : "БүлÑг аль Ñ…Ñдийн Ò¯Ò¯ÑÑÑн байна", + "Unable to add group." : "БүлÑг нÑмÑÑ… боломжгүй", + "Unable to delete group." : "БүлÑг уÑтгах боломжгүй", + "Invalid SMTP password." : "SMTP -н нууц үг буруу байна ", + "Email setting test" : "Цахим шуудангийн тохиргоог шалгах", + "If you received this email, the email configuration seems to be correct." : "Ð¥ÑÑ€Ñв та ÑÐ½Ñ Ñ†Ð°Ñ…Ð¸Ð¼ захидалыг хүлÑÑн авÑан бол цахим шуудангийн тохиргоо нь зөв байна.", + "Email could not be sent. Check your mail server log" : "Цахим захидлыг илгÑÑж чадÑангүй. Цахим шуудангийн Ñерверийн лог шалгана уу.", + "Unable to create user." : "Ð¥ÑÑ€ÑглÑгч Ò¯Ò¯ÑгÑÑ… боломжгүй", + "Unable to delete user." : "Ð¥ÑÑ€ÑглÑгч уÑтгах боломжгүй", + "Error while enabling user." : "Ð¥ÑÑ€ÑглÑгчийг идÑвхижүүлÑÑ…Ñд алдаа гарлаа.", + "Error while disabling user." : "Ð¥ÑÑ€ÑглÑгчийг идÑвхигүй болгоход алдаа гарлаа.", + "Settings saved" : "Тохиргоо хадгалагдлаа", + "Unable to change full name" : "БүтÑн нÑрийг Ñолих боломжгүй", + "Unable to change email address" : "Цахим шуудангийн хаÑгийг Ñолих боломжгүй", + "Your full name has been changed." : "Таны бүтÑн нÑÑ€ Ñолигдов.", + "Forbidden" : "Хориотой", + "Invalid user" : "Буруу Ñ…ÑÑ€ÑглÑгч", + "Unable to change mail address" : "Цахим шуудангийн хаÑгийг Ñолих боломжгүй", + "Email saved" : "Цахим шуудангийн хаÑг хадгалагдлаа", + "If you did not request this, please contact an administrator." : "Ð¥ÑÑ€Ñв та ÑÐ½Ñ Ñ…Ò¯ÑÑлтийг илгÑÑгÑÑгүй бол зохицуулагч руу хандана уу.", + "Set your password" : "Ðууц үгÑÑ Ñ‚Ð¾Ñ…Ð¸Ñ€ÑƒÑƒÐ»Ð½Ð° уу", + "Sending…" : "ИлгÑÑÑ…...", + "Updated" : "ШинÑчлÑгдÑÑн", + "Groups" : "Бүлгүүд", + "never" : "Ñ…ÑзÑÑ Ñ‡ үгүй", + "Add group" : "БүлÑг нÑмÑÑ…", + "Documentation:" : "Баримт бичиг:", + "User documentation" : "Ð¥ÑÑ€ÑглÑгчийн баримт бичиг", + "Admin documentation" : "Ðдмины баримт бичиг", + "Visit website" : "Цахим хуудÑаар зочлох", + "Show description …" : "Тайлбарыг харуулах", + "Hide description …" : "Тайлбарыг нуух", + "Administrator documentation" : "Ðдмины баримт бичиг", + "Online documentation" : "Онлайн баримт бичиг", + "Forum" : "Ð¥ÑлÑлцүүлÑг", + "Getting help" : "ТуÑламж авах", + "mail" : "и-мÑйл", + "Version" : "Хувилбар", + "Always ask for a password" : "ҮргÑлж нууц үг аÑуух", + "Enforce password protection" : "Ðууц үгийн хамгаалалтыг Ñ…ÑÑ€ÑгжүүлÑÑ…", + "Expire after " : " ДууÑах хугацаа", + "days" : "өдрийн дараа", + "Tips & tricks" : "Заавар зөвөлгөө", + "Profile picture" : "Профайл зураг", + "Upload new" : "Шинийг байршуулах", + "Select from Files" : "Ð¤Ð°Ð¹Ð»ÑƒÑƒÐ´Ð°Ð°Ñ Ñонгох", + "Remove image" : "Зургийг хаÑах", + "Cancel" : "Цуцлах", + "Choose as profile picture" : "Профайл зургаа Ñонгоно уу", + "Full name" : "БүтÑн нÑÑ€", + "Email" : "Цахим шуудан", + "Phone number" : "УтаÑны дугаар", + "Your phone number" : "Таны утаÑны дугаар", + "Address" : "ХаÑг", + "Your postal address" : "Таны шуудангийн хаÑг", + "Website" : "Цахим хуудаÑ", + "You are member of the following groups:" : "Та дараах бүлгүүдийн гишүүн:", + "Language" : "Ð¥Ñл", + "Password" : "Ðууц үг", + "Current password" : "Одоогийн нууц үг", + "New password" : "Ð¨Ð¸Ð½Ñ Ð½ÑƒÑƒÑ† үг", + "Change password" : "Ðууц үг Ñолих", + "Device" : "Төхөөрөмж", + "Last activity" : "Хамгийн Ñүүлийн үйлдÑл", + "App name" : "ÐппликÑйшны нÑÑ€", + "Username" : "Ð¥ÑÑ€ÑглÑгчийн нÑÑ€", + "Done" : "ДууÑÑан", + "Settings" : "Тохиргоо", + "Show email address" : "Цахим шуудангийн хаÑгийг харуулах", + "Send email to new user" : "Ð¨Ð¸Ð½Ñ Ñ…ÑÑ€ÑглÑгч Ñ€Ò¯Ò¯ цахим шуудан илгÑÑÑ…", + "E-Mail" : "Цахим шуудангийн хаÑг", + "Create" : "ШинÑÑÑ€ Ò¯Ò¯ÑгÑÑ…", + "Everyone" : "Бүх Ñ…ÑÑ€ÑглÑгчид", + "Admins" : "Ðдминууд", + "Disabled" : "ИдÑвхигүй", + "Other" : "БуÑад", + "Last login" : "Сүүлд нÑвтÑÑ€ÑÑн огноо", + "set new password" : "ÑˆÐ¸Ð½Ñ Ð½ÑƒÑƒÑ† үг тохируулах", + "change email address" : "цахим шуудангийн хаÑгийг өөрчлөх" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ms_MY.js b/settings/l10n/ms_MY.js new file mode 100644 index 0000000000000000000000000000000000000000..6b5a14f814a1d11eaa0fc70c741c0976785a3668 --- /dev/null +++ b/settings/l10n/ms_MY.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Ralat pengesahan", + "Email saved" : "Emel disimpan", + "Disable" : "Nyahaktif", + "Enable" : "Aktif", + "Delete" : "Padam", + "Groups" : "Kumpulan", + "never" : "jangan", + "Login" : "Log masuk", + "Server address" : "Alamat pelayan", + "Profile picture" : "Gambar profil", + "Cancel" : "Batal", + "Email" : "Email", + "Your email address" : "Alamat emel anda", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", + "Password" : "Kata laluan", + "Current password" : "Kata laluan semasa", + "New password" : "Kata laluan baru", + "Change password" : "Ubah kata laluan", + "Username" : "Nama pengguna", + "Create" : "Buat", + "Other" : "Lain", + "Quota" : "Kuota" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ms_MY.json b/settings/l10n/ms_MY.json new file mode 100644 index 0000000000000000000000000000000000000000..2ad03a8612aa49cab9fef6af4c4034db4c49b27a --- /dev/null +++ b/settings/l10n/ms_MY.json @@ -0,0 +1,26 @@ +{ "translations": { + "Authentication error" : "Ralat pengesahan", + "Email saved" : "Emel disimpan", + "Disable" : "Nyahaktif", + "Enable" : "Aktif", + "Delete" : "Padam", + "Groups" : "Kumpulan", + "never" : "jangan", + "Login" : "Log masuk", + "Server address" : "Alamat pelayan", + "Profile picture" : "Gambar profil", + "Cancel" : "Batal", + "Email" : "Email", + "Your email address" : "Alamat emel anda", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", + "Password" : "Kata laluan", + "Current password" : "Kata laluan semasa", + "New password" : "Kata laluan baru", + "Change password" : "Ubah kata laluan", + "Username" : "Nama pengguna", + "Create" : "Buat", + "Other" : "Lain", + "Quota" : "Kuota" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index d6e68e4324b0c8eeb8f8848cd18cda46d87ae1c8..8d065ddfe1df7c78351627fb01fc86a40ad0f0d8 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -383,6 +383,15 @@ OC.L10N.register( "change full name" : "wijzigen volledige naam", "set new password" : "Instellen nieuw wachtwoord", "change email address" : "wijzig e-mailadres", - "Default" : "Standaard" + "Default" : "Standaard", + "Updating...." : "Bijwerken....", + "iOS app" : "iOS app", + "App passwords" : "App wachtwoorden", + "Follow us on Google+!" : "Volg ons op Google+!", + "Like our facebook page!" : "Vind onze Facebook pagina leuk!", + "Follow us on Twitter!" : "Volg ons op Twitter!", + "Check out our blog!" : "Lees ons blog!", + "Subscribe to our newsletter!" : "Abonneer jezelf op onze nieuwsbrief!", + "Group name" : "Groepsnaam" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index cc20d20daa7a81fbb27f9292cfc9e3bd7ab953ef..65c613d4bcf4b2654290875beb1a067c9ea1e8d7 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -381,6 +381,15 @@ "change full name" : "wijzigen volledige naam", "set new password" : "Instellen nieuw wachtwoord", "change email address" : "wijzig e-mailadres", - "Default" : "Standaard" + "Default" : "Standaard", + "Updating...." : "Bijwerken....", + "iOS app" : "iOS app", + "App passwords" : "App wachtwoorden", + "Follow us on Google+!" : "Volg ons op Google+!", + "Like our facebook page!" : "Vind onze Facebook pagina leuk!", + "Follow us on Twitter!" : "Volg ons op Twitter!", + "Check out our blog!" : "Lees ons blog!", + "Subscribe to our newsletter!" : "Abonneer jezelf op onze nieuwsbrief!", + "Group name" : "Groepsnaam" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js new file mode 100644 index 0000000000000000000000000000000000000000..bb8a308ef0174610021bc69382fc6cdbbc706c7f --- /dev/null +++ b/settings/l10n/nn_NO.js @@ -0,0 +1,62 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "Feil passord", + "No user supplied" : "Ingen brukar gjeve", + "Unable to change password" : "Klarte ikkje Ã¥ endra passordet", + "Authentication error" : "Autentiseringsfeil", + "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", + "Email saved" : "E-postadresse lagra", + "Couldn't update app." : "Klarte ikkje oppdatera programmet.", + "Email sent" : "E-post sendt", + "All" : "Alle", + "Error while disabling app" : "Klarte ikkje Ã¥ skru av programmet", + "Disable" : "SlÃ¥ av", + "Enable" : "SlÃ¥ pÃ¥", + "Error while enabling app" : "Klarte ikkje Ã¥ skru pÃ¥ programmet", + "Updated" : "Oppdatert", + "Delete" : "Slett", + "Select a profile picture" : "Vel eit profilbilete", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "MiddelmÃ¥tig passord", + "Good password" : "OK passord", + "Strong password" : "Sterkt passord", + "Groups" : "Grupper", + "undo" : "angra", + "never" : "aldri", + "A valid username must be provided" : "Du mÃ¥ oppgje eit gyldig brukarnamn", + "A valid password must be provided" : "Du mÃ¥ oppgje eit gyldig passord", + "Forum" : "Forum", + "Login" : "Logg inn", + "Encryption" : "Kryptering", + "Server address" : "Tenaradresse", + "Execute one task with each page loaded" : "Utfør éi oppgÃ¥ve for kvar sidelasting", + "Version" : "UtgÃ¥ve", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", + "Allow public uploads" : "Tillat offentlege opplastingar", + "Allow resharing" : "Tillat vidaredeling", + "Profile picture" : "Profilbilete", + "Upload new" : "Last opp ny", + "Remove image" : "Fjern bilete", + "Cancel" : "Avbryt", + "Email" : "E-post", + "Your email address" : "Di epost-adresse", + "Language" : "SprÃ¥k", + "Help translate" : "Hjelp oss Ã¥ omsetja", + "Password" : "Passord", + "Current password" : "Passord", + "New password" : "Nytt passord", + "Change password" : "Endra passord", + "Username" : "Brukarnamn", + "Create" : "Lag", + "Admin Recovery Password" : "Gjenopprettingspassord for administrator", + "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for Ã¥ gjenoppretta brukarfilene ved passordendring", + "Unlimited" : "Ubegrensa", + "Other" : "Anna", + "Quota" : "Kvote", + "set new password" : "lag nytt passord", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json new file mode 100644 index 0000000000000000000000000000000000000000..6db71716c672f0497d309421e91d262f5ff04c34 --- /dev/null +++ b/settings/l10n/nn_NO.json @@ -0,0 +1,60 @@ +{ "translations": { + "Wrong password" : "Feil passord", + "No user supplied" : "Ingen brukar gjeve", + "Unable to change password" : "Klarte ikkje Ã¥ endra passordet", + "Authentication error" : "Autentiseringsfeil", + "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", + "Email saved" : "E-postadresse lagra", + "Couldn't update app." : "Klarte ikkje oppdatera programmet.", + "Email sent" : "E-post sendt", + "All" : "Alle", + "Error while disabling app" : "Klarte ikkje Ã¥ skru av programmet", + "Disable" : "SlÃ¥ av", + "Enable" : "SlÃ¥ pÃ¥", + "Error while enabling app" : "Klarte ikkje Ã¥ skru pÃ¥ programmet", + "Updated" : "Oppdatert", + "Delete" : "Slett", + "Select a profile picture" : "Vel eit profilbilete", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "MiddelmÃ¥tig passord", + "Good password" : "OK passord", + "Strong password" : "Sterkt passord", + "Groups" : "Grupper", + "undo" : "angra", + "never" : "aldri", + "A valid username must be provided" : "Du mÃ¥ oppgje eit gyldig brukarnamn", + "A valid password must be provided" : "Du mÃ¥ oppgje eit gyldig passord", + "Forum" : "Forum", + "Login" : "Logg inn", + "Encryption" : "Kryptering", + "Server address" : "Tenaradresse", + "Execute one task with each page loaded" : "Utfør éi oppgÃ¥ve for kvar sidelasting", + "Version" : "UtgÃ¥ve", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", + "Allow public uploads" : "Tillat offentlege opplastingar", + "Allow resharing" : "Tillat vidaredeling", + "Profile picture" : "Profilbilete", + "Upload new" : "Last opp ny", + "Remove image" : "Fjern bilete", + "Cancel" : "Avbryt", + "Email" : "E-post", + "Your email address" : "Di epost-adresse", + "Language" : "SprÃ¥k", + "Help translate" : "Hjelp oss Ã¥ omsetja", + "Password" : "Passord", + "Current password" : "Passord", + "New password" : "Nytt passord", + "Change password" : "Endra passord", + "Username" : "Brukarnamn", + "Create" : "Lag", + "Admin Recovery Password" : "Gjenopprettingspassord for administrator", + "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for Ã¥ gjenoppretta brukarfilene ved passordendring", + "Unlimited" : "Ubegrensa", + "Other" : "Anna", + "Quota" : "Kvote", + "set new password" : "lag nytt passord", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js new file mode 100644 index 0000000000000000000000000000000000000000..35b31ce2dfae7eab0a7c3b61f365eab5b350d902 --- /dev/null +++ b/settings/l10n/ro.js @@ -0,0 +1,221 @@ +OC.L10N.register( + "settings", + { + "You changed your password" : "Èši-ai schimbat parola", + "You changed your email address" : "Èši-ai schimbat adresa de email", + "Your email address was changed by an administrator" : "Adresa ta de email a fost modificată de un administrator", + "Security" : "Securitate", + "Your apps" : "AplicaÈ›iile tale", + "Updates" : "Actualizări", + "Enabled apps" : "AplicaÈ›ii active", + "Disabled apps" : "AplicaÈ›ii inactive", + "Wrong password" : "Parolă greÈ™ită", + "Saved" : "Salvat", + "No user supplied" : "Nu a fost furnizat niciun utilizator", + "Unable to change password" : "Imposibil de schimbat parola", + "Authentication error" : "Eroare la autentificare", + "Wrong admin recovery password. Please check the password and try again." : "Parolă administrativă de recuperare greÈ™ită. Verifică parola È™i încearcă din nou.", + "Federated Cloud Sharing" : "Partajare federalizata cloud", + "Migration Completed" : "Migrare încheiată", + "Group already exists." : "Grupul există deja.", + "Unable to add group." : "Nu se poate adăuga grupul.", + "Unable to delete group." : "Nu se poate È™terge grupul.", + "Invalid SMTP password." : "Parolă SMTP invalidă.", + "Email setting test" : "Test setări email", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : " A apărut o problemă la trimiterea emailului. Verifică-È›i setărie. (Eroare: %s)", + "You need to set your user email before being able to send test emails." : "Trebuie să îți setezi emailul de utilizator înainte de a putea să trimiÈ›i emailuri.", + "Invalid mail address" : "Adresa mail invalidă", + "No valid group selected" : "Niciun grup valid selectat", + "A user with that name already exists." : "Există deja un utilizator cu acest nume.", + "Unable to create user." : "Imposibil de creat utilizatorul.", + "Unable to delete user." : "Imposibil de È™ters utilizatorul.", + "Error while enabling user." : "Eroare în timpul activării utilizatorului.", + "Error while disabling user." : "Eroare în timpul dezactivării utilizatorului.", + "Unable to change full name" : "Nu s-a putut schimba numele complet", + "Your full name has been changed." : "Numele tău complet a fost schimbat.", + "Forbidden" : "Interzis", + "Invalid user" : "Utilizator invalid", + "Unable to change mail address" : "Nu s-a putut schimba adresa email", + "Email saved" : "E-mail salvat", + "Email address changed for %s" : "Adresa de email schimbată în %s", + "The new email address is %s" : "Adresa de email nouă este%s", + "Your %s account was created" : "Contul tău %s a fost creat", + "Your username is: %s" : "Utilizatorul tău este: %s", + "Set your password" : "Setează parola", + "Install Client" : "Instalează client", + "Password confirmation is required" : "Confirmarea parolei este necesară", + "Couldn't remove app." : "Nu s-a putut înlătura aplicaÈ›ia.", + "Couldn't update app." : "AplicaÅ£ia nu s-a putut actualiza.", + "Are you really sure you want add {domain} as trusted domain?" : "EÈ™ti sigur că vrei sa adaugi {domain} ca domeniu de încredere?", + "Add trusted domain" : "Adaugă domeniu de încredere", + "Migration in progress. Please wait until the migration is finished" : "Migrare în progres. AÈ™teaptă până când migrarea este finalizată", + "Migration started …" : "Migrarea a început...", + "Not saved" : "Nu a fost salvat", + "Sending…" : "Se trimite...", + "Email sent" : "Mesajul a fost expediat", + "Official" : "Oficial", + "All" : "Toate ", + "No apps found for your version" : "Nu au fost găsite aplicaÈ›ii pentru versiunea ta", + "The app will be downloaded from the app store" : "AplicaÈ›ia va fi descărcată din magazin", + "Error while disabling app" : "Eroare în timpul dezactivării aplicaÈ›iei", + "Disable" : "DezactivaÈ›i", + "Enable" : "Activare", + "Error while enabling app" : "Eroare în timpul activării applicaÈ›iei", + "Updated" : "Actualizat", + "Approved" : "Aprobat", + "Experimental" : "Experimental", + "Disconnect" : "Deconectare", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome for Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "Copy" : "Copiază", + "Copied!" : "S-a copiat!", + "Not supported!" : "Nu este suportat!", + "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", + "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", + "Valid until {date}" : "Valabil până la {date}", + "Delete" : "Șterge", + "Contacts" : "Contacte", + "Verify" : "Verifică", + "Verifying …" : "Se verifică ...", + "Select a profile picture" : "Selectează o imagine de profil", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "So-so password" : "Parolă medie", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Groups" : "Grupuri", + "Unable to delete {objName}" : "Nu s-a putut È™terge {objName}", + "Error creating group: {message}" : "Eroare la crearea grupului: {message}", + "A valid group name must be provided" : "Trebuie furnizat un nume de grup valid", + "deleted {groupName}" : "{groupName} s-a È™ters", + "undo" : "Anulează ultima acÈ›iune", + "{size} used" : "{size} folosită", + "never" : "niciodată", + "deleted {userName}" : "{userName} È™ters", + "Add group" : "Adaugă grup", + "Invalid quota value \"{val}\"" : "Valoare cotă invalidă \"{val}\"", + "no group" : "niciun grup", + "Password successfully changed" : "Parola a fost modificată cu succes.", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Schimbarea parolei va rezulta în pierderea datelor deoarece recuperarea acestora nu este disponibilă pentru acest utilizator", + "A valid username must be provided" : "Trebuie să furnizaÅ£i un nume de utilizator valid", + "Error creating user: {message}" : "Eroare la crearea utilizatorului: {message}", + "A valid password must be provided" : "Trebuie să furnizaÅ£i o parolă validă", + "A valid email must be provided" : "Trebuie furnizată o adresă email validă", + "Developer documentation" : "DocumentaÈ›ie pentru dezvoltatori", + "by %s" : "de %s", + "%s-licensed" : "%s-licenÈ›iat", + "Documentation:" : "DocumentaÈ›ie:", + "User documentation" : "DocumentaÈ›ie utilizator", + "Admin documentation" : "DocumentaÈ›ie pentru administrare", + "Report a bug" : "Raportează un defect", + "Show description …" : "Arată descriere ...", + "Hide description …" : "Ascunde descriere ...", + "This app has an update available." : "Este disponibilă o actualizare pentru această aplicaÈ›ie.", + "Enable only for specific groups" : "Activează doar pentru grupuri specifice", + "SSL Root Certificates" : "Certificate SSL rădăcină", + "Common Name" : "Nume comun", + "Valid until" : "Valabil până la", + "Issued By" : "Emis de", + "Valid until %s" : "Valabil până la %s", + "Import root certificate" : "Importă certificat rădăcină", + "Administrator documentation" : "DocumentaÈ›ie pentru administrare", + "Online documentation" : "DocumentaÈ›ie online", + "Forum" : "Forum", + "Commercial support" : "Suport comercial", + "None" : "Niciuna", + "Login" : "Autentificare", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "Server de email", + "Open documentation" : "Deschide documentaÈ›ia", + "Send mode" : "Modul de expediere", + "Encryption" : "ÃŽncriptare", + "From address" : "De la adresa", + "mail" : "poÈ™tă", + "Authentication method" : "Modul de autentificare", + "Authentication required" : "Autentificare necesară", + "Server address" : "Adresa server-ului", + "Port" : "Portul", + "Credentials" : "Detalii de autentificare", + "SMTP Username" : "Nume utilizator SMTP", + "SMTP Password" : "Parolă SMTP", + "Store credentials" : "Stochează datele de autentificare", + "Test email settings" : "Verifică setările de e-mail", + "Send email" : "Expediază mesajul", + "Server-side encryption" : "Criptare la nivel de server", + "Enable server-side encryption" : "Activează criptarea pe server", + "Please read carefully before activating server-side encryption: " : "CiteÈ™te cu atenÈ›ie înainte să activezi criptarea pe server:", + "This is the final warning: Do you really want to enable encryption?" : "Aceasta este avertizarea finală: Chiar vrei să activezi criptarea?", + "Enable encryption" : "Activează criptarea", + "Select default encryption module:" : "Selectează modulul implicit de criptare:", + "Start migration" : "PorneÈ™te migrarea", + "Security & setup warnings" : "Alerte de securitate & configurare", + "All checks passed." : "Toate verificările s-au terminat fără erori.", + "Execute one task with each page loaded" : "Execută o sarcină la fiecare pagină încărcată", + "Version" : "Versiunea", + "Sharing" : "Partajare", + "Allow apps to use the Share API" : "Permite aplicaÈ›iilor să folosească API-ul de partajare", + "Allow users to share via link" : "Permite utilizatorilor să partajeze via link", + "Allow public uploads" : "Permite încărcări publice", + "Enforce password protection" : "Impune protecÈ›ia prin parolă", + "Set default expiration date" : "Setează data implicită de expirare", + "Expire after " : "Expiră după", + "days" : "zile", + "Enforce expiration date" : "Impune data de expirare", + "Allow resharing" : "Permite repartajarea", + "Allow sharing with groups" : "Permite partajarea cu grupuri", + "Exclude groups from sharing" : "Exclude grupuri de la partajare", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Cum să faci copii de rezervă", + "Profile picture" : "Imagine de profil", + "Upload new" : "ÃŽncarcă una nouă", + "Select from Files" : "Selectează din fiÈ™iere", + "Remove image" : "ÃŽnlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", + "Cancel" : "Anulare", + "Choose as profile picture" : "Alege ca imagine de profil", + "Full name" : "Nume complet", + "Email" : "Email", + "Your email address" : "Adresa ta de email", + "Phone number" : "Număr telefon", + "Your phone number" : "Numărul tău de telefon", + "Address" : "Adresă", + "Your postal address" : "Adresă poÈ™tală", + "Website" : "Site web", + "Link https://…" : "Link https://…", + "Twitter" : "Twitter", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", + "Password" : "Parolă", + "Current password" : "Parola curentă", + "New password" : "Noua parolă", + "Change password" : "Schimbă parola", + "Device" : "Dispozitiv", + "App name" : "Numele aplicaÈ›iei", + "Username" : "Nume utilizator", + "Settings" : "Setări", + "E-Mail" : "Email", + "Create" : "Crează", + "Admin Recovery Password" : "Parolă de recuperare a Administratorului", + "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fiÈ™ierele utilizatorilor în timpul schimbării parolei", + "Everyone" : "ToÈ›i", + "Admins" : "Administratori", + "Disabled" : "DezactivaÈ›i", + "Unlimited" : "Nelimitată", + "Other" : "Altele", + "Quota" : "Cotă", + "change full name" : "schimbă numele complet", + "set new password" : "setează parolă nouă", + "change email address" : "schimbă adresa email", + "Default" : "Implicită" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json new file mode 100644 index 0000000000000000000000000000000000000000..47bb572f694eceb61bcd5e4d5c21f60fa38f3e9f --- /dev/null +++ b/settings/l10n/ro.json @@ -0,0 +1,219 @@ +{ "translations": { + "You changed your password" : "Èši-ai schimbat parola", + "You changed your email address" : "Èši-ai schimbat adresa de email", + "Your email address was changed by an administrator" : "Adresa ta de email a fost modificată de un administrator", + "Security" : "Securitate", + "Your apps" : "AplicaÈ›iile tale", + "Updates" : "Actualizări", + "Enabled apps" : "AplicaÈ›ii active", + "Disabled apps" : "AplicaÈ›ii inactive", + "Wrong password" : "Parolă greÈ™ită", + "Saved" : "Salvat", + "No user supplied" : "Nu a fost furnizat niciun utilizator", + "Unable to change password" : "Imposibil de schimbat parola", + "Authentication error" : "Eroare la autentificare", + "Wrong admin recovery password. Please check the password and try again." : "Parolă administrativă de recuperare greÈ™ită. Verifică parola È™i încearcă din nou.", + "Federated Cloud Sharing" : "Partajare federalizata cloud", + "Migration Completed" : "Migrare încheiată", + "Group already exists." : "Grupul există deja.", + "Unable to add group." : "Nu se poate adăuga grupul.", + "Unable to delete group." : "Nu se poate È™terge grupul.", + "Invalid SMTP password." : "Parolă SMTP invalidă.", + "Email setting test" : "Test setări email", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : " A apărut o problemă la trimiterea emailului. Verifică-È›i setărie. (Eroare: %s)", + "You need to set your user email before being able to send test emails." : "Trebuie să îți setezi emailul de utilizator înainte de a putea să trimiÈ›i emailuri.", + "Invalid mail address" : "Adresa mail invalidă", + "No valid group selected" : "Niciun grup valid selectat", + "A user with that name already exists." : "Există deja un utilizator cu acest nume.", + "Unable to create user." : "Imposibil de creat utilizatorul.", + "Unable to delete user." : "Imposibil de È™ters utilizatorul.", + "Error while enabling user." : "Eroare în timpul activării utilizatorului.", + "Error while disabling user." : "Eroare în timpul dezactivării utilizatorului.", + "Unable to change full name" : "Nu s-a putut schimba numele complet", + "Your full name has been changed." : "Numele tău complet a fost schimbat.", + "Forbidden" : "Interzis", + "Invalid user" : "Utilizator invalid", + "Unable to change mail address" : "Nu s-a putut schimba adresa email", + "Email saved" : "E-mail salvat", + "Email address changed for %s" : "Adresa de email schimbată în %s", + "The new email address is %s" : "Adresa de email nouă este%s", + "Your %s account was created" : "Contul tău %s a fost creat", + "Your username is: %s" : "Utilizatorul tău este: %s", + "Set your password" : "Setează parola", + "Install Client" : "Instalează client", + "Password confirmation is required" : "Confirmarea parolei este necesară", + "Couldn't remove app." : "Nu s-a putut înlătura aplicaÈ›ia.", + "Couldn't update app." : "AplicaÅ£ia nu s-a putut actualiza.", + "Are you really sure you want add {domain} as trusted domain?" : "EÈ™ti sigur că vrei sa adaugi {domain} ca domeniu de încredere?", + "Add trusted domain" : "Adaugă domeniu de încredere", + "Migration in progress. Please wait until the migration is finished" : "Migrare în progres. AÈ™teaptă până când migrarea este finalizată", + "Migration started …" : "Migrarea a început...", + "Not saved" : "Nu a fost salvat", + "Sending…" : "Se trimite...", + "Email sent" : "Mesajul a fost expediat", + "Official" : "Oficial", + "All" : "Toate ", + "No apps found for your version" : "Nu au fost găsite aplicaÈ›ii pentru versiunea ta", + "The app will be downloaded from the app store" : "AplicaÈ›ia va fi descărcată din magazin", + "Error while disabling app" : "Eroare în timpul dezactivării aplicaÈ›iei", + "Disable" : "DezactivaÈ›i", + "Enable" : "Activare", + "Error while enabling app" : "Eroare în timpul activării applicaÈ›iei", + "Updated" : "Actualizat", + "Approved" : "Aprobat", + "Experimental" : "Experimental", + "Disconnect" : "Deconectare", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome for Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "Copy" : "Copiază", + "Copied!" : "S-a copiat!", + "Not supported!" : "Nu este suportat!", + "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", + "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", + "Valid until {date}" : "Valabil până la {date}", + "Delete" : "Șterge", + "Contacts" : "Contacte", + "Verify" : "Verifică", + "Verifying …" : "Se verifică ...", + "Select a profile picture" : "Selectează o imagine de profil", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "So-so password" : "Parolă medie", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Groups" : "Grupuri", + "Unable to delete {objName}" : "Nu s-a putut È™terge {objName}", + "Error creating group: {message}" : "Eroare la crearea grupului: {message}", + "A valid group name must be provided" : "Trebuie furnizat un nume de grup valid", + "deleted {groupName}" : "{groupName} s-a È™ters", + "undo" : "Anulează ultima acÈ›iune", + "{size} used" : "{size} folosită", + "never" : "niciodată", + "deleted {userName}" : "{userName} È™ters", + "Add group" : "Adaugă grup", + "Invalid quota value \"{val}\"" : "Valoare cotă invalidă \"{val}\"", + "no group" : "niciun grup", + "Password successfully changed" : "Parola a fost modificată cu succes.", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Schimbarea parolei va rezulta în pierderea datelor deoarece recuperarea acestora nu este disponibilă pentru acest utilizator", + "A valid username must be provided" : "Trebuie să furnizaÅ£i un nume de utilizator valid", + "Error creating user: {message}" : "Eroare la crearea utilizatorului: {message}", + "A valid password must be provided" : "Trebuie să furnizaÅ£i o parolă validă", + "A valid email must be provided" : "Trebuie furnizată o adresă email validă", + "Developer documentation" : "DocumentaÈ›ie pentru dezvoltatori", + "by %s" : "de %s", + "%s-licensed" : "%s-licenÈ›iat", + "Documentation:" : "DocumentaÈ›ie:", + "User documentation" : "DocumentaÈ›ie utilizator", + "Admin documentation" : "DocumentaÈ›ie pentru administrare", + "Report a bug" : "Raportează un defect", + "Show description …" : "Arată descriere ...", + "Hide description …" : "Ascunde descriere ...", + "This app has an update available." : "Este disponibilă o actualizare pentru această aplicaÈ›ie.", + "Enable only for specific groups" : "Activează doar pentru grupuri specifice", + "SSL Root Certificates" : "Certificate SSL rădăcină", + "Common Name" : "Nume comun", + "Valid until" : "Valabil până la", + "Issued By" : "Emis de", + "Valid until %s" : "Valabil până la %s", + "Import root certificate" : "Importă certificat rădăcină", + "Administrator documentation" : "DocumentaÈ›ie pentru administrare", + "Online documentation" : "DocumentaÈ›ie online", + "Forum" : "Forum", + "Commercial support" : "Suport comercial", + "None" : "Niciuna", + "Login" : "Autentificare", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "Server de email", + "Open documentation" : "Deschide documentaÈ›ia", + "Send mode" : "Modul de expediere", + "Encryption" : "ÃŽncriptare", + "From address" : "De la adresa", + "mail" : "poÈ™tă", + "Authentication method" : "Modul de autentificare", + "Authentication required" : "Autentificare necesară", + "Server address" : "Adresa server-ului", + "Port" : "Portul", + "Credentials" : "Detalii de autentificare", + "SMTP Username" : "Nume utilizator SMTP", + "SMTP Password" : "Parolă SMTP", + "Store credentials" : "Stochează datele de autentificare", + "Test email settings" : "Verifică setările de e-mail", + "Send email" : "Expediază mesajul", + "Server-side encryption" : "Criptare la nivel de server", + "Enable server-side encryption" : "Activează criptarea pe server", + "Please read carefully before activating server-side encryption: " : "CiteÈ™te cu atenÈ›ie înainte să activezi criptarea pe server:", + "This is the final warning: Do you really want to enable encryption?" : "Aceasta este avertizarea finală: Chiar vrei să activezi criptarea?", + "Enable encryption" : "Activează criptarea", + "Select default encryption module:" : "Selectează modulul implicit de criptare:", + "Start migration" : "PorneÈ™te migrarea", + "Security & setup warnings" : "Alerte de securitate & configurare", + "All checks passed." : "Toate verificările s-au terminat fără erori.", + "Execute one task with each page loaded" : "Execută o sarcină la fiecare pagină încărcată", + "Version" : "Versiunea", + "Sharing" : "Partajare", + "Allow apps to use the Share API" : "Permite aplicaÈ›iilor să folosească API-ul de partajare", + "Allow users to share via link" : "Permite utilizatorilor să partajeze via link", + "Allow public uploads" : "Permite încărcări publice", + "Enforce password protection" : "Impune protecÈ›ia prin parolă", + "Set default expiration date" : "Setează data implicită de expirare", + "Expire after " : "Expiră după", + "days" : "zile", + "Enforce expiration date" : "Impune data de expirare", + "Allow resharing" : "Permite repartajarea", + "Allow sharing with groups" : "Permite partajarea cu grupuri", + "Exclude groups from sharing" : "Exclude grupuri de la partajare", + "Tips & tricks" : "Tips & tricks", + "How to do backups" : "Cum să faci copii de rezervă", + "Profile picture" : "Imagine de profil", + "Upload new" : "ÃŽncarcă una nouă", + "Select from Files" : "Selectează din fiÈ™iere", + "Remove image" : "ÃŽnlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", + "Cancel" : "Anulare", + "Choose as profile picture" : "Alege ca imagine de profil", + "Full name" : "Nume complet", + "Email" : "Email", + "Your email address" : "Adresa ta de email", + "Phone number" : "Număr telefon", + "Your phone number" : "Numărul tău de telefon", + "Address" : "Adresă", + "Your postal address" : "Adresă poÈ™tală", + "Website" : "Site web", + "Link https://…" : "Link https://…", + "Twitter" : "Twitter", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", + "Password" : "Parolă", + "Current password" : "Parola curentă", + "New password" : "Noua parolă", + "Change password" : "Schimbă parola", + "Device" : "Dispozitiv", + "App name" : "Numele aplicaÈ›iei", + "Username" : "Nume utilizator", + "Settings" : "Setări", + "E-Mail" : "Email", + "Create" : "Crează", + "Admin Recovery Password" : "Parolă de recuperare a Administratorului", + "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fiÈ™ierele utilizatorilor în timpul schimbării parolei", + "Everyone" : "ToÈ›i", + "Admins" : "Administratori", + "Disabled" : "DezactivaÈ›i", + "Unlimited" : "Nelimitată", + "Other" : "Altele", + "Quota" : "Cotă", + "change full name" : "schimbă numele complet", + "set new password" : "setează parolă nouă", + "change email address" : "schimbă adresa email", + "Default" : "Implicită" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/settings/l10n/si_LK.js b/settings/l10n/si_LK.js new file mode 100644 index 0000000000000000000000000000000000000000..c23bd9e22a596d94935e31e84ccdd1d0dab81654 --- /dev/null +++ b/settings/l10n/si_LK.js @@ -0,0 +1,34 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "à·ƒà¶à·Šâ€à¶ºà·à¶´à¶± දà·à·‚යක්", + "Email saved" : "වි-à¶à·à¶´à·‘ල සුරකින ලදී", + "All" : "සියල්ල", + "Disable" : "අක්â€à¶»à·’ය කරන්න", + "Enable" : "සක්â€à¶»à·’ය කරන්න", + "Delete" : "මක෠දමන්න", + "Groups" : "කණ්ඩà·à¶ºà¶¸à·Š", + "undo" : "නිෂ්ප්â€à¶»à¶· කරන්න", + "never" : "කවදà·à·€à¶à·Š", + "None" : "කිසිවක් නà·à¶", + "Login" : "ප්â€à¶»à·€à·’à·à·Šà¶§à¶º", + "Encryption" : "ගුප්චකේà¶à¶±à¶º", + "Server address" : "සේවà·à¶¯à·à¶ºà¶šà¶ºà·š ලිපිනය", + "Port" : "à¶à·œà¶§", + "Sharing" : "හුවමà·à¶»à·” කිරීම", + "Allow resharing" : "යළි යළිà¶à·Š හුවමà·à¶»à·”වට අවසර දෙමි", + "Cancel" : "එපà·", + "Email" : "විද්â€à¶ºà·”à¶à·Š à¶à·à¶´à·‘ල", + "Your email address" : "ඔබගේ විද්â€à¶ºà·”à¶à·Š à¶à·à¶´à·‘ල", + "Language" : "භà·à·‚à·à·€", + "Help translate" : "පරිවර්ථන සහය", + "Password" : "මුර පදය", + "Current password" : "à·€à¶à·Šà¶¸à¶±à·Š මුරපදය", + "New password" : "නව මුරපදය", + "Change password" : "මුරපදය වෙනස් කිරීම", + "Username" : "පරිà·à·“ලක නම", + "Create" : "à¶à¶±à¶±à·Šà¶±", + "Other" : "වෙනà¶à·Š", + "Quota" : "සලà·à¶šà¶º" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/si_LK.json b/settings/l10n/si_LK.json new file mode 100644 index 0000000000000000000000000000000000000000..062beb999f37c30ca3f02704eb4112f098dd9ac2 --- /dev/null +++ b/settings/l10n/si_LK.json @@ -0,0 +1,32 @@ +{ "translations": { + "Authentication error" : "à·ƒà¶à·Šâ€à¶ºà·à¶´à¶± දà·à·‚යක්", + "Email saved" : "වි-à¶à·à¶´à·‘ල සුරකින ලදී", + "All" : "සියල්ල", + "Disable" : "අක්â€à¶»à·’ය කරන්න", + "Enable" : "සක්â€à¶»à·’ය කරන්න", + "Delete" : "මක෠දමන්න", + "Groups" : "කණ්ඩà·à¶ºà¶¸à·Š", + "undo" : "නිෂ්ප්â€à¶»à¶· කරන්න", + "never" : "කවදà·à·€à¶à·Š", + "None" : "කිසිවක් නà·à¶", + "Login" : "ප්â€à¶»à·€à·’à·à·Šà¶§à¶º", + "Encryption" : "ගුප්චකේà¶à¶±à¶º", + "Server address" : "සේවà·à¶¯à·à¶ºà¶šà¶ºà·š ලිපිනය", + "Port" : "à¶à·œà¶§", + "Sharing" : "හුවමà·à¶»à·” කිරීම", + "Allow resharing" : "යළි යළිà¶à·Š හුවමà·à¶»à·”වට අවසර දෙමි", + "Cancel" : "එපà·", + "Email" : "විද්â€à¶ºà·”à¶à·Š à¶à·à¶´à·‘ල", + "Your email address" : "ඔබගේ විද්â€à¶ºà·”à¶à·Š à¶à·à¶´à·‘ල", + "Language" : "භà·à·‚à·à·€", + "Help translate" : "පරිවර්ථන සහය", + "Password" : "මුර පදය", + "Current password" : "à·€à¶à·Šà¶¸à¶±à·Š මුරපදය", + "New password" : "නව මුරපදය", + "Change password" : "මුරපදය වෙනස් කිරීම", + "Username" : "පරිà·à·“ලක නම", + "Create" : "à¶à¶±à¶±à·Šà¶±", + "Other" : "වෙනà¶à·Š", + "Quota" : "සලà·à¶šà¶º" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js new file mode 100644 index 0000000000000000000000000000000000000000..b36667494cef5974de709788e961c92cbbeaa589 --- /dev/null +++ b/settings/l10n/sl.js @@ -0,0 +1,202 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} vaÅ¡e geslo je spremenjeno", + "You changed your password" : "Spremenili ste vaÅ¡e geslo", + "Wrong password" : "NapaÄno geslo", + "Saved" : "Shranjeno", + "No user supplied" : "Ni navedenega uporabnika", + "Unable to change password" : "Ni mogoÄe spremeniti gesla", + "Authentication error" : "Napaka med overjanjem", + "Wrong admin recovery password. Please check the password and try again." : "NapaÄno navedeno skrbniÅ¡ko obnovitveno geslo. Preverite geslo in poskusite znova.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "nameÅ¡Äanje in posodabljanje programov prek programske zbirke ali zveznega oblaka", + "Federated Cloud Sharing" : "Souporaba zveznega oblaka", + "A problem occurred, please check your log files (Error: %s)" : "PriÅ¡lo je do napake. Preverite dnevniÅ¡ke zapise (napaka: %s).", + "Migration Completed" : "Selitev je konÄana", + "Group already exists." : "Skupina že obstaja.", + "Unable to add group." : "Ni mogoÄe dodati skupine", + "Unable to delete group." : "Ni mogoÄe izbrisati skupine.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med poÅ¡iljanjem sporoÄila se je priÅ¡lo do napake. Preverite nastavitve (napaka: %s).", + "You need to set your user email before being able to send test emails." : "Pred preizkusnim poÅ¡iljanjem sporoÄil je treba nastaviti elektronski naslov uporabnika.", + "Invalid mail address" : "Neveljaven elektronski naslov", + "A user with that name already exists." : "Uporabnik s tem imenom že obstaja.", + "Unable to create user." : "Ni mogoÄe ustvariti uporabnika.", + "Unable to delete user." : "Ni mogoÄe izbrisati uporabnika", + "Unable to change full name" : "Ni mogoÄe spremeniti polnega imena", + "Your full name has been changed." : "VaÅ¡e polno ime je spremenjeno.", + "Forbidden" : "Dostop je prepovedan", + "Invalid user" : "Neveljavni podatki uporabnika", + "Unable to change mail address" : "Ni mogoÄe spremeniti naslova elektronske poÅ¡te.", + "Email saved" : "Elektronski naslov je shranjen", + "Your %s account was created" : "RaÄun %s je uspeÅ¡no ustvarjen.", + "Set your password" : "Nastavi vaÅ¡e geslo", + "Couldn't remove app." : "Ni mogoÄe odstraniti programa.", + "Couldn't update app." : "Programa ni mogoÄe posodobiti.", + "Add trusted domain" : "Dodaj varno domeno", + "Migration in progress. Please wait until the migration is finished" : "V teku je selitev. PoÄakajte, da se zakljuÄi.", + "Migration started …" : "Selitev je zaÄeta ...", + "Email sent" : "Elektronska poÅ¡ta je poslana", + "Official" : "Uradno", + "All" : "Vsi", + "Update to %s" : "Posodobi na %s", + "No apps found for your version" : "Za to razliÄico ni na voljo noben vstavek", + "The app will be downloaded from the app store" : "Program bo prejet iz zbirke programov", + "Error while disabling app" : "Napaka onemogoÄanja programa", + "Disable" : "OnemogoÄi", + "Enable" : "OmogoÄi", + "Error while enabling app" : "Napaka omogoÄanja programa", + "Error while disabling broken app" : "Napaka onemogoÄanja okvarjenega programa", + "Updated" : "Posodobljeno", + "Approved" : "Odobreno", + "Experimental" : "Preizkusno", + "No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".", + "Disconnect" : "Prekinjeni povezavo", + "Error while loading browser sessions and device tokens" : " Napaka med nalaganjem brskalnika in kljuÄev naprave", + "Error while creating device token" : " Napaka med izdelavo kljuÄa naprave", + "Error while deleting the token" : " Napaka med brisanjem kljuÄa", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "PriÅ¡lo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.", + "Valid until {date}" : "Veljavno do {date}", + "Delete" : "IzbriÅ¡i", + "Select a profile picture" : "Izbor slike profila", + "Very weak password" : "Zelo Å¡ibko geslo", + "Weak password" : "Å ibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "OdliÄno geslo", + "Groups" : "Skupine", + "Unable to delete {objName}" : "Ni mogoÄe izbrisati {objName}", + "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}", + "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", + "deleted {groupName}" : "izbrisano {groupName}", + "undo" : "razveljavi", + "never" : "nikoli", + "deleted {userName}" : "izbrisano {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Sprememba gesla bo povzroÄila izgubo podatkov, ker obnova podatkov za tega uporabnika ni na voljo.", + "A valid username must be provided" : "Navedeno mora biti veljavno uporabniÅ¡ko ime", + "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}", + "A valid password must be provided" : "Navedeno mora biti veljavno geslo", + "A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske poÅ¡te.", + "Developer documentation" : "Dokumentacija za razvijalce", + "%s-licensed" : "dovoljenje-%s", + "Documentation:" : "Dokumentacija:", + "User documentation" : "UporabniÅ¡ka dokumentacija", + "Admin documentation" : "SkrbniÅ¡ka dokumentacija", + "Visit website" : "ObiÅ¡Äite spletno stran", + "Report a bug" : "PoÅ¡lji poroÄilo o hroÅ¡Äu", + "Show description …" : "Pokaži opis ...", + "Hide description …" : "Skrij opis ...", + "This app has an update available." : "Za program so na voljo posodobitve.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima doloÄene minimalne NextCloud verzije. V prihodnosti bo to napaka.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima doloÄene maksimalne NextCloud verzije. V prihodnosti bo to napaka.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoÄe namestiti zaradi nereÅ¡enih odvisnosti:", + "Enable only for specific groups" : "OmogoÄi le za posamezne skupine", + "SSL Root Certificates" : "Korenska potrdila SSL", + "Common Name" : "SploÅ¡no ime", + "Valid until" : "Veljavno do", + "Issued By" : "Izdajatelj", + "Valid until %s" : "Veljavno do %s", + "Import root certificate" : "Uvozi korensko potrdilo", + "Administrator documentation" : "SkrbniÅ¡ka dokumentacija", + "Online documentation" : "Spletna dokumentacija", + "Forum" : "Forum", + "Commercial support" : "Podpora strankam", + "None" : "Brez", + "Login" : "Prijava", + "Plain" : "Besedilno", + "NT LAN Manager" : "Upravljalnik NT LAN", + "Email server" : "PoÅ¡tni strežnik", + "Open documentation" : "Odprta dokumentacija", + "Send mode" : "NaÄin poÅ¡iljanja", + "Encryption" : "Å ifriranje", + "From address" : "Naslov poÅ¡iljatelja", + "mail" : "poÅ¡ta", + "Authentication method" : "NaÄin overitve", + "Authentication required" : "Zahtevana je overitev", + "Server address" : "Naslov strežnika", + "Port" : "Vrata", + "Credentials" : "Poverila", + "SMTP Username" : "UporabniÅ¡ko ime SMTP", + "SMTP Password" : "Geslo SMTP", + "Store credentials" : "Shrani poverila", + "Test email settings" : "Preizkus nastavitev elektronske poÅ¡te", + "Send email" : "PoÅ¡lji elektronsko sporoÄilo", + "Server-side encryption" : "Å ifriranje na strežniku", + "Enable server-side encryption" : "OmogoÄi Å¡ifriranje na strežniku", + "Please read carefully before activating server-side encryption: " : "Pozorno preberite opombe, preden omogoÄite strežniÅ¡ko Å¡ifriranje:", + "Be aware that encryption always increases the file size." : " UpoÅ¡tevajte, da Å¡ifriranje vedno poveÄa velikost datoteke.", + "This is the final warning: Do you really want to enable encryption?" : " To je zadnje opozorilo. Ali resniÄno želite vkljuÄiti Å¡ifriranje?", + "Enable encryption" : "OmogoÄi Å¡ifriranje", + "No encryption module loaded, please enable an encryption module in the app menu." : "Modul za Å¡ifriranje ni naložen. Prosim, omogoÄite en Å¡ifrirni modul v spisku aplikacij.", + "Select default encryption module:" : "Izbor privzetega modula za Å¡ifriranje:", + "Start migration" : "ZaÄni selitev", + "Security & setup warnings" : "Varnost in namestitvena opozorila", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzroÄil predpomnilnik ali pospeÅ¡evalnik, kot sta Zend OPcache ali eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoÄe nastaviti na možnost, ki podpira nabor UTF-8.", + "All checks passed." : "Vsa preverjanja so uspeÅ¡no zakljuÄena.", + "Execute one task with each page loaded" : "Izvedi eno nalogo z vsako naloženo stranjo.", + "Version" : "RazliÄica", + "Sharing" : "Souporaba", + "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "Allow users to share via link" : "Uporabnikom dovoli omogoÄanje souporabe s povezavami", + "Allow public uploads" : "Dovoli javno poÅ¡iljanje datotek v oblak", + "Enforce password protection" : "Vsili zaÅ¡Äito z geslom", + "Set default expiration date" : "Nastavitev privzetega datuma poteka", + "Expire after " : "PreteÄe po", + "days" : "dneh", + "Enforce expiration date" : "Vsili datum preteka", + "Allow resharing" : "Dovoli nadaljnjo souporabo", + "Allow sharing with groups" : "Dovoli souporabo s skupinami", + "Restrict users to only share with users in their groups" : "Uporabnikom dovoli omogoÄanje souporabe le znotraj njihove skupine", + "Exclude groups from sharing" : "IzloÄi skupine iz souporabe", + "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, ne morejo pa souporabe dovoliti", + "Tips & tricks" : "Nasveti in triki", + "How to do backups" : "Kako ustvariti varnostne kopije", + "Performance tuning" : "Prilagajanje delovanja", + "Improving the config.php" : "IzboljÅ¡ave v config.php", + "Theming" : "Teme", + "Hardening and security guidance" : "Varnost in varnostni napotki", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Uporabljate <strong>%s</strong> od <strong>%s</strong>", + "Profile picture" : "Slika profila", + "Upload new" : "PoÅ¡lji novo", + "Select from Files" : "Izbor iz datotek", + "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, najveÄ. 20 MB", + "Picture provided by original account" : "Slika iz originalnega raÄuna", + "Cancel" : "PrekliÄi", + "Choose as profile picture" : "Izberi kot sliko profila", + "Full name" : "Polno ime", + "No display name set" : "Prikazno ime ni nastavljeno", + "Email" : "Elektronski naslov", + "Your email address" : "Osebni elektronski naslov", + "No email address set" : "PoÅ¡tni naslov ni nastavljen", + "You are member of the following groups:" : "Ste Älan naslednjih skupin:", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", + "Password" : "Geslo", + "Current password" : "Trenutno geslo", + "New password" : "Novo geslo", + "Change password" : "Spremeni geslo", + "App name" : "Ime aplikacije", + "Create new app password" : "Ustvari novo geslo aplikacije", + "Username" : "UporabniÅ¡ko ime", + "Done" : "KonÄano", + "Show storage location" : "Pokaži mesto shrambe", + "Show user backend" : "Pokaži ozadnji program", + "Show email address" : "Pokaži naslov elektronske poÅ¡te", + "Send email to new user" : "PoÅ¡lji sporoÄilo novemu uporabniku", + "E-Mail" : "Elektronska poÅ¡ta", + "Create" : "Ustvari", + "Admin Recovery Password" : "Obnovitev skrbniÅ¡kega gesla", + "Enter the recovery password in order to recover the users files during password change" : "Vnesite geslo, ki omogoÄa obnovitev uporabniÅ¡kih datotek med spreminjanjem gesla", + "Everyone" : "Vsi", + "Admins" : "Skrbniki", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Vnesite koliÄinsko omejitev prostora (na primer: \"512 MB\" ali \"12 GB\")", + "Unlimited" : "Neomejeno", + "Other" : "Drugo", + "Quota" : "KoliÄinska omejitev", + "change full name" : "Spremeni polno ime", + "set new password" : "nastavi novo geslo", + "change email address" : "spremeni naslov elektronske poÅ¡te", + "Default" : "Privzeto" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json new file mode 100644 index 0000000000000000000000000000000000000000..a69a09bd208ad22c8a001ce74c1a6e569c9d3bcb --- /dev/null +++ b/settings/l10n/sl.json @@ -0,0 +1,200 @@ +{ "translations": { + "{actor} changed your password" : "{actor} vaÅ¡e geslo je spremenjeno", + "You changed your password" : "Spremenili ste vaÅ¡e geslo", + "Wrong password" : "NapaÄno geslo", + "Saved" : "Shranjeno", + "No user supplied" : "Ni navedenega uporabnika", + "Unable to change password" : "Ni mogoÄe spremeniti gesla", + "Authentication error" : "Napaka med overjanjem", + "Wrong admin recovery password. Please check the password and try again." : "NapaÄno navedeno skrbniÅ¡ko obnovitveno geslo. Preverite geslo in poskusite znova.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "nameÅ¡Äanje in posodabljanje programov prek programske zbirke ali zveznega oblaka", + "Federated Cloud Sharing" : "Souporaba zveznega oblaka", + "A problem occurred, please check your log files (Error: %s)" : "PriÅ¡lo je do napake. Preverite dnevniÅ¡ke zapise (napaka: %s).", + "Migration Completed" : "Selitev je konÄana", + "Group already exists." : "Skupina že obstaja.", + "Unable to add group." : "Ni mogoÄe dodati skupine", + "Unable to delete group." : "Ni mogoÄe izbrisati skupine.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med poÅ¡iljanjem sporoÄila se je priÅ¡lo do napake. Preverite nastavitve (napaka: %s).", + "You need to set your user email before being able to send test emails." : "Pred preizkusnim poÅ¡iljanjem sporoÄil je treba nastaviti elektronski naslov uporabnika.", + "Invalid mail address" : "Neveljaven elektronski naslov", + "A user with that name already exists." : "Uporabnik s tem imenom že obstaja.", + "Unable to create user." : "Ni mogoÄe ustvariti uporabnika.", + "Unable to delete user." : "Ni mogoÄe izbrisati uporabnika", + "Unable to change full name" : "Ni mogoÄe spremeniti polnega imena", + "Your full name has been changed." : "VaÅ¡e polno ime je spremenjeno.", + "Forbidden" : "Dostop je prepovedan", + "Invalid user" : "Neveljavni podatki uporabnika", + "Unable to change mail address" : "Ni mogoÄe spremeniti naslova elektronske poÅ¡te.", + "Email saved" : "Elektronski naslov je shranjen", + "Your %s account was created" : "RaÄun %s je uspeÅ¡no ustvarjen.", + "Set your password" : "Nastavi vaÅ¡e geslo", + "Couldn't remove app." : "Ni mogoÄe odstraniti programa.", + "Couldn't update app." : "Programa ni mogoÄe posodobiti.", + "Add trusted domain" : "Dodaj varno domeno", + "Migration in progress. Please wait until the migration is finished" : "V teku je selitev. PoÄakajte, da se zakljuÄi.", + "Migration started …" : "Selitev je zaÄeta ...", + "Email sent" : "Elektronska poÅ¡ta je poslana", + "Official" : "Uradno", + "All" : "Vsi", + "Update to %s" : "Posodobi na %s", + "No apps found for your version" : "Za to razliÄico ni na voljo noben vstavek", + "The app will be downloaded from the app store" : "Program bo prejet iz zbirke programov", + "Error while disabling app" : "Napaka onemogoÄanja programa", + "Disable" : "OnemogoÄi", + "Enable" : "OmogoÄi", + "Error while enabling app" : "Napaka omogoÄanja programa", + "Error while disabling broken app" : "Napaka onemogoÄanja okvarjenega programa", + "Updated" : "Posodobljeno", + "Approved" : "Odobreno", + "Experimental" : "Preizkusno", + "No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".", + "Disconnect" : "Prekinjeni povezavo", + "Error while loading browser sessions and device tokens" : " Napaka med nalaganjem brskalnika in kljuÄev naprave", + "Error while creating device token" : " Napaka med izdelavo kljuÄa naprave", + "Error while deleting the token" : " Napaka med brisanjem kljuÄa", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "PriÅ¡lo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.", + "Valid until {date}" : "Veljavno do {date}", + "Delete" : "IzbriÅ¡i", + "Select a profile picture" : "Izbor slike profila", + "Very weak password" : "Zelo Å¡ibko geslo", + "Weak password" : "Å ibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "OdliÄno geslo", + "Groups" : "Skupine", + "Unable to delete {objName}" : "Ni mogoÄe izbrisati {objName}", + "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}", + "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", + "deleted {groupName}" : "izbrisano {groupName}", + "undo" : "razveljavi", + "never" : "nikoli", + "deleted {userName}" : "izbrisano {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Sprememba gesla bo povzroÄila izgubo podatkov, ker obnova podatkov za tega uporabnika ni na voljo.", + "A valid username must be provided" : "Navedeno mora biti veljavno uporabniÅ¡ko ime", + "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}", + "A valid password must be provided" : "Navedeno mora biti veljavno geslo", + "A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske poÅ¡te.", + "Developer documentation" : "Dokumentacija za razvijalce", + "%s-licensed" : "dovoljenje-%s", + "Documentation:" : "Dokumentacija:", + "User documentation" : "UporabniÅ¡ka dokumentacija", + "Admin documentation" : "SkrbniÅ¡ka dokumentacija", + "Visit website" : "ObiÅ¡Äite spletno stran", + "Report a bug" : "PoÅ¡lji poroÄilo o hroÅ¡Äu", + "Show description …" : "Pokaži opis ...", + "Hide description …" : "Skrij opis ...", + "This app has an update available." : "Za program so na voljo posodobitve.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima doloÄene minimalne NextCloud verzije. V prihodnosti bo to napaka.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima doloÄene maksimalne NextCloud verzije. V prihodnosti bo to napaka.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoÄe namestiti zaradi nereÅ¡enih odvisnosti:", + "Enable only for specific groups" : "OmogoÄi le za posamezne skupine", + "SSL Root Certificates" : "Korenska potrdila SSL", + "Common Name" : "SploÅ¡no ime", + "Valid until" : "Veljavno do", + "Issued By" : "Izdajatelj", + "Valid until %s" : "Veljavno do %s", + "Import root certificate" : "Uvozi korensko potrdilo", + "Administrator documentation" : "SkrbniÅ¡ka dokumentacija", + "Online documentation" : "Spletna dokumentacija", + "Forum" : "Forum", + "Commercial support" : "Podpora strankam", + "None" : "Brez", + "Login" : "Prijava", + "Plain" : "Besedilno", + "NT LAN Manager" : "Upravljalnik NT LAN", + "Email server" : "PoÅ¡tni strežnik", + "Open documentation" : "Odprta dokumentacija", + "Send mode" : "NaÄin poÅ¡iljanja", + "Encryption" : "Å ifriranje", + "From address" : "Naslov poÅ¡iljatelja", + "mail" : "poÅ¡ta", + "Authentication method" : "NaÄin overitve", + "Authentication required" : "Zahtevana je overitev", + "Server address" : "Naslov strežnika", + "Port" : "Vrata", + "Credentials" : "Poverila", + "SMTP Username" : "UporabniÅ¡ko ime SMTP", + "SMTP Password" : "Geslo SMTP", + "Store credentials" : "Shrani poverila", + "Test email settings" : "Preizkus nastavitev elektronske poÅ¡te", + "Send email" : "PoÅ¡lji elektronsko sporoÄilo", + "Server-side encryption" : "Å ifriranje na strežniku", + "Enable server-side encryption" : "OmogoÄi Å¡ifriranje na strežniku", + "Please read carefully before activating server-side encryption: " : "Pozorno preberite opombe, preden omogoÄite strežniÅ¡ko Å¡ifriranje:", + "Be aware that encryption always increases the file size." : " UpoÅ¡tevajte, da Å¡ifriranje vedno poveÄa velikost datoteke.", + "This is the final warning: Do you really want to enable encryption?" : " To je zadnje opozorilo. Ali resniÄno želite vkljuÄiti Å¡ifriranje?", + "Enable encryption" : "OmogoÄi Å¡ifriranje", + "No encryption module loaded, please enable an encryption module in the app menu." : "Modul za Å¡ifriranje ni naložen. Prosim, omogoÄite en Å¡ifrirni modul v spisku aplikacij.", + "Select default encryption module:" : "Izbor privzetega modula za Å¡ifriranje:", + "Start migration" : "ZaÄni selitev", + "Security & setup warnings" : "Varnost in namestitvena opozorila", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzroÄil predpomnilnik ali pospeÅ¡evalnik, kot sta Zend OPcache ali eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoÄe nastaviti na možnost, ki podpira nabor UTF-8.", + "All checks passed." : "Vsa preverjanja so uspeÅ¡no zakljuÄena.", + "Execute one task with each page loaded" : "Izvedi eno nalogo z vsako naloženo stranjo.", + "Version" : "RazliÄica", + "Sharing" : "Souporaba", + "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "Allow users to share via link" : "Uporabnikom dovoli omogoÄanje souporabe s povezavami", + "Allow public uploads" : "Dovoli javno poÅ¡iljanje datotek v oblak", + "Enforce password protection" : "Vsili zaÅ¡Äito z geslom", + "Set default expiration date" : "Nastavitev privzetega datuma poteka", + "Expire after " : "PreteÄe po", + "days" : "dneh", + "Enforce expiration date" : "Vsili datum preteka", + "Allow resharing" : "Dovoli nadaljnjo souporabo", + "Allow sharing with groups" : "Dovoli souporabo s skupinami", + "Restrict users to only share with users in their groups" : "Uporabnikom dovoli omogoÄanje souporabe le znotraj njihove skupine", + "Exclude groups from sharing" : "IzloÄi skupine iz souporabe", + "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, ne morejo pa souporabe dovoliti", + "Tips & tricks" : "Nasveti in triki", + "How to do backups" : "Kako ustvariti varnostne kopije", + "Performance tuning" : "Prilagajanje delovanja", + "Improving the config.php" : "IzboljÅ¡ave v config.php", + "Theming" : "Teme", + "Hardening and security guidance" : "Varnost in varnostni napotki", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Uporabljate <strong>%s</strong> od <strong>%s</strong>", + "Profile picture" : "Slika profila", + "Upload new" : "PoÅ¡lji novo", + "Select from Files" : "Izbor iz datotek", + "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, najveÄ. 20 MB", + "Picture provided by original account" : "Slika iz originalnega raÄuna", + "Cancel" : "PrekliÄi", + "Choose as profile picture" : "Izberi kot sliko profila", + "Full name" : "Polno ime", + "No display name set" : "Prikazno ime ni nastavljeno", + "Email" : "Elektronski naslov", + "Your email address" : "Osebni elektronski naslov", + "No email address set" : "PoÅ¡tni naslov ni nastavljen", + "You are member of the following groups:" : "Ste Älan naslednjih skupin:", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", + "Password" : "Geslo", + "Current password" : "Trenutno geslo", + "New password" : "Novo geslo", + "Change password" : "Spremeni geslo", + "App name" : "Ime aplikacije", + "Create new app password" : "Ustvari novo geslo aplikacije", + "Username" : "UporabniÅ¡ko ime", + "Done" : "KonÄano", + "Show storage location" : "Pokaži mesto shrambe", + "Show user backend" : "Pokaži ozadnji program", + "Show email address" : "Pokaži naslov elektronske poÅ¡te", + "Send email to new user" : "PoÅ¡lji sporoÄilo novemu uporabniku", + "E-Mail" : "Elektronska poÅ¡ta", + "Create" : "Ustvari", + "Admin Recovery Password" : "Obnovitev skrbniÅ¡kega gesla", + "Enter the recovery password in order to recover the users files during password change" : "Vnesite geslo, ki omogoÄa obnovitev uporabniÅ¡kih datotek med spreminjanjem gesla", + "Everyone" : "Vsi", + "Admins" : "Skrbniki", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Vnesite koliÄinsko omejitev prostora (na primer: \"512 MB\" ali \"12 GB\")", + "Unlimited" : "Neomejeno", + "Other" : "Drugo", + "Quota" : "KoliÄinska omejitev", + "change full name" : "Spremeni polno ime", + "set new password" : "nastavi novo geslo", + "change email address" : "spremeni naslov elektronske poÅ¡te", + "Default" : "Privzeto" +},"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/settings/l10n/ta_LK.js b/settings/l10n/ta_LK.js new file mode 100644 index 0000000000000000000000000000000000000000..7fb74ec4040311fc6e4e3ab4ebf7649c6464f10e --- /dev/null +++ b/settings/l10n/ta_LK.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "அதà¯à®¤à®¾à®Ÿà¯à®šà®¿à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤à®²à®¿à®²à¯ வழà¯", + "Email saved" : "மினà¯à®©à®žà¯à®šà®²à¯ சேமிகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯", + "All" : "எலà¯à®²à®¾à®®à¯", + "Disable" : "இயலà¯à®®à¯ˆà®ªà¯à®ª", + "Enable" : "இயலà¯à®®à¯ˆà®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤à¯à®•", + "Delete" : "நீகà¯à®•à¯à®•", + "Groups" : "கà¯à®´à¯à®•à¯à®•à®³à¯", + "undo" : "à®®à¯à®©à¯ செயல௠நீகà¯à®•à®®à¯ ", + "never" : "à®’à®°à¯à®ªà¯‹à®¤à¯à®®à¯", + "None" : "ஒனà¯à®±à¯à®®à®¿à®²à¯à®²à¯ˆ", + "Login" : "பà¯à®•à¯à®ªà®¤à®¿à®•à¯ˆ", + "Encryption" : "மறைகà¯à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯", + "Server address" : "சேவையக à®®à¯à®•à®µà®°à®¿", + "Port" : "தà¯à®±à¯ˆ ", + "Credentials" : "சானà¯à®±à¯ ஆவணஙà¯à®•à®³à¯", + "Cancel" : "இரதà¯à®¤à¯ செயà¯à®•", + "Email" : "மினà¯à®©à®žà¯à®šà®²à¯", + "Your email address" : "உஙà¯à®•à®³à¯à®Ÿà¯ˆà®¯ மினà¯à®©à®žà¯à®šà®²à¯ à®®à¯à®•à®µà®°à®¿", + "Language" : "மொழி", + "Help translate" : "மொழிபெயரà¯à®•à¯à®• உதவி", + "Password" : "கடவà¯à®šà¯à®šà¯Šà®²à¯", + "Current password" : "தறà¯à®ªà¯‹à®¤à¯ˆà®¯ கடவà¯à®šà¯à®šà¯Šà®²à¯", + "New password" : "பà¯à®¤à®¿à®¯ கடவà¯à®šà¯à®šà¯Šà®²à¯", + "Change password" : "கடவà¯à®šà¯à®šà¯Šà®²à¯à®²à¯ˆ மாறà¯à®±à¯à®•", + "Username" : "பயனாளர௠பெயரà¯", + "Create" : "உரà¯à®µà®¾à®•à¯à®•à¯à®•", + "Other" : "மறà¯à®±à®µà¯ˆ", + "Quota" : "பஙà¯à®•à¯" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ta_LK.json b/settings/l10n/ta_LK.json new file mode 100644 index 0000000000000000000000000000000000000000..242c42005e3b6278525432ba9b6c3cb414c05b2e --- /dev/null +++ b/settings/l10n/ta_LK.json @@ -0,0 +1,31 @@ +{ "translations": { + "Authentication error" : "அதà¯à®¤à®¾à®Ÿà¯à®šà®¿à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤à®²à®¿à®²à¯ வழà¯", + "Email saved" : "மினà¯à®©à®žà¯à®šà®²à¯ சேமிகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯", + "All" : "எலà¯à®²à®¾à®®à¯", + "Disable" : "இயலà¯à®®à¯ˆà®ªà¯à®ª", + "Enable" : "இயலà¯à®®à¯ˆà®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤à¯à®•", + "Delete" : "நீகà¯à®•à¯à®•", + "Groups" : "கà¯à®´à¯à®•à¯à®•à®³à¯", + "undo" : "à®®à¯à®©à¯ செயல௠நீகà¯à®•à®®à¯ ", + "never" : "à®’à®°à¯à®ªà¯‹à®¤à¯à®®à¯", + "None" : "ஒனà¯à®±à¯à®®à®¿à®²à¯à®²à¯ˆ", + "Login" : "பà¯à®•à¯à®ªà®¤à®¿à®•à¯ˆ", + "Encryption" : "மறைகà¯à®•à¯à®±à®¿à®¯à¯€à®Ÿà¯", + "Server address" : "சேவையக à®®à¯à®•à®µà®°à®¿", + "Port" : "தà¯à®±à¯ˆ ", + "Credentials" : "சானà¯à®±à¯ ஆவணஙà¯à®•à®³à¯", + "Cancel" : "இரதà¯à®¤à¯ செயà¯à®•", + "Email" : "மினà¯à®©à®žà¯à®šà®²à¯", + "Your email address" : "உஙà¯à®•à®³à¯à®Ÿà¯ˆà®¯ மினà¯à®©à®žà¯à®šà®²à¯ à®®à¯à®•à®µà®°à®¿", + "Language" : "மொழி", + "Help translate" : "மொழிபெயரà¯à®•à¯à®• உதவி", + "Password" : "கடவà¯à®šà¯à®šà¯Šà®²à¯", + "Current password" : "தறà¯à®ªà¯‹à®¤à¯ˆà®¯ கடவà¯à®šà¯à®šà¯Šà®²à¯", + "New password" : "பà¯à®¤à®¿à®¯ கடவà¯à®šà¯à®šà¯Šà®²à¯", + "Change password" : "கடவà¯à®šà¯à®šà¯Šà®²à¯à®²à¯ˆ மாறà¯à®±à¯à®•", + "Username" : "பயனாளர௠பெயரà¯", + "Create" : "உரà¯à®µà®¾à®•à¯à®•à¯à®•", + "Other" : "மறà¯à®±à®µà¯ˆ", + "Quota" : "பஙà¯à®•à¯" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/th.js b/settings/l10n/th.js new file mode 100644 index 0000000000000000000000000000000000000000..33a47b3336c4cac245630b0d1c5b62087548b9c9 --- /dev/null +++ b/settings/l10n/th.js @@ -0,0 +1,197 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "รหัสผ่านไม่ถูà¸à¸•à¹‰à¸à¸‡", + "Saved" : "บันทึà¸à¹à¸¥à¹‰à¸§", + "No user supplied" : "ไม่มีผู้ใช้", + "Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน", + "Authentication error" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดในสิทธิ์à¸à¸²à¸£à¹€à¸‚้าใช้งาน", + "Wrong admin recovery password. Please check the password and try again." : "à¸à¸¹à¹‰à¸„ืนรหัสผ่านขà¸à¸‡à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸šà¹„ม่ถูà¸à¸•à¹‰à¸à¸‡ à¸à¸£à¸¸à¸“าตรวจสà¸à¸šà¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¹à¸¥à¸°à¸¥à¸à¸‡à¸à¸µà¸à¸„รั้ง.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "à¸à¸³à¸¥à¸±à¸‡à¸•à¸´à¸”ตั้งà¹à¸¥à¸°à¸à¸±à¸žà¹€à¸”ทà¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันผ่าà¹à¸à¸žà¸ªà¹‚ตร์หรืà¸à¸„ลาวด์ในเครืà¸", + "Federated Cloud Sharing" : "à¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸ªà¸«à¸žà¸±à¸™à¸˜à¹Œà¸„ลาวด์", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณà¸à¸³à¸¥à¸±à¸‡à¹ƒà¸Šà¹‰ cURL %s รุ่นเà¸à¹ˆà¸²à¸à¸§à¹ˆà¸² (%s)โปรดà¸à¸±à¸žà¹€à¸”ทระบบปà¸à¸´à¸šà¸±à¸•à¸´à¸à¸²à¸£à¸«à¸£à¸·à¸à¸„ุณสมบัติเป็น %s เพื่à¸à¸à¸²à¸£à¸—ำงานที่มีประสิทธิภาพ", + "A problem occurred, please check your log files (Error: %s)" : "มีปัà¸à¸«à¸²à¹€à¸à¸´à¸”ขึ้นโปรดตรวจสà¸à¸šà¹„ฟล์บันทึà¸à¸‚à¸à¸‡à¸„ุณ (ข้à¸à¸œà¸´à¸”พลาด: %s)", + "Migration Completed" : "à¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢à¹€à¸ªà¸£à¹‡à¸ˆà¸ªà¸¡à¸šà¸¹à¸£à¸“์", + "Group already exists." : "มีà¸à¸¥à¸¸à¹ˆà¸¡à¸™à¸µà¹‰à¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Unable to add group." : "ไม่สามารถเพิ่มà¸à¸¥à¸¸à¹ˆà¸¡", + "Unable to delete group." : "ไม่สามารถลบà¸à¸¥à¸¸à¹ˆà¸¡", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "เà¸à¸´à¸”ปัà¸à¸«à¸²à¸‚ึ้นในขณะที่ส่งà¸à¸µà¹€à¸¡à¸¥ à¸à¸£à¸¸à¸“าà¹à¸à¹‰à¹„ขà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าขà¸à¸‡à¸„ุณ (ข้à¸à¸œà¸´à¸”พลาด: %s)", + "You need to set your user email before being able to send test emails." : "คุณจำเป็นต้à¸à¸‡à¸•à¸±à¹‰à¸‡à¸„่าà¸à¸µà¹€à¸¡à¸¥à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸‚à¸à¸‡à¸„ุณà¸à¹ˆà¸à¸™à¸—ี่จะสามารถส่งà¸à¸µà¹€à¸¡à¸¥à¸—ดสà¸à¸š", + "Invalid mail address" : "ที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥à¹„ม่ถูà¸à¸•à¹‰à¸à¸‡", + "A user with that name already exists." : "มีชื้à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸™à¸µà¹‰à¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Unable to create user." : "ไม่สามารถสร้างผู้ใช้", + "Unable to delete user." : "ไม่สามารถลบผู้ใช้", + "Unable to change full name" : "ไม่สามารถเปลี่ยนชื่à¸à¹€à¸•à¹‡à¸¡", + "Your full name has been changed." : "ชื่à¸à¹€à¸•à¹‡à¸¡à¸‚à¸à¸‡à¸„ุณถูà¸à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¹à¸›à¸¥à¸‡", + "Forbidden" : "เขตหวงห้าม", + "Invalid user" : "ผู้ใช้ไม่ถูà¸à¸•à¹‰à¸à¸‡", + "Unable to change mail address" : "ไม่สามารถที่จะเปลี่ยนที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Email saved" : "à¸à¸µà¹€à¸¡à¸¥à¸–ูà¸à¸šà¸±à¸™à¸—ึà¸à¹à¸¥à¹‰à¸§", + "Your %s account was created" : "บัà¸à¸Šà¸µ %s ขà¸à¸‡à¸„ุณถูà¸à¸ªà¸£à¹‰à¸²à¸‡à¸‚ึ้น", + "Couldn't remove app." : "ไม่สามารถลบà¹à¸à¸žà¸¯", + "Couldn't update app." : "ไม่สามารถà¸à¸±à¸žà¹€à¸”ทà¹à¸à¸›à¸¯", + "Add trusted domain" : "เพิ่มโดเมนที่เชื่à¸à¸–ืà¸à¹„ด้", + "Migration in progress. Please wait until the migration is finished" : "ในระหว่างดำเนินà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢ à¸à¸£à¸¸à¸“ารà¸à¸ªà¸±à¸à¸„รู่จนà¸à¸§à¹ˆà¸²à¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢à¸ˆà¸°à¹€à¸ªà¸£à¹‡à¸ˆà¸ªà¸´à¹‰à¸™", + "Migration started …" : "เริ่มต้นà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢ …", + "Email sent" : "ส่งà¸à¸µà¹€à¸¡à¸¥à¹à¸¥à¹‰à¸§", + "Official" : "เป็นทางà¸à¸²à¸£", + "All" : "ทั้งหมด", + "Update to %s" : "à¸à¸±à¸žà¹€à¸”ทไปยัง %s", + "No apps found for your version" : "ไม่พบà¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันสำหรับรุ่นขà¸à¸‡à¸„ุณ", + "The app will be downloaded from the app store" : "à¹à¸à¸žà¸¯à¸ˆà¸°à¸”าวน์โหลดได้จาà¸à¹à¸à¸žà¸ªà¹‚ตร์", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันได้รับà¸à¸²à¸£à¸à¸™à¸¸à¸¡à¸±à¸•à¸´à¹à¸¥à¸°à¸žà¸±à¸’นาโดยนัà¸à¸žà¸±à¸’นาที่น่าเชื่à¸à¸–ืà¸à¹à¸¥à¸°à¹„ด้ผ่านà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸„วามปลà¸à¸”ภัยคร่าวๆ พวà¸à¹€à¸‚าจะได้รับà¸à¸²à¸£à¸šà¸³à¸£à¸¸à¸‡à¸£à¸±à¸à¸©à¸²à¸à¸¢à¹ˆà¸²à¸‡à¸”ีในà¸à¸²à¸£à¹€à¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥à¸£à¸«à¸±à¸ªà¹€à¸›à¸´à¸” มันà¸à¸²à¸ˆà¸¢à¸±à¸‡à¹„ม่เสถียรพà¸à¸ªà¸³à¸«à¸£à¸±à¸šà¸à¸²à¸£à¹€à¸›à¸´à¸”ใช้งานปà¸à¸•à¸´", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "à¹à¸à¸žà¸¯ นี้ไม่ได้ตรวจสà¸à¸šà¸›à¸±à¸à¸«à¸²à¸”้านความปลà¸à¸”ภัยà¹à¸¥à¸°à¹€à¸›à¹‡à¸™à¹à¸à¸žà¸¯à¹ƒà¸«à¸¡à¹ˆà¸«à¸£à¸·à¸à¸—ี่รู้จัà¸à¸à¸±à¸™à¸„ืà¸à¸ˆà¸°à¹„ม่เสถียร ติดตั้งบนความเสี่ยงขà¸à¸‡à¸„ุณเà¸à¸‡", + "Error while disabling app" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะปิดà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชัน", + "Disable" : "ปิดใช้งาน", + "Enable" : "เปิดใช้งาน", + "Error while enabling app" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¸³à¸¥à¸±à¸‡à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¹à¸à¸žà¸¯", + "Error while disabling broken app" : "ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¸³à¸¥à¸±à¸‡à¸›à¸´à¸”à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹à¸à¸žà¸¯à¸—ี่มีปัà¸à¸«à¸²", + "Updated" : "à¸à¸±à¸žà¹€à¸”ทà¹à¸¥à¹‰à¸§", + "Approved" : "ได้รับà¸à¸²à¸£à¸à¸™à¸¸à¸¡à¸±à¸•à¸´", + "Experimental" : "à¸à¸²à¸£à¸—ดลà¸à¸‡", + "No apps found for {query}" : "ไม่พบà¹à¸à¸žà¸¯à¸ªà¸³à¸«à¸£à¸±à¸š {query}", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาด à¸à¸£à¸¸à¸“าà¸à¸±à¸žà¹‚หลดใบรับรà¸à¸‡à¹€à¸‚้ารหัส ASCII PEM", + "Valid until {date}" : "ใช้ได้จนถึงวันที่ {date}", + "Delete" : "ลบ", + "Select a profile picture" : "เลืà¸à¸à¸£à¸¹à¸›à¸ าพโปรไฟล์", + "Very weak password" : "รหัสผ่านระดับต่ำมาà¸", + "Weak password" : "รหัสผ่านระดับต่ำ", + "So-so password" : "รหัสผ่านระดับปà¸à¸•à¸´", + "Good password" : "รหัสผ่านระดับดี", + "Strong password" : "รหัสผ่านระดับดีมาà¸", + "Groups" : "à¸à¸¥à¸¸à¹ˆà¸¡", + "Unable to delete {objName}" : "ไม่สามารถลบ {objName}", + "Error creating group: {message}" : "ข้à¸à¸œà¸´à¸”พลาดà¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡à¸à¸¥à¸¸à¹ˆà¸¡: {message}", + "A valid group name must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸Šà¸·à¹ˆà¸à¸à¸¥à¸¸à¹ˆà¸¡à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "deleted {groupName}" : "ลบà¸à¸¥à¸¸à¹ˆà¸¡ {groupName} เรียบร้à¸à¸¢à¹à¸¥à¹‰à¸§", + "undo" : "เลิà¸à¸—ำ", + "never" : "ไม่ต้à¸à¸‡à¹€à¸¥à¸¢", + "deleted {userName}" : "ลบผู้ใช้ {userName} เรียบร้à¸à¸¢à¹à¸¥à¹‰à¸§", + "Changing the password will result in data loss, because data recovery is not available for this user" : "à¸à¸²à¸£à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸ˆà¸°à¸ªà¹ˆà¸‡à¸œà¸¥à¹ƒà¸«à¹‰à¹€à¸à¸´à¸”à¸à¸²à¸£à¸ªà¸¹à¸à¹€à¸ªà¸µà¸¢à¸‚้à¸à¸¡à¸¹à¸¥à¹€à¸žà¸£à¸²à¸°à¸à¸²à¸£à¸à¸¹à¹‰à¸„ืนข้à¸à¸¡à¸¹à¸¥à¸ˆà¸°à¹„ม่สามารถใช้ได้สำหรับผู้ใช้นี้", + "A valid username must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸Šà¸·à¹ˆà¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "Error creating user: {message}" : "ข้à¸à¸œà¸´à¸”พลาดในà¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰: {message}", + "A valid password must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "A valid email must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸à¸µà¹€à¸¡à¸¥à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "Developer documentation" : "เà¸à¸à¸ªà¸²à¸£à¸ªà¸³à¸«à¸£à¸±à¸šà¸™à¸±à¸à¸žà¸±à¸’นา", + "by %s" : "โดย %s", + "%s-licensed" : "%s ได้รับใบà¸à¸™à¸¸à¸à¸²à¸•", + "Documentation:" : "เà¸à¸à¸ªà¸²à¸£:", + "User documentation" : "เà¸à¸à¸ªà¸²à¸£à¸ªà¸³à¸«à¸£à¸±à¸šà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰", + "Admin documentation" : "เà¸à¸à¸ªà¸²à¸£à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Show description …" : "à¹à¸ªà¸”งรายละเà¸à¸µà¸¢à¸” ...", + "Hide description …" : "ซ่à¸à¸™à¸£à¸²à¸¢à¸¥à¸°à¹€à¸à¸µà¸¢à¸” ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งà¹à¸à¸žà¸¯à¸™à¸µà¹‰à¹€à¸žà¸£à¸²à¸°à¹„ม่มีตัวà¸à¹‰à¸²à¸‡à¸à¸´à¸‡à¸•à¹ˆà¸à¹„ปนี้:", + "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะà¸à¸¥à¸¸à¹ˆà¸¡", + "SSL Root Certificates" : "ใบรับรà¸à¸‡ SSL", + "Common Name" : "ชื่à¸à¸—ั่วไป", + "Valid until" : "ใช้ได้จนถึง", + "Issued By" : "ปัà¸à¸«à¸²à¹‚ดย", + "Valid until %s" : "ใช้ได้จนถึง %s", + "Import root certificate" : "นำเข้าใบรับรà¸à¸‡à¸«à¸¥à¸±à¸", + "Administrator documentation" : "เà¸à¸à¸ªà¸²à¸£à¸‚à¸à¸‡à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Online documentation" : "เà¸à¸à¸ªà¸²à¸£à¸à¸à¸™à¹„ลน์", + "Forum" : "ฟà¸à¸£à¸±à¹ˆà¸¡", + "Commercial support" : "สนับสนุนเชิงพาณิชย์", + "None" : "ไม่มี", + "Login" : "เข้าสู่ระบบ", + "Plain" : "ธรรมดา", + "NT LAN Manager" : "ตัวจัดà¸à¸²à¸£ NT LAN", + "Email server" : "à¸à¸µà¹€à¸¡à¸¥à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Open documentation" : "เปิดเà¸à¸à¸ªà¸²à¸£", + "Send mode" : "โหมดà¸à¸²à¸£à¸ªà¹ˆà¸‡", + "Encryption" : "à¸à¸²à¸£à¹€à¸‚้ารหัส", + "From address" : "จาà¸à¸—ี่à¸à¸¢à¸¹à¹ˆ", + "mail" : "à¸à¸µà¹€à¸¡à¸¥", + "Authentication method" : "วิธีà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸š", + "Authentication required" : "จำเป็นต้à¸à¸‡à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸„วามถูà¸à¸•à¹‰à¸à¸‡", + "Server address" : "ที่à¸à¸¢à¸¹à¹ˆà¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Port" : "พà¸à¸£à¹Œà¸•", + "Credentials" : "ข้à¸à¸¡à¸¹à¸¥à¸ªà¹ˆà¸§à¸™à¸•à¸±à¸§à¸ªà¸³à¸«à¸£à¸±à¸šà¹€à¸‚้าระบบ", + "SMTP Username" : "ชื่à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰ SMTP", + "SMTP Password" : "รหัสผ่าน SMTP", + "Store credentials" : "ข้à¸à¸¡à¸¹à¸¥à¸›à¸£à¸°à¸ˆà¸³à¸•à¸±à¸§à¸‚à¸à¸‡à¸£à¹‰à¸²à¸™à¸„้า", + "Test email settings" : "ทดสà¸à¸šà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าà¸à¸µà¹€à¸¡à¸¥", + "Send email" : "ส่งà¸à¸µà¹€à¸¡à¸¥", + "Server-side encryption" : "เข้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Enable server-side encryption" : "เปิดà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹€à¸‚้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Please read carefully before activating server-side encryption: " : "à¸à¸£à¸¸à¸“าà¸à¹ˆà¸²à¸™à¸à¸¢à¹ˆà¸²à¸‡à¸¥à¸°à¹€à¸à¸µà¸¢à¸”à¸à¹ˆà¸à¸™à¸—ี่จะเปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "เมื่à¸à¹€à¸›à¸´à¸”ใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัส ไฟล์ทั้งหมดที่à¸à¸±à¸žà¹‚หลดไปยังเซิร์ฟเวà¸à¸£à¹Œà¸™à¸±à¹‰à¸™à¸ˆà¸°à¸–ูà¸à¹€à¸‚้ารหัสในส่วนขà¸à¸‡à¹€à¸‹à¸´à¸Ÿà¹€à¸§à¸à¸£à¹Œ มันเป็นไปได้ที่จะปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัสในภายหลัง ถ้าเปิดใช้ฟังà¸à¹Œà¸Šà¸±à¹ˆà¸™à¸à¸²à¸£à¸ªà¸™à¸±à¸šà¸ªà¸™à¸¸à¸™à¹‚มดูลà¸à¸²à¸£à¹€à¸‚้ารหัสที่à¹à¸¥à¸°à¹€à¸‡à¸·à¹ˆà¸à¸™à¹„ขà¸à¹ˆà¸à¸™ (เช่น à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าคีย์à¸à¸¹à¹‰à¸„ืน)", + "Be aware that encryption always increases the file size." : "โปรดทราบว่าหาà¸à¹€à¸‚้ารหัสไฟล์จะทำให้ขนาดขà¸à¸‡à¹„ฟล์ใหà¸à¹ˆà¸‚ึ้น", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "มันจะดีถ้าคุณสำรà¸à¸‡à¸‚้à¸à¸¡à¸¹à¸¥à¸šà¹ˆà¸à¸¢à¹† ในà¸à¸£à¸“ีขà¸à¸‡à¸à¸²à¸£à¹€à¸‚้ารหัสโปรดà¹à¸™à¹ˆà¹ƒà¸ˆà¸§à¹ˆà¸²à¸ˆà¸°à¸ªà¸³à¸£à¸à¸‡à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับพร้à¸à¸¡à¸à¸±à¸šà¸‚้à¸à¸¡à¸¹à¸¥à¸‚à¸à¸‡à¸„ุณ", + "This is the final warning: Do you really want to enable encryption?" : "นี่คืà¸à¸à¸²à¸£à¹€à¸•à¸·à¸à¸™à¸„รั้งสุดท้าย: คุณต้à¸à¸‡à¸à¸²à¸£à¸—ี่จะเปิดใช้à¸à¸²à¸£à¹€à¸‚้ารหัส?", + "Enable encryption" : "เปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัส", + "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสโหลดโปรดเปิดใช้งานโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสในเมนูà¹à¸à¸žà¸¯", + "Select default encryption module:" : "เลืà¸à¸à¸„่าเริ่มต้นโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัส:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "คุณจำเป็นต้à¸à¸‡à¹‚à¸à¸™à¸¢à¹‰à¸²à¸¢à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับขà¸à¸‡à¸„ุณจาà¸à¸à¸²à¸£à¹€à¸‚้ารหัสเà¸à¹ˆà¸² (ownCloud <= 8.0) ไปใหม่ à¸à¸£à¸¸à¸“าเปิดใช้งาน \"โมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสเริ่มต้น\" à¹à¸¥à¸°à¹€à¸£à¸µà¸¢à¸à¹ƒà¸Šà¹‰ 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "คุณจำเป็นต้à¸à¸‡à¹‚à¸à¸™à¸¢à¹‰à¸²à¸¢à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับขà¸à¸‡à¸„ุณจาà¸à¸à¸²à¸£à¹€à¸‚้ารหัสเà¸à¹ˆà¸² (ownCloud <= 8.0) ไปใหม่", + "Start migration" : "เริ่มà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢", + "Security & setup warnings" : "คำเตืà¸à¸™à¸„วามปลà¸à¸”ภัยà¹à¸¥à¸°à¸à¸²à¸£à¸•à¸´à¸”ตั้ง", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ตั้งค่าให้สามารถà¸à¹ˆà¸²à¸™à¹„ด้à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸”ียวถูà¸à¹€à¸›à¸´à¸”ใช้งาน นี้จะช่วยป้à¸à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าผ่านทางบางเว็บà¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¹€à¸Ÿà¸‹ นà¸à¸à¸ˆà¸²à¸à¸™à¸µà¹‰à¸ˆà¸°à¸•à¹‰à¸à¸‡à¹€à¸‚ียนไฟล์ด้วยตนเà¸à¸‡à¸ªà¸³à¸«à¸£à¸±à¸šà¸—ุà¸à¸à¸²à¸£à¸à¸±à¸žà¹€à¸”ท", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้à¸à¸²à¸ˆà¹€à¸à¸´à¸”จาภcache/accelerator à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸Šà¹ˆà¸™ Zend OPcache หรืภeAccelerator", + "System locale can not be set to a one which supports UTF-8." : "ตำà¹à¸«à¸™à¹ˆà¸‡à¸—ี่ตั้งขà¸à¸‡à¸£à¸°à¸šà¸šà¹„ม่สามารถตั้งค่าให้รà¸à¸‡à¸£à¸±à¸š UTF-8", + "All checks passed." : "ผ่านà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸—ั้งหมด", + "Execute one task with each page loaded" : "ประมวลผลหนึ่งงาน ในà¹à¸•à¹ˆà¸¥à¸°à¸„รั้งที่มีà¸à¸²à¸£à¹‚หลดหน้าเว็บ", + "Version" : "รุ่น", + "Sharing" : "à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥", + "Allow apps to use the Share API" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸à¸›à¸¯à¸ªà¸²à¸¡à¸²à¸£à¸–ใช้ API สำหรับà¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥à¹„ด้", + "Allow users to share via link" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸ªà¸²à¸¡à¸²à¸£à¸–à¹à¸Šà¸£à¹Œà¸œà¹ˆà¸²à¸™à¸—างลิงค์", + "Allow public uploads" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¸à¸±à¸žà¹‚หลดสาธารณะ", + "Enforce password protection" : "บังคับใช้à¸à¸²à¸£à¸›à¹‰à¸à¸‡à¸à¸±à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™", + "Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดà¸à¸²à¸¢à¸¸", + "Expire after " : "หลังจาà¸à¸«à¸¡à¸”à¸à¸²à¸¢à¸¸", + "days" : "วัน", + "Enforce expiration date" : "บังคับให้มีวันที่หมดà¸à¸²à¸¢à¸¸", + "Allow resharing" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥à¸‹à¹‰à¸³à¸à¸µà¸à¸„รั้งได้", + "Allow sharing with groups" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸à¸¥à¸¸à¹ˆà¸¡", + "Restrict users to only share with users in their groups" : "จำà¸à¸±à¸”ให้ผู้ใช้สามารถà¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¹ƒà¸™à¸à¸¥à¸¸à¹ˆà¸¡à¸‚à¸à¸‡à¸žà¸§à¸à¹€à¸‚าเท่านั้น", + "Exclude groups from sharing" : "ไม่รวมà¸à¸¥à¸¸à¹ˆà¸¡à¸—ี่à¸à¸³à¸¥à¸±à¸‡à¹à¸Šà¸£à¹Œ", + "These groups will still be able to receive shares, but not to initiate them." : "à¸à¸¥à¸¸à¹ˆà¸¡à¸™à¸µà¹‰à¸ˆà¸°à¸¢à¸±à¸‡à¸„งสามารถได้รับà¸à¸²à¸£à¹à¸Šà¸£à¹Œ à¹à¸•à¹ˆà¸žà¸§à¸à¹€à¸‚าจะไม่รู้จัà¸à¸¡à¸±à¸™", + "Tips & tricks" : "เคล็ดลับà¹à¸¥à¸°à¹€à¸—คนิค", + "How to do backups" : "วิธีà¸à¸²à¸£à¸ªà¸³à¸£à¸à¸‡à¸‚้à¸à¸¡à¸¹à¸¥", + "Performance tuning" : "à¸à¸²à¸£à¸›à¸£à¸±à¸šà¹à¸•à¹ˆà¸‡à¸›à¸£à¸°à¸ªà¸´à¸—ธิภาพ", + "Improving the config.php" : "ปรับปรุงไฟล์ config.php", + "Theming" : "ชุดรูปà¹à¸šà¸š", + "Hardening and security guidance" : "คำà¹à¸™à¸°à¸™à¸³à¸à¸²à¸£à¸£à¸±à¸à¸©à¸²à¸„วามปลà¸à¸”ภัย", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "คุณà¸à¸³à¸¥à¸±à¸‡à¹ƒà¸Šà¹‰à¸žà¸·à¹‰à¸™à¸—ี่ <strong>%s</strong> จาà¸à¸—ั้งหมด <strong>%s</strong>", + "Profile picture" : "รูปภาพโปรไฟล์", + "Upload new" : "à¸à¸±à¸žà¹‚หลดใหม่", + "Select from Files" : "เลืà¸à¸à¸ˆà¸²à¸à¹„ฟล์", + "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "จะต้à¸à¸‡à¹€à¸›à¹‡à¸™à¹„ฟล์ png หรืภjpg, สูงสุดไม่เà¸à¸´à¸™ 20 เมà¸à¸°à¹„บต์", + "Picture provided by original account" : "ใช้รูปภาพจาà¸à¸šà¸±à¸à¸Šà¸µà¹€à¸”ิม", + "Cancel" : "ยà¸à¹€à¸¥à¸´à¸", + "Choose as profile picture" : "เลืà¸à¸à¸£à¸¹à¸›à¸ าพโปรไฟล์", + "Full name" : "ชื่à¸à¹€à¸•à¹‡à¸¡", + "No display name set" : "ไม่มีชื่à¸à¸—ี่à¹à¸ªà¸”ง", + "Email" : "à¸à¸µà¹€à¸¡à¸¥", + "Your email address" : "ที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥à¹Œà¸‚à¸à¸‡à¸„ุณ", + "No email address set" : "ไม่ได้ตั้งค่าที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "You are member of the following groups:" : "คุณเป็นสมาชิà¸à¸‚à¸à¸‡à¸à¸¥à¸¸à¹ˆà¸¡à¸•à¹ˆà¸à¹„ปนี้:", + "Language" : "ภาษา", + "Help translate" : "มาช่วยà¸à¸±à¸™à¹à¸›à¸¥à¸ªà¸´!", + "Password" : "รหัสผ่าน", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Change password" : "เปลี่ยนรหัสผ่าน", + "Username" : "ชื่à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸‡à¸²à¸™", + "Done" : "เสร็จสิ้น", + "Show storage location" : "à¹à¸ªà¸”งสถานที่จัดเà¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥", + "Show user backend" : "à¹à¸ªà¸”งà¹à¸šà¹‡à¸à¹€à¸à¸™à¸”์ขà¸à¸‡à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰", + "Show email address" : "à¹à¸ªà¸”งที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Send email to new user" : "ส่งà¸à¸µà¹€à¸¡à¸¥à¹„ปยังผู้ใช้ใหม่", + "E-Mail" : "à¸à¸µà¹€à¸¡à¸¥", + "Create" : "สร้าง", + "Admin Recovery Password" : "à¸à¸¹à¹‰à¸„ืนรหัสผ่านดูà¹à¸¥à¸£à¸°à¸šà¸š", + "Enter the recovery password in order to recover the users files during password change" : "ป้à¸à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸à¸²à¸£à¸à¸¹à¹‰à¸„ืนเพื่à¸à¸à¸¹à¹‰à¸„ืนไฟล์ผู้ใช้ในช่วงà¸à¸²à¸£à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™", + "Everyone" : "ทุà¸à¸„น", + "Admins" : "ผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "à¸à¸£à¸¸à¸“าà¸à¸£à¸à¸à¹‚ควต้าà¸à¸²à¸£à¸ˆà¸±à¸”เà¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥ (ต.ย. : \"512 MB\" หรืภ\"12 GB\")", + "Unlimited" : "ไม่จำà¸à¸±à¸”", + "Other" : "à¸à¸·à¹ˆà¸™à¹†", + "Quota" : "โควต้า", + "change full name" : "เปลี่ยนชื่à¸à¹€à¸•à¹‡à¸¡", + "set new password" : "ตั้งค่ารหัสผ่านใหม่", + "change email address" : "เปลี่ยนà¹à¸›à¸¥à¸‡à¸—ี่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Default" : "ค่าเริ่มต้น" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/th.json b/settings/l10n/th.json new file mode 100644 index 0000000000000000000000000000000000000000..89f3966b1adb443a66351a972564ef3a566aa49e --- /dev/null +++ b/settings/l10n/th.json @@ -0,0 +1,195 @@ +{ "translations": { + "Wrong password" : "รหัสผ่านไม่ถูà¸à¸•à¹‰à¸à¸‡", + "Saved" : "บันทึà¸à¹à¸¥à¹‰à¸§", + "No user supplied" : "ไม่มีผู้ใช้", + "Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน", + "Authentication error" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดในสิทธิ์à¸à¸²à¸£à¹€à¸‚้าใช้งาน", + "Wrong admin recovery password. Please check the password and try again." : "à¸à¸¹à¹‰à¸„ืนรหัสผ่านขà¸à¸‡à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸šà¹„ม่ถูà¸à¸•à¹‰à¸à¸‡ à¸à¸£à¸¸à¸“าตรวจสà¸à¸šà¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¹à¸¥à¸°à¸¥à¸à¸‡à¸à¸µà¸à¸„รั้ง.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "à¸à¸³à¸¥à¸±à¸‡à¸•à¸´à¸”ตั้งà¹à¸¥à¸°à¸à¸±à¸žà¹€à¸”ทà¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันผ่าà¹à¸à¸žà¸ªà¹‚ตร์หรืà¸à¸„ลาวด์ในเครืà¸", + "Federated Cloud Sharing" : "à¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸ªà¸«à¸žà¸±à¸™à¸˜à¹Œà¸„ลาวด์", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณà¸à¸³à¸¥à¸±à¸‡à¹ƒà¸Šà¹‰ cURL %s รุ่นเà¸à¹ˆà¸²à¸à¸§à¹ˆà¸² (%s)โปรดà¸à¸±à¸žà¹€à¸”ทระบบปà¸à¸´à¸šà¸±à¸•à¸´à¸à¸²à¸£à¸«à¸£à¸·à¸à¸„ุณสมบัติเป็น %s เพื่à¸à¸à¸²à¸£à¸—ำงานที่มีประสิทธิภาพ", + "A problem occurred, please check your log files (Error: %s)" : "มีปัà¸à¸«à¸²à¹€à¸à¸´à¸”ขึ้นโปรดตรวจสà¸à¸šà¹„ฟล์บันทึà¸à¸‚à¸à¸‡à¸„ุณ (ข้à¸à¸œà¸´à¸”พลาด: %s)", + "Migration Completed" : "à¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢à¹€à¸ªà¸£à¹‡à¸ˆà¸ªà¸¡à¸šà¸¹à¸£à¸“์", + "Group already exists." : "มีà¸à¸¥à¸¸à¹ˆà¸¡à¸™à¸µà¹‰à¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Unable to add group." : "ไม่สามารถเพิ่มà¸à¸¥à¸¸à¹ˆà¸¡", + "Unable to delete group." : "ไม่สามารถลบà¸à¸¥à¸¸à¹ˆà¸¡", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "เà¸à¸´à¸”ปัà¸à¸«à¸²à¸‚ึ้นในขณะที่ส่งà¸à¸µà¹€à¸¡à¸¥ à¸à¸£à¸¸à¸“าà¹à¸à¹‰à¹„ขà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าขà¸à¸‡à¸„ุณ (ข้à¸à¸œà¸´à¸”พลาด: %s)", + "You need to set your user email before being able to send test emails." : "คุณจำเป็นต้à¸à¸‡à¸•à¸±à¹‰à¸‡à¸„่าà¸à¸µà¹€à¸¡à¸¥à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸‚à¸à¸‡à¸„ุณà¸à¹ˆà¸à¸™à¸—ี่จะสามารถส่งà¸à¸µà¹€à¸¡à¸¥à¸—ดสà¸à¸š", + "Invalid mail address" : "ที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥à¹„ม่ถูà¸à¸•à¹‰à¸à¸‡", + "A user with that name already exists." : "มีชื้à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸™à¸µà¹‰à¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Unable to create user." : "ไม่สามารถสร้างผู้ใช้", + "Unable to delete user." : "ไม่สามารถลบผู้ใช้", + "Unable to change full name" : "ไม่สามารถเปลี่ยนชื่à¸à¹€à¸•à¹‡à¸¡", + "Your full name has been changed." : "ชื่à¸à¹€à¸•à¹‡à¸¡à¸‚à¸à¸‡à¸„ุณถูà¸à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¹à¸›à¸¥à¸‡", + "Forbidden" : "เขตหวงห้าม", + "Invalid user" : "ผู้ใช้ไม่ถูà¸à¸•à¹‰à¸à¸‡", + "Unable to change mail address" : "ไม่สามารถที่จะเปลี่ยนที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Email saved" : "à¸à¸µà¹€à¸¡à¸¥à¸–ูà¸à¸šà¸±à¸™à¸—ึà¸à¹à¸¥à¹‰à¸§", + "Your %s account was created" : "บัà¸à¸Šà¸µ %s ขà¸à¸‡à¸„ุณถูà¸à¸ªà¸£à¹‰à¸²à¸‡à¸‚ึ้น", + "Couldn't remove app." : "ไม่สามารถลบà¹à¸à¸žà¸¯", + "Couldn't update app." : "ไม่สามารถà¸à¸±à¸žà¹€à¸”ทà¹à¸à¸›à¸¯", + "Add trusted domain" : "เพิ่มโดเมนที่เชื่à¸à¸–ืà¸à¹„ด้", + "Migration in progress. Please wait until the migration is finished" : "ในระหว่างดำเนินà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢ à¸à¸£à¸¸à¸“ารà¸à¸ªà¸±à¸à¸„รู่จนà¸à¸§à¹ˆà¸²à¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢à¸ˆà¸°à¹€à¸ªà¸£à¹‡à¸ˆà¸ªà¸´à¹‰à¸™", + "Migration started …" : "เริ่มต้นà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢ …", + "Email sent" : "ส่งà¸à¸µà¹€à¸¡à¸¥à¹à¸¥à¹‰à¸§", + "Official" : "เป็นทางà¸à¸²à¸£", + "All" : "ทั้งหมด", + "Update to %s" : "à¸à¸±à¸žà¹€à¸”ทไปยัง %s", + "No apps found for your version" : "ไม่พบà¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันสำหรับรุ่นขà¸à¸‡à¸„ุณ", + "The app will be downloaded from the app store" : "à¹à¸à¸žà¸¯à¸ˆà¸°à¸”าวน์โหลดได้จาà¸à¹à¸à¸žà¸ªà¹‚ตร์", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันได้รับà¸à¸²à¸£à¸à¸™à¸¸à¸¡à¸±à¸•à¸´à¹à¸¥à¸°à¸žà¸±à¸’นาโดยนัà¸à¸žà¸±à¸’นาที่น่าเชื่à¸à¸–ืà¸à¹à¸¥à¸°à¹„ด้ผ่านà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸„วามปลà¸à¸”ภัยคร่าวๆ พวà¸à¹€à¸‚าจะได้รับà¸à¸²à¸£à¸šà¸³à¸£à¸¸à¸‡à¸£à¸±à¸à¸©à¸²à¸à¸¢à¹ˆà¸²à¸‡à¸”ีในà¸à¸²à¸£à¹€à¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥à¸£à¸«à¸±à¸ªà¹€à¸›à¸´à¸” มันà¸à¸²à¸ˆà¸¢à¸±à¸‡à¹„ม่เสถียรพà¸à¸ªà¸³à¸«à¸£à¸±à¸šà¸à¸²à¸£à¹€à¸›à¸´à¸”ใช้งานปà¸à¸•à¸´", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "à¹à¸à¸žà¸¯ นี้ไม่ได้ตรวจสà¸à¸šà¸›à¸±à¸à¸«à¸²à¸”้านความปลà¸à¸”ภัยà¹à¸¥à¸°à¹€à¸›à¹‡à¸™à¹à¸à¸žà¸¯à¹ƒà¸«à¸¡à¹ˆà¸«à¸£à¸·à¸à¸—ี่รู้จัà¸à¸à¸±à¸™à¸„ืà¸à¸ˆà¸°à¹„ม่เสถียร ติดตั้งบนความเสี่ยงขà¸à¸‡à¸„ุณเà¸à¸‡", + "Error while disabling app" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะปิดà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชัน", + "Disable" : "ปิดใช้งาน", + "Enable" : "เปิดใช้งาน", + "Error while enabling app" : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¸³à¸¥à¸±à¸‡à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¹à¸à¸žà¸¯", + "Error while disabling broken app" : "ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¸³à¸¥à¸±à¸‡à¸›à¸´à¸”à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹à¸à¸žà¸¯à¸—ี่มีปัà¸à¸«à¸²", + "Updated" : "à¸à¸±à¸žà¹€à¸”ทà¹à¸¥à¹‰à¸§", + "Approved" : "ได้รับà¸à¸²à¸£à¸à¸™à¸¸à¸¡à¸±à¸•à¸´", + "Experimental" : "à¸à¸²à¸£à¸—ดลà¸à¸‡", + "No apps found for {query}" : "ไม่พบà¹à¸à¸žà¸¯à¸ªà¸³à¸«à¸£à¸±à¸š {query}", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาด à¸à¸£à¸¸à¸“าà¸à¸±à¸žà¹‚หลดใบรับรà¸à¸‡à¹€à¸‚้ารหัส ASCII PEM", + "Valid until {date}" : "ใช้ได้จนถึงวันที่ {date}", + "Delete" : "ลบ", + "Select a profile picture" : "เลืà¸à¸à¸£à¸¹à¸›à¸ าพโปรไฟล์", + "Very weak password" : "รหัสผ่านระดับต่ำมาà¸", + "Weak password" : "รหัสผ่านระดับต่ำ", + "So-so password" : "รหัสผ่านระดับปà¸à¸•à¸´", + "Good password" : "รหัสผ่านระดับดี", + "Strong password" : "รหัสผ่านระดับดีมาà¸", + "Groups" : "à¸à¸¥à¸¸à¹ˆà¸¡", + "Unable to delete {objName}" : "ไม่สามารถลบ {objName}", + "Error creating group: {message}" : "ข้à¸à¸œà¸´à¸”พลาดà¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡à¸à¸¥à¸¸à¹ˆà¸¡: {message}", + "A valid group name must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸Šà¸·à¹ˆà¸à¸à¸¥à¸¸à¹ˆà¸¡à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "deleted {groupName}" : "ลบà¸à¸¥à¸¸à¹ˆà¸¡ {groupName} เรียบร้à¸à¸¢à¹à¸¥à¹‰à¸§", + "undo" : "เลิà¸à¸—ำ", + "never" : "ไม่ต้à¸à¸‡à¹€à¸¥à¸¢", + "deleted {userName}" : "ลบผู้ใช้ {userName} เรียบร้à¸à¸¢à¹à¸¥à¹‰à¸§", + "Changing the password will result in data loss, because data recovery is not available for this user" : "à¸à¸²à¸£à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸ˆà¸°à¸ªà¹ˆà¸‡à¸œà¸¥à¹ƒà¸«à¹‰à¹€à¸à¸´à¸”à¸à¸²à¸£à¸ªà¸¹à¸à¹€à¸ªà¸µà¸¢à¸‚้à¸à¸¡à¸¹à¸¥à¹€à¸žà¸£à¸²à¸°à¸à¸²à¸£à¸à¸¹à¹‰à¸„ืนข้à¸à¸¡à¸¹à¸¥à¸ˆà¸°à¹„ม่สามารถใช้ได้สำหรับผู้ใช้นี้", + "A valid username must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸Šà¸·à¹ˆà¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "Error creating user: {message}" : "ข้à¸à¸œà¸´à¸”พลาดในà¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰: {message}", + "A valid password must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "A valid email must be provided" : "จะต้à¸à¸‡à¸£à¸°à¸šà¸¸à¸à¸µà¹€à¸¡à¸¥à¸—ี่ถูà¸à¸•à¹‰à¸à¸‡", + "Developer documentation" : "เà¸à¸à¸ªà¸²à¸£à¸ªà¸³à¸«à¸£à¸±à¸šà¸™à¸±à¸à¸žà¸±à¸’นา", + "by %s" : "โดย %s", + "%s-licensed" : "%s ได้รับใบà¸à¸™à¸¸à¸à¸²à¸•", + "Documentation:" : "เà¸à¸à¸ªà¸²à¸£:", + "User documentation" : "เà¸à¸à¸ªà¸²à¸£à¸ªà¸³à¸«à¸£à¸±à¸šà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰", + "Admin documentation" : "เà¸à¸à¸ªà¸²à¸£à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Show description …" : "à¹à¸ªà¸”งรายละเà¸à¸µà¸¢à¸” ...", + "Hide description …" : "ซ่à¸à¸™à¸£à¸²à¸¢à¸¥à¸°à¹€à¸à¸µà¸¢à¸” ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งà¹à¸à¸žà¸¯à¸™à¸µà¹‰à¹€à¸žà¸£à¸²à¸°à¹„ม่มีตัวà¸à¹‰à¸²à¸‡à¸à¸´à¸‡à¸•à¹ˆà¸à¹„ปนี้:", + "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะà¸à¸¥à¸¸à¹ˆà¸¡", + "SSL Root Certificates" : "ใบรับรà¸à¸‡ SSL", + "Common Name" : "ชื่à¸à¸—ั่วไป", + "Valid until" : "ใช้ได้จนถึง", + "Issued By" : "ปัà¸à¸«à¸²à¹‚ดย", + "Valid until %s" : "ใช้ได้จนถึง %s", + "Import root certificate" : "นำเข้าใบรับรà¸à¸‡à¸«à¸¥à¸±à¸", + "Administrator documentation" : "เà¸à¸à¸ªà¸²à¸£à¸‚à¸à¸‡à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Online documentation" : "เà¸à¸à¸ªà¸²à¸£à¸à¸à¸™à¹„ลน์", + "Forum" : "ฟà¸à¸£à¸±à¹ˆà¸¡", + "Commercial support" : "สนับสนุนเชิงพาณิชย์", + "None" : "ไม่มี", + "Login" : "เข้าสู่ระบบ", + "Plain" : "ธรรมดา", + "NT LAN Manager" : "ตัวจัดà¸à¸²à¸£ NT LAN", + "Email server" : "à¸à¸µà¹€à¸¡à¸¥à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Open documentation" : "เปิดเà¸à¸à¸ªà¸²à¸£", + "Send mode" : "โหมดà¸à¸²à¸£à¸ªà¹ˆà¸‡", + "Encryption" : "à¸à¸²à¸£à¹€à¸‚้ารหัส", + "From address" : "จาà¸à¸—ี่à¸à¸¢à¸¹à¹ˆ", + "mail" : "à¸à¸µà¹€à¸¡à¸¥", + "Authentication method" : "วิธีà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸š", + "Authentication required" : "จำเป็นต้à¸à¸‡à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸„วามถูà¸à¸•à¹‰à¸à¸‡", + "Server address" : "ที่à¸à¸¢à¸¹à¹ˆà¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Port" : "พà¸à¸£à¹Œà¸•", + "Credentials" : "ข้à¸à¸¡à¸¹à¸¥à¸ªà¹ˆà¸§à¸™à¸•à¸±à¸§à¸ªà¸³à¸«à¸£à¸±à¸šà¹€à¸‚้าระบบ", + "SMTP Username" : "ชื่à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰ SMTP", + "SMTP Password" : "รหัสผ่าน SMTP", + "Store credentials" : "ข้à¸à¸¡à¸¹à¸¥à¸›à¸£à¸°à¸ˆà¸³à¸•à¸±à¸§à¸‚à¸à¸‡à¸£à¹‰à¸²à¸™à¸„้า", + "Test email settings" : "ทดสà¸à¸šà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าà¸à¸µà¹€à¸¡à¸¥", + "Send email" : "ส่งà¸à¸µà¹€à¸¡à¸¥", + "Server-side encryption" : "เข้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Enable server-side encryption" : "เปิดà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¹€à¸‚้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ", + "Please read carefully before activating server-side encryption: " : "à¸à¸£à¸¸à¸“าà¸à¹ˆà¸²à¸™à¸à¸¢à¹ˆà¸²à¸‡à¸¥à¸°à¹€à¸à¸µà¸¢à¸”à¸à¹ˆà¸à¸™à¸—ี่จะเปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัสà¸à¸±à¹ˆà¸‡à¹€à¸‹à¸´à¸£à¹Œà¸Ÿà¹€à¸§à¸à¸£à¹Œ:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "เมื่à¸à¹€à¸›à¸´à¸”ใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัส ไฟล์ทั้งหมดที่à¸à¸±à¸žà¹‚หลดไปยังเซิร์ฟเวà¸à¸£à¹Œà¸™à¸±à¹‰à¸™à¸ˆà¸°à¸–ูà¸à¹€à¸‚้ารหัสในส่วนขà¸à¸‡à¹€à¸‹à¸´à¸Ÿà¹€à¸§à¸à¸£à¹Œ มันเป็นไปได้ที่จะปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัสในภายหลัง ถ้าเปิดใช้ฟังà¸à¹Œà¸Šà¸±à¹ˆà¸™à¸à¸²à¸£à¸ªà¸™à¸±à¸šà¸ªà¸™à¸¸à¸™à¹‚มดูลà¸à¸²à¸£à¹€à¸‚้ารหัสที่à¹à¸¥à¸°à¹€à¸‡à¸·à¹ˆà¸à¸™à¹„ขà¸à¹ˆà¸à¸™ (เช่น à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าคีย์à¸à¸¹à¹‰à¸„ืน)", + "Be aware that encryption always increases the file size." : "โปรดทราบว่าหาà¸à¹€à¸‚้ารหัสไฟล์จะทำให้ขนาดขà¸à¸‡à¹„ฟล์ใหà¸à¹ˆà¸‚ึ้น", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "มันจะดีถ้าคุณสำรà¸à¸‡à¸‚้à¸à¸¡à¸¹à¸¥à¸šà¹ˆà¸à¸¢à¹† ในà¸à¸£à¸“ีขà¸à¸‡à¸à¸²à¸£à¹€à¸‚้ารหัสโปรดà¹à¸™à¹ˆà¹ƒà¸ˆà¸§à¹ˆà¸²à¸ˆà¸°à¸ªà¸³à¸£à¸à¸‡à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับพร้à¸à¸¡à¸à¸±à¸šà¸‚้à¸à¸¡à¸¹à¸¥à¸‚à¸à¸‡à¸„ุณ", + "This is the final warning: Do you really want to enable encryption?" : "นี่คืà¸à¸à¸²à¸£à¹€à¸•à¸·à¸à¸™à¸„รั้งสุดท้าย: คุณต้à¸à¸‡à¸à¸²à¸£à¸—ี่จะเปิดใช้à¸à¸²à¸£à¹€à¸‚้ารหัส?", + "Enable encryption" : "เปิดใช้งานà¸à¸²à¸£à¹€à¸‚้ารหัส", + "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสโหลดโปรดเปิดใช้งานโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสในเมนูà¹à¸à¸žà¸¯", + "Select default encryption module:" : "เลืà¸à¸à¸„่าเริ่มต้นโมดูลà¸à¸²à¸£à¹€à¸‚้ารหัส:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "คุณจำเป็นต้à¸à¸‡à¹‚à¸à¸™à¸¢à¹‰à¸²à¸¢à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับขà¸à¸‡à¸„ุณจาà¸à¸à¸²à¸£à¹€à¸‚้ารหัสเà¸à¹ˆà¸² (ownCloud <= 8.0) ไปใหม่ à¸à¸£à¸¸à¸“าเปิดใช้งาน \"โมดูลà¸à¸²à¸£à¹€à¸‚้ารหัสเริ่มต้น\" à¹à¸¥à¸°à¹€à¸£à¸µà¸¢à¸à¹ƒà¸Šà¹‰ 'occ encryption:migrate'", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "คุณจำเป็นต้à¸à¸‡à¹‚à¸à¸™à¸¢à¹‰à¸²à¸¢à¸„ีย์à¸à¸²à¸£à¹€à¸‚้ารหัสลับขà¸à¸‡à¸„ุณจาà¸à¸à¸²à¸£à¹€à¸‚้ารหัสเà¸à¹ˆà¸² (ownCloud <= 8.0) ไปใหม่", + "Start migration" : "เริ่มà¸à¸²à¸£à¹‚ยà¸à¸¢à¹‰à¸²à¸¢", + "Security & setup warnings" : "คำเตืà¸à¸™à¸„วามปลà¸à¸”ภัยà¹à¸¥à¸°à¸à¸²à¸£à¸•à¸´à¸”ตั้ง", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ตั้งค่าให้สามารถà¸à¹ˆà¸²à¸™à¹„ด้à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸”ียวถูà¸à¹€à¸›à¸´à¸”ใช้งาน นี้จะช่วยป้à¸à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าผ่านทางบางเว็บà¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¹€à¸Ÿà¸‹ นà¸à¸à¸ˆà¸²à¸à¸™à¸µà¹‰à¸ˆà¸°à¸•à¹‰à¸à¸‡à¹€à¸‚ียนไฟล์ด้วยตนเà¸à¸‡à¸ªà¸³à¸«à¸£à¸±à¸šà¸—ุà¸à¸à¸²à¸£à¸à¸±à¸žà¹€à¸”ท", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้à¸à¸²à¸ˆà¹€à¸à¸´à¸”จาภcache/accelerator à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸Šà¹ˆà¸™ Zend OPcache หรืภeAccelerator", + "System locale can not be set to a one which supports UTF-8." : "ตำà¹à¸«à¸™à¹ˆà¸‡à¸—ี่ตั้งขà¸à¸‡à¸£à¸°à¸šà¸šà¹„ม่สามารถตั้งค่าให้รà¸à¸‡à¸£à¸±à¸š UTF-8", + "All checks passed." : "ผ่านà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸—ั้งหมด", + "Execute one task with each page loaded" : "ประมวลผลหนึ่งงาน ในà¹à¸•à¹ˆà¸¥à¸°à¸„รั้งที่มีà¸à¸²à¸£à¹‚หลดหน้าเว็บ", + "Version" : "รุ่น", + "Sharing" : "à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥", + "Allow apps to use the Share API" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸à¸›à¸¯à¸ªà¸²à¸¡à¸²à¸£à¸–ใช้ API สำหรับà¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥à¹„ด้", + "Allow users to share via link" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸ªà¸²à¸¡à¸²à¸£à¸–à¹à¸Šà¸£à¹Œà¸œà¹ˆà¸²à¸™à¸—างลิงค์", + "Allow public uploads" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¸à¸±à¸žà¹‚หลดสาธารณะ", + "Enforce password protection" : "บังคับใช้à¸à¸²à¸£à¸›à¹‰à¸à¸‡à¸à¸±à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™", + "Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดà¸à¸²à¸¢à¸¸", + "Expire after " : "หลังจาà¸à¸«à¸¡à¸”à¸à¸²à¸¢à¸¸", + "days" : "วัน", + "Enforce expiration date" : "บังคับให้มีวันที่หมดà¸à¸²à¸¢à¸¸", + "Allow resharing" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥à¸‹à¹‰à¸³à¸à¸µà¸à¸„รั้งได้", + "Allow sharing with groups" : "à¸à¸™à¸¸à¸à¸²à¸•à¹ƒà¸«à¹‰à¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸à¸¥à¸¸à¹ˆà¸¡", + "Restrict users to only share with users in their groups" : "จำà¸à¸±à¸”ให้ผู้ใช้สามารถà¹à¸Šà¸£à¹Œà¸à¸±à¸šà¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¹ƒà¸™à¸à¸¥à¸¸à¹ˆà¸¡à¸‚à¸à¸‡à¸žà¸§à¸à¹€à¸‚าเท่านั้น", + "Exclude groups from sharing" : "ไม่รวมà¸à¸¥à¸¸à¹ˆà¸¡à¸—ี่à¸à¸³à¸¥à¸±à¸‡à¹à¸Šà¸£à¹Œ", + "These groups will still be able to receive shares, but not to initiate them." : "à¸à¸¥à¸¸à¹ˆà¸¡à¸™à¸µà¹‰à¸ˆà¸°à¸¢à¸±à¸‡à¸„งสามารถได้รับà¸à¸²à¸£à¹à¸Šà¸£à¹Œ à¹à¸•à¹ˆà¸žà¸§à¸à¹€à¸‚าจะไม่รู้จัà¸à¸¡à¸±à¸™", + "Tips & tricks" : "เคล็ดลับà¹à¸¥à¸°à¹€à¸—คนิค", + "How to do backups" : "วิธีà¸à¸²à¸£à¸ªà¸³à¸£à¸à¸‡à¸‚้à¸à¸¡à¸¹à¸¥", + "Performance tuning" : "à¸à¸²à¸£à¸›à¸£à¸±à¸šà¹à¸•à¹ˆà¸‡à¸›à¸£à¸°à¸ªà¸´à¸—ธิภาพ", + "Improving the config.php" : "ปรับปรุงไฟล์ config.php", + "Theming" : "ชุดรูปà¹à¸šà¸š", + "Hardening and security guidance" : "คำà¹à¸™à¸°à¸™à¸³à¸à¸²à¸£à¸£à¸±à¸à¸©à¸²à¸„วามปลà¸à¸”ภัย", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "คุณà¸à¸³à¸¥à¸±à¸‡à¹ƒà¸Šà¹‰à¸žà¸·à¹‰à¸™à¸—ี่ <strong>%s</strong> จาà¸à¸—ั้งหมด <strong>%s</strong>", + "Profile picture" : "รูปภาพโปรไฟล์", + "Upload new" : "à¸à¸±à¸žà¹‚หลดใหม่", + "Select from Files" : "เลืà¸à¸à¸ˆà¸²à¸à¹„ฟล์", + "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "จะต้à¸à¸‡à¹€à¸›à¹‡à¸™à¹„ฟล์ png หรืภjpg, สูงสุดไม่เà¸à¸´à¸™ 20 เมà¸à¸°à¹„บต์", + "Picture provided by original account" : "ใช้รูปภาพจาà¸à¸šà¸±à¸à¸Šà¸µà¹€à¸”ิม", + "Cancel" : "ยà¸à¹€à¸¥à¸´à¸", + "Choose as profile picture" : "เลืà¸à¸à¸£à¸¹à¸›à¸ าพโปรไฟล์", + "Full name" : "ชื่à¸à¹€à¸•à¹‡à¸¡", + "No display name set" : "ไม่มีชื่à¸à¸—ี่à¹à¸ªà¸”ง", + "Email" : "à¸à¸µà¹€à¸¡à¸¥", + "Your email address" : "ที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥à¹Œà¸‚à¸à¸‡à¸„ุณ", + "No email address set" : "ไม่ได้ตั้งค่าที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "You are member of the following groups:" : "คุณเป็นสมาชิà¸à¸‚à¸à¸‡à¸à¸¥à¸¸à¹ˆà¸¡à¸•à¹ˆà¸à¹„ปนี้:", + "Language" : "ภาษา", + "Help translate" : "มาช่วยà¸à¸±à¸™à¹à¸›à¸¥à¸ªà¸´!", + "Password" : "รหัสผ่าน", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Change password" : "เปลี่ยนรหัสผ่าน", + "Username" : "ชื่à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸‡à¸²à¸™", + "Done" : "เสร็จสิ้น", + "Show storage location" : "à¹à¸ªà¸”งสถานที่จัดเà¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥", + "Show user backend" : "à¹à¸ªà¸”งà¹à¸šà¹‡à¸à¹€à¸à¸™à¸”์ขà¸à¸‡à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰", + "Show email address" : "à¹à¸ªà¸”งที่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Send email to new user" : "ส่งà¸à¸µà¹€à¸¡à¸¥à¹„ปยังผู้ใช้ใหม่", + "E-Mail" : "à¸à¸µà¹€à¸¡à¸¥", + "Create" : "สร้าง", + "Admin Recovery Password" : "à¸à¸¹à¹‰à¸„ืนรหัสผ่านดูà¹à¸¥à¸£à¸°à¸šà¸š", + "Enter the recovery password in order to recover the users files during password change" : "ป้à¸à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™à¸à¸²à¸£à¸à¸¹à¹‰à¸„ืนเพื่à¸à¸à¸¹à¹‰à¸„ืนไฟล์ผู้ใช้ในช่วงà¸à¸²à¸£à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸£à¸«à¸±à¸ªà¸œà¹ˆà¸²à¸™", + "Everyone" : "ทุà¸à¸„น", + "Admins" : "ผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "à¸à¸£à¸¸à¸“าà¸à¸£à¸à¸à¹‚ควต้าà¸à¸²à¸£à¸ˆà¸±à¸”เà¸à¹‡à¸šà¸‚้à¸à¸¡à¸¹à¸¥ (ต.ย. : \"512 MB\" หรืภ\"12 GB\")", + "Unlimited" : "ไม่จำà¸à¸±à¸”", + "Other" : "à¸à¸·à¹ˆà¸™à¹†", + "Quota" : "โควต้า", + "change full name" : "เปลี่ยนชื่à¸à¹€à¸•à¹‡à¸¡", + "set new password" : "ตั้งค่ารหัสผ่านใหม่", + "change email address" : "เปลี่ยนà¹à¸›à¸¥à¸‡à¸—ี่à¸à¸¢à¸¹à¹ˆà¸à¸µà¹€à¸¡à¸¥", + "Default" : "ค่าเริ่มต้น" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ug.js b/settings/l10n/ug.js new file mode 100644 index 0000000000000000000000000000000000000000..857a4264dd9747a79337b3d5ea469f6157a9312c --- /dev/null +++ b/settings/l10n/ug.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Email saved" : "تورخەت ساقلاندى", + "Couldn't update app." : "ئەپنى ÙŠÛÚىلىيالمايدۇ.", + "All" : "ھەممىسى", + "Disable" : "چەكلە", + "Enable" : "قوزغات", + "Updated" : "ÙŠÛÚىلاندى", + "Delete" : "ئۆچۈر", + "Groups" : "گۇرۇپپا", + "undo" : "ÙŠÛنىۋال", + "never" : "ھەرگىز", + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش ÙƒÛرەك", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش ÙƒÛرەك", + "Forum" : "مۇنبەر", + "None" : "يوق", + "Login" : "تىزىمغا كىرىÚ", + "Encryption" : "شىÙىرلاش", + "Server address" : "مۇلازىمÛتىر ئادرىسى", + "Port" : "ئÛغىز", + "Version" : "نەشرى", + "Sharing" : "ھەمبەھىر", + "Cancel" : "ۋاز ÙƒÛ•Ú†", + "Email" : "تورخەت", + "Your email address" : "تورخەت ئادرÛسىÚىز", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", + "Password" : "ئىم", + "Current password" : "نۆۋەتتىكى ئىم", + "New password" : "ÙŠÛÚÙ‰ ئىم", + "Change password" : "ئىم ئۆزگەرت", + "Username" : "ئىشلەتكۈچى ئاتى", + "Create" : "قۇر", + "Unlimited" : "چەكسىز", + "Other" : "باشقا", + "set new password" : "ÙŠÛÚÙ‰ ئىم تەÚØ´Û•", + "Default" : "ÙƒÛ†Úۈلدىكى" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ug.json b/settings/l10n/ug.json new file mode 100644 index 0000000000000000000000000000000000000000..be0cfb438d2550f9e98cb1bfa4e3c3b80ef05b39 --- /dev/null +++ b/settings/l10n/ug.json @@ -0,0 +1,39 @@ +{ "translations": { + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Email saved" : "تورخەت ساقلاندى", + "Couldn't update app." : "ئەپنى ÙŠÛÚىلىيالمايدۇ.", + "All" : "ھەممىسى", + "Disable" : "چەكلە", + "Enable" : "قوزغات", + "Updated" : "ÙŠÛÚىلاندى", + "Delete" : "ئۆچۈر", + "Groups" : "گۇرۇپپا", + "undo" : "ÙŠÛنىۋال", + "never" : "ھەرگىز", + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش ÙƒÛرەك", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش ÙƒÛرەك", + "Forum" : "مۇنبەر", + "None" : "يوق", + "Login" : "تىزىمغا كىرىÚ", + "Encryption" : "شىÙىرلاش", + "Server address" : "مۇلازىمÛتىر ئادرىسى", + "Port" : "ئÛغىز", + "Version" : "نەشرى", + "Sharing" : "ھەمبەھىر", + "Cancel" : "ۋاز ÙƒÛ•Ú†", + "Email" : "تورخەت", + "Your email address" : "تورخەت ئادرÛسىÚىز", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", + "Password" : "ئىم", + "Current password" : "نۆۋەتتىكى ئىم", + "New password" : "ÙŠÛÚÙ‰ ئىم", + "Change password" : "ئىم ئۆزگەرت", + "Username" : "ئىشلەتكۈچى ئاتى", + "Create" : "قۇر", + "Unlimited" : "چەكسىز", + "Other" : "باشقا", + "set new password" : "ÙŠÛÚÙ‰ ئىم تەÚØ´Û•", + "Default" : "ÙƒÛ†Úۈلدىكى" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js new file mode 100644 index 0000000000000000000000000000000000000000..4e6e3d9e013a191f8028a452e308de0bcb79ef48 --- /dev/null +++ b/settings/l10n/uk.js @@ -0,0 +1,185 @@ +OC.L10N.register( + "settings", + { + "{actor} changed your password" : "{actor} змінив ваш пароль", + "{actor} changed your email address" : "{actor} змінив вашу email адреÑу", + "You changed your email address" : "Ви змінили вашу email адреÑу", + "Your email address was changed by an administrator" : "Ваша email адреÑа змінена адмініÑтратором", + "Wrong password" : "Ðевірний пароль", + "Saved" : "Збережено", + "No user supplied" : "КориÑтувача не вказано", + "Unable to change password" : "Ðеможливо змінити пароль", + "Authentication error" : "Помилка автентифікації", + "Wrong admin recovery password. Please check the password and try again." : "Ðевірний пароль Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора. Будь лаÑка, перевірте пароль та Ñпробуйте ще раз.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ð° Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÑ–Ð² через магазин додатків або ÐžÐ±â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¸Ñ… Ñховищ", + "Federated Cloud Sharing" : "ÐžÐ±â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¸Ñ… Ñховищ", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL викориÑтовує заÑтарілу верÑÑ–ÑŽ %s (%s). Будь лаÑка, поновіть вашу операційну ÑиÑтему або функції, такі Ñк %s не працюватимуть надійно.", + "A problem occurred, please check your log files (Error: %s)" : "Виникла проблема, будь лаÑка, перевірте Ñвої файли журналів (Помилка: %s)", + "Migration Completed" : "Міграцію завершено", + "Group already exists." : "Група вже Ñ–Ñнує.", + "Unable to add group." : "Ðеможливо додати групу.", + "Unable to delete group." : "Ðеможливо видалити групу.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під Ñ‡Ð°Ñ Ð½Ð°Ð´ÑÐ¸Ð»Ð°Ð½Ð½Ñ email ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Будь лаÑка перевірте налаштуваннÑ. (Помилка: %s)", + "You need to set your user email before being able to send test emails." : "Перед надÑиланнÑм теÑтових лиÑтів ви повинні вказати Ñвою email адреÑу.", + "Invalid mail address" : "Ðеправильна email адреÑа", + "A user with that name already exists." : "КориÑтувач з таким іменем вже Ñ–Ñнує.", + "Unable to create user." : "Ðеможливо Ñтворити кориÑтувача.", + "Unable to delete user." : "Ðеможливо видалити кориÑтувача.", + "Unable to change full name" : "Ðеможливо змінити повне ім'Ñ", + "Your full name has been changed." : "Ваше повне ім'Ñ Ð±ÑƒÐ»Ð¾ змінено", + "Forbidden" : "Заборонено", + "Invalid user" : "Ðеправильний кориÑтувач", + "Unable to change mail address" : "Ðеможливо помінÑти email адреÑу", + "Email saved" : "ÐдреÑу збережено", + "Your %s account was created" : "Ваш %s аккаунт Ñтворений", + "Couldn't remove app." : "Ðеможливо видалити додаток.", + "Couldn't update app." : "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ додаток. ", + "Add trusted domain" : "Додати довірений домен", + "Migration in progress. Please wait until the migration is finished" : "ÐœÑ–Ð³Ñ€Ð°Ñ†Ñ–Ñ Ñ‚Ñ€Ð¸Ð²Ð°Ñ”. Будь лаÑка, зачекайте доки Ð¿Ñ€Ð¾Ñ†ÐµÑ Ð¼Ñ–Ð³Ñ€Ð°Ñ†Ñ–Ñ— завершитьÑÑ", + "Migration started …" : "Міграцію розпочато ...", + "Email sent" : "ЛиÑÑ‚ надіÑлано", + "Official" : "Офіційні", + "All" : "Ð’ÑÑ–", + "Update to %s" : "Оновити до %s", + "No apps found for your version" : "Ðемає заÑтоÑунків Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ñ— верÑÑ–Ñ—", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками Ñ– пройшли незалежну перевірку безпеки. Їх активно Ñупроводжують у репозиторії з відкритим кодом, а Ñ—Ñ… розробники Ñтежать, щоб вони були Ñтабільні й прийнÑтні Ð´Ð»Ñ Ð¿Ð¾Ð²ÑÑкденного викориÑтаннÑ.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ð¦Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð° не перевірена на вразливоÑÑ‚Ñ– безпеки Ñ– Ñ” новою або неÑтабільною. Ð’Ñтановлюйте Ñ—Ñ— на влаÑний ризик.", + "Error while disabling app" : "Помилка Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ°", + "Disable" : "Вимкнути", + "Enable" : "Увімкнути", + "Error while enabling app" : "Помилка Ð²Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ°", + "Updated" : "Оновлено", + "Approved" : "Схвалені", + "Experimental" : "ЕкÑпериментальні", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Виникла помилка. Будь лаÑка вивантажте PEM Ñертифікат в ASCII-кодуванні.", + "Valid until {date}" : "ДійÑно до {date}", + "Delete" : "Видалити", + "Select a profile picture" : "Обрати Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу", + "Very weak password" : "Дуже Ñлабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий Ñобі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Ðадійний пароль", + "Groups" : "Групи", + "Unable to delete {objName}" : "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ {objName}", + "A valid group name must be provided" : "Потрібно задати вірне ім'Ñ Ð³Ñ€ÑƒÐ¿Ð¸", + "deleted {groupName}" : "видалено {groupName}", + "undo" : "відмінити", + "never" : "ніколи", + "deleted {userName}" : "видалено {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Зміна Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð²ÐµÐ´Ðµ до втрати даних, тому що Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… не доÑтупно Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ кориÑтувача", + "A valid username must be provided" : "Потрібно задати вірне ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача", + "A valid password must be provided" : "Потрібно задати вірний пароль", + "A valid email must be provided" : "Вкажіть дійÑний email", + "Developer documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð´Ð»Ñ Ñ€Ð¾Ð·Ñ€Ð¾Ð±Ð½Ð¸ÐºÑ–Ð²", + "Documentation:" : "ДокументаціÑ:", + "User documentation" : "КориÑтувацька документаціÑ", + "Admin documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора", + "Show description …" : "Показати деталі ...", + "Hide description …" : "Сховати деталі ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ð¦Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð° не може бути вÑтановлено, так Ñк наÑтупні залежноÑÑ‚Ñ– не будуть виконані:", + "Enable only for specific groups" : "Включити тільки Ð´Ð»Ñ ÐºÐ¾Ð½ÐºÑ€ÐµÑ‚Ð½Ð¸Ñ… груп", + "Common Name" : "Ім'Ñ:", + "Valid until" : "ДійÑно до", + "Issued By" : "Виданий", + "Valid until %s" : "ДійÑно до %s", + "Import root certificate" : "Імпортувати кореневий Ñертифікат", + "Administrator documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора", + "Online documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½", + "Forum" : "Форум", + "Commercial support" : "Комерційна підтримка", + "None" : "Жоден", + "Login" : "Логін", + "Plain" : "Звичайний", + "NT LAN Manager" : "Менеджер NT LAN", + "Email server" : "Сервер електронної пошти", + "Open documentation" : "Відкрити документацію", + "Send mode" : "Режим надÑиланнÑ", + "Encryption" : "ШифруваннÑ", + "From address" : "ÐдреÑа відправника", + "mail" : "пошта", + "Authentication method" : "СпоÑіб аутентифікації", + "Authentication required" : "Потрібна аутентифікаціÑ", + "Server address" : "ÐдреÑа Ñервера", + "Port" : "Порт", + "Credentials" : "Облікові дані", + "SMTP Username" : "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача SMTP", + "SMTP Password" : "Пароль SMTP", + "Store credentials" : "Зберігати облікові дані", + "Test email settings" : "ТеÑтувати Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти", + "Send email" : "ÐадіÑлати лиÑта", + "Server-side encryption" : "Ð¨Ð¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері", + "Enable server-side encryption" : "Увімкнути ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері", + "Please read carefully before activating server-side encryption: " : "Будьте обережні під Ñ‡Ð°Ñ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері:", + "Enable encryption" : "Увімкнути шифруваннÑ", + "Select default encryption module:" : "Обрати модуль ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм:", + "Start migration" : "Розпочати міграцію", + "Security & setup warnings" : "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ та налаштуваннÑ", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Тільки переглÑд був включений. Це запобігає вÑтановити деÑкі конфігурації через веб-інтерфейÑ. Крім того, файл повинен бути доÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу вручну Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ оновленнÑ.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено викориÑтаннÑм кеша/приÑкорювача такого Ñк Zend OPcache або eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Ðеможливо вÑтановити ÑиÑтемну локаль, Ñка б підтримувала UTF-8.", + "All checks passed." : "Ð’ÑÑ– перевірки пройдено.", + "Execute one task with each page loaded" : "Виконати одне Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ñ— завантаженої Ñторінки ", + "Version" : "ВерÑÑ–Ñ", + "Sharing" : "Спільний доÑтуп", + "Allow apps to use the Share API" : "Дозволити програмам викориÑтовувати API Ñпільного доÑтупу", + "Allow users to share via link" : "Дозволити кориÑтувачам ділитиÑÑ Ñ‡ÐµÑ€ÐµÐ· поÑиланнÑ", + "Allow public uploads" : "Дозволити публічне завантаженнÑ", + "Enforce password protection" : "ЗахиÑÑ‚ паролем обов'Ñзковий", + "Set default expiration date" : "Ð’Ñтановити термін дії за замовчуваннÑм", + "Expire after " : "СкінчитьÑÑ Ñ‡ÐµÑ€ÐµÐ·", + "days" : "днів", + "Enforce expiration date" : "Термін дії обов'Ñзковий", + "Allow resharing" : "Дозволити перевідкривати Ñпільний доÑтуп", + "Restrict users to only share with users in their groups" : "Дозволити кориÑтувачам відкривати Ñпільний доÑтуп лише Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸Ñтувачів з їхньої групи", + "Exclude groups from sharing" : "Виключити групи зі Ñпільного доÑтупу", + "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати Ñпільні файли, але не зможуть відправлÑти Ñ—Ñ….", + "Tips & tricks" : "Поради Ñ– трюки", + "How to do backups" : "Як робити резервне копіюваннÑ", + "Performance tuning" : "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚Ñ–", + "Improving the config.php" : "ÐŸÐ¾ÐºÑ€Ð°Ñ‰ÐµÐ½Ð½Ñ config.php", + "Theming" : "ОформленнÑ", + "Hardening and security guidance" : "ІнÑÑ‚Ñ€ÑƒÐºÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð· безпеки та захиÑту", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Ви викориÑтовуєте <strong>%s</strong> з <strong>%s</strong>", + "Profile picture" : "Ð—Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу", + "Upload new" : "Завантажити нове", + "Remove image" : "Видалити зображеннÑ", + "Cancel" : "Відмінити", + "Choose as profile picture" : "Обрати Ñк Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ„Ñ–Ð»ÑŽ", + "Full name" : "Повне ім'Ñ", + "No display name set" : "Коротке ім'Ñ Ð½Ðµ вказано", + "Email" : "E-mail", + "Your email address" : "Ваша адреÑа електронної пошти", + "No email address set" : "E-mail не вказано", + "Phone number" : "Ðомер телефону", + "Your phone number" : "Ваш номер телефону", + "Address" : "ÐдреÑа", + "You are member of the following groups:" : "Ви Ñ” членом наÑтупних груп:", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", + "Password" : "Пароль", + "Current password" : "Поточний пароль", + "New password" : "Ðовий пароль", + "Change password" : "Змінити пароль", + "Username" : "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача", + "Done" : "Готово", + "Show storage location" : "Показати міÑÑ†ÐµÐ·Ð½Ð°Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ñховища", + "Show user backend" : "Показати кориÑтувача", + "Show email address" : "Показати адреÑу електронної пошти", + "Send email to new user" : "ÐадіÑлати email новому кориÑтувачу", + "E-Mail" : "ÐдреÑа електронної пошти", + "Create" : "Створити", + "Admin Recovery Password" : "Пароль адмініÑтратора Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ", + "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб відновити файли кориÑтувачів при зміні паролю", + "Everyone" : "Ð’ÑÑ–", + "Admins" : "ÐдмініÑтратори", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь лаÑка, вкажіть розмір Ñховища (наприклад: \"512 MB\" або \"12 GB\")", + "Unlimited" : "Ðеобмежено", + "Other" : "Інше", + "Quota" : "Квота", + "change full name" : "змінити ім'Ñ", + "set new password" : "вÑтановити новий пароль", + "change email address" : "Змінити адреÑу електронної пошти", + "Default" : "За замовчуваннÑм" +}, +"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/settings/l10n/uk.json b/settings/l10n/uk.json new file mode 100644 index 0000000000000000000000000000000000000000..c6e0f7790b02bccf0710f2366350c4d2fe8909a2 --- /dev/null +++ b/settings/l10n/uk.json @@ -0,0 +1,183 @@ +{ "translations": { + "{actor} changed your password" : "{actor} змінив ваш пароль", + "{actor} changed your email address" : "{actor} змінив вашу email адреÑу", + "You changed your email address" : "Ви змінили вашу email адреÑу", + "Your email address was changed by an administrator" : "Ваша email адреÑа змінена адмініÑтратором", + "Wrong password" : "Ðевірний пароль", + "Saved" : "Збережено", + "No user supplied" : "КориÑтувача не вказано", + "Unable to change password" : "Ðеможливо змінити пароль", + "Authentication error" : "Помилка автентифікації", + "Wrong admin recovery password. Please check the password and try again." : "Ðевірний пароль Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора. Будь лаÑка, перевірте пароль та Ñпробуйте ще раз.", + "installing and updating apps via the app store or Federated Cloud Sharing" : "вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ð° Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÑ–Ð² через магазин додатків або ÐžÐ±â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¸Ñ… Ñховищ", + "Federated Cloud Sharing" : "ÐžÐ±â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¸Ñ… Ñховищ", + "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL викориÑтовує заÑтарілу верÑÑ–ÑŽ %s (%s). Будь лаÑка, поновіть вашу операційну ÑиÑтему або функції, такі Ñк %s не працюватимуть надійно.", + "A problem occurred, please check your log files (Error: %s)" : "Виникла проблема, будь лаÑка, перевірте Ñвої файли журналів (Помилка: %s)", + "Migration Completed" : "Міграцію завершено", + "Group already exists." : "Група вже Ñ–Ñнує.", + "Unable to add group." : "Ðеможливо додати групу.", + "Unable to delete group." : "Ðеможливо видалити групу.", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Під Ñ‡Ð°Ñ Ð½Ð°Ð´ÑÐ¸Ð»Ð°Ð½Ð½Ñ email ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Будь лаÑка перевірте налаштуваннÑ. (Помилка: %s)", + "You need to set your user email before being able to send test emails." : "Перед надÑиланнÑм теÑтових лиÑтів ви повинні вказати Ñвою email адреÑу.", + "Invalid mail address" : "Ðеправильна email адреÑа", + "A user with that name already exists." : "КориÑтувач з таким іменем вже Ñ–Ñнує.", + "Unable to create user." : "Ðеможливо Ñтворити кориÑтувача.", + "Unable to delete user." : "Ðеможливо видалити кориÑтувача.", + "Unable to change full name" : "Ðеможливо змінити повне ім'Ñ", + "Your full name has been changed." : "Ваше повне ім'Ñ Ð±ÑƒÐ»Ð¾ змінено", + "Forbidden" : "Заборонено", + "Invalid user" : "Ðеправильний кориÑтувач", + "Unable to change mail address" : "Ðеможливо помінÑти email адреÑу", + "Email saved" : "ÐдреÑу збережено", + "Your %s account was created" : "Ваш %s аккаунт Ñтворений", + "Couldn't remove app." : "Ðеможливо видалити додаток.", + "Couldn't update app." : "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ додаток. ", + "Add trusted domain" : "Додати довірений домен", + "Migration in progress. Please wait until the migration is finished" : "ÐœÑ–Ð³Ñ€Ð°Ñ†Ñ–Ñ Ñ‚Ñ€Ð¸Ð²Ð°Ñ”. Будь лаÑка, зачекайте доки Ð¿Ñ€Ð¾Ñ†ÐµÑ Ð¼Ñ–Ð³Ñ€Ð°Ñ†Ñ–Ñ— завершитьÑÑ", + "Migration started …" : "Міграцію розпочато ...", + "Email sent" : "ЛиÑÑ‚ надіÑлано", + "Official" : "Офіційні", + "All" : "Ð’ÑÑ–", + "Update to %s" : "Оновити до %s", + "No apps found for your version" : "Ðемає заÑтоÑунків Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ñ— верÑÑ–Ñ—", + "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками Ñ– пройшли незалежну перевірку безпеки. Їх активно Ñупроводжують у репозиторії з відкритим кодом, а Ñ—Ñ… розробники Ñтежать, щоб вони були Ñтабільні й прийнÑтні Ð´Ð»Ñ Ð¿Ð¾Ð²ÑÑкденного викориÑтаннÑ.", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ð¦Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð° не перевірена на вразливоÑÑ‚Ñ– безпеки Ñ– Ñ” новою або неÑтабільною. Ð’Ñтановлюйте Ñ—Ñ— на влаÑний ризик.", + "Error while disabling app" : "Помилка Ð²Ð¸Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ°", + "Disable" : "Вимкнути", + "Enable" : "Увімкнути", + "Error while enabling app" : "Помилка Ð²Ð¼Ð¸ÐºÐ°Ð½Ð½Ñ Ð´Ð¾Ð´Ð°Ñ‚ÐºÐ°", + "Updated" : "Оновлено", + "Approved" : "Схвалені", + "Experimental" : "ЕкÑпериментальні", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Виникла помилка. Будь лаÑка вивантажте PEM Ñертифікат в ASCII-кодуванні.", + "Valid until {date}" : "ДійÑно до {date}", + "Delete" : "Видалити", + "Select a profile picture" : "Обрати Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу", + "Very weak password" : "Дуже Ñлабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий Ñобі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Ðадійний пароль", + "Groups" : "Групи", + "Unable to delete {objName}" : "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ {objName}", + "A valid group name must be provided" : "Потрібно задати вірне ім'Ñ Ð³Ñ€ÑƒÐ¿Ð¸", + "deleted {groupName}" : "видалено {groupName}", + "undo" : "відмінити", + "never" : "ніколи", + "deleted {userName}" : "видалено {userName}", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Зміна Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ñ€Ð¸Ð·Ð²ÐµÐ´Ðµ до втрати даних, тому що Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… не доÑтупно Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ кориÑтувача", + "A valid username must be provided" : "Потрібно задати вірне ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача", + "A valid password must be provided" : "Потрібно задати вірний пароль", + "A valid email must be provided" : "Вкажіть дійÑний email", + "Developer documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð´Ð»Ñ Ñ€Ð¾Ð·Ñ€Ð¾Ð±Ð½Ð¸ÐºÑ–Ð²", + "Documentation:" : "ДокументаціÑ:", + "User documentation" : "КориÑтувацька документаціÑ", + "Admin documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора", + "Show description …" : "Показати деталі ...", + "Hide description …" : "Сховати деталі ...", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ð¦Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð° не може бути вÑтановлено, так Ñк наÑтупні залежноÑÑ‚Ñ– не будуть виконані:", + "Enable only for specific groups" : "Включити тільки Ð´Ð»Ñ ÐºÐ¾Ð½ÐºÑ€ÐµÑ‚Ð½Ð¸Ñ… груп", + "Common Name" : "Ім'Ñ:", + "Valid until" : "ДійÑно до", + "Issued By" : "Виданий", + "Valid until %s" : "ДійÑно до %s", + "Import root certificate" : "Імпортувати кореневий Ñертифікат", + "Administrator documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтратора", + "Online documentation" : "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½", + "Forum" : "Форум", + "Commercial support" : "Комерційна підтримка", + "None" : "Жоден", + "Login" : "Логін", + "Plain" : "Звичайний", + "NT LAN Manager" : "Менеджер NT LAN", + "Email server" : "Сервер електронної пошти", + "Open documentation" : "Відкрити документацію", + "Send mode" : "Режим надÑиланнÑ", + "Encryption" : "ШифруваннÑ", + "From address" : "ÐдреÑа відправника", + "mail" : "пошта", + "Authentication method" : "СпоÑіб аутентифікації", + "Authentication required" : "Потрібна аутентифікаціÑ", + "Server address" : "ÐдреÑа Ñервера", + "Port" : "Порт", + "Credentials" : "Облікові дані", + "SMTP Username" : "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача SMTP", + "SMTP Password" : "Пароль SMTP", + "Store credentials" : "Зберігати облікові дані", + "Test email settings" : "ТеÑтувати Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти", + "Send email" : "ÐадіÑлати лиÑта", + "Server-side encryption" : "Ð¨Ð¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері", + "Enable server-side encryption" : "Увімкнути ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері", + "Please read carefully before activating server-side encryption: " : "Будьте обережні під Ñ‡Ð°Ñ Ð°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ñервері:", + "Enable encryption" : "Увімкнути шифруваннÑ", + "Select default encryption module:" : "Обрати модуль ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм:", + "Start migration" : "Розпочати міграцію", + "Security & setup warnings" : "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ð±ÐµÐ·Ð¿ÐµÐºÐ¸ та налаштуваннÑ", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Тільки переглÑд був включений. Це запобігає вÑтановити деÑкі конфігурації через веб-інтерфейÑ. Крім того, файл повинен бути доÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу вручну Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ оновленнÑ.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено викориÑтаннÑм кеша/приÑкорювача такого Ñк Zend OPcache або eAccelerator.", + "System locale can not be set to a one which supports UTF-8." : "Ðеможливо вÑтановити ÑиÑтемну локаль, Ñка б підтримувала UTF-8.", + "All checks passed." : "Ð’ÑÑ– перевірки пройдено.", + "Execute one task with each page loaded" : "Виконати одне Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ñ— завантаженої Ñторінки ", + "Version" : "ВерÑÑ–Ñ", + "Sharing" : "Спільний доÑтуп", + "Allow apps to use the Share API" : "Дозволити програмам викориÑтовувати API Ñпільного доÑтупу", + "Allow users to share via link" : "Дозволити кориÑтувачам ділитиÑÑ Ñ‡ÐµÑ€ÐµÐ· поÑиланнÑ", + "Allow public uploads" : "Дозволити публічне завантаженнÑ", + "Enforce password protection" : "ЗахиÑÑ‚ паролем обов'Ñзковий", + "Set default expiration date" : "Ð’Ñтановити термін дії за замовчуваннÑм", + "Expire after " : "СкінчитьÑÑ Ñ‡ÐµÑ€ÐµÐ·", + "days" : "днів", + "Enforce expiration date" : "Термін дії обов'Ñзковий", + "Allow resharing" : "Дозволити перевідкривати Ñпільний доÑтуп", + "Restrict users to only share with users in their groups" : "Дозволити кориÑтувачам відкривати Ñпільний доÑтуп лише Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸Ñтувачів з їхньої групи", + "Exclude groups from sharing" : "Виключити групи зі Ñпільного доÑтупу", + "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати Ñпільні файли, але не зможуть відправлÑти Ñ—Ñ….", + "Tips & tricks" : "Поради Ñ– трюки", + "How to do backups" : "Як робити резервне копіюваннÑ", + "Performance tuning" : "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚Ñ–", + "Improving the config.php" : "ÐŸÐ¾ÐºÑ€Ð°Ñ‰ÐµÐ½Ð½Ñ config.php", + "Theming" : "ОформленнÑ", + "Hardening and security guidance" : "ІнÑÑ‚Ñ€ÑƒÐºÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð· безпеки та захиÑту", + "You are using <strong>%s</strong> of <strong>%s</strong>" : "Ви викориÑтовуєте <strong>%s</strong> з <strong>%s</strong>", + "Profile picture" : "Ð—Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу", + "Upload new" : "Завантажити нове", + "Remove image" : "Видалити зображеннÑ", + "Cancel" : "Відмінити", + "Choose as profile picture" : "Обрати Ñк Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ„Ñ–Ð»ÑŽ", + "Full name" : "Повне ім'Ñ", + "No display name set" : "Коротке ім'Ñ Ð½Ðµ вказано", + "Email" : "E-mail", + "Your email address" : "Ваша адреÑа електронної пошти", + "No email address set" : "E-mail не вказано", + "Phone number" : "Ðомер телефону", + "Your phone number" : "Ваш номер телефону", + "Address" : "ÐдреÑа", + "You are member of the following groups:" : "Ви Ñ” членом наÑтупних груп:", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", + "Password" : "Пароль", + "Current password" : "Поточний пароль", + "New password" : "Ðовий пароль", + "Change password" : "Змінити пароль", + "Username" : "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача", + "Done" : "Готово", + "Show storage location" : "Показати міÑÑ†ÐµÐ·Ð½Ð°Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ñховища", + "Show user backend" : "Показати кориÑтувача", + "Show email address" : "Показати адреÑу електронної пошти", + "Send email to new user" : "ÐадіÑлати email новому кориÑтувачу", + "E-Mail" : "ÐдреÑа електронної пошти", + "Create" : "Створити", + "Admin Recovery Password" : "Пароль адмініÑтратора Ð´Ð»Ñ Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ", + "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб відновити файли кориÑтувачів при зміні паролю", + "Everyone" : "Ð’ÑÑ–", + "Admins" : "ÐдмініÑтратори", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь лаÑка, вкажіть розмір Ñховища (наприклад: \"512 MB\" або \"12 GB\")", + "Unlimited" : "Ðеобмежено", + "Other" : "Інше", + "Quota" : "Квота", + "change full name" : "змінити ім'Ñ", + "set new password" : "вÑтановити новий пароль", + "change email address" : "Змінити адреÑу електронної пошти", + "Default" : "За замовчуваннÑм" +},"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/settings/l10n/ur_PK.js b/settings/l10n/ur_PK.js new file mode 100644 index 0000000000000000000000000000000000000000..16c538d317ca11665403a794246d7aeedc22387b --- /dev/null +++ b/settings/l10n/ur_PK.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "settings", + { + "Email sent" : "ارسال Ø´Ø¯Û Ø§ÛŒ میل ", + "Delete" : "Øذ٠کریں", + "Very weak password" : "بÛت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Cancel" : "منسوخ کریں", + "Password" : "پاسورڈ", + "New password" : "نیا پاسورڈ", + "Username" : "یوزر نیم", + "Other" : "دیگر" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ur_PK.json b/settings/l10n/ur_PK.json new file mode 100644 index 0000000000000000000000000000000000000000..3197594144f3cbc1506f4765f4b6034a5fd3e688 --- /dev/null +++ b/settings/l10n/ur_PK.json @@ -0,0 +1,15 @@ +{ "translations": { + "Email sent" : "ارسال Ø´Ø¯Û Ø§ÛŒ میل ", + "Delete" : "Øذ٠کریں", + "Very weak password" : "بÛت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Cancel" : "منسوخ کریں", + "Password" : "پاسورڈ", + "New password" : "نیا پاسورڈ", + "Username" : "یوزر نیم", + "Other" : "دیگر" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js new file mode 100644 index 0000000000000000000000000000000000000000..c02c732a3d9a4590f2002edeafefe9dadcfb2b50 --- /dev/null +++ b/settings/l10n/vi.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "settings", + { + "Saved" : "Äã lÆ°u", + "Authentication error" : "Lá»—i xác thá»±c", + "Unable to change full name" : "Há» và tên không thể đổi ", + "Your full name has been changed." : "Há» và tên đã được thay đổi.", + "Email saved" : "LÆ°u email", + "Couldn't update app." : "Không thể cáºp nháºt ứng dụng", + "Email sent" : "Email đã được gá»i", + "All" : "Tất cả", + "Disable" : "Tắt", + "Enable" : "Báºt", + "Updated" : "Äã cáºp nháºt", + "Delete" : "Xóa", + "Groups" : "Nhóm", + "undo" : "lùi lại", + "never" : "không thay đổi", + "Forum" : "Diá»…n Ä‘Ã n", + "None" : "Không gì cả", + "Login" : "Äăng nháºp", + "Encryption" : "Mã hóa", + "Server address" : "Äịa chỉ máy chủ", + "Port" : "Cổng", + "Credentials" : "Giấy chứng nháºn", + "Security & setup warnings" : "Bảo máºt và thiết láºp cảnh báo", + "Execute one task with each page loaded" : "Thá»±c thi tác vụ má»—i khi trang được tải", + "Version" : "Phiên bản", + "Sharing" : "Chia sẻ", + "Allow apps to use the Share API" : "Cho phép các ứng dụng sá» dụng chia sẻ API", + "Allow resharing" : "Cho phép chia sẻ lại", + "Upload new" : "Tải lên", + "Remove image" : "Xóa ", + "Cancel" : "Hủy", + "Email" : "Email", + "Your email address" : "Email của bạn", + "Language" : "Ngôn ngữ", + "Help translate" : "Há»— trợ dịch thuáºt", + "Password" : "Máºt khẩu", + "Current password" : "Máºt khẩu cÅ©", + "New password" : "Máºt khẩu má»›i", + "Change password" : "Äổi máºt khẩu", + "Username" : "Tên đăng nháºp", + "Create" : "Tạo", + "Unlimited" : "Không giá»›i hạn", + "Other" : "Khác", + "Quota" : "Hạn ngạch", + "change full name" : "Äổi há» và t", + "set new password" : "đặt máºt khẩu má»›i", + "Default" : "Mặc định" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json new file mode 100644 index 0000000000000000000000000000000000000000..dcb371c85ac4357ea9f5e58863bde9520d7f25c8 --- /dev/null +++ b/settings/l10n/vi.json @@ -0,0 +1,50 @@ +{ "translations": { + "Saved" : "Äã lÆ°u", + "Authentication error" : "Lá»—i xác thá»±c", + "Unable to change full name" : "Há» và tên không thể đổi ", + "Your full name has been changed." : "Há» và tên đã được thay đổi.", + "Email saved" : "LÆ°u email", + "Couldn't update app." : "Không thể cáºp nháºt ứng dụng", + "Email sent" : "Email đã được gá»i", + "All" : "Tất cả", + "Disable" : "Tắt", + "Enable" : "Báºt", + "Updated" : "Äã cáºp nháºt", + "Delete" : "Xóa", + "Groups" : "Nhóm", + "undo" : "lùi lại", + "never" : "không thay đổi", + "Forum" : "Diá»…n Ä‘Ã n", + "None" : "Không gì cả", + "Login" : "Äăng nháºp", + "Encryption" : "Mã hóa", + "Server address" : "Äịa chỉ máy chủ", + "Port" : "Cổng", + "Credentials" : "Giấy chứng nháºn", + "Security & setup warnings" : "Bảo máºt và thiết láºp cảnh báo", + "Execute one task with each page loaded" : "Thá»±c thi tác vụ má»—i khi trang được tải", + "Version" : "Phiên bản", + "Sharing" : "Chia sẻ", + "Allow apps to use the Share API" : "Cho phép các ứng dụng sá» dụng chia sẻ API", + "Allow resharing" : "Cho phép chia sẻ lại", + "Upload new" : "Tải lên", + "Remove image" : "Xóa ", + "Cancel" : "Hủy", + "Email" : "Email", + "Your email address" : "Email của bạn", + "Language" : "Ngôn ngữ", + "Help translate" : "Há»— trợ dịch thuáºt", + "Password" : "Máºt khẩu", + "Current password" : "Máºt khẩu cÅ©", + "New password" : "Máºt khẩu má»›i", + "Change password" : "Äổi máºt khẩu", + "Username" : "Tên đăng nháºp", + "Create" : "Tạo", + "Unlimited" : "Không giá»›i hạn", + "Other" : "Khác", + "Quota" : "Hạn ngạch", + "change full name" : "Äổi há» và t", + "set new password" : "đặt máºt khẩu má»›i", + "Default" : "Mặc định" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js new file mode 100644 index 0000000000000000000000000000000000000000..6c16a3e9807cfa4f15ea4ffc6e32c1100bc8ac33 --- /dev/null +++ b/settings/l10n/zh_HK.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "settings", + { + "Wrong password" : "密碼錯誤", + "Saved" : "已儲å˜", + "Email sent" : "郵件已傳", + "All" : "所有", + "Disable" : "åœç”¨", + "Enable" : "啟用", + "Updated" : "已更新", + "Delete" : "刪除", + "Groups" : "群組", + "undo" : "復原", + "Forum" : "討論å€", + "None" : "空", + "Login" : "登入", + "Encryption" : "åŠ å¯†", + "Server address" : "伺æœå™¨åœ°å€", + "Port" : "é€£æŽ¥åŸ ", + "SMTP Username" : "SMTP 使用者å稱", + "SMTP Password" : "SMTP 密碼", + "Version" : "版本", + "Sharing" : "分享", + "days" : "天", + "Remove image" : "刪除圖片", + "Cancel" : "å–消", + "Email" : "電郵", + "Your email address" : "ä½ çš„é›»éƒµåœ°å€", + "Language" : "語言", + "Help translate" : "幫忙翻è¯", + "Password" : "密碼", + "New password" : "新密碼", + "Change password" : "更改密碼", + "Username" : "用戶å稱", + "Create" : "新增", + "Everyone" : "所有人", + "Unlimited" : "ç„¡é™", + "Other" : "其他", + "Default" : "é è¨" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json new file mode 100644 index 0000000000000000000000000000000000000000..f54763825aa5f5cd8f23ad68d60e8669e2d5c0d5 --- /dev/null +++ b/settings/l10n/zh_HK.json @@ -0,0 +1,39 @@ +{ "translations": { + "Wrong password" : "密碼錯誤", + "Saved" : "已儲å˜", + "Email sent" : "郵件已傳", + "All" : "所有", + "Disable" : "åœç”¨", + "Enable" : "啟用", + "Updated" : "已更新", + "Delete" : "刪除", + "Groups" : "群組", + "undo" : "復原", + "Forum" : "討論å€", + "None" : "空", + "Login" : "登入", + "Encryption" : "åŠ å¯†", + "Server address" : "伺æœå™¨åœ°å€", + "Port" : "é€£æŽ¥åŸ ", + "SMTP Username" : "SMTP 使用者å稱", + "SMTP Password" : "SMTP 密碼", + "Version" : "版本", + "Sharing" : "分享", + "days" : "天", + "Remove image" : "刪除圖片", + "Cancel" : "å–消", + "Email" : "電郵", + "Your email address" : "ä½ çš„é›»éƒµåœ°å€", + "Language" : "語言", + "Help translate" : "幫忙翻è¯", + "Password" : "密碼", + "New password" : "新密碼", + "Change password" : "更改密碼", + "Username" : "用戶å稱", + "Create" : "新增", + "Everyone" : "所有人", + "Unlimited" : "ç„¡é™", + "Other" : "其他", + "Default" : "é è¨" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file