feat: Version 2

Closes #627, closes #1047
This commit is contained in:
Maksim Eltyshev
2025-05-10 02:09:06 +02:00
parent ad7fb51cfa
commit 2ee1166747
1557 changed files with 76832 additions and 47042 deletions
+3 -16
View File
@@ -1,7 +1,9 @@
import dateFns from 'date-fns/locale/zh-TW';
import timeAgo from 'javascript-time-ago/locale/zh';
export default {
dateFns,
timeAgo,
format: {
date: 'M/d/yyyy',
@@ -15,15 +17,13 @@ export default {
translation: {
common: {
aboutPlanka: '關於 Planka',
aboutPlanka: '關於 PLANKA',
account: '帳號',
actions: '操作',
addAttachment_title: '添加附件',
addComment: '添加評論',
addManager_title: '添加管理員',
addMember_title: '添加成員',
addUser_title: '添加使用者',
administrator: '管理員',
all: '全部',
allChangesWillBeAutomaticallySavedAfterConnectionRestored: '所有修改會在重新連線後自動保存',
areYouSureYouWantToDeleteThisAttachment: '確認刪除此附件嗎?',
@@ -46,11 +46,9 @@ export default {
board: '看板',
boardNotFound_title: '看板不存在',
canComment: '可以評論',
canEditContentOfBoard: '可以編輯看板內容',
canOnlyViewBoard: '僅可查看看板',
cardActions_title: '卡片操作',
cardNotFound_title: '卡片不存在',
cardOrActionAreDeleted: '卡片或操作已經被刪除',
color: '顏色',
createBoard_title: '創建看板',
createLabel_title: '創建標籤',
@@ -76,7 +74,6 @@ export default {
editor: '編輯器',
editAttachment_title: '編輯附件',
editAvatar_title: '編輯頭像',
editBoard_title: '編輯看板',
editDueDate_title: '編輯截止時間',
editEmail_title: '編輯郵箱',
editInformation_title: '編輯信息',
@@ -86,12 +83,10 @@ export default {
editStopwatch_title: '修改計時',
editUsername_title: '修改使用者名稱',
email: '郵箱',
emailAlreadyInUse: '郵箱已被使用',
enterCardTitle: '輸入卡片標題...',
enterDescription: '輸入描述...',
enterFilename: '輸入文件名',
enterListTitle: '輸入列表標題...',
enterProjectTitle: '輸入專案標題',
enterTaskDescription: '輸入任務描述...',
filterByLabels_title: '通過標籤篩選',
filterByMembers_title: '通過成員篩選',
@@ -144,7 +139,6 @@ export default {
stopwatch: '碼表',
subscribeToMyOwnCardsByDefault: '默認訂閱自己創建的卡片',
taskActions_title: '任務操作',
tasks: '任務',
thereIsNoPreviewAvailableForThisAttachment: '此附件無法預覽',
time: '時間',
title: '標題',
@@ -156,9 +150,7 @@ export default {
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> 將該卡片從 {{fromList}} 移動到 {{toList}}</1>',
username: '使用者名稱',
usernameAlreadyInUse: '使用者名稱已被佔用',
users: '使用者',
version: '版本',
viewer: '檢視',
writeComment: '編寫評論...',
},
@@ -188,11 +180,9 @@ export default {
deleteCard: '刪除卡片',
deleteCard_title: '刪除卡片',
deleteComment: '刪除評論',
deleteImage: '刪除圖片',
deleteLabel: '刪除標籤',
deleteList: '刪除列表',
deleteList_title: '刪除列表',
deleteNotifications: 'Dismiss all',
deleteProject: '刪除專案',
deleteProject_title: '刪除專案',
deleteTask: '刪除任務',
@@ -208,7 +198,6 @@ export default {
editStopwatch_title: '編輯碼表',
editTitle_title: '編輯標題',
editUsername_title: '編輯使用者名稱',
hideDetails: '隱藏詳情',
import: '導入',
leaveBoard: '離開看板',
leaveProject: '離開專案',
@@ -217,7 +206,6 @@ export default {
move: '移動',
moveCard_title: '移動卡片',
remove: '刪除',
removeBackground: '刪除背景',
removeCover_title: '刪除封面',
removeFromBoard: '從看板中刪除',
removeFromProject: '從專案中刪除',
@@ -225,7 +213,6 @@ export default {
removeMember: '刪除成員',
save: '保存',
showAllAttachments: '顯示所有附件 ({{hidden}} 隱藏)',
showDetails: '顯示詳情',
showFewerAttachments: '顯示較少附件',
start: '開始',
stop: '結束',
+3 -3
View File
@@ -1,22 +1,22 @@
export default {
translation: {
common: {
emailAlreadyInUse: '郵箱已被使用',
emailOrUsername: '郵箱或使用者名稱',
invalidEmailOrUsername: '無效的郵箱或使用者名稱',
invalidPassword: '密碼錯誤',
logInToPlanka: '登入至 Planka',
noInternetConnection: '沒有網路連接',
pageNotFound_title: '找不到頁面',
password: '密碼',
projectManagement: '專案管理',
serverConnectionFailed: '伺服器連接失敗',
unknownError: '未知錯誤,請稍後重試',
usernameAlreadyInUse: '使用者名稱已被佔用',
useSingleSignOn: '使用單一登入',
},
action: {
logIn: '登入',
logInWithSSO: '使用SSO登入',
logInWithSso: '使用SSO登入',
},
},
};