Parcourir la source

fix translation

yohei0125 il y a 3 ans
Parent
commit
9698c050a9

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

@@ -1113,6 +1113,6 @@
     "footprints": "Footprints"
     "footprints": "Footprints"
   },
   },
   "page_operation":{
   "page_operation":{
-    "begin_path_recovery": "Path recovery has begun"
+    "paths_recovered": "Paths recovered successfully"
   }
   }
 }
 }

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

@@ -1106,6 +1106,6 @@
     "footprints": "足跡"
     "footprints": "足跡"
   },
   },
   "page_operation":{
   "page_operation":{
-    "begin_path_recovery": "パスの修復を開始しました"
+    "paths_recovered": "パスを修復しました"
   }
   }
 }
 }

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

@@ -1116,6 +1116,6 @@
     "footprints": "脚印"
     "footprints": "脚印"
   },
   },
   "page_operation":{
   "page_operation":{
-    "begin_resume_rename": "路径恢复已经开始"
+    "paths_recovered": "成功恢复了页面路径"
   }
   }
 }
 }