Skip to content

Commit abdcad5

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 29a6860 commit abdcad5

4 files changed

Lines changed: 26 additions & 0 deletions

File tree

l10n/et_EE.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ OC.L10N.register(
3636
"Activity" : "Tegevus",
3737
"Undo" : "Tühista",
3838
"Transfer" : "Teisalda",
39+
"No participants found" : "Osalejaid ei leidu",
3940
"Can edit" : "Võib redigeerida",
4041
"Can share" : "Can share",
4142
"Owner" : "Omanik",
@@ -70,6 +71,7 @@ OC.L10N.register(
7071
"Mark as done" : "Märgi tehtuks",
7172
"Not done" : "Pole valmis",
7273
"(group)" : "(grupp)",
74+
"Open link" : "Ava link",
7375
"Edit title" : "Muuda pealkirja",
7476
"Delete card" : "Kustuta kaart",
7577
"seconds ago" : "sekundit tagasi",

l10n/et_EE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Activity" : "Tegevus",
3535
"Undo" : "Tühista",
3636
"Transfer" : "Teisalda",
37+
"No participants found" : "Osalejaid ei leidu",
3738
"Can edit" : "Võib redigeerida",
3839
"Can share" : "Can share",
3940
"Owner" : "Omanik",
@@ -68,6 +69,7 @@
6869
"Mark as done" : "Märgi tehtuks",
6970
"Not done" : "Pole valmis",
7071
"(group)" : "(grupp)",
72+
"Open link" : "Ava link",
7173
"Edit title" : "Muuda pealkirja",
7274
"Delete card" : "Kustuta kaart",
7375
"seconds ago" : "sekundit tagasi",

l10n/zh_HK.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ OC.L10N.register(
8181
"Could not write file to disk" : "無法將檔案寫入磁碟",
8282
"A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳",
8383
"No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案大小超過 %s 的最大值",
84+
"Invalid file type. Only JSON files are allowed." : "無效的檔案類型。僅允許 JSON 檔案。",
85+
"Invalid JSON data" : "無效的 JSON 數據",
86+
"Failed to import board" : "無法導入面板",
8487
"Cards due today" : "於今日到期的卡片",
8588
"Cards due tomorrow" : "於明日到期的卡片",
8689
"Upcoming cards" : "快將到期的卡片",
@@ -335,6 +338,7 @@ OC.L10N.register(
335338
"An error occurred" : "發生錯誤",
336339
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。",
337340
"Delete the board?" : "是否刪除面板?",
341+
"Exporting board..." : "正在導出面板 ...",
338342
"Board details" : "面板詳情",
339343
"Edit board" : "編輯面板",
340344
"Clone board" : "複製面板",
@@ -347,6 +351,9 @@ OC.L10N.register(
347351
"Assigned cards" : "分配的卡片",
348352
"No notifications" : "無通知",
349353
"Delete board" : "刪除面板",
354+
"Importing board..." : "正在導入面板 ...",
355+
"Board imported successfully" : "面板成功導入",
356+
"Import board" : "導入面板",
350357
"Clone {boardTitle}" : "複製 {boardTitle}",
351358
"Clone cards" : "複製 cards",
352359
"Clone assignments" : "複製任務分配",
@@ -356,7 +363,10 @@ OC.L10N.register(
356363
"Move all cards to the first list" : "將所有卡片移動到第一個清單",
357364
"Restore archived cards" : "還原已封存的卡片",
358365
"Clone" : "複製",
366+
"Export {boardTitle}" : "導出 {boardTitle}",
367+
"Export as JSON" : "導出為 JSON",
359368
"Export as CSV" : "匯出為 CSV",
369+
"Note: Only the JSON format is supported for importing back into the Deck app." : "注意:僅支援 JSON 格式以便重新導入到 Deck 應用程式。",
360370
"Export" : "導出",
361371
"Loading filtered view" : "正在加載已過濾視圖",
362372
"Today" : "今日",
@@ -390,6 +400,7 @@ OC.L10N.register(
390400
"Something went wrong" : "發生錯誤了",
391401
"Failed to upload {name}" : "上傳 {name} 失敗",
392402
"Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制",
403+
"Assigned users" : "指派的用戶",
393404
"Due date" : "到期日期",
394405
"Error creating the share" : "創建分享出錯",
395406
"Share with a Deck card" : "用一張 Deck 卡片進行分享 ",

l10n/zh_HK.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
"Could not write file to disk" : "無法將檔案寫入磁碟",
8080
"A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳",
8181
"No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案大小超過 %s 的最大值",
82+
"Invalid file type. Only JSON files are allowed." : "無效的檔案類型。僅允許 JSON 檔案。",
83+
"Invalid JSON data" : "無效的 JSON 數據",
84+
"Failed to import board" : "無法導入面板",
8285
"Cards due today" : "於今日到期的卡片",
8386
"Cards due tomorrow" : "於明日到期的卡片",
8487
"Upcoming cards" : "快將到期的卡片",
@@ -333,6 +336,7 @@
333336
"An error occurred" : "發生錯誤",
334337
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "你確定你要刪除 {title} 面板嗎?面板內所有數據(包括已封存的卡片)都將因此被刪除。",
335338
"Delete the board?" : "是否刪除面板?",
339+
"Exporting board..." : "正在導出面板 ...",
336340
"Board details" : "面板詳情",
337341
"Edit board" : "編輯面板",
338342
"Clone board" : "複製面板",
@@ -345,6 +349,9 @@
345349
"Assigned cards" : "分配的卡片",
346350
"No notifications" : "無通知",
347351
"Delete board" : "刪除面板",
352+
"Importing board..." : "正在導入面板 ...",
353+
"Board imported successfully" : "面板成功導入",
354+
"Import board" : "導入面板",
348355
"Clone {boardTitle}" : "複製 {boardTitle}",
349356
"Clone cards" : "複製 cards",
350357
"Clone assignments" : "複製任務分配",
@@ -354,7 +361,10 @@
354361
"Move all cards to the first list" : "將所有卡片移動到第一個清單",
355362
"Restore archived cards" : "還原已封存的卡片",
356363
"Clone" : "複製",
364+
"Export {boardTitle}" : "導出 {boardTitle}",
365+
"Export as JSON" : "導出為 JSON",
357366
"Export as CSV" : "匯出為 CSV",
367+
"Note: Only the JSON format is supported for importing back into the Deck app." : "注意:僅支援 JSON 格式以便重新導入到 Deck 應用程式。",
358368
"Export" : "導出",
359369
"Loading filtered view" : "正在加載已過濾視圖",
360370
"Today" : "今日",
@@ -388,6 +398,7 @@
388398
"Something went wrong" : "發生錯誤了",
389399
"Failed to upload {name}" : "上傳 {name} 失敗",
390400
"Maximum file size of {size} exceeded" : "檔案大小 {size} 超出最大限制",
401+
"Assigned users" : "指派的用戶",
391402
"Due date" : "到期日期",
392403
"Error creating the share" : "創建分享出錯",
393404
"Share with a Deck card" : "用一張 Deck 卡片進行分享 ",

0 commit comments

Comments
 (0)