Shun Miyazawa 1 год назад
Родитель
Сommit
38816483b0

+ 3 - 0
apps/app/public/static/locales/en_US/translation.json

@@ -878,5 +878,8 @@
   },
   "create_page": {
     "untitled": "Untitled"
+  },
+  "sync-latest-reevision-body": {
+    "confirm": "Delete the draft data being entered into the editor and synchronize the latest text. Are you sure you want to run it?"
   }
 }

+ 3 - 0
apps/app/public/static/locales/fr_FR/translation.json

@@ -869,5 +869,8 @@
     "show_wip_page": "Voir brouillon",
     "size_s": "Taille: P",
     "size_l": "Taille: G"
+  },
+  "sync-latest-reevision-body": {
+    "confirm": "Delete the draft data being entered into the editor and synchronize the latest text. Are you sure you want to run it?"
   }
 }

+ 3 - 0
apps/app/public/static/locales/ja_JP/translation.json

@@ -911,5 +911,8 @@
   },
   "create_page": {
     "untitled": "無題のページ"
+  },
+  "sync-latest-reevision-body": {
+    "confirm": "エディターに入力中のドラフトデータを削除して最新の本文を同期します。本当に実行しますか?"
   }
 }

+ 3 - 0
apps/app/public/static/locales/zh_CN/translation.json

@@ -881,5 +881,8 @@
   },
   "create_page": {
     "untitled": "Untitled"
+  },
+  "sync-latest-reevision-body": {
+    "confirm": "删除输入编辑器的草稿数据,同步最新文本。 您真的想运行它吗?"
   }
 }