소스 검색

add translation json

takeru0001 5 년 전
부모
커밋
819959bb56
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 1
      resource/locales/en_US/translation.json
  2. 2 1
      resource/locales/ja_JP/translation.json
  3. 2 1
      resource/locales/zh_CN/translation.json

+ 2 - 1
resource/locales/en_US/translation.json

@@ -327,7 +327,8 @@
       "New page name": "New page name",
       "Fail to get subordinated pages": "Fail to get subordinated pages",
       "Current page name": "Current page name",
-      "Duplicate with child": "Duplicate with child"
+      "Duplicate with child": "Duplicate with child",
+      "Duplicate without exist path": "Duplicate without exist path"
     }
   },
   "modal_putback": {

+ 2 - 1
resource/locales/ja_JP/translation.json

@@ -329,7 +329,8 @@
       "New page name": "複製後のページ名",
       "Fail to get subordinated pages": "配下ページの取得に失敗しました",
       "Current page name": "現在のページ名",
-      "Duplicate with child": "配下のページも一緒に複製する"
+      "Duplicate with child": "配下のページも一緒に複製する",
+      "Duplicate without exist path": "存在するパス以外を複製する"
     }
   },
   "modal_putback": {

+ 2 - 1
resource/locales/zh_CN/translation.json

@@ -302,7 +302,8 @@
       "New page name": "New page name",
       "Fail to get subordinated pages": "Fail to get subordinated pages",
 			"Current page name": "Current page name",
-			"Duplicate with child": "Duplicate with child"
+      "Duplicate with child": "Duplicate with child",
+      "Duplicate without exist path": "Duplicate without exist path"
 		}
 	},
 	"modal_putback": {