Commit d5c4d7b3 authored by youjie's avatar youjie

国际化

parent 94529197
import { enCountries } from './countries'
import customFieldsEn from './fields/custom-fields-en.json'
import pageFieldsEn from './fields/page-fields-en.json'
import pageFieldsEn from './page/page-title-en.json'
export default {
// 国家名称(基于ISO2代码)
......
{
"page": {
"login": "Login",
"register": "Register",
"forgotPassword": "Forgot Password",
"notPermission": "Access Denied",
"products": "products"
}
}
\ No newline at end of file
{
"page": {
"login": "Đăng nhập",
"register": "Đăng ký",
"forgotPassword": "Quên mật khẩu",
"notPermission": "Truy cập bị từ chối",
"products": "sản phẩm"
}
}
\ No newline at end of file
{
"page": {
"login": "登入",
"register": "註冊",
"forgotPassword": "忘記密碼",
"notPermission": "無權限訪問",
"products": "產品"
}
}
\ No newline at end of file
{
"page": {
"login": "Login",
"register": "Register",
"forgotPassword": "Forgot Password",
"notPermission": "Access Denied",
"products": "products",
"home": "Home",
"profile": "Personal Center",
"myOrder": "My Orders",
"systemMessage": "System Messages",
"myCollection": "My Collections",
"coupon": "Coupons",
"accountCenter": "Account Center",
"commonPassengerInfo": "Common Passenger Info",
"distributionCenter": "Distribution Center",
"resetPassword": "Reset Password",
"editEmail": "Bind/Edit Email"
}
}
\ No newline at end of file
{
"page": {
"login": "Đăng nhập",
"register": "Đăng ký",
"forgotPassword": "Quên mật khẩu",
"notPermission": "Truy cập bị từ chối",
"products": "sản phẩm",
"home": "Trang chủ",
"profile": "Trung tâm cá nhân",
"myOrder": "Đơn hàng của tôi",
"systemMessage": "Thông báo hệ thống",
"myCollection": "Bộ sưu tập của tôi",
"coupon": "Phiếu giảm giá",
"accountCenter": "Trung tâm tài khoản",
"commonPassengerInfo": "Thông tin hành khách thường dùng",
"distributionCenter": "Trung tâm phân phối",
"resetPassword": "Đặt lại mật khẩu",
"editEmail": "Liên kết/Sửa đổi email"
}
}
\ No newline at end of file
{
"page": {
"login": "登入",
"register": "註冊",
"forgotPassword": "忘記密碼",
"notPermission": "無權限訪問",
"products": "產品",
"home": "首頁",
"profile": "個人中心",
"myOrder": "我的訂單",
"systemMessage": "系統訊息",
"myCollection": "我的收藏",
"coupon": "優惠券",
"accountCenter": "帳戶中心",
"commonPassengerInfo": "常用旅客資訊",
"distributionCenter": "分銷中心",
"resetPassword": "重設密碼",
"editEmail": "綁定/修改郵箱"
}
}
\ No newline at end of file
import { viCountries } from './countries'
import customFieldsVi from './fields/custom-fields-vi.json'
import pageFieldsVi from './fields/page-fields-vi.json'
import pageFieldsVi from './page/page-title-vi.json'
export default {
// 国家名称(基于ISO2代码)
......
import { zhCNCountries } from './countries'
import customFieldsZhCN from './fields/custom-fields-zh-CN.json'
import pageFieldsZhCN from './fields/page-fields-zh-CN.json'
import pageFieldsZhCN from './page/page-title-zh-CN.json'
export default {
// 国家名称(基于ISO2代码)
......
import { zhTWCountries } from './countries'
import customFieldsZhTW from './fields/custom-fields-zh-TW.json'
import pageFieldsZhTW from './fields/page-fields-zh-TW.json'
import pageFieldsZhTW from './page/page-title-zh-TW.json'
export default {
// 国家名称(基于ISO2代码)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment