mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
* feat(zh-TW): add Traditional Chinese localization support Integrates comprehensive zh-TW locale files across UI, models, emails, and helpers. Updates language mapping for Chinese (Traditional) and adds translations for various modules. Establishes full Traditional Chinese support in the app. * feat(locales): add zh-TW translations Add comprehensive Traditional Chinese (zh-TW) translations for UI, defaults, Doorkeeper, mailers, models, and views to provide full Taiwanese localization and improve wording consistency. Replace and update several existing zh-TW entries for clarity and consistency. Also expose the Postgres port in the example compose for easier local development and apply minor locale/typo/whitespace fixes. * feat(locales): add zh-TW translations Add Traditional Chinese (zh-TW) locale files across many views and settings to provide Taiwanese localization. Introduce updated translations for authentication, onboarding, settings, integrations (Plaid, SimpleFin, Lunch Flow), accounts, reports, and various resource pages. Remove or replace legacy locale files to align with the revamped i18n structure and copy organization. This enables full zh-TW support for the UI. * chore(docker): remove published Postgres port Remove the published Postgres port mapping (5432) from the example docker-compose file to avoid exposing the database to the host and to prevent accidental port conflicts. Keeps the example more secure and focused on internal service networking. * docs(i18n): 統一 SimpleFIN 在繁體中文翻譯的大小寫 將 zh-TW 翻譯中所有出現的 "SimpleFin" 更新為品牌正確的 "SimpleFIN", 包含標題、提示文字、成功/錯誤訊息及表單標籤,以維持品牌名稱一致性 並提升使用者介面的翻譯準確性。
77 lines
4.1 KiB
YAML
77 lines
4.1 KiB
YAML
---
|
||
zh-TW:
|
||
settings:
|
||
api_keys_controller:
|
||
success: "您的 API 金鑰已成功建立"
|
||
revoked_successfully: "API 金鑰已成功撤銷"
|
||
revoke_failed: "撤銷 API 金鑰失敗"
|
||
scope_descriptions:
|
||
read_accounts: "檢視帳戶"
|
||
read_transactions: "檢視交易紀錄"
|
||
read_balances: "檢視餘額"
|
||
write_transactions: "建立交易紀錄"
|
||
api_keys:
|
||
show:
|
||
title: "API 金鑰管理"
|
||
no_api_key:
|
||
title: "API 金鑰"
|
||
heading: "透過程式化方式存取您的帳戶資料"
|
||
description: "透過安全的 API 金鑰,以程式化方式存取您的 Sure 資料。"
|
||
what_you_can_do: "您可以使用 API 執行以下操作:"
|
||
feature_1: "以程式化方式存取您的帳戶資料"
|
||
feature_2: "建立自定義整合功能與應用程式"
|
||
feature_3: "自動化資料擷取與分析"
|
||
security_note_title: "安全性優先"
|
||
security_note: "您的 API 金鑰將根據您選擇的範圍(Scopes)擁有受限的權限。一次只能擁有一把啟用中的 API 金鑰。"
|
||
create_api_key: "建立 API 金鑰"
|
||
current_api_key:
|
||
title: "您的 API 金鑰"
|
||
description: "您的啟用中 API 金鑰已就緒。請妥善保管,切勿公開分享。"
|
||
active: "使用中"
|
||
key_name: "名稱"
|
||
created_at: "建立時間"
|
||
last_used: "最後使用時間"
|
||
expires: "過期時間"
|
||
ago: "前"
|
||
never_used: "未使用過"
|
||
never_expires: "永不過期"
|
||
permissions: "權限範圍"
|
||
usage_instructions_title: "如何使用您的 API 金鑰"
|
||
usage_instructions: "在向 Maybe API 發送請求時,請在 X-Api-Key 標頭 (Header) 中包含您的 API 金鑰:"
|
||
regenerate_key: "建立新金鑰"
|
||
revoke_key: "撤銷金鑰"
|
||
revoke_confirmation: "您確定要撤銷此 API 金鑰嗎?此操作無法還原,且會立即停用所有使用此金鑰的應用程式。"
|
||
new:
|
||
title: "建立 API 金鑰"
|
||
create_new_key: "建立新 API 金鑰"
|
||
description: "為您的新 API 金鑰設定一個易於辨識的名稱與適當的權限。"
|
||
name_label: "API 金鑰名稱"
|
||
name_placeholder: "例如:正式版應用程式、數據分析儀表板"
|
||
name_help: "選擇一個描述性名稱,以協助您辨識此金鑰的用途。"
|
||
permissions_label: "權限範圍"
|
||
permissions_help: "選擇 API 金鑰所需的權限。您可以隨時建立具有不同權限的新金鑰。"
|
||
scope_details:
|
||
read_accounts: "檢視帳戶資訊、餘額及帳戶層級資料"
|
||
read_transactions: "檢視交易資料、類別及交易詳情"
|
||
read_balances: "檢視歷史餘額資料與帳戶價值趨勢"
|
||
write_transactions: "建立與更新交易紀錄(即將推出)"
|
||
security_warning_title: "重要安全性告示"
|
||
security_warning: "API 金鑰在建立後僅會顯示一次。請將其安全地儲存,切勿公開分享。若遺失金鑰,您將需要重新建立一個。"
|
||
create_key: "建立 API 金鑰"
|
||
cancel: "取消"
|
||
created:
|
||
title: "API 金鑰已建立"
|
||
success_title: "API 金鑰建立成功"
|
||
success_description: "您的新 API 金鑰已就緒。請務必立即複製,稍後您將無法再次查看。"
|
||
your_api_key: "您的 API 金鑰"
|
||
key_name: "名稱"
|
||
permissions: "權限範圍"
|
||
critical_warning_title: "⚠️ 重要:請立即儲存您的 API 金鑰"
|
||
critical_warning_1: "這是您唯一一次能以純文字 (Plain text) 看到 API 金鑰的機會。"
|
||
critical_warning_2: "請複製金鑰並將其安全地儲存在您的密碼管理員或應用程式中。"
|
||
critical_warning_3: "若遺失此金鑰,您將需要重新建立一個。"
|
||
usage_instructions_title: "快速入門"
|
||
usage_instructions: "使用 API 金鑰時,請將其包含在 X-Api-Key 標頭中:"
|
||
copy_key: "複製 API 金鑰"
|
||
continue: "繼續前往 API 金鑰設定"
|