yohei0125 3 лет назад
Родитель
Сommit
e6cecb4087

+ 3 - 0
packages/app/resource/locales/en_US/translation.json

@@ -1111,5 +1111,8 @@
     "receive_notifications": "Receive Notifications",
     "stop_notification": "Stop Notification",
     "footprints": "Footprints"
+  },
+  "page_operation":{
+    "begin_path_recovery": "Path recovery has begun"
   }
 }

+ 3 - 0
packages/app/resource/locales/ja_JP/translation.json

@@ -1104,5 +1104,8 @@
     "receive_notifications": "通知を受け取る",
     "stop_notification": "通知を止める",
     "footprints": "足跡"
+  },
+  "page_operation":{
+    "begin_path_recovery": "パスの修復を開始しました"
   }
 }

+ 3 - 0
packages/app/resource/locales/zh_CN/translation.json

@@ -1114,5 +1114,8 @@
     "receive_notifications": "接收通知",
     "stop_notification": "停止通知",
     "footprints": "脚印"
+  },
+  "page_operation":{
+    "begin_resume_rename": "路径恢复已经开始"
   }
 }