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

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

@@ -258,21 +258,21 @@
     "selecting_bot_types": {
       "slack_bot": "Slack bot",
       "detailed_explanation": "Detailed explanation",
-      "selecting_bot_type": "・Selecting bot type",
+      "selecting_bot_type": "・Select 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_intermediate": "- For intermediates -",
       "for_advanced": "- For advanced -",
       "set_up": "Set up",
-      "integration_to_multi_workspaces": "Integration to multi workspaces",
+      "multiple_workspaces_integration": "Multiple workspaces integration",
       "security_control": "Security control",
       "easy": "Easy",
       "normal": "Normal",
-      "difficult": "Difficult",
+      "difficult": "Hard",
       "possible": "Possible",
       "impossible": "Impossible"
     },

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

@@ -266,7 +266,7 @@
       "for_intermediate": "- 中級者向け -",
       "for_advanced": "- 上級者向け -",
       "set_up": "セットアップ",
-      "integration_to_multi_workspaces": "複数ワークスペースとの連携",
+      "multiple_workspaces_integration": "複数ワークスペースとの連携",
       "security_control": "セキュリティコントロール",
       "easy": "かんたん",
       "normal": "ふつう",

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

@@ -276,7 +276,7 @@
       "for_intermediate": "- 对于中级 -",
       "for_advanced": "- 对于高级 -",
       "set_up": "设置",
-      "integration_to_multi_workspaces": "集成到多个工作区",
+      "multiple_workspaces_integration": "集成到多个工作区",
       "security_control": "安全控制",
       "easy": "简单",
       "normal": "通常",

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

@@ -170,7 +170,7 @@ const SlackIntegration = (props) => {
                       {showBotTypeDiscription('easy')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('integration_to_multi_workspaces')}
+                      {showBotTypeLabel('multiple_workspaces_integration')}
                       {showBotTypeDiscription('possible')}
                     </div>
                     <div className="d-flex justify-content-between">
@@ -211,7 +211,7 @@ const SlackIntegration = (props) => {
                       {showBotTypeDiscription('normal')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('integration_to_multi_workspaces')}
+                      {showBotTypeLabel('multiple_workspaces_integration')}
                       {showBotTypeDiscription('impossible')}
                     </div>
                     <div className="d-flex justify-content-between">
@@ -252,7 +252,7 @@ const SlackIntegration = (props) => {
                       {showBotTypeDiscription('difficult')}
                     </div>
                     <div className="d-flex justify-content-between mb-2">
-                      {showBotTypeLabel('integration_to_multi_workspaces')}
+                      {showBotTypeLabel('multiple_workspaces_integration')}
                       {showBotTypeDiscription('possible')}
                     </div>
                     <div className="d-flex justify-content-between">

+ 1 - 1
src/client/styles/scss/_admin.scss

@@ -99,7 +99,7 @@
     .admin-bot-card {
       min-width: 280px;
       cursor: pointer;
-      border-radius: 0.5rem !important;
+      border-radius: 8px !important;
     }
     .border-primary {
       border-width: 2px;