@refinitiv-ui/phrasebook
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ # Change Log | ||
# [5.3.0-alpha.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.2-alpha.0...@refinitiv-ui/phrasebook@5.3.0-alpha.0) (2021-12-14) | ||
# [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) | ||
@@ -12,2 +12,3 @@ | ||
* add named exports to elements, themes and locales to support full backward compatibility ([#114](https://github.com/Refinitiv/refinitiv-ui/issues/114)) ([7d25d50](https://github.com/Refinitiv/refinitiv-ui/commit/7d25d50c649308fc5a17d086e9e01467a0dabfb9)) | ||
* **calendar:** add accessibility ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c)) | ||
@@ -19,10 +20,2 @@ | ||
## [5.2.2-alpha.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.1...@refinitiv-ui/phrasebook@5.2.2-alpha.0) (2021-12-13) | ||
**Note:** Version bump only for package @refinitiv-ui/phrasebook | ||
## [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) | ||
@@ -29,0 +22,0 @@ |
import { Phrasebook } from '../../translation.js'; | ||
const translations = { | ||
PREVIOUS_MONTH: 'Previous month', | ||
NEXT_MONTH: 'Next month', | ||
PREVIOUS_YEAR: 'Previous year', | ||
NEXT_YEAR: 'Next year', | ||
PREVIOUS_DECADE: 'Previous decade', | ||
NEXT_DECADE: 'Next decade', | ||
YEAR_SELECTOR: 'Click to select year', | ||
DATE_SELECTOR: 'Click to select date', | ||
PREVIOUS_MONTH: '前月', | ||
NEXT_MONTH: '翌月', | ||
PREVIOUS_YEAR: '前年', | ||
NEXT_YEAR: '翌年', | ||
PREVIOUS_DECADE: '前10年', | ||
NEXT_DECADE: '翌10年', | ||
YEAR_SELECTOR: 'クリックして年を選択', | ||
DATE_SELECTOR: 'クリックして日付を選択', | ||
CELL_LABEL: '{view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
SELECTED: 'Selected: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
SELECTED: '選択済み: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
NOW: '{view, select, year {Current year, {value, date, ::yyyy}} month {Current month, {value, date, ::MMMM-yyyy}} other {Today, {value, date, full}}}', | ||
SELECTED_NOW: 'Selected: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}', | ||
SELECTED_NOW: '選択済み: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}', | ||
SELECTED_DATE: 'Selected {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}', | ||
SELECTED_RANGE: 'Selected range is from {from, date, full}{to, select, null {} other { to {to, date, full}}}', | ||
SELECTED_NONE: 'Selected none. Choose {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}' | ||
SELECTED_RANGE: '選択された範囲は {from, date, full}{to, select, null {} other { to {to, date, full}}} からです', | ||
SELECTED_NONE: '選択されていません。{range, select, true {date range} other {{multiple, select, true {dates} other {date}}}} を選択してください' | ||
}; | ||
Phrasebook.define('ja', 'ef-calendar', translations); | ||
export default translations; |
import { Phrasebook } from '../../translation.js'; | ||
const translations = { | ||
PREVIOUS_MONTH: 'Previous month', | ||
NEXT_MONTH: 'Next month', | ||
PREVIOUS_YEAR: 'Previous year', | ||
NEXT_YEAR: 'Next year', | ||
PREVIOUS_DECADE: 'Previous decade', | ||
NEXT_DECADE: 'Next decade', | ||
YEAR_SELECTOR: 'Click to select year', | ||
DATE_SELECTOR: 'Click to select date', | ||
PREVIOUS_MONTH: '前一个月', | ||
NEXT_MONTH: '下一个月', | ||
PREVIOUS_YEAR: '前一年', | ||
NEXT_YEAR: '下一年', | ||
PREVIOUS_DECADE: '前十年', | ||
NEXT_DECADE: '下一个十年', | ||
YEAR_SELECTOR: '点击来选择年份', | ||
DATE_SELECTOR: '点击来选择日期', | ||
CELL_LABEL: '{view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
SELECTED: 'Selected: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
SELECTED: '已选: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}', | ||
NOW: '{view, select, year {Current year, {value, date, ::yyyy}} month {Current month, {value, date, ::MMMM-yyyy}} other {Today, {value, date, full}}}', | ||
SELECTED_NOW: 'Selected: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}', | ||
SELECTED_DATE: 'Selected {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}', | ||
SELECTED_RANGE: 'Selected range is from {from, date, full}{to, select, null {} other { to {to, date, full}}}', | ||
SELECTED_NONE: 'Selected none. Choose {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}' | ||
SELECTED_NOW: '已选: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}', | ||
SELECTED_DATE: '已选 {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}', | ||
SELECTED_RANGE: '所选范围开始于 {from, date, full}{to, select, null {} other { to {to, date, full}}}', | ||
SELECTED_NONE: '未选择。请选择 {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}' | ||
}; | ||
Phrasebook.define('zh', 'ef-calendar', translations); | ||
export default translations; |
{ | ||
"name": "@refinitiv-ui/phrasebook", | ||
"version": "5.3.0-alpha.0", | ||
"version": "5.3.0", | ||
"description": "Collection of messages in EF components for translation", | ||
@@ -25,2 +25,3 @@ "author": "Refinitiv", | ||
"./locale/de/shared.js": "./lib/locale/de/shared.js", | ||
"./locale/de/time-picker.js": "./lib/locale/de/time-picker.js", | ||
"./locale/de/tree-select.js": "./lib/locale/de/tree-select.js", | ||
@@ -35,2 +36,3 @@ "./locale/en/calendar.js": "./lib/locale/en/calendar.js", | ||
"./locale/en/shared.js": "./lib/locale/en/shared.js", | ||
"./locale/en/time-picker.js": "./lib/locale/en/time-picker.js", | ||
"./locale/en/tree-select.js": "./lib/locale/en/tree-select.js", | ||
@@ -45,2 +47,3 @@ "./locale/ja/calendar.js": "./lib/locale/ja/calendar.js", | ||
"./locale/ja/shared.js": "./lib/locale/ja/shared.js", | ||
"./locale/ja/time-picker.js": "./lib/locale/ja/time-picker.js", | ||
"./locale/ja/tree-select.js": "./lib/locale/ja/tree-select.js", | ||
@@ -55,2 +58,3 @@ "./locale/zh/calendar.js": "./lib/locale/zh/calendar.js", | ||
"./locale/zh/shared.js": "./lib/locale/zh/shared.js", | ||
"./locale/zh/time-picker.js": "./lib/locale/zh/time-picker.js", | ||
"./locale/zh/tree-select.js": "./lib/locale/zh/tree-select.js", | ||
@@ -65,2 +69,3 @@ "./locale/zh-hant/calendar.js": "./lib/locale/zh-hant/calendar.js", | ||
"./locale/zh-hant/shared.js": "./lib/locale/zh-hant/shared.js", | ||
"./locale/zh-hant/time-picker.js": "./lib/locale/zh-hant/time-picker.js", | ||
"./locale/zh-hant/tree-select.js": "./lib/locale/zh-hant/tree-select.js", | ||
@@ -75,2 +80,3 @@ "./lib/locale/de/calendar.js": "./lib/locale/de/calendar.js", | ||
"./lib/locale/de/shared.js": "./lib/locale/de/shared.js", | ||
"./lib/locale/de/time-picker.js": "./lib/locale/de/time-picker.js", | ||
"./lib/locale/de/tree-select.js": "./lib/locale/de/tree-select.js", | ||
@@ -85,2 +91,3 @@ "./lib/locale/en/calendar.js": "./lib/locale/en/calendar.js", | ||
"./lib/locale/en/shared.js": "./lib/locale/en/shared.js", | ||
"./lib/locale/en/time-picker.js": "./lib/locale/en/time-picker.js", | ||
"./lib/locale/en/tree-select.js": "./lib/locale/en/tree-select.js", | ||
@@ -95,2 +102,3 @@ "./lib/locale/ja/calendar.js": "./lib/locale/ja/calendar.js", | ||
"./lib/locale/ja/shared.js": "./lib/locale/ja/shared.js", | ||
"./lib/locale/ja/time-picker.js": "./lib/locale/ja/time-picker.js", | ||
"./lib/locale/ja/tree-select.js": "./lib/locale/ja/tree-select.js", | ||
@@ -105,2 +113,3 @@ "./lib/locale/zh/calendar.js": "./lib/locale/zh/calendar.js", | ||
"./lib/locale/zh/shared.js": "./lib/locale/zh/shared.js", | ||
"./lib/locale/zh/time-picker.js": "./lib/locale/zh/time-picker.js", | ||
"./lib/locale/zh/tree-select.js": "./lib/locale/zh/tree-select.js", | ||
@@ -115,2 +124,3 @@ "./lib/locale/zh-hant/calendar.js": "./lib/locale/zh-hant/calendar.js", | ||
"./lib/locale/zh-hant/shared.js": "./lib/locale/zh-hant/shared.js", | ||
"./lib/locale/zh-hant/time-picker.js": "./lib/locale/zh-hant/time-picker.js", | ||
"./lib/locale/zh-hant/tree-select.js": "./lib/locale/zh-hant/tree-select.js" | ||
@@ -136,3 +146,3 @@ }, | ||
}, | ||
"gitHead": "20e555a28212760cc2657b27ca0c5f583c55c51d" | ||
"gitHead": "e629daeb0146ae3bce38767c63cfc6c7b965db8e" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
58978
12.48%110
10%1128
10.81%1
-50%