Shun Miyazawa 3 years ago
parent
commit
377f2cca78

+ 4 - 1
packages/app/public/static/locales/en_US/admin/admin.json

@@ -532,6 +532,9 @@
     "return": "Return",
     "activity_expiration_date": "Audit Log expiration date",
     "activity_expiration_date_explain": "Created Audit Log are automatically deleted after the number of seconds set in the environment variable from the creation time",
-    "fixed_by_env_var": "This is fixed by the env var <code>{{key}}={{value}}</code>."
+    "fixed_by_env_var": "This is fixed by the env var <code>{{key}}={{value}}</code>.",
+    "available_action_list": "Search / View All Available Actions",
+    "available_action_list_explain": "List of actions that can be search / view in the Audit Log",
+    "action_list": "Action List"
   }
 }

+ 4 - 1
packages/app/public/static/locales/ja_JP/admin/admin.json

@@ -531,6 +531,9 @@
     "return": "戻る",
     "activity_expiration_date": "監査ログの有効期限",
     "activity_expiration_date_explain": "作成された監査ログは、作成時間から環境変数に設定した秒数後に自動的に削除されます",
-    "fixed_by_env_var": "環境変数により固定されています <code>{{key}}={{value}}</code>."
+    "fixed_by_env_var": "環境変数により固定されています <code>{{key}}={{value}}</code>.",
+    "available_action_list": "検索 / 表示 可能なアクション一覧",
+    "available_action_list_explain": "監査ログで 検索 / 表示 可能なアクション一覧です",
+    "action_list": "アクション一覧"
   }
 }

+ 4 - 1
packages/app/public/static/locales/zh_CN/admin/admin.json

@@ -541,6 +541,9 @@
     "return": "返回",
     "activity_expiration_date": "审计日志的到期日",
     "activity_expiration_date_explain": "创建的审计日志会在环境变量中设置的从创建时间算起的秒数后自动删除",
-    "fixed_by_env_var": "这是由env var 修复的 <code>{{key}}={{value}}</code>."
+    "fixed_by_env_var": "这是由env var 修复的 <code>{{key}}={{value}}</code>.",
+    "available_action_list": "搜索/查看 所有可用的行动",
+    "available_action_list_explain": "可以在审计日志中 搜索/查看 的行动列表",
+    "action_list": "行动清单"
   }
 }