fix(i18n): correct remote command labels and sync translations
This commit is contained in:
parent
e1cac003f0
commit
2e181886aa
@ -755,7 +755,7 @@
|
||||
"Lock Now": "立即鎖定",
|
||||
"Lock Page": "頁面鎖定",
|
||||
"Lock Page Lock": "機台 APP 鎖定",
|
||||
"Lock Page Unlock": "鎖定頁解鎖",
|
||||
"Lock Page Unlock": "機台 APP 解鎖",
|
||||
"Locked Page": "鎖定頁",
|
||||
"Log Time": "記錄時間",
|
||||
"Login History": "登入歷史",
|
||||
|
||||
@ -630,7 +630,7 @@
|
||||
<div class="text-left">
|
||||
<div
|
||||
class="text-sm font-black text-slate-800 dark:text-white group-hover:text-cyan-600 dark:group-hover:text-cyan-400 transition-colors">
|
||||
{{ __('Machine Reboot') }}</div>
|
||||
{{ __('Remote Settlement') }}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
@ -668,7 +668,7 @@
|
||||
<div class="text-left">
|
||||
<div
|
||||
class="text-sm font-black text-slate-800 dark:text-white group-hover:text-emerald-600 dark:group-hover:text-emerald-400 transition-colors">
|
||||
{{ __('Remote Reboot') }}</div>
|
||||
{{ __('Remote Settlement') }}</div>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user