change role to permission
This commit is contained in:
parent
543cbdb8af
commit
b21b8578f4
11 changed files with 11 additions and 11 deletions
|
@ -288,7 +288,7 @@ labels.max_access_count=Max Access Count
|
|||
labels.number_of_thread=The number of Tread
|
||||
labels.interval_time=Interval time
|
||||
labels.millisec=ms
|
||||
labels.role_type=Role
|
||||
labels.permission_type=Permission
|
||||
labels.label_type=Label
|
||||
labels.file_crawling_button_create=Create
|
||||
labels.file_crawling_button_create_job=Create new job
|
||||
|
|
|
@ -288,7 +288,7 @@ labels.max_access_count=Max Access Count
|
|||
labels.number_of_thread=The number of Tread
|
||||
labels.interval_time=Interval time
|
||||
labels.millisec=ms
|
||||
labels.role_type=Role
|
||||
labels.permission_type=Permission
|
||||
labels.label_type=Label
|
||||
labels.file_crawling_button_create=Create
|
||||
labels.file_crawling_button_create_job=Create new job
|
||||
|
|
|
@ -284,7 +284,7 @@ labels.max_access_count=\u6700\u5927\u30a2\u30af\u30bb\u30b9\u6570
|
|||
labels.number_of_thread=\u30b9\u30ec\u30c3\u30c9\u6570
|
||||
labels.interval_time=\u9593\u9694
|
||||
labels.millisec=\u30df\u30ea\u79d2
|
||||
labels.role_type=\u30ed\u30fc\u30eb
|
||||
labels.permission_type=\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3
|
||||
labels.label_type=\u30e9\u30d9\u30eb
|
||||
labels.file_crawling_button_create=\u4f5c\u6210
|
||||
labels.file_crawling_button_create_job=\u65b0\u3057\u3044\u30b8\u30e7\u30d6\u306e\u4f5c\u6210
|
||||
|
|
|
@ -283,7 +283,7 @@ labels.max_access_count = \ucd5c\ub300 \uc811\uc18d \uc218
|
|||
labels.number_of_thread = \uc2a4\ub808\ub4dc \uc218
|
||||
labels.interval_time = \uac04\uaca9
|
||||
labels.millisec = \ubc00\ub9ac \ucd08
|
||||
labels.role_type = \ub864
|
||||
labels.role_type = \ud5c8\uac00
|
||||
labels.label_type = \ub77c\ubca8
|
||||
labels.file_crawling_button_create = \uc791\uc131
|
||||
labels.file_crawling_button_create_job = \uc0c8 \uc791\uc5c5 \ub9cc\ub4e4\uae30
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<td>${f:h(boost)}<la:hidden property="boost" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.role_type" /></th>
|
||||
<th><la:message key="labels.permission_type" /></th>
|
||||
<td>${f:br(f:h(permissions))}<la:hidden
|
||||
property="permissions" /></td>
|
||||
</tr>
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="permissions" class="col-sm-3 control-label"><la:message
|
||||
key="labels.role_type" /></label>
|
||||
key="labels.permission_type" /></label>
|
||||
<div class="col-sm-9">
|
||||
<la:errors property="permissions" />
|
||||
<la:textarea property="permissions" styleClass="form-control"
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<td>${f:h(boost)}<la:hidden property="boost" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.role_type" /></th>
|
||||
<th><la:message key="labels.permission_type" /></th>
|
||||
<td>${f:br(f:h(permissions))}<la:hidden
|
||||
property="permissions" /></td>
|
||||
</tr>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
property="excludedPaths" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.role_type" /></th>
|
||||
<th><la:message key="labels.permission_type" /></th>
|
||||
<td>${f:br(f:h(permissions))}<la:hidden
|
||||
property="permissions" /></td>
|
||||
</tr>
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="permissions" class="col-sm-3 control-label"><la:message
|
||||
key="labels.role_type" /></label>
|
||||
key="labels.permission_type" /></label>
|
||||
<div class="col-sm-9">
|
||||
<la:errors property="permissions" />
|
||||
<la:textarea property="permissions" styleClass="form-control"
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
<td>${f:h(boost)}<la:hidden property="boost" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.role_type" /></th>
|
||||
<th><la:message key="labels.permission_type" /></th>
|
||||
<td>${f:br(f:h(permissions))}<la:hidden
|
||||
property="permissions" /></td>
|
||||
</tr>
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="permissions" class="col-sm-3 control-label"><la:message
|
||||
key="labels.role_type" /></label>
|
||||
key="labels.permission_type" /></label>
|
||||
<div class="col-sm-9">
|
||||
<la:errors property="permissions" />
|
||||
<la:textarea property="permissions" styleClass="form-control"
|
||||
|
|
Loading…
Add table
Reference in a new issue