diff --git a/app/views/home/dashboard.html.erb b/app/views/home/dashboard.html.erb index b04993ff..0bffc868 100644 --- a/app/views/home/dashboard.html.erb +++ b/app/views/home/dashboard.html.erb @@ -1,6 +1,6 @@
-

DASHBOARD

+

<%= t :dashboard %>

@@ -57,7 +57,7 @@
-

Top Products

+

<%= (t :top) + " " + (t :products) %>

@@ -65,7 +65,7 @@
-

Inventory

+

<%= t :inventory %>

@@ -76,7 +76,7 @@
-

Hourly Sales

+

<%= (t :hourly) + " " + (t :sale) %>

@@ -84,7 +84,7 @@
-

Employee Sales

+

<%= (t :staff) + " " + (t :sale) %>

diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 2bf4c073..8d86f8d5 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -27,7 +27,7 @@ diff --git a/app/views/layouts/_left_sidebar.html.erb b/app/views/layouts/_left_sidebar.html.erb index bc891cd5..5cd62153 100644 --- a/app/views/layouts/_left_sidebar.html.erb +++ b/app/views/layouts/_left_sidebar.html.erb @@ -66,13 +66,13 @@ diff --git a/config/locales/en.yml b/config/locales/en.yml index 8e5f1c99..e8cdce94 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -19,7 +19,12 @@ en: products: "Products" promotions: "Promotions" printer: "Printer" - + logout: "Logout" + sale: "Sale" + hourly: "Hourly" + top: "Top" + orders: "Orders" + credit: "Credit" views: pagination: diff --git a/config/locales/mm.yml b/config/locales/mm.yml index 6013c33e..827edf46 100644 --- a/config/locales/mm.yml +++ b/config/locales/mm.yml @@ -3,23 +3,28 @@ mm: main_navigation: "မာတိကာ" dashboard: "မျက်နှာစာ" oqs: "အမှာစာနေရာများ" - origami: "အရောင်းဌာန" + origami: "အရောင်းကောင်တာ" crm: "စားသုံးသူကြီးကြပ်ရေး" inventory: "ကုန်လှောင်ရုံ" settings: "သတ်မှတ်ချက်များ" transactions: "အလုပ်ပြီးမြောက်မှု့များ" reports: "အစီရင်ခံစာ" - zones: "Zones" - dinings: "Dinings" - menu: "Menu" - cashier: "Cashier" - terminal: "Terminal" - print: "Print" - staff: "Staff" - products: "Products" - promotions: "Promotions" - printer: "Printer" - + zones: "ဇုန်" + dinings: "စားပွဲရုံ" + menu: "စားဖွယ်စုံ" + cashier: "ငွေရှင်း" + terminal: "ကောင်တာ" + print: "စာထုတ်ပါ" + staff: "၀န်ထမ်းများ" + products: "ကုန်စည်များ" + promotions: "အရောင်းမြှင့်တင်ရေး" + printer: "ပရင့်တာ" + logout: "ထွက်ရန်" + sale: "အရောင်း" + hourly: "နာရီအလိုက်" + top: "အရောင်းရဆုံး" + orders: "အော်ဒါများ" + credit: "အကြွေး" views: pagination: