Browse Source

translations: Update Traditional Chinese translations (#1145)

Thank you @bluehomewu!
pull/1200/head
Philip H 9 months ago
committed by GitHub
parent
commit
cea9e9302d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 26
      src/www/js/i18n.js

26
src/www/js/i18n.js

@ -445,27 +445,27 @@ const messages = { // eslint-disable-line no-unused-vars
password: '密碼', password: '密碼',
signIn: '登入', signIn: '登入',
logout: '登出', logout: '登出',
updateAvailable: '有新版本可用!', updateAvailable: '有新版本可以使用!',
update: '更新', update: '更新',
clients: '客戶', clients: '使用者',
new: '建', new: '建',
deleteClient: '刪除客戶', deleteClient: '刪除使用者',
deleteDialog1: '您確定要刪除', deleteDialog1: '您確定要刪除',
deleteDialog2: '此操作無法撤銷。', deleteDialog2: '此作業無法復原。',
cancel: '取消', cancel: '取消',
create: '建立', create: '建立',
createdOn: '建立於 ', createdOn: '建立於 ',
lastSeen: '最後訪問於 ', lastSeen: '最後存取於 ',
totalDownload: '總下載: ', totalDownload: '總下載: ',
totalUpload: '總上傳: ', totalUpload: '總上傳: ',
newClient: '新戶', newClient: '新戶',
disableClient: '禁用客戶', disableClient: '停用使用者',
enableClient: '啟用客戶', enableClient: '啟用使用者',
noClients: '目前沒有客戶。', noClients: '目前沒有使用者。',
showQR: '顯示二維碼', showQR: '顯示 QR Code',
downloadConfig: '下載配置', downloadConfig: '下載 Config 檔',
madeBy: '由', madeBy: '由',
donate: '捐贈', donate: '抖內',
}, },
it: { it: {
name: 'Nome', name: 'Nome',

Loading…
Cancel
Save