You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/it.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ OC.L10N.register(
81
81
"Could not write file to disk" : "Impossibile scrivere il file su disco",
82
82
"A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
83
83
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
84
+
"Invalid file type. Only JSON files are allowed." : "Tipo di file non valido. Sono consentiti solo file JSON.",
85
+
"Invalid JSON data" : "Dati JSON non validi",
84
86
"Cards due today" : "Schede che scadono oggi",
85
87
"Cards due tomorrow" : "Schede che scadono domani",
86
88
"Upcoming cards" : "Prossime schede",
@@ -355,6 +357,10 @@ OC.L10N.register(
355
357
"Advanced options" : "Opzioni avanzate",
356
358
"Restore archived cards" : "Ripristina le schede archiviate",
357
359
"Clone" : "Clona",
360
+
"Export {boardTitle}" : "Esporta {boardTitle}",
361
+
"Export as JSON" : "Esporta come JSON",
362
+
"Export as CSV" : "Esporta come CSV",
363
+
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: per l'importazione nell'app Deck è supportato solo il formato JSON.",
358
364
"Export" : "Esporta",
359
365
"Loading filtered view" : "Caricamento della vista filtrata",
360
366
"Today" : "Oggi",
@@ -388,6 +394,7 @@ OC.L10N.register(
388
394
"Something went wrong" : "Qualcosa non ha funzionato",
389
395
"Failed to upload {name}" : "Caricamenti di {name} non riuscito",
390
396
"Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata",
397
+
"Assigned users" : "Utenti assegnati",
391
398
"Due date" : "Data di scadenza",
392
399
"Error creating the share" : "Errore durante la creazione della condivisione",
393
400
"Share with a Deck card" : "Condividi con una scheda di Deck",
Copy file name to clipboardExpand all lines: l10n/it.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@
79
79
"Could not write file to disk" : "Impossibile scrivere il file su disco",
80
80
"A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
81
81
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
82
+
"Invalid file type. Only JSON files are allowed." : "Tipo di file non valido. Sono consentiti solo file JSON.",
83
+
"Invalid JSON data" : "Dati JSON non validi",
82
84
"Cards due today" : "Schede che scadono oggi",
83
85
"Cards due tomorrow" : "Schede che scadono domani",
84
86
"Upcoming cards" : "Prossime schede",
@@ -353,6 +355,10 @@
353
355
"Advanced options" : "Opzioni avanzate",
354
356
"Restore archived cards" : "Ripristina le schede archiviate",
355
357
"Clone" : "Clona",
358
+
"Export {boardTitle}" : "Esporta {boardTitle}",
359
+
"Export as JSON" : "Esporta come JSON",
360
+
"Export as CSV" : "Esporta come CSV",
361
+
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: per l'importazione nell'app Deck è supportato solo il formato JSON.",
356
362
"Export" : "Esporta",
357
363
"Loading filtered view" : "Caricamento della vista filtrata",
358
364
"Today" : "Oggi",
@@ -386,6 +392,7 @@
386
392
"Something went wrong" : "Qualcosa non ha funzionato",
387
393
"Failed to upload {name}" : "Caricamenti di {name} non riuscito",
388
394
"Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata",
395
+
"Assigned users" : "Utenti assegnati",
389
396
"Due date" : "Data di scadenza",
390
397
"Error creating the share" : "Errore durante la creazione della condivisione",
391
398
"Share with a Deck card" : "Condividi con una scheda di Deck",
Copy file name to clipboardExpand all lines: l10n/zh_TW.js
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,9 @@ OC.L10N.register(
81
81
"Could not write file to disk" : "無法寫入硬碟",
82
82
"A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
83
83
"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" : "匯入看板失敗",
84
87
"Cards due today" : "卡片於今日到期",
85
88
"Cards due tomorrow" : "卡片於明日到期",
86
89
"Upcoming cards" : "接下來的卡片",
@@ -335,6 +338,7 @@ OC.L10N.register(
335
338
"An error occurred" : "發生錯誤",
336
339
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。",
337
340
"Delete the board?" : "刪除佈告欄?",
341
+
"Exporting board..." : "正在匯出看板……",
338
342
"Board details" : "佈告欄詳細資訊",
339
343
"Edit board" : "編輯佈告欄",
340
344
"Clone board" : "再製佈告欄",
@@ -347,6 +351,9 @@ OC.L10N.register(
347
351
"Assigned cards" : "已分配的卡片",
348
352
"No notifications" : "無通知",
349
353
"Delete board" : "刪除佈告欄",
354
+
"Importing board..." : "正在匯入看板……",
355
+
"Board imported successfully" : "已成功匯入看板",
356
+
"Import board" : "匯入看板",
350
357
"Clone {boardTitle}" : "再製 {boardTitle}",
351
358
"Clone cards" : "複製卡片",
352
359
"Clone assignments" : "再製工作",
@@ -356,7 +363,10 @@ OC.L10N.register(
356
363
"Move all cards to the first list" : "將所有卡片移動到第一個清單",
357
364
"Restore archived cards" : "還原已封存的卡片",
358
365
"Clone" : "複製",
366
+
"Export {boardTitle}" : "匯出 {boardTitle}",
367
+
"Export as JSON" : "匯出為 JSON",
359
368
"Export as CSV" : "匯出為 CSV",
369
+
"Note: Only the JSON format is supported for importing back into the Deck app." : "注意:匯入回 Deck 應用程式時僅支援 JSON 格式。",
360
370
"Export" : "匯出",
361
371
"Loading filtered view" : "正在載入過濾的檢視",
362
372
"Today" : "今天",
@@ -390,6 +400,7 @@ OC.L10N.register(
390
400
"Something went wrong" : "出了點問題",
391
401
"Failed to upload {name}" : "上傳 {name} 失敗",
392
402
"Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ",
Copy file name to clipboardExpand all lines: l10n/zh_TW.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@
79
79
"Could not write file to disk" : "無法寫入硬碟",
80
80
"A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
81
81
"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" : "匯入看板失敗",
82
85
"Cards due today" : "卡片於今日到期",
83
86
"Cards due tomorrow" : "卡片於明日到期",
84
87
"Upcoming cards" : "接下來的卡片",
@@ -333,6 +336,7 @@
333
336
"An error occurred" : "發生錯誤",
334
337
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "您確定要刪除佈告欄 {title} 嗎?這將會刪除所有此佈告欄的資料,包含封存的卡片。",
335
338
"Delete the board?" : "刪除佈告欄?",
339
+
"Exporting board..." : "正在匯出看板……",
336
340
"Board details" : "佈告欄詳細資訊",
337
341
"Edit board" : "編輯佈告欄",
338
342
"Clone board" : "再製佈告欄",
@@ -345,6 +349,9 @@
345
349
"Assigned cards" : "已分配的卡片",
346
350
"No notifications" : "無通知",
347
351
"Delete board" : "刪除佈告欄",
352
+
"Importing board..." : "正在匯入看板……",
353
+
"Board imported successfully" : "已成功匯入看板",
354
+
"Import board" : "匯入看板",
348
355
"Clone {boardTitle}" : "再製 {boardTitle}",
349
356
"Clone cards" : "複製卡片",
350
357
"Clone assignments" : "再製工作",
@@ -354,7 +361,10 @@
354
361
"Move all cards to the first list" : "將所有卡片移動到第一個清單",
355
362
"Restore archived cards" : "還原已封存的卡片",
356
363
"Clone" : "複製",
364
+
"Export {boardTitle}" : "匯出 {boardTitle}",
365
+
"Export as JSON" : "匯出為 JSON",
357
366
"Export as CSV" : "匯出為 CSV",
367
+
"Note: Only the JSON format is supported for importing back into the Deck app." : "注意:匯入回 Deck 應用程式時僅支援 JSON 格式。",
358
368
"Export" : "匯出",
359
369
"Loading filtered view" : "正在載入過濾的檢視",
360
370
"Today" : "今天",
@@ -388,6 +398,7 @@
388
398
"Something went wrong" : "出了點問題",
389
399
"Failed to upload {name}" : "上傳 {name} 失敗",
390
400
"Maximum file size of {size} exceeded" : "超過最大的檔案大小 {size} ",
0 commit comments