60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
|
|
# 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: 'No account'
|
||
|
|
register_here: 'Sign up here'
|
||
|
|
or: 'or'
|
||
|
|
email_required: 'Email required'
|
||
|
|
email_invalid: 'Invalid email'
|
||
|
|
password_required: 'Password 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'
|