Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boyueCEnd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
boyueCEnd
Commits
d5c4d7b3
Commit
d5c4d7b3
authored
Dec 02, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
国际化
parent
94529197
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
64 additions
and
31 deletions
+64
-31
en.ts
src/i18n/locales/en.ts
+1
-1
page-fields-en.json
src/i18n/locales/fields/page-fields-en.json
+0
-9
page-fields-vi.json
src/i18n/locales/fields/page-fields-vi.json
+0
-9
page-fields-zh-TW.json
src/i18n/locales/fields/page-fields-zh-TW.json
+0
-9
page-title-en.json
src/i18n/locales/page/page-title-en.json
+20
-0
page-title-vi.json
src/i18n/locales/page/page-title-vi.json
+20
-0
page-title-zh-CN.json
src/i18n/locales/page/page-title-zh-CN.json
+0
-0
page-title-zh-TW.json
src/i18n/locales/page/page-title-zh-TW.json
+20
-0
vi.ts
src/i18n/locales/vi.ts
+1
-1
zh-CN.ts
src/i18n/locales/zh-CN.ts
+1
-1
zh-TW.ts
src/i18n/locales/zh-TW.ts
+1
-1
No files found.
src/i18n/locales/en.ts
View file @
d5c4d7b3
import
{
enCountries
}
from
'./countries'
import
{
enCountries
}
from
'./countries'
import
customFieldsEn
from
'./fields/custom-fields-en.json'
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
{
export
default
{
// 国家名称(基于ISO2代码)
// 国家名称(基于ISO2代码)
...
...
src/i18n/locales/fields/page-fields-en.json
deleted
100644 → 0
View file @
94529197
{
"page"
:
{
"login"
:
"Login"
,
"register"
:
"Register"
,
"forgotPassword"
:
"Forgot Password"
,
"notPermission"
:
"Access Denied"
,
"products"
:
"products"
}
}
\ No newline at end of file
src/i18n/locales/fields/page-fields-vi.json
deleted
100644 → 0
View file @
94529197
{
"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
src/i18n/locales/fields/page-fields-zh-TW.json
deleted
100644 → 0
View file @
94529197
{
"page"
:
{
"login"
:
"登入"
,
"register"
:
"註冊"
,
"forgotPassword"
:
"忘記密碼"
,
"notPermission"
:
"無權限訪問"
,
"products"
:
"產品"
}
}
\ No newline at end of file
src/i18n/locales/page/page-title-en.json
0 → 100644
View file @
d5c4d7b3
{
"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
src/i18n/locales/page/page-title-vi.json
0 → 100644
View file @
d5c4d7b3
{
"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
src/i18n/locales/
fields/page-fields
-zh-CN.json
→
src/i18n/locales/
page/page-title
-zh-CN.json
View file @
d5c4d7b3
File moved
src/i18n/locales/page/page-title-zh-TW.json
0 → 100644
View file @
d5c4d7b3
{
"page"
:
{
"login"
:
"登入"
,
"register"
:
"註冊"
,
"forgotPassword"
:
"忘記密碼"
,
"notPermission"
:
"無權限訪問"
,
"products"
:
"產品"
,
"home"
:
"首頁"
,
"profile"
:
"個人中心"
,
"myOrder"
:
"我的訂單"
,
"systemMessage"
:
"系統訊息"
,
"myCollection"
:
"我的收藏"
,
"coupon"
:
"優惠券"
,
"accountCenter"
:
"帳戶中心"
,
"commonPassengerInfo"
:
"常用旅客資訊"
,
"distributionCenter"
:
"分銷中心"
,
"resetPassword"
:
"重設密碼"
,
"editEmail"
:
"綁定/修改郵箱"
}
}
\ No newline at end of file
src/i18n/locales/vi.ts
View file @
d5c4d7b3
import
{
viCountries
}
from
'./countries'
import
{
viCountries
}
from
'./countries'
import
customFieldsVi
from
'./fields/custom-fields-vi.json'
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
{
export
default
{
// 国家名称(基于ISO2代码)
// 国家名称(基于ISO2代码)
...
...
src/i18n/locales/zh-CN.ts
View file @
d5c4d7b3
import
{
zhCNCountries
}
from
'./countries'
import
{
zhCNCountries
}
from
'./countries'
import
customFieldsZhCN
from
'./fields/custom-fields-zh-CN.json'
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
{
export
default
{
// 国家名称(基于ISO2代码)
// 国家名称(基于ISO2代码)
...
...
src/i18n/locales/zh-TW.ts
View file @
d5c4d7b3
import
{
zhTWCountries
}
from
'./countries'
import
{
zhTWCountries
}
from
'./countries'
import
customFieldsZhTW
from
'./fields/custom-fields-zh-TW.json'
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
{
export
default
{
// 国家名称(基于ISO2代码)
// 国家名称(基于ISO2代码)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment