kaoritokashiki 5 лет назад
Родитель
Сommit
f555b3352b

+ 1 - 1
resource/locales/en_US/admin/admin.json

@@ -160,7 +160,7 @@
       "upload": "Upload",
       "discard": "Discard uploaded data",
       "errors": {
-        "versions_not_met": "the version of this growi and the growi that uploarded data are not met",
+        "different_versions": "this growi and the uploarded data versions are not met",
         "at_least_one": "Select one or more collections.",
         "page_and_revision": "'Pages' and 'Revisions' must be imported both.",
         "depends": "'{{target}}' must be selected when '{{condition}}' is selected."

+ 1 - 1
resource/locales/ja_JP/admin/admin.json

@@ -178,7 +178,7 @@
       "upload": "アップロード",
       "discard": "アップロードしたデータを破棄する",
       "errors": {
-        "versions_not_met": "現在のGROWIとアップロードしたデータのバージョンが違います",
+        "different_versions": "現在のGROWIとアップロードしたデータのバージョンが違います",
         "at_least_one": "コレクションが選択されていません",
         "page_and_revision": "'Pages' と 'Revisions' はセットでインポートする必要があります",
         "depends": "'{{condition}}' をインポートする場合は、'{{target}}' を一緒に選択する必要があります"

+ 1 - 1
resource/locales/zh_CN/admin/admin.json

@@ -176,7 +176,7 @@
 			"upload": "Upload",
 			"discard": "Discard uploaded data",
 			"errors": {
-        "versions_not_met": "the version of this growi and the growi that uploarded data are not met",
+        "versions_not_met": "this growi and the uploarded data versions are not met",
 				"at_least_one": "Select one or more collections.",
 				"page_and_revision": "'Pages' and 'Revisions' must be imported both.",
 				"depends": "'{{target}}' must be selected when '{{condition}}' is selected."

+ 1 - 1
src/client/js/components/Admin/ImportData/GrowiArchiveSection.jsx

@@ -86,7 +86,7 @@ class GrowiArchiveSection extends React.Component {
     console.log(`versionsNotMetinRenderDefferentVersionAlert=${isTheSameVersion}`);
     return (
       <div className="alert alert-warning mt-3">
-        {t('admin:importer_management.growi_settings.errors.versions_not_met')}
+        {t('admin:importer_management.growi_settings.errors.different_versions')}
       </div>
     );
   }