maxkb/ui/src/locales/lang/zh-Hant/common.ts
2025-06-18 17:43:41 +08:00

91 lines
2.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
syncSuccess: '同步完成',
create: '創建',
createSuccess: '創建成功',
copy: '複製',
copySuccess: '複製成功',
copyError: '複製失敗',
save: '儲存',
saveSuccess: '儲存成功',
delete: '刪除',
deleteSuccess: '刪除成功',
setting: '設定',
settingSuccess: '設定成功',
submit: '提交',
submitSuccess: '提交成功',
edit: '編輯',
editSuccess: '編輯成功',
modify: '修改',
modifySuccess: '修改成功',
cancel: '取消',
confirm: '確認',
close: '關閉',
tip: '提示',
add: '新增',
refresh: '重新整理',
search: '搜尋',
clear: '清除',
professional: '購買專業版',
createDate: '創建日期',
createTime: '創建時間',
operation: '操作',
character: '字符',
export: '匯出',
exportSuccess: '匯出成功',
unavailable: '(不可用)',
public: '公有',
private: '私有',
paramSetting: '參數設定',
name: '名稱',
creator: '建立者',
author: '作者',
debug: '調試',
required: '必填',
noData: '暂无数据',
result: '結果',
searchBar: {
placeholder: '按名稱搜尋',
},
fileUpload: {
document: '文檔',
image: '圖片',
audio: '音頻',
video: '視頻',
},
status: {
label: '狀態',
disable: '停用',
enabled: '已啟用',
disabled: '已停用',
enableSuccess: '啟用成功',
disableSuccess: '停用成功',
},
param: {
outputParam: '輸出參數',
inputParam: '輸入參數',
initParam: '啟動參數',
editParam: '編輯參數',
addParam: '新增參數',
},
inputPlaceholder: '請輸入',
selectPlaceholder: '請選擇',
title: '標題',
content: '内容',
rename: '重命名',
renameSuccess: '重命名成功',
EditAvatarDialog: {
title: '應用頭像',
customizeUpload: '自訂上傳',
upload: '上傳',
default: '預設logo',
custom: '自訂',
sizeTip: '建議尺寸 32*32支援 JPG、PNG、GIF大小不超過 10 MB',
fileSizeExceeded: '檔案大小超過 10 MB',
uploadImagePrompt: '請上傳一張圖片',
},
info: '使用者資訊',
otherSetting: '其他設定',
username: '用戶名',
importCreate: '導入創建',
}