@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.
Files changed (81) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/lib/index.d.ts +2 -1
  3. package/lib/locale/de/autosuggest.d.ts +5 -0
  4. package/lib/locale/de/autosuggest.js +7 -0
  5. package/lib/locale/de/calendar.js +13 -13
  6. package/lib/locale/de/card.d.ts +4 -0
  7. package/lib/locale/de/card.js +6 -0
  8. package/lib/locale/de/clock.d.ts +4 -0
  9. package/lib/locale/de/clock.js +6 -0
  10. package/lib/locale/de/color-dialog.js +1 -1
  11. package/lib/locale/de/color-picker.d.ts +4 -0
  12. package/lib/locale/de/color-picker.js +7 -0
  13. package/lib/locale/de/datetime-field.js +11 -11
  14. package/lib/locale/de/password-field.js +2 -2
  15. package/lib/locale/de/search-field.js +1 -1
  16. package/lib/locale/de/slider.d.ts +6 -0
  17. package/lib/locale/de/slider.js +8 -0
  18. package/lib/locale/de/time-picker.js +3 -3
  19. package/lib/locale/de/tree-select.js +1 -1
  20. package/lib/locale/en/autosuggest.d.ts +5 -0
  21. package/lib/locale/en/autosuggest.js +7 -0
  22. package/lib/locale/en/card.d.ts +4 -0
  23. package/lib/locale/en/card.js +6 -0
  24. package/lib/locale/en/clock.d.ts +4 -0
  25. package/lib/locale/en/clock.js +6 -0
  26. package/lib/locale/en/color-dialog.js +1 -1
  27. package/lib/locale/en/color-picker.d.ts +4 -0
  28. package/lib/locale/en/color-picker.js +7 -0
  29. package/lib/locale/en/slider.d.ts +6 -0
  30. package/lib/locale/en/slider.js +8 -0
  31. package/lib/locale/en/tree-select.js +1 -1
  32. package/lib/locale/ja/autosuggest.d.ts +5 -0
  33. package/lib/locale/ja/autosuggest.js +7 -0
  34. package/lib/locale/ja/card.d.ts +4 -0
  35. package/lib/locale/ja/card.js +6 -0
  36. package/lib/locale/ja/clock.d.ts +4 -0
  37. package/lib/locale/ja/clock.js +6 -0
  38. package/lib/locale/ja/color-dialog.js +1 -1
  39. package/lib/locale/ja/color-picker.d.ts +4 -0
  40. package/lib/locale/ja/color-picker.js +7 -0
  41. package/lib/locale/ja/datetime-field.js +10 -10
  42. package/lib/locale/ja/password-field.js +2 -2
  43. package/lib/locale/ja/search-field.js +1 -1
  44. package/lib/locale/ja/slider.d.ts +6 -0
  45. package/lib/locale/ja/slider.js +8 -0
  46. package/lib/locale/ja/time-picker.js +3 -3
  47. package/lib/locale/ja/tree-select.js +1 -1
  48. package/lib/locale/zh/autosuggest.d.ts +5 -0
  49. package/lib/locale/zh/autosuggest.js +7 -0
  50. package/lib/locale/zh/card.d.ts +4 -0
  51. package/lib/locale/zh/card.js +6 -0
  52. package/lib/locale/zh/clock.d.ts +4 -0
  53. package/lib/locale/zh/clock.js +6 -0
  54. package/lib/locale/zh/color-dialog.js +1 -1
  55. package/lib/locale/zh/color-picker.d.ts +4 -0
  56. package/lib/locale/zh/color-picker.js +7 -0
  57. package/lib/locale/zh/datetime-field.js +11 -11
  58. package/lib/locale/zh/password-field.js +2 -2
  59. package/lib/locale/zh/search-field.js +1 -1
  60. package/lib/locale/zh/slider.d.ts +6 -0
  61. package/lib/locale/zh/slider.js +8 -0
  62. package/lib/locale/zh/time-picker.js +7 -7
  63. package/lib/locale/zh/tree-select.js +1 -1
  64. package/lib/locale/zh-hant/autosuggest.d.ts +5 -0
  65. package/lib/locale/zh-hant/autosuggest.js +7 -0
  66. package/lib/locale/zh-hant/card.d.ts +4 -0
  67. package/lib/locale/zh-hant/card.js +6 -0
  68. package/lib/locale/zh-hant/clock.d.ts +4 -0
  69. package/lib/locale/zh-hant/clock.js +6 -0
  70. package/lib/locale/zh-hant/color-dialog.js +1 -1
  71. package/lib/locale/zh-hant/color-picker.d.ts +4 -0
  72. package/lib/locale/zh-hant/color-picker.js +7 -0
  73. package/lib/locale/zh-hant/datetime-field.js +11 -11
  74. package/lib/locale/zh-hant/password-field.js +2 -2
  75. package/lib/locale/zh-hant/search-field.js +1 -1
  76. package/lib/locale/zh-hant/slider.d.ts +6 -0
  77. package/lib/locale/zh-hant/slider.js +8 -0
  78. package/lib/locale/zh-hant/time-picker.js +7 -7
  79. package/lib/locale/zh-hant/tree-select.js +1 -1
  80. package/package.json +28 -3
  81. 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
