mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
3174e64068
commit
2346e5a256
2 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ OC.L10N.register(
|
||||||
"Adding {{credential}}" : "添加 {{credential}}",
|
"Adding {{credential}}" : "添加 {{credential}}",
|
||||||
"Added {{credential}}" : "已添加 {{credential}}",
|
"Added {{credential}}" : "已添加 {{credential}}",
|
||||||
"Skipping credential, missing label on line {{line}}" : "跳過身分驗證,{{line}} 行缺少標籤",
|
"Skipping credential, missing label on line {{line}}" : "跳過身分驗證,{{line}} 行缺少標籤",
|
||||||
"Parsed {{num}} credentials, starting to import" : "解析 {{num}} 個身分驗證,開始導入",
|
"Parsed {{num}} credentials, starting to import" : "解析了 {{num}} 個身分驗證,開始導入",
|
||||||
"Importing" : "正在導入",
|
"Importing" : "正在導入",
|
||||||
"Start import" : "開始導入",
|
"Start import" : "開始導入",
|
||||||
"Select CSV file" : "選擇 CSV 檔案",
|
"Select CSV file" : "選擇 CSV 檔案",
|
||||||
"Parsed {{rows}} lines from CSV file" : "從 CSV 檔案解析了 {{rows}} 行",
|
"Parsed {{rows}} lines from CSV file" : "從 CSV 檔案中解析了 {{rows}} 行",
|
||||||
"Skip first row" : "跳過第一行",
|
"Skip first row" : "跳過第一行",
|
||||||
"You need to assign the label field before you can start the import." : "開始導入之前需要先賦值標籤字段。",
|
"You need to assign the label field before you can start the import." : "開始導入之前需要先賦值標籤字段。",
|
||||||
"The first 5 lines of the CSV are shown." : "顯示 CSV 的前 5 行。",
|
"The first 5 lines of the CSV are shown." : "顯示 CSV 的前 5 行。",
|
||||||
|
|
|
@ -25,11 +25,11 @@
|
||||||
"Adding {{credential}}" : "添加 {{credential}}",
|
"Adding {{credential}}" : "添加 {{credential}}",
|
||||||
"Added {{credential}}" : "已添加 {{credential}}",
|
"Added {{credential}}" : "已添加 {{credential}}",
|
||||||
"Skipping credential, missing label on line {{line}}" : "跳過身分驗證,{{line}} 行缺少標籤",
|
"Skipping credential, missing label on line {{line}}" : "跳過身分驗證,{{line}} 行缺少標籤",
|
||||||
"Parsed {{num}} credentials, starting to import" : "解析 {{num}} 個身分驗證,開始導入",
|
"Parsed {{num}} credentials, starting to import" : "解析了 {{num}} 個身分驗證,開始導入",
|
||||||
"Importing" : "正在導入",
|
"Importing" : "正在導入",
|
||||||
"Start import" : "開始導入",
|
"Start import" : "開始導入",
|
||||||
"Select CSV file" : "選擇 CSV 檔案",
|
"Select CSV file" : "選擇 CSV 檔案",
|
||||||
"Parsed {{rows}} lines from CSV file" : "從 CSV 檔案解析了 {{rows}} 行",
|
"Parsed {{rows}} lines from CSV file" : "從 CSV 檔案中解析了 {{rows}} 行",
|
||||||
"Skip first row" : "跳過第一行",
|
"Skip first row" : "跳過第一行",
|
||||||
"You need to assign the label field before you can start the import." : "開始導入之前需要先賦值標籤字段。",
|
"You need to assign the label field before you can start the import." : "開始導入之前需要先賦值標籤字段。",
|
||||||
"The first 5 lines of the CSV are shown." : "顯示 CSV 的前 5 行。",
|
"The first 5 lines of the CSV are shown." : "顯示 CSV 的前 5 行。",
|
||||||
|
|
Loading…
Reference in a new issue