Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot
2023-11-10 00:40:52 +00:00
parent 9810faf877
commit 8f8597def7
166 changed files with 394 additions and 18 deletions

View File

@@ -37,6 +37,10 @@ OC.L10N.register(
"{user} has archived card {card} in list {stack} on board {board}" : "{user} 已封存佈告欄 {board} 上的列表 {stack} 中的卡片 {card}",
"You have unarchived card {card} in list {stack} on board {board}" : "您已解除封存佈告欄 {board} 上的列表 {stack} 中的卡片 {card}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} 已解除封存佈告欄 {board} 上的列表 {stack} 中的卡片 {card}",
"You have marked the card {card} as done in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為已完成",
"You have marked the card {card} as undone in list {stack} on board {board}" : "您已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} 已在佈告欄 {board} 上的列表 {stack} 標記卡片 {card} 為未完成",
"You have removed the due date of card {card}" : "您已移除卡片 {card} 的到期日",
"{user} has removed the due date of card {card}" : "{user} 已移除卡片 {card} 的到期日",
"You have set the due date of card {card} to {after}" : "您已設定卡片 {card} 的到期日",
@@ -244,6 +248,9 @@ OC.L10N.register(
"Add due date" : "新增到期日",
"Choose a date" : "選擇日期",
"Remove due date" : "移除到期日",
"Completed" : "已完成",
"Due at:" : "到期於:",
"Not completed" : "未完成",
"Unarchive card" : "解除封存卡片",
"Archive card" : "封存卡片",
"Select Date" : "選擇日期",
@@ -259,6 +266,8 @@ OC.L10N.register(
"Edit card title" : "編輯卡片標題",
"Assign to me" : "分配給我",
"Unassign myself" : "取消分配給我",
"Mark as not done" : "標記為未完成",
"Mark as done" : "標記為完成",
"Move card" : "移動卡片",
"Card details" : "卡片詳細資訊",
"Delete card" : "刪除卡片",