mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 22:14:08 +00:00
- Move privacy toggle button from dashboard-only to global breadcrumbs bar (desktop) and mobile top nav so it's accessible on every page - Add _privacy_mode_check.html.erb inline script in <head> to prevent flash of unblurred content on first page load (same pattern as dark mode) - Improve Stimulus controller: add iconOn/iconOff targets to toggle between eye/eye-off icons; update aria-pressed on all toggle targets simultaneously - Remove hover-unblur (blur(4px) on hover) from CSS for security; add pointer-events: none to prevent interaction with blurred values - Move i18n key from pages.dashboard scope to layouts.application scope; add privacy_mode translation to all 12 locales (EN, DE, FR, ES, CA, NL, NB, PT-BR, RO, TR, ZH-CN, ZH-TW)
24 lines
614 B
YAML
24 lines
614 B
YAML
---
|
|
zh-TW:
|
|
layouts:
|
|
application:
|
|
privacy_mode: 切換隱私模式
|
|
nav:
|
|
assistant: 助手
|
|
budgets: 預算
|
|
home: 首頁
|
|
reports: 報表
|
|
transactions: 交易紀錄
|
|
auth:
|
|
existing_account: 已經有帳號了?
|
|
no_account: 第一次使用 %{product_name} 嗎?
|
|
sign_in: 登入
|
|
sign_up: 建立帳號
|
|
shared:
|
|
footer:
|
|
privacy_policy: 隱私權政策
|
|
terms_of_service: 服務條款
|
|
trial:
|
|
open_demo: 開放示範
|
|
data_deleted_in_days: 資料將在 %{days} 天後刪除
|
|
contribute: 貢獻 |