@@ -1,2 +1,3 @@
1
- export type { Translations } from './types';
1
+ import type { Translations } from './types';
2
+ export type { Translations };
2
3
  export { Phrasebook, ObserverCallback, ObserverKey } from './translation.js';
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -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: 'Previous month',
4
- NEXT_MONTH: 'Next month',
5
- PREVIOUS_YEAR: 'Previous year',
6
- NEXT_YEAR: 'Next year',
7
- PREVIOUS_DECADE: 'Previous decade',
8
- NEXT_DECADE: 'Next decade',
9
- YEAR_SELECTOR: 'Click to select year',
10
- DATE_SELECTOR: 'Click to select date',
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: 'Selected: {view, select, year {{value, date, ::yyyy}} month {{value, date, ::MMMM-yyyy}} other {{value, date, full}}}',
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: 'Selected: {view, select, year {current year, {value, date, ::yyyy}} month {current month, {value, date, ::MMMM-yyyy}} other {today, {value, date, full}}}',
15
- SELECTED_DATE: 'Selected {count, plural, =1 {date is {value, date, full}} other {# dates, {value, date, full} and others}}',
16
- SELECTED_RANGE: 'Selected range is from {from, date, full}{to, select, null {} other { to {to, date, full}}}',
17
- SELECTED_NONE: 'Selected none. Choose {range, select, true {date range} other {{multiple, select, true {dates} other {date}}}}'
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,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: 'Menü öffnen'
4
+ };
5
+ Phrasebook.define('de', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ 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,4 @@
1
+ import './shared.js';
2
+ import './color-dialog.js';
3
+ declare const translations: {};
4
+ export default translations;
@@ -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: 'Pick Year',
4
- PICK_MONTH: 'Pick Month',
5
- PICK_DAY: 'Pick Day',
6
- PICK_HOUR: 'Pick Hours',
7
- PICK_MINUTE: 'Pick Minutes',
8
- PICK_SECOND: 'Pick Seconds',
9
- PICK_WEEKDAY: 'Pick Weekday',
10
- PICK_FRACTIONALSECOND: 'Pick Milliseconds',
11
- PICK_DAYPERIOD: 'Pick Day Period',
12
- VALUE: 'Current value is {value}',
13
- NO_VALUE: '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: 'Show password',
4
- HIDE_PASSWORD: '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,6 +1,6 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- SEARCH: 'Search'
3
+ SEARCH: 'Suche'
4
4
  };
5
5
  Phrasebook.define('de', 'ef-search-field', translations);
6
6
  export default translations;
