81 lines
2.9 KiB
TypeScript
81 lines
2.9 KiB
TypeScript
import { en } from 'vuetify/locale'
|
|
const en_lang = {
|
|
$vuetify: {
|
|
...en,
|
|
},
|
|
static:{
|
|
not_found: "Page Not Found!",
|
|
logout_loading: "you logged out ..."
|
|
},
|
|
dialog:{
|
|
ok: "Ok",
|
|
cancel: "Cancel",
|
|
save: "Save",
|
|
active_account:"Active Account"
|
|
},
|
|
app:{
|
|
name:"Hesabix",
|
|
loading:"Loading ...",
|
|
please_wait: "Please wait ...",
|
|
logout: "Exit",
|
|
profile: "Dashboard"
|
|
},
|
|
user:{
|
|
name:"Name and Family",
|
|
name_des:"Ex : John Martin",
|
|
password_register_des:"Password show be more than 8 characters",
|
|
login_label:"Login to Hesabix",
|
|
register_label:"Register in Hesabix",
|
|
login:"Login",
|
|
email_placeholder:"Inout your email",
|
|
email:"Email",
|
|
password_placeholder:"Input password",
|
|
password:"Password",
|
|
forget_password_des:"For recover your password click here",
|
|
register:"Register",
|
|
forget_password:"Recover password",
|
|
forget_password_sended: "کد بازیابی کلمه عبور به شماره تلفن شما ارسال شد",
|
|
password_sended: "کلمه عبور جدید به شماره تلفن شما ارسال شد.",
|
|
mobile_placeholder:"مثلا 09121234567",
|
|
mobile:"Mobile number",
|
|
send_new_password: "Send new password",
|
|
editNumber: "Edit Number",
|
|
resendCodeLabel: "Send Again",
|
|
resendCode: "Active code sended again",
|
|
your_phone_number: "Your phone number: {mobile}",
|
|
active_account:"فعال سازی حساب کاربری",
|
|
send_again: "Send again",
|
|
businesses: "Businesses",
|
|
new_business: "Create Business",
|
|
tickets:"Support",
|
|
manager:"Manager",
|
|
change_password:"تغییر کلمه عبور",
|
|
notifications: "Notifications",
|
|
invoices: "Invoices",
|
|
send_code_forget_password: "ارسال کد بازیابی",
|
|
number_edited: "شماره تلفن با موفقیت تغییر یافت . کد فعال سازی جدید به شماره شما ارسال شد",
|
|
register_terms_des:"عضویت در حسابیکس به معنای قبول شرایط و مقررات استفاده از آن است.برای مشاهده متن توافقنامه به صفحه نخست مراجعه نمایید"
|
|
},
|
|
login:{
|
|
des:"برای ورود به حسابیکس نام کاربری و کلمه عبور خود را وارد کنید.در صورتی که هنوز عضو نیستید با کلیک بر روی دکمه عضویت و برای بازیابی کلمه عبور از دکمه فراموشی کلمه عبور استفاده نمایید."
|
|
},
|
|
validator:{
|
|
required:"required",
|
|
email_not_valid:"Email is not valid",
|
|
password_len_lower:"password is too short",
|
|
mobile_not_valid:"Phone number is not valid",
|
|
},
|
|
hesabix:{
|
|
banner:"Hesabix Best Accounting Sulotion",
|
|
name: "Hesabix"
|
|
},
|
|
title:{
|
|
user:{
|
|
dashboard: "Profile",
|
|
businesses: "Businesses",
|
|
business_create: "Create Business",
|
|
}
|
|
}
|
|
};
|
|
export default en_lang
|