yuken hace 3 años
padre
commit
05c328e0f8

+ 2 - 2
packages/app/resource/locales/en_US/translation.json

@@ -663,8 +663,8 @@
     },
     "by_path_modal": {
       "title": "Convert to new v5 compatible format",
-      "alert": "",
-      "confirm": "",
+      "alert": "This operation cannot be undone. Are you sure?",
+      "confirm": "Convert all of the following pages to v5 compatible format",
       "description": "Enter a path and all pages under that path will be converted to v5 compatible format.",
       "button_label": "Convert",
       "success": "Successfully requested conversion.",

+ 2 - 2
packages/app/resource/locales/ja_JP/translation.json

@@ -663,8 +663,8 @@
     },
     "by_path_modal": {
       "title": "新しい v5 互換形式への変換",
-      "alert": "後で文言は考える",
-      "confirm": "以下のページを全て変換します。よろしいですか?",
+      "alert": "この操作は取り消すことができません。よろしいですか?",
+      "confirm": "以下のページを全て v5 互換形式に変換します",
       "description": "パスを入力することで、そのパスの配下のページを全て v5 互換形式に変換します",
       "button_label": "変換",
       "success": "正常に変換を開始しました",

+ 2 - 2
packages/app/resource/locales/zh_CN/translation.json

@@ -950,8 +950,8 @@
     },
     "by_path_modal": {
       "title": "转换为新的v5兼容格式",
-      "alert": "",
-      "confirm": "",
+      "alert": "这一操作不能被撤销。 你确定吗?",
+      "confirm": "将以下所有页面转换为与v5兼容的格式",
       "description": "输入一个路径,该路径下的所有页面将被转换为v5兼容格式。",
       "button_label": "转换",
       "success": "成功地请求转换。",