mirror of
https://github.com/we-promise/sure.git
synced 2026-05-28 15:04:57 +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
660 B
YAML
24 lines
660 B
YAML
---
|
||
tr:
|
||
layouts:
|
||
application:
|
||
privacy_mode: Gizlilik modunu değiştir
|
||
nav:
|
||
assistant: Asistan
|
||
budgets: Bütçeler
|
||
home: Ana Sayfa
|
||
reports: Raporlar
|
||
transactions: İşlemler
|
||
auth:
|
||
existing_account: Zaten bir hesabınız var mı?
|
||
no_account: "%{product_name}'ye yeni misiniz?"
|
||
sign_in: Giriş yap
|
||
sign_up: Hesap oluştur
|
||
shared:
|
||
footer:
|
||
privacy_policy: Gizlilik Politikası
|
||
terms_of_service: Hizmet Şartları
|
||
trial:
|
||
open_demo: Açık demo
|
||
data_deleted_in_days: Veriler %{days} gün içinde silinecek
|
||
contribute: Katkıda bulun |