@refinitiv-ui/phrasebook
Advanced tools
Comparing version
@@ -6,10 +6,13 @@ # Change Log | ||
## [5.3.1-alpha.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.3.0...@refinitiv-ui/phrasebook@5.3.1-alpha.0) (2021-12-17) | ||
# [5.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.3.0...@refinitiv-ui/phrasebook@5.4.0) (2021-12-21) | ||
**Note:** Version bump only for package @refinitiv-ui/phrasebook | ||
### Features | ||
* **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12)) | ||
# [5.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.1...@refinitiv-ui/phrasebook@5.3.0) (2021-12-15) | ||
@@ -26,2 +29,3 @@ | ||
## [5.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.0...@refinitiv-ui/phrasebook@5.2.1) (2021-12-03) | ||
@@ -28,0 +32,0 @@ |
import './shared.js'; | ||
declare const translations: { | ||
PAGE: string; | ||
PAGE_OF: string; | ||
ITEM_INFO: string; | ||
}; | ||
export default translations; |
@@ -6,16 +6,8 @@ // Component docs https://elf.int.refinitiv.com/elements/pagination.html | ||
// page: current page # | ||
PAGE: 'Seite {page}', | ||
// page: current page # | ||
// pageTotal: total number of pages | ||
PAGE_OF: 'Seite {page} von {pageTotal}', | ||
/* | ||
* totalCount: total number of items | ||
* pageSize: Number of items per page | ||
* ** To translate | ||
* No items | ||
* of = eg page 1 of 2 | ||
* item | ||
* items | ||
*/ | ||
ITEM_INFO: '{totalCount, plural, =0 {Keine Elemente} other {{ totalCount, plural, other { {pageSize, plural, =1 {#} other {{from} - {to}}} von {totalCount} {totalCount, plural, =1 {item} other {items}}} }} }' | ||
PAGE_OF: 'Seite {page} von {pageTotal}' | ||
}; | ||
Phrasebook.define('de', 'ef-pagination', translations); | ||
export default translations; |
import './shared.js'; | ||
declare const translations: { | ||
PAGE: string; | ||
PAGE_OF: string; | ||
ITEM_INFO: string; | ||
}; | ||
export default translations; |
@@ -6,16 +6,8 @@ // Component docs https://elf.int.refinitiv.com/elements/pagination.html | ||
// page: current page # | ||
PAGE: 'Page {page}', | ||
// page: current page # | ||
// pageTotal: total number of pages | ||
PAGE_OF: 'Page {page} of {pageTotal}', | ||
/* | ||
* totalCount: total number of items | ||
* pageSize: Number of items per page | ||
* ** To translate | ||
* No items | ||
* of = eg page 1 of 2 | ||
* item | ||
* items | ||
*/ | ||
ITEM_INFO: '{totalCount, plural, =0 {No Items} other {{ totalCount, plural, other { {pageSize, plural, =1 {#} other {{from} - {to}}} of {totalCount} {totalCount, plural, =1 {item} other {items}}} }} }' | ||
PAGE_OF: 'Page {page} of {pageTotal}' | ||
}; | ||
Phrasebook.define('en', 'ef-pagination', translations); | ||
export default translations; |
import './shared.js'; | ||
declare const translations: { | ||
PAGE: string; | ||
PAGE_OF: string; | ||
ITEM_INFO: string; | ||
}; | ||
export default translations; |
@@ -6,16 +6,8 @@ // Component docs https://elf.int.refinitiv.com/elements/pagination.html | ||
// page: current page # | ||
PAGE: 'ページ {page}', | ||
// page: current page # | ||
// pageTotal: total number of pages | ||
PAGE_OF: '{pageTotal} ページ中 {page} ページ目 ', | ||
/* | ||
* totalCount: total number of items | ||
* pageSize: Number of items per page | ||
* ** To translate | ||
* No items | ||
* of = eg page 1 of 2 | ||
* item | ||
* items | ||
*/ | ||
ITEM_INFO: '{totalCount, plural, =0 {該当なし} other {{ totalCount, plural, other { {totalCount} {totalCount, plural, =1 { 件} other { 件}}中 {pageSize, plural, =1 {#} other {{from} - {to}}} 件目 } }} }' | ||
PAGE_OF: '{pageTotal} ページ中 {page} ページ目 ' | ||
}; | ||
Phrasebook.define('ja', 'ef-pagination', translations); | ||
export default translations; |
import './shared.js'; | ||
declare const translations: { | ||
PAGE: string; | ||
PAGE_OF: string; | ||
ITEM_INFO: string; | ||
}; | ||
export default translations; |
@@ -6,16 +6,8 @@ // Component docs https://elf.int.refinitiv.com/elements/pagination.html | ||
// page: current page # | ||
PAGE: '第 {page}頁', | ||
// page: current page # | ||
// pageTotal: total number of pages | ||
PAGE_OF: '第 {page}頁/共{pageTotal} 頁', | ||
/* | ||
* totalCount: total number of items | ||
* pageSize: Number of items per page | ||
* ** To translate | ||
* No items | ||
* of = eg page 1 of 2 | ||
* item | ||
* items | ||
*/ | ||
ITEM_INFO: '{totalCount, plural, =0 {無項目} other {{ totalCount, plural, other { {pageSize, plural, =1 {#} other {{from} - {to}}} 項,共 {totalCount} {totalCount, plural, =1 {項} other {項}}} }} }' | ||
PAGE_OF: '第 {page}頁/共{pageTotal} 頁' | ||
}; | ||
Phrasebook.define('zh-Hant', 'ef-pagination', translations); | ||
export default translations; |
import './shared.js'; | ||
declare const translations: { | ||
PAGE: string; | ||
PAGE_OF: string; | ||
ITEM_INFO: string; | ||
}; | ||
export default translations; |
@@ -6,16 +6,8 @@ // Component docs https://elf.int.refinitiv.com/elements/pagination.html | ||
// page: current page # | ||
PAGE: '第 {page} 页', | ||
// page: current page # | ||
// pageTotal: total number of pages | ||
PAGE_OF: '第 {page}/{pageTotal} 页', | ||
/* | ||
* totalCount: total number of items | ||
* pageSize: Number of items per page | ||
* ** To translate | ||
* No items | ||
* of = eg page 1 of 2 | ||
* item | ||
* items | ||
*/ | ||
ITEM_INFO: '{totalCount, plural, =0 {无项目。} other {{ totalCount, plural, other { {pageSize, plural, =1 {#} other {{from} - {to}}} 项,共 {totalCount} {totalCount, plural, =1 {项} other {项}}} }} }' | ||
PAGE_OF: '第 {page}/{pageTotal} 页' | ||
}; | ||
Phrasebook.define('zh', 'ef-pagination', translations); | ||
export default translations; |
{ | ||
"name": "@refinitiv-ui/phrasebook", | ||
"version": "5.3.1-alpha.0", | ||
"version": "5.4.0", | ||
"description": "Collection of messages in EF components for translation", | ||
@@ -136,3 +136,3 @@ "author": "Refinitiv", | ||
}, | ||
"gitHead": "7653ee2fa1637e5b6dbe83ca558adde0ce0adaa5" | ||
"gitHead": "ab885349431e89df4de68852371581f4cd64d9c1" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
-50%57518
-2.86%1088
-3.55%