Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
f701cbb1
Commit
f701cbb1
authored
Apr 30, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Update:Settings) 默认设置「数据操作」i18n 遗漏处理
parent
dc56dc52
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
zh.js
source/language/zh.js
+1
-1
zh_hk.js
source/language/zh_hk.js
+1
-1
zh_tw.js
source/language/zh_tw.js
+1
-1
adefault.js
source/modules/settings/adefault.js
+2
-2
No files found.
source/language/zh.js
View file @
f701cbb1
...
@@ -807,7 +807,7 @@ module.exports = {
...
@@ -807,7 +807,7 @@ module.exports = {
},
},
},
},
database
:
{
database
:
{
title
:
'数据
管理
'
,
title
:
'数据
操作
'
,
bookmark
:
{
bookmark
:
{
title
:
'全局书签'
,
title
:
'全局书签'
,
nodata
:
'当前暂无数据, 请单击鼠标右键添加'
,
nodata
:
'当前暂无数据, 请单击鼠标右键添加'
,
...
...
source/language/zh_hk.js
View file @
f701cbb1
...
@@ -806,7 +806,7 @@ module.exports = {
...
@@ -806,7 +806,7 @@ module.exports = {
},
},
},
},
database
:
{
database
:
{
title
:
'數據
管理
'
,
title
:
'數據
操作
'
,
bookmark
:
{
bookmark
:
{
title
:
'全局書籤'
,
title
:
'全局書籤'
,
nodata
:
'當前暫無數據, 請單擊鼠標右鍵添加'
,
nodata
:
'當前暫無數據, 請單擊鼠標右鍵添加'
,
...
...
source/language/zh_tw.js
View file @
f701cbb1
...
@@ -806,7 +806,7 @@ module.exports = {
...
@@ -806,7 +806,7 @@ module.exports = {
},
},
},
},
database
:
{
database
:
{
title
:
'數據
管理
'
,
title
:
'數據
操作
'
,
bookmark
:
{
bookmark
:
{
title
:
'全局書籤'
,
title
:
'全局書籤'
,
nodata
:
'當前暫無數據, 請單擊鼠標右鍵添加'
,
nodata
:
'當前暫無數據, 請單擊鼠標右鍵添加'
,
...
...
source/modules/settings/adefault.js
View file @
f701cbb1
...
@@ -64,9 +64,9 @@ class ADefault {
...
@@ -64,9 +64,9 @@ class ADefault {
]},
]},
]
]
},
{
},
{
type
:
'fieldset'
,
label
:
'<i class="fa fa-database"></i> 数据管理'
,
list
:
[
type
:
'fieldset'
,
label
:
`<i class="fa fa-database"></i>
${
LANG
[
'database'
][
'title'
]}
`
,
list
:
[
{
type
:
'block'
,
list
:
[
{
type
:
'block'
,
list
:
[
{
type
:
'label'
,
label
:
'全局书签'
},
{
type
:
'label'
,
label
:
`
${
LANG
[
'database'
][
'bookmark'
][
'title'
]}
`
},
{
type
:
'container'
,
name
:
'database_bookmarks'
,
inputWidth
:
600
,
inputHeight
:
200
},
{
type
:
'container'
,
name
:
'database_bookmarks'
,
inputWidth
:
600
,
inputHeight
:
200
},
]},
]},
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment