yusuketk 6 лет назад
Родитель
Сommit
b8380b6120
2 измененных файлов с 7 добавлено и 3 удалено
  1. 3 1
      resource/locales/en-US/translation.json
  2. 4 2
      resource/locales/ja/translation.json

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

@@ -438,7 +438,9 @@
     "Load plugins": "Load plugins",
     "Enable": "Enable",
     "Disable": "Disable",
-    "Use env var if empty": "If the value in the database is empty, the value of the environment variable <cod>{{variable}}</code> is used."
+    "Use env var if empty": "If the value in the database is empty, the value of the environment variable <cod>{{variable}}</code> is used.",
+    "updated_app_setting": "Succeeded to update app setting",
+    "updated_site_url": "Succeeded to update site URL"
   },
 
   "security_setting": {

+ 4 - 2
resource/locales/ja/translation.json

@@ -437,8 +437,10 @@
     "Load plugins": "プラグインを読み込む",
     "Enable": "有効",
     "Disable": "無効",
-    "Use env var if empty": "データベース側の値が空の場合、環境変数 <code>{{variable}}</code> の値を利用します"
-   },
+    "Use env var if empty": "データベース側の値が空の場合、環境変数 <code>{{variable}}</code> の値を利用します",
+    "updated_app_setting": "アプリ設定を更新しました",
+    "updated_site_url": "サイトURLを更新しました"
+  },
 
   "security_setting": {
     "Guest Users Access": "ゲストユーザーのアクセス",