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:
langrq 2023-12-01 18:10:26 +08:00 committed by GitHub
parent ab3ac527c5
commit 51f5d36519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
import {registerLocale as register} from 'amis-core'; import { registerLocale as register } from 'amis-core';
register('zh-CN', { register('zh-CN', {
'Action.countDown': '请等待 ${timeLeft} 秒', 'Action.countDown': '请等待 ${timeLeft} 秒',
@ -50,7 +50,7 @@ register('zh-CN', {
'PaginationWrapper.placeholder': '请配置内容', 'PaginationWrapper.placeholder': '请配置内容',
'Pagination.select': '{{count}}条/页', 'Pagination.select': '{{count}}条/页',
'Pagination.goto': '跳转至', 'Pagination.goto': '跳转至',
'Pagination.go': 'GO', 'Pagination.go': '前往',
'Pagination.totalPage': '共 {{lastPage}} 页', 'Pagination.totalPage': '共 {{lastPage}} 页',
'Pagination.totalCount': '共 {{total}} 条', 'Pagination.totalCount': '共 {{total}} 条',
'Date.titleYear': '选择年', 'Date.titleYear': '选择年',

View File

@ -623,7 +623,7 @@ exports[`1. Renderer:crud basic interval headerToolbar footerToolbar 1`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>
@ -771,7 +771,7 @@ exports[`1. Renderer:crud basic interval headerToolbar footerToolbar 1`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>
@ -1218,7 +1218,7 @@ exports[`4. Renderer:crud list 1`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>
@ -2109,7 +2109,7 @@ exports[`5. Renderer:crud cards 1`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>
@ -3642,7 +3642,7 @@ exports[`13. enderer: crud keepItemSelectionOnPageChange & maxKeepItemSelectionL
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>

View File

@ -387,7 +387,7 @@ exports[`Renderer:Pagination 2`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
</div> </div>
@ -542,7 +542,7 @@ exports[`Renderer:Pagination with layout 1`] = `
<span <span
class="cxd-Pagination-inputGroup-right" class="cxd-Pagination-inputGroup-right"
> >
GO 前往
</span> </span>
</div> </div>
<div <div