Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve localization #137

Merged
merged 2 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions locales/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ categories:
parentRequired: الفئة الأم غير محددة

brands:
name: الاسم
shortName: الاسم المختصر
title: العلامات التجارية
createButton: إنشاء
create:
Expand All @@ -155,6 +157,10 @@ colors:
colorRequired: اللون غير محدد

products:
name: الاسم
category: الفئة
rate: التقييم
stoke: المخزون
create:
title: إنشاء منتج
productInformation: معلومات المنتج
Expand All @@ -173,6 +179,29 @@ products:
newKeyword: كلمة مفتاحية جديدة
imageName: الصورة

category:
name: الفئة
productsCount: عدد المنتجات

orders:
customer: اسم العميل
itemsCount: عدد العناصر

reviews:
rate: التقييم
comment: التعليق
product: المنتج
customer: العميل
date: التاريخ

customers:
title: العملاء
customerName: اسم العميل
joinDate: تاريخ الانضمام
phone: الهاتف
email: البريد الإلكتروني
ordersCount: عدد الطلبات

not-found: غير موجود

customize:
Expand Down
31 changes: 31 additions & 0 deletions locales/ch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ categories:
parentRequired: 未选择父级

brands:
name: 名称
shortName: 简称
title: 品牌
createButton: 创建
create:
Expand All @@ -143,6 +145,8 @@ brands:
image: 图片必填

colors:
color: 颜色
name: 名称
title: 颜色
createButton: 创建
create:
Expand All @@ -155,6 +159,10 @@ colors:
colorRequired: 未选择颜色

products:
name: 名称
category: 分类
rate: 评分
stoke: 库存
create:
title: 创建产品
productInformation: 产品信息
Expand All @@ -173,6 +181,29 @@ products:
newKeyword: 新关键词
imageName: 图片

category:
name: 分类
productsCount: 产品数量

customers:
title: 客户
customerName: 客户名称
joinDate: 加入日期
phone: 电话
email: 电子邮件
ordersCount: 订单数量

orders:
customer: 客户名称
itemsCount: 项目数量

reviews:
rate: 评分
comment: 评论
product: 产品
customer: 客户
date: 日期

not-found: 未找到

customize:
Expand Down
Loading
Loading