mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +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", 包含標題、提示文字、成功/錯誤訊息及表單標籤,以維持品牌名稱一致性 並提升使用者介面的翻譯準確性。
50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
---
|
|
zh-TW:
|
|
recurring_transactions:
|
|
title: 定期交易
|
|
upcoming: 即將到來的定期交易
|
|
projected: 預估
|
|
recurring: 定期
|
|
expected_on: 預計於 %{date}
|
|
day_of_month: 每月第 %{day} 天
|
|
identify_patterns: 辨識規律
|
|
cleanup_stale: 清理失效交易
|
|
settings:
|
|
enable_label: 啟用定期交易
|
|
enable_description: 自動偵測定期交易規律,並顯示即將發生的預估交易。
|
|
settings_updated: 定期交易設定已更新
|
|
info:
|
|
title: 自動規律辨識
|
|
manual_description: 您可以使用上方的按鈕手動辨識規律,或清理失效的定期交易。
|
|
automatic_description: "自動辨識也會在下列情況後執行:"
|
|
triggers:
|
|
- CSV 匯入完成(包含交易、投資交易、帳戶等)
|
|
- 任何提供商同步完成(如 Plaid, SimpleFIN 等)
|
|
identified: 已辨識出 %{count} 個定期交易規律
|
|
cleaned_up: 已清理 %{count} 個失效的定期交易
|
|
marked_inactive: 定期交易已標記為停用
|
|
marked_active: 定期交易已標記為啟用
|
|
deleted: 定期交易已刪除
|
|
confirm_delete: 您確定要刪除此定期交易嗎?
|
|
marked_as_recurring: 交易已標記為定期交易
|
|
already_exists: 此規律已存在手動建立的定期交易
|
|
creation_failed: 建立定期交易失敗。請檢查交易詳情並再試一次。
|
|
unexpected_error: 建立定期交易時發生預期之外的錯誤
|
|
amount_range: "範圍:%{min} 至 %{max}"
|
|
empty:
|
|
title: 找不到定期交易
|
|
description: 點擊「辨識規律」以從您的交易紀錄中自動偵測定期交易。
|
|
table:
|
|
merchant: 商家
|
|
amount: 金額
|
|
expected_day: 預計日期
|
|
next_date: 下次交易日
|
|
last_occurrence: 最近一次發生
|
|
status: 狀態
|
|
actions: 操作
|
|
status:
|
|
active: 啟用中
|
|
inactive: 已停用
|
|
badges:
|
|
manual: 手動
|