mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:48:13 +08:00
chore: 分页组件 go 字符翻译 (#8979)
* fix: zh-CN 页码 go 字符翻译展示 * 更新 snapshot --------- Co-authored-by: langrq <ruqing.lang@keymantech.cn> Co-authored-by: wuduoyi <wuduoyi@baidu.com>
This commit is contained in:
parent
ab3ac527c5
commit
51f5d36519
@ -1,4 +1,4 @@
|
||||
import {registerLocale as register} from 'amis-core';
|
||||
import { registerLocale as register } from 'amis-core';
|
||||
|
||||
register('zh-CN', {
|
||||
'Action.countDown': '请等待 ${timeLeft} 秒',
|
||||
@ -50,7 +50,7 @@ register('zh-CN', {
|
||||
'PaginationWrapper.placeholder': '请配置内容',
|
||||
'Pagination.select': '{{count}}条/页',
|
||||
'Pagination.goto': '跳转至',
|
||||
'Pagination.go': 'GO',
|
||||
'Pagination.go': '前往',
|
||||
'Pagination.totalPage': '共 {{lastPage}} 页',
|
||||
'Pagination.totalCount': '共 {{total}} 条',
|
||||
'Date.titleYear': '选择年',
|
||||
|
@ -623,7 +623,7 @@ exports[`1. Renderer:crud basic interval headerToolbar footerToolbar 1`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -771,7 +771,7 @@ exports[`1. Renderer:crud basic interval headerToolbar footerToolbar 1`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -1218,7 +1218,7 @@ exports[`4. Renderer:crud list 1`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -2109,7 +2109,7 @@ exports[`5. Renderer:crud cards 1`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -3642,7 +3642,7 @@ exports[`13. enderer: crud keepItemSelectionOnPageChange & maxKeepItemSelectionL
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -387,7 +387,7 @@ exports[`Renderer:Pagination 2`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -542,7 +542,7 @@ exports[`Renderer:Pagination with layout 1`] = `
|
||||
<span
|
||||
class="cxd-Pagination-inputGroup-right"
|
||||
>
|
||||
GO
|
||||
前往
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user