@refinitiv-ui/phrasebook 0.0.0-dev.2261644238.1 → 0.0.0-dev.2997969095.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/lib/index.d.ts +2 -1
- package/lib/locale/de/autosuggest.d.ts +5 -0
- package/lib/locale/de/autosuggest.js +7 -0
- package/lib/locale/de/calendar.js +13 -13
- package/lib/locale/de/card.d.ts +4 -0
- package/lib/locale/de/card.js +6 -0
- package/lib/locale/de/clock.d.ts +4 -0
- package/lib/locale/de/clock.js +6 -0
- package/lib/locale/de/color-dialog.js +1 -1
- package/lib/locale/de/color-picker.d.ts +4 -0
- package/lib/locale/de/color-picker.js +7 -0
- package/lib/locale/de/datetime-field.js +11 -11
- package/lib/locale/de/password-field.js +2 -2
- package/lib/locale/de/search-field.js +1 -1
- package/lib/locale/de/slider.d.ts +6 -0
- package/lib/locale/de/slider.js +8 -0
- package/lib/locale/de/time-picker.js +3 -3
- package/lib/locale/de/tree-select.js +1 -1
- package/lib/locale/en/autosuggest.d.ts +5 -0
- package/lib/locale/en/autosuggest.js +7 -0
- package/lib/locale/en/card.d.ts +4 -0
- package/lib/locale/en/card.js +6 -0
- package/lib/locale/en/clock.d.ts +4 -0
- package/lib/locale/en/clock.js +6 -0
- package/lib/locale/en/color-dialog.js +1 -1
- package/lib/locale/en/color-picker.d.ts +4 -0
- package/lib/locale/en/color-picker.js +7 -0
- package/lib/locale/en/slider.d.ts +6 -0
- package/lib/locale/en/slider.js +8 -0
- package/lib/locale/en/tree-select.js +1 -1
- package/lib/locale/ja/autosuggest.d.ts +5 -0
- package/lib/locale/ja/autosuggest.js +7 -0
- package/lib/locale/ja/card.d.ts +4 -0
- package/lib/locale/ja/card.js +6 -0
- package/lib/locale/ja/clock.d.ts +4 -0
- package/lib/locale/ja/clock.js +6 -0
- package/lib/locale/ja/color-dialog.js +1 -1
- package/lib/locale/ja/color-picker.d.ts +4 -0
- package/lib/locale/ja/color-picker.js +7 -0
- package/lib/locale/ja/datetime-field.js +10 -10
- package/lib/locale/ja/password-field.js +2 -2
- package/lib/locale/ja/search-field.js +1 -1
- package/lib/locale/ja/slider.d.ts +6 -0
- package/lib/locale/ja/slider.js +8 -0
- package/lib/locale/ja/time-picker.js +3 -3
- package/lib/locale/ja/tree-select.js +1 -1
- package/lib/locale/zh/autosuggest.d.ts +5 -0
- package/lib/locale/zh/autosuggest.js +7 -0
- package/lib/locale/zh/card.d.ts +4 -0
- package/lib/locale/zh/card.js +6 -0
- package/lib/locale/zh/clock.d.ts +4 -0
- package/lib/locale/zh/clock.js +6 -0
- package/lib/locale/zh/color-dialog.js +1 -1
- package/lib/locale/zh/color-picker.d.ts +4 -0
- package/lib/locale/zh/color-picker.js +7 -0
- package/lib/locale/zh/datetime-field.js +11 -11
- package/lib/locale/zh/password-field.js +2 -2
- package/lib/locale/zh/search-field.js +1 -1
- package/lib/locale/zh/slider.d.ts +6 -0
- package/lib/locale/zh/slider.js +8 -0
- package/lib/locale/zh/time-picker.js +7 -7
- package/lib/locale/zh/tree-select.js +1 -1
- package/lib/locale/zh-hant/autosuggest.d.ts +5 -0
- package/lib/locale/zh-hant/autosuggest.js +7 -0
- package/lib/locale/zh-hant/card.d.ts +4 -0
- package/lib/locale/zh-hant/card.js +6 -0
- package/lib/locale/zh-hant/clock.d.ts +4 -0
- package/lib/locale/zh-hant/clock.js +6 -0
- package/lib/locale/zh-hant/color-dialog.js +1 -1
- package/lib/locale/zh-hant/color-picker.d.ts +4 -0
- package/lib/locale/zh-hant/color-picker.js +7 -0
- package/lib/locale/zh-hant/datetime-field.js +11 -11
- package/lib/locale/zh-hant/password-field.js +2 -2
- package/lib/locale/zh-hant/search-field.js +1 -1
- package/lib/locale/zh-hant/slider.d.ts +6 -0
- package/lib/locale/zh-hant/slider.js +8 -0
- package/lib/locale/zh-hant/time-picker.js +7 -7
- package/lib/locale/zh-hant/tree-select.js +1 -1
- package/package.json +28 -3
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.1.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.2...@refinitiv-ui/phrasebook@6.1.3) (2022-08-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/phrasebook
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [6.1.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.1...@refinitiv-ui/phrasebook@6.1.2) (2022-08-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @refinitiv-ui/phrasebook
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [6.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.0...@refinitiv-ui/phrasebook@6.1.1) (2022-07-19)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @refinitiv-ui/phrasebook
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0...@refinitiv-ui/phrasebook@6.1.0) (2022-06-20)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* add non-english aria messages for autosuggest and slider ([#357](https://github.com/Refinitiv/refinitiv-ui/issues/357)) ([c7ea8cb](https://github.com/Refinitiv/refinitiv-ui/commit/c7ea8cb5de1d7b6ad468b93ffddfbf15559873ba))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [6.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.0.0-next.2...@refinitiv-ui/phrasebook@6.0.0) (2022-06-07)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clock:** improve clock accessibility ([#308](https://github.com/Refinitiv/refinitiv-ui/issues/308)) ([c0a9bb0](https://github.com/Refinitiv/refinitiv-ui/commit/c0a9bb04c212b6aa4dbce495bec4faebd9080eaf)), closes [#311](https://github.com/Refinitiv/refinitiv-ui/issues/311)
|
|
47
|
+
* **slider:** add localised label for slider thumb ([#351](https://github.com/Refinitiv/refinitiv-ui/issues/351)) ([ba9cc8d](https://github.com/Refinitiv/refinitiv-ui/commit/ba9cc8d563444dba35a082a3898dc4e8f9235074))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
## [5.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.4.0...@refinitiv-ui/phrasebook@5.4.1) (2022-01-12)
|
|
7
54
|
|
|
8
55
|
**Note:** Version bump only for package @refinitiv-ui/phrasebook
|
package/lib/index.d.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Phrasebook } from '../../translation.js';
|
|
2
|
+
const translations = {
|
|
3
|
+
LOADING: 'Vorgeschlagene Elemente werden geladen',
|
|
4
|
+
MORE_RESULTS: 'Weitere Ergebnisse für <mark>{ query }</mark>'
|
|
5
|
+
};
|
|
6
|
+
Phrasebook.define('de', 'ef-autosuggest', translations);
|
|
7
|
+
export default translations;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
PREVIOUS_MONTH: '
|
|
4
|
-
NEXT_MONTH: '
|
|
5
|
-
PREVIOUS_YEAR: '
|
|
6
|
-
NEXT_YEAR: '
|
|
7
|
-
PREVIOUS_DECADE: '
|
|
8
|
-
NEXT_DECADE: '
|
|
9
|
-
YEAR_SELECTOR: '
|
|
10
|
-
DATE_SELECTOR: '
|
|
3
|
+
PREVIOUS_MONTH: 'Vorheriger Monat',
|
|
4
|
+
NEXT_MONTH: 'Nächster Monat',
|
|
5
|
+
PREVIOUS_YEAR: 'Vorheriges Jahr',
|
|
6
|
+
NEXT_YEAR: 'Nächstes Jahr',
|
|
7
|
+
PREVIOUS_DECADE: 'Vorheriges Jahrzehnt',
|
|
8
|
+
NEXT_DECADE: 'Nächstes Jahrzehnt',
|
|
9
|
+
YEAR_SELECTOR: 'Anklicken, um das Jahr auszuwählen',
|
|
10
|
+
DATE_SELECTOR: 'Anklicken, um das Datum auszuwählen',
|
|
11
11
|
CELL_LABEL: '{view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
|
|
12
|
-
SELECTED: '
|
|
12
|
+
SELECTED: 'Ausgewählt: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
|
|
13
13
|
NOW: '{view, select, year {Current year, {value, date, ::yyyy}} month {Current month, {value, date, ::MMMM-yyyy}} other {Today, {value, date, full}}}',
|
|
14
|
-
SELECTED_NOW: '
|
|
15
|
-
SELECTED_DATE: '
|
|
16
|
-
SELECTED_RANGE: '
|
|
17
|
-
SELECTED_NONE: '
|
|
14
|
+
SELECTED_NOW: 'Ausgewählt: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}',
|
|
15
|
+
SELECTED_DATE: 'Ausgewählt {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}',
|
|
16
|
+
SELECTED_RANGE: 'Der ausgewählte Bereich reicht von {from, date, full}{to, select, null {} other { to {to, date, full}}}',
|
|
17
|
+
SELECTED_NONE: 'Keine ausgewählt. Wählen Sie {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}'
|
|
18
18
|
};
|
|
19
19
|
Phrasebook.define('de', 'ef-calendar', translations);
|
|
20
20
|
export default translations;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Phrasebook } from '../../translation.js';
|
|
2
|
+
const translations = {
|
|
3
|
+
TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
|
|
4
|
+
};
|
|
5
|
+
Phrasebook.define('de', 'ef-clock', translations);
|
|
6
|
+
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import dialogTranslations from './dialog';
|
|
4
|
+
import dialogTranslations from './dialog.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...dialogTranslations,
|
|
7
7
|
// Dialog title
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
|
|
2
|
+
import { Phrasebook } from '../../translation.js';
|
|
3
|
+
import './shared.js';
|
|
4
|
+
import './color-dialog.js';
|
|
5
|
+
const translations = {};
|
|
6
|
+
Phrasebook.define('de', 'ef-color-picker', translations);
|
|
7
|
+
export default translations;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
PICK_YEAR: '
|
|
4
|
-
PICK_MONTH: '
|
|
5
|
-
PICK_DAY: '
|
|
6
|
-
PICK_HOUR: '
|
|
7
|
-
PICK_MINUTE: '
|
|
8
|
-
PICK_SECOND: '
|
|
9
|
-
PICK_WEEKDAY: '
|
|
10
|
-
PICK_FRACTIONALSECOND: '
|
|
11
|
-
PICK_DAYPERIOD: '
|
|
12
|
-
VALUE: '
|
|
13
|
-
NO_VALUE: '
|
|
3
|
+
PICK_YEAR: 'Jahr auswählen',
|
|
4
|
+
PICK_MONTH: 'Monat auswählen',
|
|
5
|
+
PICK_DAY: 'Tag auswählen',
|
|
6
|
+
PICK_HOUR: 'Stunden auswählen',
|
|
7
|
+
PICK_MINUTE: 'Minuten auswählen',
|
|
8
|
+
PICK_SECOND: 'Sekunden auswählen',
|
|
9
|
+
PICK_WEEKDAY: 'Wochentag auswählen',
|
|
10
|
+
PICK_FRACTIONALSECOND: 'Millisekunden auswählen',
|
|
11
|
+
PICK_DAYPERIOD: 'Tageszeitraum auswählen',
|
|
12
|
+
VALUE: 'Aktueller Wert ist {value}',
|
|
13
|
+
NO_VALUE: 'Kein Wert'
|
|
14
14
|
};
|
|
15
15
|
Phrasebook.define('de', 'ef-datetime-field', translations);
|
|
16
16
|
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
SHOW_PASSWORD: '
|
|
4
|
-
HIDE_PASSWORD: '
|
|
3
|
+
SHOW_PASSWORD: 'Kennwort anzeigen',
|
|
4
|
+
HIDE_PASSWORD: 'Kennwort ausblenden'
|
|
5
5
|
};
|
|
6
6
|
Phrasebook.define('de', 'ef-password-field', translations);
|
|
7
7
|
export default translations;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
BEFORE_MIDDAY: '
|
|
4
|
-
AFTER_MIDDAY: '
|
|
5
|
-
TOGGLE_TIME_PERIOD: '
|
|
3
|
+
BEFORE_MIDDAY: 'Vormittags',
|
|
4
|
+
AFTER_MIDDAY: 'Nachmittags',
|
|
5
|
+
TOGGLE_TIME_PERIOD: 'Zeitraum wechseln',
|
|
6
6
|
SELECT_HOURS: '{value, select, null {Select hours} other {{value, plural, =1 {# hour} other {# hours}}}}',
|
|
7
7
|
SELECT_MINUTES: '{value, select, null {Select minutes} other {{value, plural, =1 {# minute} other {# minutes}}}}',
|
|
8
8
|
SELECT_SECONDS: '{value, select, null {Select seconds} other {{value, plural, =1 {# second} other {# seconds}}}}',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import comboboxTranslations from './combo-box';
|
|
4
|
+
import comboboxTranslations from './combo-box.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...comboboxTranslations,
|
|
7
7
|
// used as a toggle control
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Phrasebook } from '../../translation.js';
|
|
2
|
+
const translations = {
|
|
3
|
+
TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
|
|
4
|
+
};
|
|
5
|
+
Phrasebook.define('en', 'ef-clock', translations);
|
|
6
|
+
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import dialogTranslations from './dialog';
|
|
4
|
+
import dialogTranslations from './dialog.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...dialogTranslations,
|
|
7
7
|
// Dialog title
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
|
|
2
|
+
import { Phrasebook } from '../../translation.js';
|
|
3
|
+
import './shared.js';
|
|
4
|
+
import './color-dialog.js';
|
|
5
|
+
const translations = {};
|
|
6
|
+
Phrasebook.define('en', 'ef-color-picker', translations);
|
|
7
|
+
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import comboboxTranslations from './combo-box';
|
|
4
|
+
import comboboxTranslations from './combo-box.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...comboboxTranslations,
|
|
7
7
|
// used as a toggle control
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Phrasebook } from '../../translation.js';
|
|
2
|
+
const translations = {
|
|
3
|
+
TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
|
|
4
|
+
};
|
|
5
|
+
Phrasebook.define('ja', 'ef-clock', translations);
|
|
6
|
+
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import dialogTranslations from './dialog';
|
|
4
|
+
import dialogTranslations from './dialog.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...dialogTranslations,
|
|
7
7
|
// Dialog title
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
|
|
2
|
+
import { Phrasebook } from '../../translation.js';
|
|
3
|
+
import './shared.js';
|
|
4
|
+
import './color-dialog.js';
|
|
5
|
+
const translations = {};
|
|
6
|
+
Phrasebook.define('ja', 'ef-color-picker', translations);
|
|
7
|
+
export default translations;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
PICK_YEAR: '
|
|
3
|
+
PICK_YEAR: '年を選択',
|
|
4
4
|
PICK_MONTH: 'Pick Month',
|
|
5
|
-
PICK_DAY: '
|
|
6
|
-
PICK_HOUR: '
|
|
7
|
-
PICK_MINUTE: '
|
|
8
|
-
PICK_SECOND: '
|
|
9
|
-
PICK_WEEKDAY: '
|
|
10
|
-
PICK_FRACTIONALSECOND: '
|
|
11
|
-
PICK_DAYPERIOD: '
|
|
12
|
-
VALUE: '
|
|
13
|
-
NO_VALUE: '
|
|
5
|
+
PICK_DAY: '日を選択',
|
|
6
|
+
PICK_HOUR: '時間を選択',
|
|
7
|
+
PICK_MINUTE: '分を選択',
|
|
8
|
+
PICK_SECOND: '秒を選択',
|
|
9
|
+
PICK_WEEKDAY: '週を選択',
|
|
10
|
+
PICK_FRACTIONALSECOND: 'ミリ秒を選択',
|
|
11
|
+
PICK_DAYPERIOD: '時刻区分を選択',
|
|
12
|
+
VALUE: '現在の値は{value}です',
|
|
13
|
+
NO_VALUE: '値がありません'
|
|
14
14
|
};
|
|
15
15
|
Phrasebook.define('ja', 'ef-datetime-field', translations);
|
|
16
16
|
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
SHOW_PASSWORD: '
|
|
4
|
-
HIDE_PASSWORD: '
|
|
3
|
+
SHOW_PASSWORD: 'パスワードを表示',
|
|
4
|
+
HIDE_PASSWORD: 'パスワードを非表示'
|
|
5
5
|
};
|
|
6
6
|
Phrasebook.define('ja', 'ef-password-field', translations);
|
|
7
7
|
export default translations;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
BEFORE_MIDDAY: '
|
|
4
|
-
AFTER_MIDDAY: '
|
|
5
|
-
TOGGLE_TIME_PERIOD: '
|
|
3
|
+
BEFORE_MIDDAY: '午前',
|
|
4
|
+
AFTER_MIDDAY: '午後',
|
|
5
|
+
TOGGLE_TIME_PERIOD: '期間の切り替え',
|
|
6
6
|
SELECT_HOURS: '{value, select, null {Select hours} other {{value, plural, =1 {# hour} other {# hours}}}}',
|
|
7
7
|
SELECT_MINUTES: '{value, select, null {Select minutes} other {{value, plural, =1 {# minute} other {# minutes}}}}',
|
|
8
8
|
SELECT_SECONDS: '{value, select, null {Select seconds} other {{value, plural, =1 {# second} other {# seconds}}}}',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/tree-select.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import comboboxTranslations from './combo-box';
|
|
4
|
+
import comboboxTranslations from './combo-box.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...comboboxTranslations,
|
|
7
7
|
// used as a toggle control
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Phrasebook } from '../../translation.js';
|
|
2
|
+
const translations = {
|
|
3
|
+
TIME: 'Time: {showSeconds, select, true {{amPm, select, true {{value, time, ::hmsa}} other {{value, time, ::Hms}}}} other {{amPm, select, true {{value, time, ::hma}} other {{value, time, ::Hm}}}}}'
|
|
4
|
+
};
|
|
5
|
+
Phrasebook.define('zh', 'ef-clock', translations);
|
|
6
|
+
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
|
|
2
2
|
import { Phrasebook } from '../../translation.js';
|
|
3
3
|
import './shared.js';
|
|
4
|
-
import dialogTranslations from './dialog';
|
|
4
|
+
import dialogTranslations from './dialog.js';
|
|
5
5
|
const translations = {
|
|
6
6
|
...dialogTranslations,
|
|
7
7
|
// Dialog title
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
|
|
2
|
+
import { Phrasebook } from '../../translation.js';
|
|
3
|
+
import './shared.js';
|
|
4
|
+
import './color-dialog.js';
|
|
5
|
+
const translations = {};
|
|
6
|
+
Phrasebook.define('zh', 'ef-color-picker', translations);
|
|
7
|
+
export default translations;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
PICK_YEAR: '
|
|
4
|
-
PICK_MONTH: '
|
|
5
|
-
PICK_DAY: '
|
|
6
|
-
PICK_HOUR: '
|
|
7
|
-
PICK_MINUTE: '
|
|
8
|
-
PICK_SECOND: '
|
|
9
|
-
PICK_WEEKDAY: '
|
|
10
|
-
PICK_FRACTIONALSECOND: '
|
|
11
|
-
PICK_DAYPERIOD: '
|
|
12
|
-
VALUE: '
|
|
13
|
-
NO_VALUE: '
|
|
3
|
+
PICK_YEAR: '选择年',
|
|
4
|
+
PICK_MONTH: '选择月',
|
|
5
|
+
PICK_DAY: '选择日',
|
|
6
|
+
PICK_HOUR: '选择小时',
|
|
7
|
+
PICK_MINUTE: '选择分钟',
|
|
8
|
+
PICK_SECOND: '选择秒钟',
|
|
9
|
+
PICK_WEEKDAY: '选择工作日',
|
|
10
|
+
PICK_FRACTIONALSECOND: '选择毫秒',
|
|
11
|
+
PICK_DAYPERIOD: '选择日期间',
|
|
12
|
+
VALUE: '当前值是 {value}',
|
|
13
|
+
NO_VALUE: '没有值'
|
|
14
14
|
};
|
|
15
15
|
Phrasebook.define('zh', 'ef-datetime-field', translations);
|
|
16
16
|
export default translations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
SHOW_PASSWORD: '
|
|
4
|
-
HIDE_PASSWORD: '
|
|
3
|
+
SHOW_PASSWORD: '显示密码',
|
|
4
|
+
HIDE_PASSWORD: '隐藏密码'
|
|
5
5
|
};
|
|
6
6
|
Phrasebook.define('zh', 'ef-password-field', translations);
|
|
7
7
|
export default translations;
|