Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
e35650aa
Commit
e35650aa
authored
Feb 05, 2025
by
Smile
Committed by
wux
Feb 27, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
232 (生产)后台未翻译成英文的一些页面, 运营多个页面
parent
93dfcd43
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
en_US.json
src/i18n/languages/en_US.json
+6
-0
index.vue
src/views/system/internalHelpDoc/index.vue
+3
-3
index.vue
src/views/system/needKnow/index.vue
+2
-2
index.vue
src/views/system/notice/index.vue
+1
-1
No files found.
src/i18n/languages/en_US.json
View file @
e35650aa
...
...
@@ -633,6 +633,7 @@
"不能为空"
:
"Can not be empty"
,
"请输入中文标题"
:
"Please enter the title in Chinese"
,
"标题英文"
:
"Title English"
,
"标题法文"
:
"Title French"
,
"请输入英文标题"
:
"Please enter English title"
,
"请输入法文标题"
:
"Please enter French title"
,
"有效期"
:
"Validity"
,
...
...
@@ -2209,8 +2210,10 @@
"的会员"
:
"Members"
,
"请输入标题中文"
:
"Please enter the title in Chinese"
,
"请输入标题英文"
:
"Please enter the title in English"
,
"请输入标题法文"
:
"Please enter the title in French"
,
"内容中文"
:
"Content Chinese"
,
"内容英语"
:
"Content English"
,
"内容法文"
:
"Content French"
,
"添加帮助文档"
:
"Add assistance document"
,
"修改帮助文档"
:
"Modify assistance document"
,
"是否确认删除帮助文档编号为"
:
"Whether delete the assistance document number?"
,
...
...
@@ -2220,12 +2223,14 @@
"添加对内帮助文档"
:
"Add internal assistance document"
,
"修改对内帮助文档"
:
"Modify internal assistance document"
,
"是否确认删除对内帮助文档编号为"
:
"Whether delete the internal assistance document number?"
,
"是否确认删除对内帮助文档编号为{id}的数据项?"
:
"Whether delete the internal assistance document number {id}?"
,
"是否确认导出所有对内帮助文档数据项?"
:
"Whether export all internal assistance document data items?"
,
"须知类型"
:
"Notice Type"
,
"请选择须知类型"
:
"Please select notice type"
,
"添加须知"
:
"Add notice"
,
"修改须知"
:
"Modify notice"
,
"是否确认删除须知编号为"
:
"Whether delete the note number as"
,
"是否确认删除须知编号为{id}的数据项?"
:
"Whether delete the data item with note number {id}?"
,
"是否确认导出所有须知数据项?"
:
"Whether export all required data items?"
,
"公告标题"
:
"Announcement title"
,
"请输入公告标题"
:
"Please enter the title of the announcement"
,
...
...
@@ -2240,6 +2245,7 @@
"添加公告"
:
"Add Announcement"
,
"修改公告"
:
"Modify Announcement"
,
"是否确认删除公告编号为"
:
"Whether delete the announcement number as"
,
"是否确认删除公告编号为{ids}的数据项?"
:
"Whether delete the announcement number {ids}?"
,
"中文名称"
:
"Chinese name"
,
"港口类型"
:
"Port Type"
,
"省"
:
"Province"
,
...
...
src/views/system/internalHelpDoc/index.vue
View file @
e35650aa
...
...
@@ -59,7 +59,7 @@
v-hasPermi=
"['system:internal-help-doc:delete']"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
</
template
>
</el-table-column>
</el-table>
</el-table>
<!-- 分页组件 -->
<pagination
v-show=
"total > 0"
:total=
"total"
:page.sync=
"queryParams.pageNo"
:limit.sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
...
...
@@ -79,7 +79,7 @@
<el-form-item
:label=
"$t('内容英语')"
prop=
"contentEn"
>
<editor
v-model=
"form.contentEn"
:placeholder=
"$t('请输入内容英语')"
/>
</el-form-item>
<el-form-item
label=
"0-启用,1-停用
"
prop=
"status"
>
<el-form-item
:label=
"$t('状态')
"
prop=
"status"
>
<el-radio-group
v-model=
"form.status"
>
<el-radio
v-for=
"dict in this.getDictDatas(DICT_TYPE.COMMON_STATUS)"
:key=
"dict.value"
:label=
"parseInt(dict.value)"
>
{{dict.label}}
</el-radio>
...
...
@@ -223,7 +223,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
id
=
row
.
id
;
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除对内帮助文档编号为
"
'
)
+
id
+
this
.
$t
(
'
"的数据项?
'
)).
then
(
function
()
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除对内帮助文档编号为
{id}的数据项?
'
,{
id
}
)).
then
(
function
()
{
return
deleteInternalHelpDoc
(
id
);
}).
then
(()
=>
{
this
.
getList
();
...
...
src/views/system/needKnow/index.vue
View file @
e35650aa
...
...
@@ -107,7 +107,7 @@
<el-form-item
:label=
"$t('内容英语')"
prop=
"contentEn"
>
<ueditor
v-model=
"form.contentEn"
:min-height=
"192"
placeholder=
"plese entry english"
/>
</el-form-item>
<el-form-item
:label=
"$t('内容法
语
')"
prop=
"contentFr"
>
<el-form-item
:label=
"$t('内容法
文
')"
prop=
"contentFr"
>
<ueditor
v-model=
"form.contentFr"
:min-height=
"192"
placeholder=
"plese entry english"
/>
</el-form-item>
<el-form-item
:label=
"$t('状态')"
prop=
"status"
>
...
...
@@ -257,7 +257,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
id
=
row
.
id
;
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除须知编号为
"
'
)
+
id
+
this
.
$t
(
'
"的数据项?
'
)).
then
(
function
()
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除须知编号为
{id}的数据项?
'
,{
id
}
)).
then
(
function
()
{
return
deleteNeedKnow
(
id
);
}).
then
(()
=>
{
this
.
getList
();
...
...
src/views/system/notice/index.vue
View file @
e35650aa
...
...
@@ -272,7 +272,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除公告编号为
"
'
)
+
ids
+
this
.
$t
(
'
"的数据项?
'
)).
then
(
function
()
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除公告编号为
{ids
}
的数据项?
'
,{
ids
}
)).
then
(
function
()
{
return
delNotice
(
ids
);
}
).
then
(()
=>
{
this
.
getList
();
...
...
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