Commit 89f6e0ba authored by nickchen's avatar nickchen 🎨

add: Key/ListKeys 警告提示字

parent 3c0061f1
...@@ -135,6 +135,9 @@ ...@@ -135,6 +135,9 @@
<data name="Allow update" xml:space="preserve"> <data name="Allow update" xml:space="preserve">
<value>允許更新</value> <value>允許更新</value>
</data> </data>
<data name="Avoid being unable to restore the key after deletion" xml:space="preserve">
<value>避免鑰匙刪除後無法恢復</value>
</data>
<data name="Cancel" xml:space="preserve"> <data name="Cancel" xml:space="preserve">
<value>取消</value> <value>取消</value>
</data> </data>
...@@ -252,6 +255,9 @@ ...@@ -252,6 +255,9 @@
<data name="Set up" xml:space="preserve"> <data name="Set up" xml:space="preserve">
<value>設定</value> <value>設定</value>
</data> </data>
<data name="Some data may be lost" xml:space="preserve">
<value>可能導致部分資料遺失</value>
</data>
<data name="Status" xml:space="preserve"> <data name="Status" xml:space="preserve">
<value>狀態</value> <value>狀態</value>
</data> </data>
......
...@@ -304,9 +304,9 @@ ...@@ -304,9 +304,9 @@
<div class="modal-body" style="padding-top:35px; padding-bottom: 35px"> <div class="modal-body" style="padding-top:35px; padding-bottom: 35px">
<form> <form>
<p> <p>@Localizer["Please confirm to delete key."]</p>
@Localizer["Please confirm to delete key."] <p class="text-danger font-weight-bolder">※@Localizer["Some data may be lost"]!</p>
</p>
<div class="SubmitBlock SubmitBlock_sm"> <div class="SubmitBlock SubmitBlock_sm">
<button id="confirmBtn" class="btn btn-mainblue-solid">@Localizer["Confirm"]</button> <button id="confirmBtn" class="btn btn-mainblue-solid">@Localizer["Confirm"]</button>
...@@ -337,6 +337,7 @@ ...@@ -337,6 +337,7 @@
<div class="row"> <div class="row">
<div class="col-12 text-center"> <div class="col-12 text-center">
<p class="qr-code-message">@Localizer["Please save the QR code properly."]</p> <p class="qr-code-message">@Localizer["Please save the QR code properly."]</p>
<p class="text-danger qr-code-message">※@Localizer["Avoid being unable to restore the key after deletion"]!</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment