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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-12-05 06:15:22 +0300
committerNextcloud bot <bot@nextcloud.com>2021-12-05 06:15:22 +0300
commit12b0add9e3bde5fe4b81540758e2fde6170b6fee (patch)
tree6473ae9d2cdf74cf6fae896ff047b079ff5228bd
parent2910f577fd1eee304285641b03516a0e7173a084 (diff)
[tx-robot] updated from transifexv21.0.8rc1
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/da.js5
-rw-r--r--l10n/da.json5
-rw-r--r--l10n/zh_HK.js10
-rw-r--r--l10n/zh_HK.json10
4 files changed, 20 insertions, 10 deletions
diff --git a/l10n/da.js b/l10n/da.js
index 7dd291a..510b36b 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -1,20 +1,25 @@
OC.L10N.register(
"password_policy",
{
+ "Password must not have been used recently before." : "Adgangskoden må ikke være benyttet for nyligt.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Kodeordet er i blandt de 1.000.000 mest almindelige kodeord. Vælg venligst et andet.",
"Password is present in compromised password list. Please choose a different password." : "Adgangskoden findes i liste over kompromitterede adgangskoder. Vælg en anden adgangsode.",
+ "Password needs to be at least %s characters long." : "Adgangskoden skal være mindst %s karakterer lang.",
"Password needs to contain at least one numeric character." : "Kodeord skal mindst indeholde et tal.",
"Password needs to contain at least one special character." : "Kodeord skal indeholde mindst et special tegn.",
"Password needs to contain at least one lower and one upper case character." : "Kodeord skal mindst indeholde et lille bogstav og et stort bogstav ",
"Password policy" : "Kodeord politik",
"Allows admins to configure a password policy" : "Tillad en administrator at fastsætte en politik for adgsngskoder",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Tillad en administrator af fastsætte krav til adgangskoder, f.eks. at sætte en mindstelængde",
+ "Saved" : "Gemt",
+ "Minimum password length" : "Minimumslængde på adgangskode",
"Forbid common passwords" : "Forbyd almindelige kodeord",
"Enforce upper and lower case characters" : "Tving små og store bogstaver",
"Enforce numeric characters" : "Tving tal",
"Enforce special characters" : "Tving special tegn",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Kontroller adgangskoden op imod listen over kompromitterede adgangskoder i haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Dette check danner et krypteret kendetegn af adgangskoden og sender de første 4 tegn af dette kendetegn til haveibeenpwned.com's API for at modtage en liste med alle kendetegn, der starter med disse tegn. Derefter checker det, om adgsngskodekendetegnet findes i Nextclud-installationen.",
+ "Unknown error" : "Ukendt fejl",
"Password needs to be at least %s characters long" : "Kodeord skal mindst være %s tegn lang",
"Minimal length" : "Minimums længde"
},
diff --git a/l10n/da.json b/l10n/da.json
index 096511d..1250191 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,18 +1,23 @@
{ "translations": {
+ "Password must not have been used recently before." : "Adgangskoden må ikke være benyttet for nyligt.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Kodeordet er i blandt de 1.000.000 mest almindelige kodeord. Vælg venligst et andet.",
"Password is present in compromised password list. Please choose a different password." : "Adgangskoden findes i liste over kompromitterede adgangskoder. Vælg en anden adgangsode.",
+ "Password needs to be at least %s characters long." : "Adgangskoden skal være mindst %s karakterer lang.",
"Password needs to contain at least one numeric character." : "Kodeord skal mindst indeholde et tal.",
"Password needs to contain at least one special character." : "Kodeord skal indeholde mindst et special tegn.",
"Password needs to contain at least one lower and one upper case character." : "Kodeord skal mindst indeholde et lille bogstav og et stort bogstav ",
"Password policy" : "Kodeord politik",
"Allows admins to configure a password policy" : "Tillad en administrator at fastsætte en politik for adgsngskoder",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Tillad en administrator af fastsætte krav til adgangskoder, f.eks. at sætte en mindstelængde",
+ "Saved" : "Gemt",
+ "Minimum password length" : "Minimumslængde på adgangskode",
"Forbid common passwords" : "Forbyd almindelige kodeord",
"Enforce upper and lower case characters" : "Tving små og store bogstaver",
"Enforce numeric characters" : "Tving tal",
"Enforce special characters" : "Tving special tegn",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Kontroller adgangskoden op imod listen over kompromitterede adgangskoder i haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Dette check danner et krypteret kendetegn af adgangskoden og sender de første 4 tegn af dette kendetegn til haveibeenpwned.com's API for at modtage en liste med alle kendetegn, der starter med disse tegn. Derefter checker det, om adgsngskodekendetegnet findes i Nextclud-installationen.",
+ "Unknown error" : "Ukendt fejl",
"Password needs to be at least %s characters long" : "Kodeord skal mindst være %s tegn lang",
"Minimal length" : "Minimums længde"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index acd8f19..e809cab 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -14,10 +14,10 @@ OC.L10N.register(
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "允許管理員定義密碼的某些條件,例如強制最小長度",
"Saved" : "已保存",
"Minimum password length" : "密碼最小長度",
- "User password history" : "密碼重複使用(禁止用戶使用前幾次使用過的密碼)",
- "Number of days until user password expires" : "密碼到期天數",
- "Number of login attempts before the user account is blocked (0 for no limit)" : "次嘗試後用戶的賬戶將被鎖定(設為零則永不鎖定)",
- "Forbid common passwords" : "禁止常用的密碼",
+ "User password history" : "用戶密碼歷史記錄",
+ "Number of days until user password expires" : "距離密碼到期天數",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "封鎖用戶賬戶前的登入嘗試次數(0 為沒有限制)",
+ "Forbid common passwords" : "禁止常用密碼",
"Enforce upper and lower case characters" : "一定要各用一個大寫與小寫",
"Enforce numeric characters" : "一定要用數字",
"Enforce special characters" : "一定要用特殊符號",
@@ -31,6 +31,6 @@ OC.L10N.register(
"Password needs to be at least %s characters long" : "密碼需長於 %s 個字母",
"Minimal length" : "最小長度",
"days until user password expires" : "天後密碼將過期",
- "login attempts before the user account is blocked. (0 for no limit)" : "次的失敗登錄後,該用戶的帳戶將被上鎖。(0 = 無限制)"
+ "login attempts before the user account is blocked. (0 for no limit)" : "次的失敗登錄後,該用戶的賬戶將被上鎖。(0 = 無限制)"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 473cc69..665deaa 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -12,10 +12,10 @@
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "允許管理員定義密碼的某些條件,例如強制最小長度",
"Saved" : "已保存",
"Minimum password length" : "密碼最小長度",
- "User password history" : "密碼重複使用(禁止用戶使用前幾次使用過的密碼)",
- "Number of days until user password expires" : "密碼到期天數",
- "Number of login attempts before the user account is blocked (0 for no limit)" : "次嘗試後用戶的賬戶將被鎖定(設為零則永不鎖定)",
- "Forbid common passwords" : "禁止常用的密碼",
+ "User password history" : "用戶密碼歷史記錄",
+ "Number of days until user password expires" : "距離密碼到期天數",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "封鎖用戶賬戶前的登入嘗試次數(0 為沒有限制)",
+ "Forbid common passwords" : "禁止常用密碼",
"Enforce upper and lower case characters" : "一定要各用一個大寫與小寫",
"Enforce numeric characters" : "一定要用數字",
"Enforce special characters" : "一定要用特殊符號",
@@ -29,6 +29,6 @@
"Password needs to be at least %s characters long" : "密碼需長於 %s 個字母",
"Minimal length" : "最小長度",
"days until user password expires" : "天後密碼將過期",
- "login attempts before the user account is blocked. (0 for no limit)" : "次的失敗登錄後,該用戶的帳戶將被上鎖。(0 = 無限制)"
+ "login attempts before the user account is blocked. (0 for no limit)" : "次的失敗登錄後,該用戶的賬戶將被上鎖。(0 = 無限制)"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file