@@ -0,0 +1,6 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ VALUE: string;
5
+ };
6
+ export default translations;
@@ -0,0 +1,8 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'Von',
4
+ TO: 'Bis',
5
+ VALUE: 'Wert'
6
+ };
7
+ Phrasebook.define('de', 'ef-slider', translations);
8
+ export default translations;
@@ -1,8 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- BEFORE_MIDDAY: 'Before Midday',
4
- AFTER_MIDDAY: 'After Midday',
5
- TOGGLE_TIME_PERIOD: '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,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ LOADING: 'Loading suggestion items',
4
+ MORE_RESULTS: 'More results for <mark>{ query }</mark>'
5
+ };
6
+ Phrasebook.define('en', 'ef-autosuggest', translations);
7
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: 'Open Menu'
4
+ };
5
+ Phrasebook.define('en', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ 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('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,4 @@
1
+ import './shared.js';
2
+ import './color-dialog.js';
3
+ declare const translations: {};
4
+ export default translations;
@@ -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;
@@ -0,0 +1,6 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ VALUE: string;
5
+ };
6
+ export default translations;
@@ -0,0 +1,8 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'From',
4
+ TO: 'To',
5
+ VALUE: 'Value'
6
+ };
7
+ Phrasebook.define('en', 'ef-slider', translations);
8
+ 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,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ LOADING: '候補を読み込んでいます',
4
+ MORE_RESULTS: '<mark>{ query }</mark> のその他の検索結果'
5
+ };
6
+ Phrasebook.define('ja', 'ef-autosuggest', translations);
7
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: 'メニューを開く'
4
+ };
5
+ Phrasebook.define('ja', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ 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('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,4 @@
1
+ import './shared.js';
2
+ import './color-dialog.js';
3
+ declare const translations: {};
4
+ export default translations;
@@ -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: 'Pick Year',
3
+ PICK_YEAR: '年を選択',
4
4
  PICK_MONTH: 'Pick Month',
5
- PICK_DAY: 'Pick Day',
6
- PICK_HOUR: 'Pick Hours',
7
- PICK_MINUTE: 'Pick Minutes',
8
- PICK_SECOND: 'Pick Seconds',
9
- PICK_WEEKDAY: 'Pick Weekday',
10
- PICK_FRACTIONALSECOND: 'Pick Milliseconds',
11
- PICK_DAYPERIOD: 'Pick Day Period',
12
- VALUE: 'Current value is {value}',
13
- NO_VALUE: '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: 'Show password',
4
- HIDE_PASSWORD: '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,6 +1,6 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- SEARCH: 'Search'
3
+ SEARCH: '検索'
4
4
  };
5
5
  Phrasebook.define('ja', 'ef-search-field', translations);
6
6
  export default translations;
@@ -0,0 +1,6 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ VALUE: string;
5
+ };
6
+ export default translations;
@@ -0,0 +1,8 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '開始',
4
+ TO: '終了',
5
+ VALUE: '値'
6
+ };
7
+ Phrasebook.define('ja', 'ef-slider', translations);
8
+ export default translations;
@@ -1,8 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
- BEFORE_MIDDAY: 'Before Midday',
4
- AFTER_MIDDAY: 'After Midday',
5
- TOGGLE_TIME_PERIOD: '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,5 @@
1
+ declare const translations: {
2
+ LOADING: string;
3
+ MORE_RESULTS: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ LOADING: '正在加载推荐项',
4
+ MORE_RESULTS: '更多结果关于 <mark>{ query }</mark>'
5
+ };
6
+ Phrasebook.define('zh', 'ef-autosuggest', translations);
7
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ OPEN_MENU: string;
3
+ };
4
+ export default translations;
@@ -0,0 +1,6 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ OPEN_MENU: '打开菜单'
4
+ };
5
+ Phrasebook.define('zh', 'ef-card', translations);
6
+ export default translations;
@@ -0,0 +1,4 @@
1
+ declare const translations: {
2
+ TIME: string;
3
+ };
4
+ 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('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,4 @@
1
+ import './shared.js';
2
+ import './color-dialog.js';
3
+ declare const translations: {};
4
+ export default translations;
@@ -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: 'Pick Year',
4
- PICK_MONTH: 'Pick Month',
5
- PICK_DAY: 'Pick Day',
6
- PICK_HOUR: 'Pick Hours',
7
- PICK_MINUTE: 'Pick Minutes',
8
- PICK_SECOND: 'Pick Seconds',
9
- PICK_WEEKDAY: 'Pick Weekday',
10
- PICK_FRACTIONALSECOND: 'Pick Milliseconds',
11
- PICK_DAYPERIOD: 'Pick Day Period',
12
- VALUE: 'Current value is {value}',
13
- NO_VALUE: '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: 'Show password',
4
- HIDE_PASSWORD: 'Hide password'
3
+ SHOW_PASSWORD: '显示密码',
4
+ HIDE_PASSWORD: '隐藏密码'
5
5
  };
6
6
  Phrasebook.define('zh', 'ef-password-field', translations);
7
7
  export default translations;