diff --git a/lib/l10n/zh_TW/app_zh_TW.arb b/lib/l10n/zh_TW/app_zh_TW.arb index b20b82c6..aa0f5d02 100644 --- a/lib/l10n/zh_TW/app_zh_TW.arb +++ b/lib/l10n/zh_TW/app_zh_TW.arb @@ -234,8 +234,12 @@ "@confirmScanDetail": {}, "connectionCheck": "檢查連線", "@connectionCheck": {}, + "connectionCheckDetail": "Checks that the server address is reachable. This does not verify your username or password.", + "@connectionCheckDetail": {}, "connectionRefused": "連線被拒", "@connectionRefused": {}, + "connectionRefusedDetail": "Could not reach the server. Check that the address is correct and the server is running.", + "@connectionRefusedDetail": {}, "count": "數量", "@count": { "description": "Count" @@ -268,6 +272,12 @@ "@darkMode": {}, "darkModeEnable": "啟用深色模式", "@darkModeEnable": {}, + "showPkValue": "Show ID", + "@showPkValue": {}, + "showPkValueDetail": "Display the internal ID (PK) value for parts, stock items and other objects", + "@showPkValueDetail": {}, + "pk": "ID", + "@pk": {}, "delete": "刪除", "@delete": {}, "deleteFailed": "刪除失敗", @@ -754,6 +764,8 @@ "@profileAdd": {}, "profileConnect": "連接到服務器", "@profileConnect": {}, + "profileSwitchConfirm": "This will disconnect your current session. Switch server profile?", + "@profileSwitchConfirm": {}, "profileEdit": "編輯服務器配置文件", "@profileEdit": {}, "profileDelete": "刪除服務器配置文件", @@ -986,10 +998,16 @@ "@serverApiVersion": {}, "serverAuthenticationError": "授權出錯", "@serverAuthenticationError": {}, + "sessionExpired": "Session Expired", + "@sessionExpired": {}, + "sessionExpiredDetail": "Your session has expired. Please sign in again.", + "@sessionExpiredDetail": {}, "serverCertificateError": "信任錯誤", "@serverCertificateError": {}, "serverCertificateInvalid": "服務器 HTTPS 證書無效", "@serverCertificateInvalid": {}, + "serverCertificateTrust": "This server's certificate could not be verified. Trust it anyway?", + "@serverCertificateTrust": {}, "serverConnected": "已連接至服務器", "@serverConnected": {}, "serverConnecting": "正在連接服務器……",