kaori 5 лет назад
Родитель
Сommit
36f91bf9f3

+ 21 - 0
resource/locales/en_US/admin/admin.json

@@ -253,6 +253,27 @@
     "delete": "Delete"
   },
   "slack_integration": {
+    "selecting_bot_types": {
+      "slack_bot": "Slack bot",
+      "detailed_explanation": "Detailed explanation",
+      "selecting_bot_type": "・Selecting bot type",
+      "official_bot": "Official bot",
+      "custom_bot": "Custom bot",
+      "without_proxy": "without proxy",
+      "with_proxy": "with proxy",
+      "recommended": "Recommended",
+      "for_beginners": "- For beginners -",
+      "for_intermediate": "- For intermediate -",
+      "for_advanced": "- For advanced -",
+      "set_up": "Set up",
+      "integration_to_multi_workspaces": "Integration to multi workspaces",
+      "security_control": "Security control",
+      "easy": "Easy",
+      "normal": "Normal",
+      "difficult": "Difficult",
+      "possible": "Possible",
+      "impossible": "Impossible"
+    },
     "bot_reset_successful": "Bot settings have been reset.",
     "copied_to_clipboard": "Copied to clipboard",
     "modal": {

+ 3 - 3
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -162,7 +162,7 @@ const SlackIntegration = (props) => {
                   </div>
                   <div className="mt-4">
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('set_up_to_take_time')}
+                      {showBotTypeLabel('set_up')}
                       {showBotTypeDiscription('easy')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">
@@ -202,7 +202,7 @@ const SlackIntegration = (props) => {
                   </div>
                   <div className="mt-4">
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('set_up_to_take_time')}
+                      {showBotTypeLabel('set_up')}
                       {showBotTypeDiscription('normal')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">
@@ -238,7 +238,7 @@ const SlackIntegration = (props) => {
                   </div>
                   <div className="mt-4">
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('set_up_to_take_time')}
+                      {showBotTypeLabel('set_up')}
                       {showBotTypeDiscription('difficult')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">