Browse Source

:art: Prompt for recovery method and retention days settings when deleting documents https://github.com/siyuan-note/siyuan/issues/11400

Daniel 1 năm trước cách đây
mục cha
commit
cbea8c6023

+ 1 - 0
app/appearance/langs/en_US.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "Are you sure to delete <b>${x}</b>?<br>After deletion, it can be restored in [Data History], retained <code class= 'fn__code'>${y}</code> days according to [Settings - Editor - History Retention Days]",
   "newView": "Add View",
   "newCol": "Add column",
   "newRow": "Add entry",

+ 1 - 0
app/appearance/langs/es_ES.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "¿Está seguro de eliminar <b>${x}</b>?<br>Después de la eliminación, se puede restaurar en [Historial de datos] y se conserva <code class= 'fn__code'>${y }</code> días según [Configuración - Editor - Días de retención del historial]",
   "newView": "Agregar vista",
   "newCol": "Agregar columna",
   "newRow": "Agregar entrada",

+ 1 - 0
app/appearance/langs/fr_FR.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "Êtes-vous sûr de supprimer <b>${x}</b> ?<br>Après la suppression, il peut être restauré dans [Historique des données], conservé <code class= 'fn__code'>${y }</code> jours selon [Paramètres - Éditeur - Jours de rétention de l'historique]",
   "newView": "Ajouter une vue",
   "newCol": "Ajouter une colonne",
   "newRow": "Ajouter une entrée",

+ 1 - 0
app/appearance/langs/ja_JP.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "<b>${x}</b> を削除してもよろしいですか?<br>削除後は [データ履歴] で復元でき、<code class= 'fn__code'>${y}</code> は保持されます。 [設定 - エディター - 履歴の保存日数] による日数",
   "newView": "ビューを追加",
   "newCol": "列を追加",
   "newRow": "エントリを追加",

+ 1 - 0
app/appearance/langs/zh_CHT.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "確定刪除<b>${x}</b> 嗎?<br>刪除後可在 [資料歷史] 中恢復,按 [設定- 編輯器- 歷史保留天數] 保留<code class= 'fn__code'>${y}</code> 天",
   "newView": "新增視圖",
   "newCol": "新增列",
   "newRow": "新增項目",

+ 1 - 0
app/appearance/langs/zh_CN.json

@@ -1,4 +1,5 @@
 {
+  "confirmDeleteTip": "确定删除 <b>${x}</b> 吗?<br>删除后可在 [数据历史] 中恢复,按 [设置 - 编辑器 - 历史保留天数] 保留 <code class='fn__code'>${y}</code> 天",
   "newView": "添加视图",
   "newCol": "添加列",
   "newRow": "添加条目",