diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-19 02:32:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-19 02:32:20 +0000 |
commit | c3a87e8c4880c7a248c539b771759076d1f22f1c (patch) | |
tree | 272eea265e4bc30c02bdc7093474dedb0063becd /lib | |
parent | 061d621a1f50b8dbe93effe2524ed20cdac69744 (diff) | |
download | nextcloud-server-c3a87e8c4880c7a248c539b771759076d1f22f1c.tar.gz nextcloud-server-c3a87e8c4880c7a248c539b771759076d1f22f1c.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 4 | ||||
-rw-r--r-- | lib/l10n/cs.json | 4 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 2 | ||||
-rw-r--r-- | lib/l10n/nb.js | 2 | ||||
-rw-r--r-- | lib/l10n/nb.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 4 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 4 |
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 數據庫連線", |