[FIX] 修正支付設定圖示與優化多語系字串
1. 修正支付設定列表頁面中「新增設定」按鈕的圖示,由返回箭頭改為加號圖示,以符合語意。 2. 優化多語系語系檔 (zh_TW, en, ja),新增金鑰重產確認文字「Yes, regenerate」,並移除部分冗餘重複的翻譯項目。
This commit is contained in:
parent
41c75b16e8
commit
cab30b1683
@ -1584,10 +1584,10 @@
|
||||
"Welcome Gift Status": "Welcome Gift Status",
|
||||
"Work Content": "Work Content",
|
||||
"Yes, Cancel": "Yes, Cancel",
|
||||
"Yes, regenerate": "Yes, regenerate",
|
||||
"Yes, Deactivate": "Yes, Deactivate",
|
||||
"Yes, Delete": "Yes, Delete",
|
||||
"Yes, Disable": "Yes, Disable",
|
||||
"Yes, regenerate": "Yes, regenerate",
|
||||
"Yesterday": "Yesterday",
|
||||
"You can assign or change the personnel handling this order": "You can assign or change the personnel handling this order",
|
||||
"You cannot assign permissions you do not possess.": "You cannot assign permissions you do not possess.",
|
||||
|
||||
@ -1579,6 +1579,7 @@
|
||||
"Welcome Gift Status": "Welcome Gift Status",
|
||||
"Work Content": "作業内容",
|
||||
"Yes, Cancel": "はい、キャンセルします",
|
||||
"Yes, regenerate": "はい、再生成します",
|
||||
"Yes, Deactivate": "はい、無効にします",
|
||||
"Yes, Delete": "はい、削除します",
|
||||
"Yes, Disable": "はい、無効にします",
|
||||
|
||||
@ -1632,7 +1632,6 @@
|
||||
"Uploading new images will replace all existing images.": "上傳新照片將會取代所有現有照片。",
|
||||
"Usage Logs": "使用紀錄",
|
||||
"Verified": "驗證成功",
|
||||
"Consumed": "取貨完成",
|
||||
"Usage Completed": "使用完成",
|
||||
"Used": "已使用",
|
||||
"User": "一般用戶",
|
||||
@ -1708,6 +1707,7 @@
|
||||
"Welcome Gift Status": "來店禮",
|
||||
"Work Content": "作業內容",
|
||||
"Yes, Cancel": "確認取消",
|
||||
"Yes, regenerate": "是的,重新產生",
|
||||
"Yes, Deactivate": "是的,停用",
|
||||
"Yes, Delete": "是的,刪除",
|
||||
"Yes, Disable": "是的,停用",
|
||||
@ -1857,7 +1857,6 @@
|
||||
"used": "已使用",
|
||||
"user": "一般用戶",
|
||||
"vending": "販賣頁",
|
||||
"Verified": "驗證成功",
|
||||
"Verified Only": "僅限驗證",
|
||||
"verified": "驗證成功",
|
||||
"verify_success": "驗證成功",
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<a href="{{ route('admin.basic-settings.payment-configs.create') }}" class="btn-luxury-primary flex items-center gap-2">
|
||||
<svg class="w-5 h-5 stroke-[2.5]" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"/></svg>
|
||||
<svg class="w-5 h-5 stroke-[2.5]" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"/></svg>
|
||||
<span>{{ __('Create Config') }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user