forked from github/dataease
fix: 国际化
This commit is contained in:
parent
939588f510
commit
a61933e62c
@ -2718,6 +2718,7 @@ export default {
|
||||
user: 'User',
|
||||
time: 'Time',
|
||||
export: 'Export',
|
||||
export_as: 'Export as',
|
||||
confirm: 'Sure Export ?',
|
||||
search_by_key: 'Search by key',
|
||||
ip: 'IP'
|
||||
|
@ -2712,6 +2712,7 @@ export default {
|
||||
user: '操作用戶',
|
||||
time: '操作時間',
|
||||
export: '導出',
|
||||
export_as: '導出为',
|
||||
confirm: '確定導出嗎?',
|
||||
search_by_key: '搜索詳情',
|
||||
ip: 'IP地址'
|
||||
|
@ -2712,6 +2712,7 @@ export default {
|
||||
user: '操作用户',
|
||||
time: '操作时间',
|
||||
export: '导出',
|
||||
export_as: '导出为',
|
||||
confirm: '确定导出吗?',
|
||||
search_by_key: '搜索详情',
|
||||
ip: 'IP地址'
|
||||
|
@ -176,7 +176,7 @@
|
||||
icon-class="icon_bottom-align_outlined"
|
||||
class="preview-icon-svg"
|
||||
/>
|
||||
导出为
|
||||
{{ $t('log.export_as') }}
|
||||
<svg-icon
|
||||
style="margin-top: 7px;float: right"
|
||||
icon-class="icon_right_outlined"
|
||||
|
Loading…
Reference in New Issue
Block a user