Skip to content

Commit f5b07e8

Browse files
authored
Merge pull request #179 from velstorelabs/feature/admin-validation-v2
Added multi-language translation support for Vendor Dashboard
2 parents 2c26702 + 644e019 commit f5b07e8

File tree

18 files changed

+270
-0
lines changed

18 files changed

+270
-0
lines changed

resources/lang/ar/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'تسجيل الخروج',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'إجمالي المبيعات',
21+
'today' => 'اليوم',
22+
'total' => 'الإجمالي',
23+
24+
'total_orders' => 'إجمالي الطلبات',
25+
'completed' => 'مكتمل',
26+
'all_orders' => 'كل الطلبات',
27+
28+
'total_vendors' => 'إجمالي البائعين',
29+
'active' => 'نشط',
30+
31+
'total_customers' => 'إجمالي العملاء',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'بحث...',
2136
'dashboard' => 'لوحة التحكم',

resources/lang/de/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'Abmelden',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'Gesamtumsatz',
21+
'today' => 'Heute',
22+
'total' => 'Gesamt',
23+
24+
'total_orders' => 'Gesamtbestellungen',
25+
'completed' => 'Abgeschlossen',
26+
'all_orders' => 'Alle Bestellungen',
27+
28+
'total_vendors' => 'Gesamte Anbieter',
29+
'active' => 'Aktiv',
30+
31+
'total_customers' => 'Gesamte Kunden',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'Suche...',
2136
'dashboard' => 'Dashboard',

resources/lang/es/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'Cerrar sesión',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'Ventas Totales',
21+
'today' => 'Hoy',
22+
'total' => 'Total',
23+
24+
'total_orders' => 'Total de Pedidos',
25+
'completed' => 'Completado',
26+
'all_orders' => 'Todos los Pedidos',
27+
28+
'total_vendors' => 'Total de Vendedores',
29+
'active' => 'Activo',
30+
31+
'total_customers' => 'Total de Clientes',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'Buscar...',
2136
'dashboard' => 'Panel de control',

resources/lang/fa/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'خروج',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'مجموع فروش',
21+
'today' => 'امروز',
22+
'total' => 'کل',
23+
24+
'total_orders' => 'مجموع سفارش‌ها',
25+
'completed' => 'تکمیل شده',
26+
'all_orders' => 'تمام سفارش‌ها',
27+
28+
'total_vendors' => 'مجموع فروشندگان',
29+
'active' => 'فعال',
30+
31+
'total_customers' => 'مجموع مشتریان',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'جستجو...',
2136
'dashboard' => 'داشبورد',

resources/lang/fr/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'Déconnexion',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'Ventes Totales',
21+
'today' => 'Aujourd’hui',
22+
'total' => 'Total',
23+
24+
'total_orders' => 'Total des Commandes',
25+
'completed' => 'Terminé',
26+
'all_orders' => 'Toutes les Commandes',
27+
28+
'total_vendors' => 'Total des Vendeurs',
29+
'active' => 'Actif',
30+
31+
'total_customers' => 'Total des Clients',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'Rechercher...',
2136
'dashboard' => 'Tableau de bord',

resources/lang/hi/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'लॉगआउट',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'कुल बिक्री',
21+
'today' => 'आज',
22+
'total' => 'कुल',
23+
24+
'total_orders' => 'कुल ऑर्डर',
25+
'completed' => 'पूरा हुआ',
26+
'all_orders' => 'सभी ऑर्डर',
27+
28+
'total_vendors' => 'कुल विक्रेता',
29+
'active' => 'सक्रिय',
30+
31+
'total_customers' => 'कुल ग्राहक',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'खोजें...',
2136
'dashboard' => 'डैशबोर्ड',

resources/lang/id/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'Keluar',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'Total Penjualan',
21+
'today' => 'Hari Ini',
22+
'total' => 'Total',
23+
24+
'total_orders' => 'Total Pesanan',
25+
'completed' => 'Selesai',
26+
'all_orders' => 'Semua Pesanan',
27+
28+
'total_vendors' => 'Total Penjual',
29+
'active' => 'Aktif',
30+
31+
'total_customers' => 'Total Pelanggan',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'Cari...',
2136
'dashboard' => 'Dasbor',

resources/lang/it/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'Disconnettersi',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => 'Vendite Totali',
21+
'today' => 'Oggi',
22+
'total' => 'Totale',
23+
24+
'total_orders' => 'Totale Ordini',
25+
'completed' => 'Completato',
26+
'all_orders' => 'Tutti gli Ordini',
27+
28+
'total_vendors' => 'Totale Venditori',
29+
'active' => 'Attivo',
30+
31+
'total_customers' => 'Totale Clienti',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => 'Cerca...',
2136
'dashboard' => 'Dashboard',

resources/lang/ja/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => 'ログアウト',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => '総売上',
21+
'today' => '今日',
22+
'total' => '合計',
23+
24+
'total_orders' => '総注文数',
25+
'completed' => '完了',
26+
'all_orders' => 'すべての注文',
27+
28+
'total_vendors' => '総販売者数',
29+
'active' => 'アクティブ',
30+
31+
'total_customers' => '総顧客数',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => '検索...',
2136
'dashboard' => 'ダッシュボード',

resources/lang/ko/cms.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
'logout' => '로그아웃',
1717
],
1818

19+
'dashboard' => [
20+
'total_sales' => '총 판매',
21+
'today' => '오늘',
22+
'total' => '합계',
23+
24+
'total_orders' => '총 주문',
25+
'completed' => '완료',
26+
'all_orders' => '모든 주문',
27+
28+
'total_vendors' => '총 판매자',
29+
'active' => '활성',
30+
31+
'total_customers' => '총 고객',
32+
],
33+
1934
'sidebar' => [
2035
'search_placeholder' => '검색...',
2136
'dashboard' => '대시보드',

0 commit comments

Comments
 (0)