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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-19 05:32:20 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-19 05:32:20 +0300
commitc3a87e8c4880c7a248c539b771759076d1f22f1c (patch)
tree272eea265e4bc30c02bdc7093474dedb0063becd /lib
parent061d621a1f50b8dbe93effe2524ed20cdac69744 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/cs.js4
-rw-r--r--lib/l10n/cs.json4
-rw-r--r--lib/l10n/en_GB.js2
-rw-r--r--lib/l10n/en_GB.json2
-rw-r--r--lib/l10n/nb.js2
-rw-r--r--lib/l10n/nb.json2
-rw-r--r--lib/l10n/zh_HK.js4
-rw-r--r--lib/l10n/zh_HK.json4
8 files changed, 20 insertions, 4 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 8d138fa666c..8727ebc17c2 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -114,6 +114,10 @@ OC.L10N.register(
"Role" : "Role",
"Unknown user" : "Neznámý uživatel",
"Additional settings" : "Další nastavení",
+ "Enter the database username and name for %s" : "Zadejte uživatelské jméno v databázi a název pro %s",
+ "Enter the database username for %s" : "Zadejte uživatelské jméno v databázi pro %s",
+ "Enter the database name for %s" : "Zadejte název databáze pro %s",
+ "You cannot use dots in the database name %s" : "V názvu databáze %s není možné použít tečky",
"MySQL username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do MySQL",
"You need to enter details of an existing account." : "Je třeba zadat podrobnosti existujícího účtu.",
"Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index ee9e8a9764c..97095312c2c 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -112,6 +112,10 @@
"Role" : "Role",
"Unknown user" : "Neznámý uživatel",
"Additional settings" : "Další nastavení",
+ "Enter the database username and name for %s" : "Zadejte uživatelské jméno v databázi a název pro %s",
+ "Enter the database username for %s" : "Zadejte uživatelské jméno v databázi pro %s",
+ "Enter the database name for %s" : "Zadejte název databáze pro %s",
+ "You cannot use dots in the database name %s" : "V názvu databáze %s není možné použít tečky",
"MySQL username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do MySQL",
"You need to enter details of an existing account." : "Je třeba zadat podrobnosti existujícího účtu.",
"Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index e5fb4f2ce6a..9f879ad2aa5 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -91,7 +91,7 @@ OC.L10N.register(
"Expiration date is in the past" : "Expiration date is in the past",
"Sharing %s failed, because this item is already shared with user %s" : "Sharing %s failed, because this item is already shared with user %s",
"Click the button below to open it." : "Click the button below to open it.",
- "The requested share does not exist anymore" : "The requested share does not exist anymore",
+ "The requested share does not exist anymore" : "The requested share does not exist any more",
"Could not find category \"%s\"" : "Could not find category \"%s\"",
"Sunday" : "Sunday",
"Monday" : "Monday",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 1b6cec25d9f..e46b68d2b29 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -89,7 +89,7 @@
"Expiration date is in the past" : "Expiration date is in the past",
"Sharing %s failed, because this item is already shared with user %s" : "Sharing %s failed, because this item is already shared with user %s",
"Click the button below to open it." : "Click the button below to open it.",
- "The requested share does not exist anymore" : "The requested share does not exist anymore",
+ "The requested share does not exist anymore" : "The requested share does not exist any more",
"Could not find category \"%s\"" : "Could not find category \"%s\"",
"Sunday" : "Sunday",
"Monday" : "Monday",
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js
index c6d203a7130..671f295a88a 100644
--- a/lib/l10n/nb.js
+++ b/lib/l10n/nb.js
@@ -79,7 +79,7 @@ OC.L10N.register(
"Address" : "Adresse",
"Profile picture" : "Profilbilde",
"About" : "Om",
- "Full name" : "Fullt nav",
+ "Full name" : "Fullt navn",
"Headline" : "Overskrift",
"Organisation" : "Organisasion",
"Role" : "Rolle",
diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json
index 6328b47f79b..be77ebb0f99 100644
--- a/lib/l10n/nb.json
+++ b/lib/l10n/nb.json
@@ -77,7 +77,7 @@
"Address" : "Adresse",
"Profile picture" : "Profilbilde",
"About" : "Om",
- "Full name" : "Fullt nav",
+ "Full name" : "Fullt navn",
"Headline" : "Overskrift",
"Organisation" : "Organisasion",
"Role" : "Rolle",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index c5f33ca187b..32df6d0a73b 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -114,6 +114,10 @@ OC.L10N.register(
"Role" : "角色",
"Unknown user" : "用戶不詳",
"Additional settings" : "其他設定",
+ "Enter the database username and name for %s" : "輸入 %s 的數據庫用戶名及名稱",
+ "Enter the database username for %s" : "輸入 %s 的數據庫用戶名",
+ "Enter the database name for %s" : "輸入 %s 的數據庫名稱",
+ "You cannot use dots in the database name %s" : " 數據庫名稱 %s 不能包含小數點",
"MySQL username and/or password not valid" : "MySQL 用戶名稱或密碼不正確",
"You need to enter details of an existing account." : "您必須輸入現有帳號的資訊",
"Oracle connection could not be established" : "無法建立 Oracle 數據庫連線",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 2cd08e85ebc..93c2cead91f 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -112,6 +112,10 @@
"Role" : "角色",
"Unknown user" : "用戶不詳",
"Additional settings" : "其他設定",
+ "Enter the database username and name for %s" : "輸入 %s 的數據庫用戶名及名稱",
+ "Enter the database username for %s" : "輸入 %s 的數據庫用戶名",
+ "Enter the database name for %s" : "輸入 %s 的數據庫名稱",
+ "You cannot use dots in the database name %s" : " 數據庫名稱 %s 不能包含小數點",
"MySQL username and/or password not valid" : "MySQL 用戶名稱或密碼不正確",
"You need to enter details of an existing account." : "您必須輸入現有帳號的資訊",
"Oracle connection could not be established" : "無法建立 Oracle 數據庫連線",