summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-06 02:19:30 +0000
committerNextcloud bot <bot@nextcloud.com>2020-11-06 02:19:30 +0000
commit6a13c3d7cefbb189a21adeb1e86a21e64f14d474 (patch)
treecf2f493f72469cdf00bcc24db0fbe45e5c18bdeb /apps
parent9bd25d2a7fbd788f45c1514453a420f106a9989c (diff)
downloadnextcloud-server-6a13c3d7cefbb189a21adeb1e86a21e64f14d474.tar.gz
nextcloud-server-6a13c3d7cefbb189a21adeb1e86a21e64f14d474.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/eu.js1
-rw-r--r--apps/files/l10n/eu.json1
-rw-r--r--apps/settings/l10n/pl.js2
-rw-r--r--apps/settings/l10n/pl.json2
-rw-r--r--apps/settings/l10n/zh_CN.js2
-rw-r--r--apps/settings/l10n/zh_CN.json2
6 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js
index 03a5f952e87..1bf1f9d81fb 100644
--- a/apps/files/l10n/eu.js
+++ b/apps/files/l10n/eu.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Ez da onartzen elementu hori kargatzea",
"Target folder does not exist any more" : "Helburuko karpeta ez da existitzen jadanik",
+ "Operation is blocked by access control" : "Sarbide kontrolak eragiketa blokeatu du",
"Error when assembling chunks, status code {status}" : "Errorea zatiak elkartzean, egoera kodea {status}",
"Actions" : "Ekintzak",
"Rename" : "Berrizendatu",
diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json
index 2ae8624faae..3aec7940fde 100644
--- a/apps/files/l10n/eu.json
+++ b/apps/files/l10n/eu.json
@@ -23,6 +23,7 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Ez da onartzen elementu hori kargatzea",
"Target folder does not exist any more" : "Helburuko karpeta ez da existitzen jadanik",
+ "Operation is blocked by access control" : "Sarbide kontrolak eragiketa blokeatu du",
"Error when assembling chunks, status code {status}" : "Errorea zatiak elkartzean, egoera kodea {status}",
"Actions" : "Ekintzak",
"Rename" : "Berrizendatu",
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js
index 07d51fbf7b5..32ea973c759 100644
--- a/apps/settings/l10n/pl.js
+++ b/apps/settings/l10n/pl.js
@@ -119,6 +119,8 @@ OC.L10N.register(
"Reshare" : "Udostępnianie innym",
"Unlimited" : "Bez limitu",
"Verifying" : "Sprawdzanie",
+ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.",
+ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
"Nextcloud settings" : "Ustawienia Nextcloud",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.",
diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json
index 36ce43d340a..75640d642fe 100644
--- a/apps/settings/l10n/pl.json
+++ b/apps/settings/l10n/pl.json
@@ -117,6 +117,8 @@
"Reshare" : "Udostępnianie innym",
"Unlimited" : "Bez limitu",
"Verifying" : "Sprawdzanie",
+ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.",
+ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.",
"Nextcloud settings" : "Ustawienia Nextcloud",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.",
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js
index 6dc4d769698..8a2ef95545e 100644
--- a/apps/settings/l10n/zh_CN.js
+++ b/apps/settings/l10n/zh_CN.js
@@ -119,6 +119,8 @@ OC.L10N.register(
"Reshare" : "重新共享",
"Unlimited" : "无限",
"Verifying" : "正在验证",
+ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。",
+ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过 \"occ security:certificates:import\" 命令在命令行导入。它们在数据目录下的路径如下所示。",
"The old server-side-encryption format is enabled. We recommend disabling this." : "旧的服务器端加密格式已启用。我们建议禁用此功能。",
"Nextcloud settings" : "Nextcloud 设置",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。",
diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json
index c23d9b7ff33..14796b12d8e 100644
--- a/apps/settings/l10n/zh_CN.json
+++ b/apps/settings/l10n/zh_CN.json
@@ -117,6 +117,8 @@
"Reshare" : "重新共享",
"Unlimited" : "无限",
"Verifying" : "正在验证",
+ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。",
+ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过 \"occ security:certificates:import\" 命令在命令行导入。它们在数据目录下的路径如下所示。",
"The old server-side-encryption format is enabled. We recommend disabling this." : "旧的服务器端加密格式已启用。我们建议禁用此功能。",
"Nextcloud settings" : "Nextcloud 设置",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。",