Skip to content

Commit

Permalink
Improve localization (#137)
Browse files Browse the repository at this point in the history
* Improve localization
Fixes #127

* fix linting issues
  • Loading branch information
doroudi authored Jan 17, 2025
1 parent e893cfc commit 30b4184
Show file tree
Hide file tree
Showing 29 changed files with 408 additions and 212 deletions.
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

0 comments on commit 30b4184

Please sign in to comment.