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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-01 05:26:28 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-01 05:26:28 +0300
commit0b3c4d69b9ec5596f9eb01aa57985e3167c96999 (patch)
tree8084867bfb46101e309440c2886fa31913331736 /lib/l10n
parentbbe5355623ec30db000e25ff1405bee180475a51 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs.js1
-rw-r--r--lib/l10n/cs.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/en_GB.js1
-rw-r--r--lib/l10n/en_GB.json1
-rw-r--r--lib/l10n/eu.js1
-rw-r--r--lib/l10n/eu.json1
-rw-r--r--lib/l10n/sk.js1
-rw-r--r--lib/l10n/sk.json1
-rw-r--r--lib/l10n/tr.js1
-rw-r--r--lib/l10n/tr.json1
-rw-r--r--lib/l10n/zh_HK.js1
-rw-r--r--lib/l10n/zh_HK.json1
-rw-r--r--lib/l10n/zh_TW.js1
-rw-r--r--lib/l10n/zh_TW.json1
16 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index a4a45ec2606..d4b137fb8d6 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Jsou podporovány následující systémy: %s",
"Server version %s or higher is required." : "Je potřeba verze serveru %s nebo novější.",
"Server version %s or lower is required." : "Je potřeba verze serveru %s nebo starší.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Aby mohl přistupovat k tomuto nastavení je třeba, aby přihlášený uživatel byl správce, dílčí správce nebo obdržel speciální oprávnění",
"Logged in user must be an admin or sub admin" : "Je třeba, aby přihlášený uživatel byl správcem či správcem pro dílčí oblast",
"Logged in user must be an admin" : "Je třeba, aby přihlášený uživatel byl správce",
"Wiping of device %s has started" : "Vymazávání ze zařízení %s zahájeno",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index b6be60f6332..70adc2b6a67 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "Jsou podporovány následující systémy: %s",
"Server version %s or higher is required." : "Je potřeba verze serveru %s nebo novější.",
"Server version %s or lower is required." : "Je potřeba verze serveru %s nebo starší.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Aby mohl přistupovat k tomuto nastavení je třeba, aby přihlášený uživatel byl správce, dílčí správce nebo obdržel speciální oprávnění",
"Logged in user must be an admin or sub admin" : "Je třeba, aby přihlášený uživatel byl správcem či správcem pro dílčí oblast",
"Logged in user must be an admin" : "Je třeba, aby přihlášený uživatel byl správce",
"Wiping of device %s has started" : "Vymazávání ze zařízení %s zahájeno",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 707ee07b178..e494e43248b 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Folgende Plattformen werden unterstützt: %s",
"Server version %s or higher is required." : "Server Version %s oder höher wird benötigt.",
"Server version %s or lower is required." : "Server Version %s oder niedriger wird benötigt.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Der angemeldete Benutzer muss ein Admin, ein Teil-Admin sein oder ein Sonderrecht haben, um auf diese Einstellung zuzugreifen ",
"Logged in user must be an admin or sub admin" : "Der angemeldete Benutzer muss ein (Sub-)Administrator sein",
"Logged in user must be an admin" : "Der angemeldete Benutzer muss ein Administrator sein",
"Wiping of device %s has started" : "Löschen von Gerät %s wurde gestartet",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index d8eeacf00b8..137ca56f3d5 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "Folgende Plattformen werden unterstützt: %s",
"Server version %s or higher is required." : "Server Version %s oder höher wird benötigt.",
"Server version %s or lower is required." : "Server Version %s oder niedriger wird benötigt.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Der angemeldete Benutzer muss ein Admin, ein Teil-Admin sein oder ein Sonderrecht haben, um auf diese Einstellung zuzugreifen ",
"Logged in user must be an admin or sub admin" : "Der angemeldete Benutzer muss ein (Sub-)Administrator sein",
"Logged in user must be an admin" : "Der angemeldete Benutzer muss ein Administrator sein",
"Wiping of device %s has started" : "Löschen von Gerät %s wurde gestartet",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index f752028586f..626d998fa36 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -20,6 +20,7 @@ OC.L10N.register(
"The library %s is not available." : "The library %s is not available.",
"Server version %s or higher is required." : "Server version %s or higher is required.",
"Server version %s or lower is required." : "Server version %s or lower is required.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Logged in user must be an admin, a sub-admin or has special right to access this setting",
"Logged in user must be an admin" : "Logged in user must be an admin",
"Authentication" : "Authentication",
"Unknown filetype" : "Unknown filetype",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 1055a8f873a..7dd5f3a05a6 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -18,6 +18,7 @@
"The library %s is not available." : "The library %s is not available.",
"Server version %s or higher is required." : "Server version %s or higher is required.",
"Server version %s or lower is required." : "Server version %s or lower is required.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Logged in user must be an admin, a sub-admin or has special right to access this setting",
"Logged in user must be an admin" : "Logged in user must be an admin",
"Authentication" : "Authentication",
"Unknown filetype" : "Unknown filetype",
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js
index f281fbdb093..1f846c5e74a 100644
--- a/lib/l10n/eu.js
+++ b/lib/l10n/eu.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Hurrengo plataformak onartzen dira: %s",
"Server version %s or higher is required." : "Zerbitzariaren %s bertsioa edo berriagoa behar da.",
"Server version %s or lower is required." : "Zerbitzariaren %s bertsioa edo zaharragoa behar da.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Saioa hasitako erabiltzailea administratzailea, azpiadministratzailea edo baimen berezi bat duena izan behar da ezarpen hau aldatzeko.",
"Logged in user must be an admin or sub admin" : "Saioa hasitako erabiltzailea administratzaile edo azpi-administratzailea izan behar du",
"Logged in user must be an admin" : "Saioa hasitako erabiltzailea administratzailea izan behar da",
"Wiping of device %s has started" : "%s gailuaren garbiketa hasi da",
diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json
index 00c66fa85b4..926ed393549 100644
--- a/lib/l10n/eu.json
+++ b/lib/l10n/eu.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "Hurrengo plataformak onartzen dira: %s",
"Server version %s or higher is required." : "Zerbitzariaren %s bertsioa edo berriagoa behar da.",
"Server version %s or lower is required." : "Zerbitzariaren %s bertsioa edo zaharragoa behar da.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Saioa hasitako erabiltzailea administratzailea, azpiadministratzailea edo baimen berezi bat duena izan behar da ezarpen hau aldatzeko.",
"Logged in user must be an admin or sub admin" : "Saioa hasitako erabiltzailea administratzaile edo azpi-administratzailea izan behar du",
"Logged in user must be an admin" : "Saioa hasitako erabiltzailea administratzailea izan behar da",
"Wiping of device %s has started" : "%s gailuaren garbiketa hasi da",
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js
index 263aac8d7fd..e0ff48c286e 100644
--- a/lib/l10n/sk.js
+++ b/lib/l10n/sk.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Podporované sú nasledujúce platformy: %s",
"Server version %s or higher is required." : "Je vyžadovaná verzia servera %s alebo vyššia.",
"Server version %s or lower is required." : "Je vyžadovaná verzia servera %s alebo nižšia.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Prihlásený používateľ musí byť správcom, podadministrátorom alebo musí mať špeciálne právo na prístup k tomuto nastaveniu",
"Logged in user must be an admin or sub admin" : "Prihlásený používateľ musí byť správcom alebo správcom pre čiastkovú oblasť.",
"Logged in user must be an admin" : "Prihlásený používateľ musí byť správca",
"Wiping of device %s has started" : "Začalo sa mazanie zariadenia %s",
diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json
index 588ca63626e..acb44e359a5 100644
--- a/lib/l10n/sk.json
+++ b/lib/l10n/sk.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "Podporované sú nasledujúce platformy: %s",
"Server version %s or higher is required." : "Je vyžadovaná verzia servera %s alebo vyššia.",
"Server version %s or lower is required." : "Je vyžadovaná verzia servera %s alebo nižšia.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Prihlásený používateľ musí byť správcom, podadministrátorom alebo musí mať špeciálne právo na prístup k tomuto nastaveniu",
"Logged in user must be an admin or sub admin" : "Prihlásený používateľ musí byť správcom alebo správcom pre čiastkovú oblasť.",
"Logged in user must be an admin" : "Prihlásený používateľ musí byť správca",
"Wiping of device %s has started" : "Začalo sa mazanie zariadenia %s",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index b02aeb5d0fb..9b921e7b335 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Şu platformlar destekleniyor: %s",
"Server version %s or higher is required." : "Sunucu %s ya da daha sonraki bir sürüm olmalıdır.",
"Server version %s or lower is required." : "Sunucu %s ya da daha önceki bir sürüm olmalıdır.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Oturum açmış kullanıcı bir yönetici, bir alt yönetici veya bu ayara erişmek için özel izne sahip olmalıdır",
"Logged in user must be an admin or sub admin" : "Oturum açmış kullanıcı bir yönetici ya da alt yönetici olmalıdır",
"Logged in user must be an admin" : "Oturum açmış kullanıcı bir yönetici olmalıdır",
"Wiping of device %s has started" : "%s aygıtının silinmesine başlandı",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index c676ef5b3c7..34d9f0f8d84 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "Şu platformlar destekleniyor: %s",
"Server version %s or higher is required." : "Sunucu %s ya da daha sonraki bir sürüm olmalıdır.",
"Server version %s or lower is required." : "Sunucu %s ya da daha önceki bir sürüm olmalıdır.",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "Oturum açmış kullanıcı bir yönetici, bir alt yönetici veya bu ayara erişmek için özel izne sahip olmalıdır",
"Logged in user must be an admin or sub admin" : "Oturum açmış kullanıcı bir yönetici ya da alt yönetici olmalıdır",
"Logged in user must be an admin" : "Oturum açmış kullanıcı bir yönetici olmalıdır",
"Wiping of device %s has started" : "%s aygıtının silinmesine başlandı",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 94b90efea92..e7dc9b40d26 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "支援下列平台:%s",
"Server version %s or higher is required." : "需要伺服器版本 %s 或更高",
"Server version %s or lower is required." : "需要伺服器版本 %s 或更低",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "登錄用戶必須是管理員、子管理員或具有存取此設定的特殊權限",
"Logged in user must be an admin or sub admin" : "登入的用戶必須要是管理員或是子管理員",
"Logged in user must be an admin" : "登入的用戶必須有管理員權限",
"Wiping of device %s has started" : "已開始抹除裝置 %s ",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 4dbe81cc58a..cac611194dc 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "支援下列平台:%s",
"Server version %s or higher is required." : "需要伺服器版本 %s 或更高",
"Server version %s or lower is required." : "需要伺服器版本 %s 或更低",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "登錄用戶必須是管理員、子管理員或具有存取此設定的特殊權限",
"Logged in user must be an admin or sub admin" : "登入的用戶必須要是管理員或是子管理員",
"Logged in user must be an admin" : "登入的用戶必須有管理員權限",
"Wiping of device %s has started" : "已開始抹除裝置 %s ",
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index ce96a8df81a..4560096074f 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "支援下列平台:%s",
"Server version %s or higher is required." : "需要伺服器版本 %s 或更高",
"Server version %s or lower is required." : "需要伺服器版本 %s 或更低",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "登入使用者必須為管理員、子管理員或有可存取此設定的特殊權限的使用者",
"Logged in user must be an admin or sub admin" : "登入的使用者必須要是管理員或是子管理員",
"Logged in user must be an admin" : "登入的使用者必須有管理員權限",
"Wiping of device %s has started" : "已開始抹除裝置 %s ",
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 77557697f51..d6ad5330064 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -33,6 +33,7 @@
"The following platforms are supported: %s" : "支援下列平台:%s",
"Server version %s or higher is required." : "需要伺服器版本 %s 或更高",
"Server version %s or lower is required." : "需要伺服器版本 %s 或更低",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "登入使用者必須為管理員、子管理員或有可存取此設定的特殊權限的使用者",
"Logged in user must be an admin or sub admin" : "登入的使用者必須要是管理員或是子管理員",
"Logged in user must be an admin" : "登入的使用者必須有管理員權限",
"Wiping of device %s has started" : "已開始抹除裝置 %s ",