This commit is contained in:
Nam Vu
2024-08-21 08:03:51 +07:00
committed by GitHub
parent b7778de224
commit 8c32f8c77d
14 changed files with 66 additions and 12 deletions

View File

@@ -4,7 +4,8 @@ const translation = {
dateTimeFormat: 'YYYY-MM-DD HH:mm',
table: {
header: {
time: '時間',
updatedTime: '更新時間',
time: '創建時間',
endUser: '使用者',
input: '輸入',
output: '輸出',
@@ -69,6 +70,9 @@ const translation = {
annotated: '已標註改進({{count}} 項)',
not_annotated: '未標註',
},
sortBy: '排序方式:',
descending: '降序',
ascending: '升序',
},
workflowTitle: '日誌',
workflowSubtitle: '日誌記錄了應用的執行情況',