hesabix/core/translations/messages.en.yaml

60 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2025-09-01 20:51:04 +03:30
# Authentication
auth:
welcome: 'Welcome'
subtitle: 'Sign in to your account to continue'
email: 'Email'
password: 'Password'
remember_me: 'Remember me'
forgot_password: 'Forgot password'
login: 'Login'
register: 'Register'
no_account: 'Do not have an account'
register_here: 'Sign up here'
or: 'or'
email_required: 'Email is required'
email_invalid: 'Invalid email format'
password_required: 'Password is required'
password_min_length: 'Password must be at least 6 characters'
placeholder:
email: 'example at email dot com'
password: 'Enter your password'
# Common
common:
brand_name: 'Hesabix'
loading: 'Loading'
error: 'Error'
success: 'Success'
cancel: 'Cancel'
save: 'Save'
edit: 'Edit'
delete: 'Delete'
search: 'Search'
filter: 'Filter'
sort: 'Sort'
# Navigation
nav:
dashboard: 'Dashboard'
accounts: 'Accounts'
transactions: 'Transactions'
reports: 'Reports'
settings: 'Settings'
profile: 'Profile'
logout: 'Logout'
# Dashboard
dashboard:
title: 'Dashboard'
total_balance: 'Total Balance'
monthly_income: 'Monthly Income'
monthly_expense: 'Monthly Expense'
recent_transactions: 'Recent Transactions'
quick_actions: 'Quick Actions'
# Language
language:
fa: 'Farsi'
en: 'English'
change_language: 'Change Language'