itizawa 7 лет назад
Родитель
Сommit
1c87ef9bc1
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      resource/locales/en-US/translation.json
  2. 1 1
      src/server/views/admin/importer.html

+ 3 - 3
resource/locales/en-US/translation.json

@@ -21,7 +21,7 @@
   "Undo": "Undo",
   "Article": "Article",
   "Page": "Page",
-  "Pagepass": "Pagepass",
+  "Page Path": "Page Path",
   "Category": "Category",
   "User": "User",
 
@@ -683,7 +683,7 @@
       "test_connection": "Test connection to qiita:team"
     },
     "import": "Import",
-    "page_skip": "If a page with the same name already exists on the GROWI side, that page is skipped",
-    "Directory_hierarchy_tag": "Directory hierarchy tag"
+    "page_skip": "Pages with a name that already exists on GROWI are not imported",
+    "Directory_hierarchy_tag": "Directory Hierarchy Tag"
   }
 }

+ 1 - 1
src/server/views/admin/importer.html

@@ -61,7 +61,7 @@
               <tr>
                 <th>{{ t('Category') }}</th>
                 <th><i class="icon-arrow-right-circle text-success"></i></th>
-                <th>{{ t('Pagepass') }}</th>
+                <th>{{ t('Page Path') }}</th>
               </tr>
               <tr>
                 <th>{{ t('User') }}</th>