From 92c6022c858f507f235e520b6d7ef1d7bd3c55ae Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:52:50 +0700 Subject: [PATCH 1/7] Update page-edit.tpl Update Translation --- ui/ui/page-edit.tpl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ui/ui/page-edit.tpl b/ui/ui/page-edit.tpl index a44bdd0c..dd4037fc 100644 --- a/ui/ui/page-edit.tpl +++ b/ui/ui/page-edit.tpl @@ -29,7 +29,7 @@ {/if}
-

{Lang::T("Sometimes you need to refresh 3 times until content change")}

+

{Lang::T('Sometimes you need to refresh 3 times until content change')}

@@ -41,11 +41,12 @@ {if $PageFile=='Voucher'} {/if} @@ -80,4 +81,4 @@ {/literal} -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} From 6dc957e34af7eb0cd73fd4470665168a9af3b068 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:56:20 +0700 Subject: [PATCH 2/7] Update bandwidth.tpl Update Translation --- ui/ui/bandwidth.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/bandwidth.tpl b/ui/ui/bandwidth.tpl index 0647747e..e4dcf0c4 100644 --- a/ui/ui/bandwidth.tpl +++ b/ui/ui/bandwidth.tpl @@ -31,7 +31,7 @@ {Lang::T('Bandwidth Name')} {Lang::T('Rate')} - {Lang::T('Burst')} + Burst {Lang::T('Manage')} @@ -57,7 +57,7 @@ {include file="pagination.tpl"}
-

{Lang::T('Create Bandwitdh Plan for expired Internet Plan')}

+

{Lang::T('Create Bandwidth Plan for expired Internet Plan')}

{Lang::T('When customer expired, you can move it to Expired Internet Plan')}

@@ -66,4 +66,4 @@ -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} From 7d9a4623b10bd605de63931249ac6660383b64ae Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:58:27 +0700 Subject: [PATCH 3/7] Update page-edit.tpl --- ui/ui/page-edit.tpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/ui/page-edit.tpl b/ui/ui/page-edit.tpl index dd4037fc..9346aa3c 100644 --- a/ui/ui/page-edit.tpl +++ b/ui/ui/page-edit.tpl @@ -41,12 +41,11 @@ {if $PageFile=='Voucher'} {/if} From 147e0f5d926789473085b4a0e9be9dbddf24a02b Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:59:35 +0700 Subject: [PATCH 4/7] Update reports.tpl --- ui/ui/reports.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/reports.tpl b/ui/ui/reports.tpl index 234d715e..fbc88bc0 100644 --- a/ui/ui/reports.tpl +++ b/ui/ui/reports.tpl @@ -137,8 +137,8 @@ {include file="pagination.tpl"}
-

Information

-

Export and Print will show all data without pagination.

+

{Lang::T('Information')}

+

{Lang::T('Export and Print will show all data without pagination')}.

@@ -265,4 +265,4 @@ {/literal} -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} From 9f997ec68f587b2beda3ab4ea32c1bafe964bb6c Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:07:43 +0700 Subject: [PATCH 5/7] Update dbstatus.tpl --- ui/ui/dbstatus.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/dbstatus.tpl b/ui/ui/dbstatus.tpl index 235a8f0e..0ea24212 100644 --- a/ui/ui/dbstatus.tpl +++ b/ui/ui/dbstatus.tpl @@ -3,7 +3,7 @@
-
Backup Database
+
{Lang::T('Backup Database')}
@@ -27,7 +27,7 @@
-
Dont select logs if it failed
+
{Lang::T('Dont select logs if it failed')}
- +
From fdaa87d02c658abb7dd523d7db0376267d09a294 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:12:14 +0700 Subject: [PATCH 6/7] Update hotspot-add.tpl --- ui/ui/hotspot-add.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/hotspot-add.tpl b/ui/ui/hotspot-add.tpl index b1106a82..c596ab2a 100644 --- a/ui/ui/hotspot-add.tpl +++ b/ui/ui/hotspot-add.tpl @@ -13,8 +13,8 @@ data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?
- Enable - Disable + {Lang::T('Enable')} + {Lang::T('Disable')}
@@ -247,4 +247,4 @@ {/literal} {/if} -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} From be0bbcb570b7749ddab16423fb9f608550a99833 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:13:33 +0700 Subject: [PATCH 7/7] Update hotspot.tpl --- ui/ui/hotspot.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl index 3181c6d7..b1d65a9e 100644 --- a/ui/ui/hotspot.tpl +++ b/ui/ui/hotspot.tpl @@ -174,12 +174,12 @@
-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}