227 lines
9.2 KiB
Plaintext
227 lines
9.2 KiB
Plaintext
/*
|
|
Localizable.strings (繁體中文)
|
|
App 與鍵盤擴展共用的文案 Key
|
|
*/
|
|
|
|
"perm_title_enable" = "啟用鍵盤";
|
|
"perm_steps" = "1 啟用鍵盤 > 2 允許完整存取";
|
|
"perm_open_settings" = "前往設定開啟";
|
|
"perm_help" = "找不到鍵盤?請前往 設定 > 一般 > 鍵盤 > 鍵盤 > 新增鍵盤";
|
|
|
|
// Home page & language test
|
|
"home_title" = "首頁";
|
|
"home_input_placeholder" = "在此輸入,測試鍵盤";
|
|
"home_item_lang_test" = "多語言測試";
|
|
"home_item_keyboard_permission" = "鍵盤權限引導";
|
|
|
|
"lang_test_title" = "多語言測試";
|
|
"lang_toggle" = "切換語言";
|
|
"current_lang" = "目前:%@";
|
|
"common_back" = "返回";
|
|
|
|
// search
|
|
"Recommended Skin" = "推薦皮膚";
|
|
"Historical Search" = "歷史搜尋";
|
|
"Search Themes" = "搜尋主題";
|
|
"Search" = "搜尋";
|
|
|
|
// Login & account
|
|
"Log In" = "登入";
|
|
"Signed in successfully" = "登入成功";
|
|
"Sign-in failed" = "登入失敗";
|
|
"Sign in to unlock all features" = "登入後可使用全部功能";
|
|
"We'll use Apple for a quick, secure sign-in" = "我們將使用 Apple 進行快速安全登入";
|
|
"Log In To Key Of Love" = "登入 Key Of Love";
|
|
"Sign in with Apple requires iOS 13 or later" = "Apple 登入需要 iOS 13 或以上版本";
|
|
"Invalid login credential" = "無效的登入憑證";
|
|
"No token returned" = "未返回 token";
|
|
"Failed to save login state" = "儲存登入狀態失敗";
|
|
"Sign-in canceled" = "登入已取消";
|
|
"Please switch to the key of love app to finish signing in" = "請切換到 Key of Love App 完成登入";
|
|
"Continue Via Email" = "透過電子郵件登入";
|
|
"Login With Email Password" = "使用電子郵件密碼登入";
|
|
"Enter Email Address" = "請輸入電子郵件地址";
|
|
"Enter Password" = "請輸入密碼";
|
|
"Enter Repeat Password" = "請再次輸入密碼";
|
|
"Enter Your Email Address" = "請輸入您的電子郵件地址";
|
|
"Enter The Password" = "請輸入密碼";
|
|
"Please Enter Your Email Address" = "請輸入您的電子郵件地址";
|
|
"Please Enter The Password" = "請輸入密碼";
|
|
"Please complete all fields" = "請先填寫完整資訊";
|
|
"The two passwords do not match" = "兩次輸入的密碼不一致";
|
|
"Reset Password" = "重設密碼";
|
|
"Next Step" = "下一步";
|
|
"Enter Email Verification Code" = "請輸入電子郵件驗證碼";
|
|
"Verify Email" = "驗證電子郵件";
|
|
"We have already sent it to the email address %@. Please enter the 6-digit verification code from the email to verify your mailbox." = "我們已將驗證碼寄至 %@,請在郵件中查看並輸入 6 位驗證碼完成驗證。";
|
|
"Forgot Password?" = "忘記密碼?";
|
|
"Already Have An Account?" = "已有帳號?";
|
|
"Don't Have An Account?" = "還沒有帳號?";
|
|
"Sign Up" = "註冊";
|
|
"Sign In" = "登入";
|
|
"Login" = "登入";
|
|
|
|
|
|
// Language switching prompt
|
|
"Change Language" = "切換語言";
|
|
"Changing language will reload the Home screen." = "切換語言後將重新載入首頁。";
|
|
|
|
// Generic buttons & tips
|
|
"OK" = "好";
|
|
"Confirm" = "確定";
|
|
"Cancel" = "取消";
|
|
"Close" = "關閉";
|
|
"Delete" = "刪除";
|
|
"Clear" = "清空";
|
|
"Paste" = "貼上";
|
|
"Send" = "送出";
|
|
"Retry" = "重試";
|
|
"Success" = "成功";
|
|
"Failed" = "失敗";
|
|
"Network error" = "網路錯誤";
|
|
"Saved" = "已儲存";
|
|
"Copy Success" = "複製成功";
|
|
"Email Copy Success" = "電子郵件複製成功";
|
|
|
|
// Network
|
|
"Network unavailable" = "網路不可用";
|
|
"Network disabled (Full Access may be off)" = "網路未啟用(可能未開啟完整存取)";
|
|
"Invalid URL" = "無效的 URL";
|
|
"Invalid response" = "無效的回應";
|
|
"No data" = "暫無資料";
|
|
"Failed to parse JSON" = "JSON 解析失敗";
|
|
"Parse failed" = "解析失敗";
|
|
"No data received" = "未取得資料";
|
|
"Request failed\nURL: %@\nStatus: %ld\nError: %@\nUserInfo: %@" = "請求失敗\nURL: %@\n狀態: %ld\n錯誤: %@\nUserInfo: %@";
|
|
"Response OK (JSON)\nURL: %@\nStatus: %ld\nContent-Type: %@\nData: %@" = "回應成功(JSON)\nURL: %@\n狀態: %ld\nContent-Type: %@\n資料: %@";
|
|
"Response decode failed (JSON)\nURL: %@\nError: %@" = "回應解析失敗(JSON)\nURL: %@\n錯誤: %@";
|
|
"HTTP GET\nURL: %@\nHeaders: %@\nParams: %@" = "HTTP GET\nURL: %@\nHeaders: %@\n參數: %@";
|
|
"Invalid response\nURL: %@\nReason: %@" = "無效回應\nURL: %@\n原因: %@";
|
|
"Please check this app's wireless-data permission or network connection in Settings." = "請在「設定」中檢查本應用的行動數據權限或網路連線。";
|
|
|
|
// Permission & guides
|
|
"Turn on Allow Full Access to experience all features" = "開啟「允許完整存取」以體驗完整功能";
|
|
"Allow Full Access" = "允許完整存取";
|
|
"Follow: Settings → General → Keyboard → Keyboards → %@ → Allow Full Access" = "請依路徑:設定 → 一般 → 鍵盤 → 鍵盤 → %@ → 允許完整存取";
|
|
"Go enable" = "前往開啟";
|
|
"Open Settings" = "前往設定";
|
|
"After pasting the conversation in the keyboard, choose a reply style" = "在鍵盤貼上對話後,選擇回覆方式";
|
|
"Current: %@" = "目前:%@";
|
|
|
|
// Home / Tab labels
|
|
"Home" = "首頁";
|
|
"Shop" = "商城";
|
|
"Circle" = "社群";
|
|
"Mine" = "我的";
|
|
"Hot" = "熱門";
|
|
"Rank" = "排行";
|
|
"Recharge Now" = "立即儲值";
|
|
"By clicking Pay, you indicate your agreement to the" = "點擊付款即表示您同意";
|
|
"《Embership Agreement》" = "《會員協議》";
|
|
|
|
// Mine
|
|
"Settings" = "設定";
|
|
"Personal" = "個人";
|
|
"My Keyboard" = "我的鍵盤";
|
|
"Notice" = "通知";
|
|
"invite" = "邀請";
|
|
"Feedback" = "回饋";
|
|
"E-mail" = "電子郵件";
|
|
"Agreement" = "協議";
|
|
"Privacy Policy" = "隱私政策";
|
|
"Notice" = "通知";
|
|
"Feedback" = "回饋";
|
|
// Notice & Feedback detail pages
|
|
"Notification Setting" = "通知設定";
|
|
"Please Enter The Content" = "請輸入內容";
|
|
"Commit" = "提交";
|
|
"Nickname" = "暱稱";
|
|
"Gender" = "性別";
|
|
"Input Language" = "輸入語言";
|
|
"Choose Layout" = "選擇佈局";
|
|
"Multiple Keyboard Layouts" = "多種鍵盤佈局";
|
|
"This language has a default skin configured. It won't be auto-applied when switching language." = "此語言已設定預設皮膚,切換語言時不會自動套用。";
|
|
"Please configure a default skin for this language before switching." = "切換前請先為此語言設定預設皮膚。";
|
|
"Default skin install failed. Please check skin resource configuration." = "預設皮膚安裝失敗,請檢查皮膚資源設定。";
|
|
"User ID" = "使用者 ID";
|
|
"Modify Gender" = "修改性別";
|
|
"Male" = "男";
|
|
"Female" = "女";
|
|
"The Third Gender" = "第三性別";
|
|
|
|
" Paste Ta's Words" = " 貼上 Ta 的話";
|
|
|
|
|
|
// Search & history
|
|
"Clear history" = "清除歷史";
|
|
"Delete all history?" = "刪除所有歷史?";
|
|
"Delete this tag?" = "刪除此標籤?";
|
|
"This action cannot be undone" = "此操作無法復原";
|
|
"Loaded more successfully" = "載入更多成功";
|
|
|
|
// Skins & shop
|
|
"Skin Center" = "皮膚中心";
|
|
"No skins yet" = "暫無皮膚";
|
|
"Pull down to refresh" = "下拉以重新整理";
|
|
"Download & Apply" = "下載並套用";
|
|
"Applied. Switch to the keyboard to view." = "已套用。切換到鍵盤查看。";
|
|
"Apply failed" = "套用失敗";
|
|
"Open agreement" = "開啟協議";
|
|
"Shop Mall" = "商城";
|
|
"My skin" = "我的皮膚";
|
|
"my_skin_selected_count" = "已選:%ld 個皮膚";
|
|
"Editor" = "編輯";
|
|
"Cancel" = "取消";
|
|
"Delete" = "刪除";
|
|
"Points\nMall" = "積分\n商城";
|
|
"Log Out" = "登出";
|
|
"Cancel Account" = "註銷帳號";
|
|
"After cancellation, your account will be deactivated and local login data will be cleared. Continue?" = "註銷後帳號將被停用,且本地登入資料會被清除。繼續?";
|
|
"Please enter your password" = "請輸入密碼";
|
|
"Cancel Account Notice" = "註銷帳號提示";
|
|
"Confirm Cancel Account" = "確認註銷帳號";
|
|
"Ranking List" = "排行榜";
|
|
"Persona circle" = "人物圈";
|
|
"Clear" = "清空";
|
|
"Copy" = "複製";
|
|
"Report" = "檢舉";
|
|
"Thumbs Up" = "讚";
|
|
"Chatting" = "聊天";
|
|
|
|
// Payment & IAP
|
|
"Payment successful" = "付款成功";
|
|
"Payment failed" = "付款失敗";
|
|
"Purchase: %@ Coins %@" = "購買:%@ 金幣 %@";
|
|
"Pay clicked" = "點擊付款";
|
|
"Points Recharge" = "積分儲值";
|
|
"Recharge" = "儲值";
|
|
"Consumption Record" = "消費記錄";
|
|
"My Points" = "我的積分";
|
|
"Consumption Details" = "消費明細";
|
|
"No data" = "暫無資料";
|
|
|
|
|
|
// Misc
|
|
"Test" = "測試";
|
|
"Settings content placeholder" = "設定內容佔位";
|
|
|
|
// English-only keys with Chinese equivalents
|
|
"Change The Nickname" = "修改暱稱";
|
|
"Please Enter The Modified Nickname" = "請輸入新暱稱";
|
|
"Save" = "儲存";
|
|
"Please copy the text first" = "請先複製文字";
|
|
"Purchase cancelled." = "購買已取消。";
|
|
"Purchase pending approval." = "購買待核准。";
|
|
"Unable to obtain transaction payload." = "無法取得交易資料。";
|
|
"Resume Purchase" = "繼續購買";
|
|
"Downloading..." = "下載中...";
|
|
|
|
// Chinese-only keys for compatibility
|
|
"Apple 登录需要 iOS 13 及以上版本" = "Apple 登入需要 iOS 13 或以上版本";
|
|
"HTTP GET\nURL: %@\nHeaders: %@\n参数: %@" = "HTTP GET\nURL: %@\nHeaders: %@\n參數: %@";
|
|
"响应成功(JSON)\nURL: %@\n状态: %ld\nContent-Type: %@\n数据: %@" = "回應成功(JSON)\nURL: %@\n狀態: %ld\nContent-Type: %@\n資料: %@";
|
|
"响应解析失败(JSON)\nURL: %@\n错误: %@" = "回應解析失敗(JSON)\nURL: %@\n錯誤: %@";
|
|
"无效响应\nURL: %@\n说明: %@" = "無效回應\nURL: %@\n說明: %@";
|
|
"暂无数据" = "暫無資料";
|
|
"请求失败\nURL: %@\n状态: %ld\n错误: %@\nUserInfo: %@" = "請求失敗\nURL: %@\n狀態: %ld\n錯誤: %@\nUserInfo: %@";
|