From aa5f2612d0b035a210dda5818e0d3d166efa6a0a Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 수, 03 11월 2021 18:05:12 +0900
Subject: [PATCH] 사용자등급관리 프론트 수정(상세보기 불가)

---
 src/main/webapp/i18n/ko/global.json |   45 ++++++++++++++++++++++++++++++++++++---------
 1 files changed, 36 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/i18n/ko/global.json b/src/main/webapp/i18n/ko/global.json
index bc0e36b..7cc9db7 100644
--- a/src/main/webapp/i18n/ko/global.json
+++ b/src/main/webapp/i18n/ko/global.json
@@ -65,9 +65,11 @@
         "workspaceUserLevelManagement" : "�궗�슜�옄 �벑湲� 愿�由�",
         "addLevel" : "�벑湲� 異붽�",
         "levelName" : "�벑湲됰챸",
+        "failedLevelRegistration" : "�궗�슜�옄 �벑湲� �벑濡� �떎�뙣",
         "read" : "�씫湲�",
         "write" : "�벐湲�",
         "departmentManagement" : "遺��꽌 愿�由�",
+        "addDepartment" : "遺��꽌 異붽�",
         "myWorkspace": "OWL �젙蹂�",
         "workspaceInformation": "湲곕낯 �젙蹂�",
         "serviceStatus": "�꽌鍮꾩뒪 �긽�깭",
@@ -136,7 +138,8 @@
         "failedToModifyWorkspaceName": "�뾽臾� 怨듦컙 紐� �닔�젙 �떎�뙣",
         "failedToRegularPaymentChange": "�젙湲� 寃곗젣 蹂�寃� �떎�뙣",
         "failedToParticipationStatusChange": "李몄뿬 �긽�깭 蹂�寃� �떎�뙣",
-        "failedToSelectWorkspaceFullUserList": "�뾽臾� 怨듦컙 �쟾泥� �궗�슜�옄 紐⑸줉 議고쉶 �떎�뙣"
+        "failedToSelectWorkspaceFullUserList": "�뾽臾� 怨듦컙 �쟾泥� �궗�슜�옄 紐⑸줉 議고쉶 �떎�뙣",
+        "failedToModifyUserLevel": "�궗�슜�옄 �벑湲� �긽�꽭 �젙蹂� 議고쉶 �떎�뙣"
     },
     "issue": {
         "issueType": "�씠�뒋 �쑀�삎",
@@ -494,14 +497,21 @@
     },
     "manageUser": {
         "manageUser": "�궗�슜�옄 沅뚰븳 愿�由�",
+        "manageWorkspacePerm": "�썙�겕�뒪�럹�씠�뒪 愿�由�",
         "manageProjectPerm": "�봽濡쒖젥�듃 愿�由�",
-        "manageIssueSystemPerm": "�씠�뒋 �떆�뒪�뀥",
-        "manageUserPerm": "�궗�슜�옄",
-        "manageNoticePerm": "怨듭��궗�빆",
-        "manageFAQPerm": "FAQ",
-        "manageQnAPerm": "QnA",
-        "manageEventPerm": "�씠踰ㅽ듃",
-        "manageGuidePerm": "媛��씠�뱶"
+        "manageIssueSystemPerm": "�씠�뒋 �떆�뒪�뀥 愿�由�",
+        "manageUserPerm": "�궗�슜�옄 愿�由�",
+        "manageNoticePerm": "怨듭��궗�빆 愿�由�",
+        "manageFAQPerm": "FAQ 愿�由�",
+        "manageQnAPerm": "QnA 愿�由�",
+        "manageEventPerm": "�씠踰ㅽ듃 愿�由�",
+        "manageGuidePerm": "媛��씠�뱶 愿�由�"
+    },
+    "manageDepartment": {
+        "manageDepartment": "遺��꽌 愿�由�",
+        "departmentName": "遺��꽌紐�",
+        "departmentEx": "遺��꽌�꽕紐�",
+        "departmentCount": "遺��꽌�씤�썝"
     },
     "FAQ": {
         "FAQ": "FAQ",
@@ -611,6 +621,7 @@
         "priority": "�슦�꽑 �닚�쐞",
         "importance": "以묒슂�룄",
         "assignee": "�떞�떦�옄",
+        "assigneeTeam" : "�떞�떦遺��꽌",
         "register": "�벑濡앹옄",
         "startDate": "�떆�옉�씪",
         "endDate": "醫낅즺�씪",
@@ -735,7 +746,11 @@
         "emptyProject": "�꽑�깮�븷 �닔 �엳�뒗 �봽濡쒖젥�듃媛� �뾾�뒿�땲�떎.",
         "emptyIssue": "�꽑�깮�븷 �닔 �엳�뒗 �씠�뒋媛� �뾾�뒿�땲�떎.",
         "department" : "遺��꽌",
-        "level" : "�궗�슜�옄 �벑湲�"
+        "level" : "�궗�슜�옄 �벑湲�",
+        "manageDepartment": "遺��꽌 愿�由�",
+        "departmentName": "遺��꽌紐�",
+        "departmentEx": "遺��꽌�꽕紐�",
+        "departmentCount": "遺��꽌�씤�썝"
     },
     "tasks": {
         "agileBoardTitle": "移몃컲 蹂대뱶"
@@ -745,5 +760,17 @@
     },
     "calendar": {
       "calendarTitle": "罹섎┛�뜑"
+    },
+    "api" : {
+        "auth" : "API �씤利�",
+        "setting" : "API �꽕�젙",
+        "monitor" : "API 紐⑤땲�꽣留�",
+        "application" : "�뼱�뵆由ъ��씠�뀡 �씠由�",
+        "token" : "�넗�겙",
+        "apiKey": "API �넗�겙 �벑濡�",
+        "delete" : "�넗�겙 �궘�젣",
+        "create" : "�넗�겙 �깮�꽦",
+        "example" : "�궗�슜 �삁�떆",
+        "columnSetting" : "湲곕낯媛� �꽕�젙"
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0