@refinitiv-ui/phrasebook 0.0.0-build.1958224008.1 → 0.0.0-dev.11796363003.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 (132) hide show
  1. package/CHANGELOG.md +72 -32
  2. package/LICENSE +2 -2
  3. package/README.md +2 -3
  4. package/lib/index.d.ts +2 -1
  5. package/lib/locale/de/appstate-bar.d.ts +7 -0
  6. package/lib/locale/de/appstate-bar.js +7 -0
  7. package/lib/locale/de/autosuggest.d.ts +5 -0
  8. package/lib/locale/de/autosuggest.js +7 -0
  9. package/lib/locale/de/calendar.js +13 -13
  10. package/lib/locale/de/card.d.ts +4 -0
  11. package/lib/locale/de/card.js +6 -0
  12. package/lib/locale/de/clock.d.ts +4 -0
  13. package/lib/locale/de/clock.js +6 -0
  14. package/lib/locale/de/color-dialog.js +1 -2
  15. package/lib/locale/de/color-picker.d.ts +18 -0
  16. package/lib/locale/de/color-picker.js +20 -0
  17. package/lib/locale/de/datetime-field.d.ts +14 -0
  18. package/lib/locale/de/datetime-field.js +16 -0
  19. package/lib/locale/de/datetime-picker.d.ts +5 -0
  20. package/lib/locale/de/datetime-picker.js +7 -0
  21. package/lib/locale/de/notification.d.ts +7 -0
  22. package/lib/locale/de/notification.js +7 -0
  23. package/lib/locale/de/pagination.js +0 -1
  24. package/lib/locale/de/password-field.d.ts +2 -1
  25. package/lib/locale/de/password-field.js +3 -2
  26. package/lib/locale/de/search-field.js +1 -1
  27. package/lib/locale/de/slider.d.ts +6 -0
  28. package/lib/locale/de/slider.js +8 -0
  29. package/lib/locale/de/time-picker.js +3 -3
  30. package/lib/locale/de/tree-select.js +1 -2
  31. package/lib/locale/en/appstate-bar.d.ts +7 -0
  32. package/lib/locale/en/appstate-bar.js +7 -0
  33. package/lib/locale/en/autosuggest.d.ts +5 -0
  34. package/lib/locale/en/autosuggest.js +7 -0
  35. package/lib/locale/en/card.d.ts +4 -0
  36. package/lib/locale/en/card.js +6 -0
  37. package/lib/locale/en/clock.d.ts +4 -0
  38. package/lib/locale/en/clock.js +6 -0
  39. package/lib/locale/en/color-dialog.js +1 -2
  40. package/lib/locale/en/color-picker.d.ts +18 -0
  41. package/lib/locale/en/color-picker.js +20 -0
  42. package/lib/locale/en/datetime-field.d.ts +14 -0
  43. package/lib/locale/en/datetime-field.js +16 -0
  44. package/lib/locale/en/datetime-picker.d.ts +5 -0
  45. package/lib/locale/en/datetime-picker.js +7 -0
  46. package/lib/locale/en/notification.d.ts +7 -0
  47. package/lib/locale/en/notification.js +7 -0
  48. package/lib/locale/en/pagination.js +0 -1
  49. package/lib/locale/en/password-field.d.ts +2 -1
  50. package/lib/locale/en/password-field.js +2 -1
  51. package/lib/locale/en/slider.d.ts +6 -0
  52. package/lib/locale/en/slider.js +8 -0
  53. package/lib/locale/en/tree-select.js +1 -2
  54. package/lib/locale/ja/appstate-bar.d.ts +7 -0
  55. package/lib/locale/ja/appstate-bar.js +7 -0
  56. package/lib/locale/ja/autosuggest.d.ts +5 -0
  57. package/lib/locale/ja/autosuggest.js +7 -0
  58. package/lib/locale/ja/card.d.ts +4 -0
  59. package/lib/locale/ja/card.js +6 -0
  60. package/lib/locale/ja/clock.d.ts +4 -0
  61. package/lib/locale/ja/clock.js +6 -0
  62. package/lib/locale/ja/color-dialog.js +1 -2
  63. package/lib/locale/ja/color-picker.d.ts +18 -0
  64. package/lib/locale/ja/color-picker.js +20 -0
  65. package/lib/locale/ja/datetime-field.d.ts +14 -0
  66. package/lib/locale/ja/datetime-field.js +16 -0
  67. package/lib/locale/ja/datetime-picker.d.ts +5 -0
  68. package/lib/locale/ja/datetime-picker.js +7 -0
  69. package/lib/locale/ja/notification.d.ts +7 -0
  70. package/lib/locale/ja/notification.js +7 -0
  71. package/lib/locale/ja/pagination.js +0 -1
  72. package/lib/locale/ja/password-field.d.ts +2 -1
  73. package/lib/locale/ja/password-field.js +3 -2
  74. package/lib/locale/ja/search-field.js +1 -1
  75. package/lib/locale/ja/slider.d.ts +6 -0
  76. package/lib/locale/ja/slider.js +8 -0
  77. package/lib/locale/ja/time-picker.js +3 -3
  78. package/lib/locale/ja/tree-select.js +1 -2
  79. package/lib/locale/zh/appstate-bar.d.ts +7 -0
  80. package/lib/locale/zh/appstate-bar.js +7 -0
  81. package/lib/locale/zh/autosuggest.d.ts +5 -0
  82. package/lib/locale/zh/autosuggest.js +7 -0
  83. package/lib/locale/zh/card.d.ts +4 -0
  84. package/lib/locale/zh/card.js +6 -0
  85. package/lib/locale/zh/clock.d.ts +4 -0
  86. package/lib/locale/zh/clock.js +6 -0
  87. package/lib/locale/zh/color-dialog.js +1 -2
  88. package/lib/locale/zh/color-picker.d.ts +18 -0
  89. package/lib/locale/zh/color-picker.js +20 -0
  90. package/lib/locale/zh/datetime-field.d.ts +14 -0
  91. package/lib/locale/zh/datetime-field.js +16 -0
  92. package/lib/locale/zh/datetime-picker.d.ts +5 -0
  93. package/lib/locale/zh/datetime-picker.js +7 -0
  94. package/lib/locale/zh/notification.d.ts +7 -0
  95. package/lib/locale/zh/notification.js +7 -0
  96. package/lib/locale/zh/pagination.js +0 -1
  97. package/lib/locale/zh/password-field.d.ts +2 -1
  98. package/lib/locale/zh/password-field.js +3 -2
  99. package/lib/locale/zh/search-field.js +1 -1
  100. package/lib/locale/zh/slider.d.ts +6 -0
  101. package/lib/locale/zh/slider.js +8 -0
  102. package/lib/locale/zh/time-picker.js +7 -7
  103. package/lib/locale/zh/tree-select.js +1 -2
  104. package/lib/locale/zh-hant/appstate-bar.d.ts +7 -0
  105. package/lib/locale/zh-hant/appstate-bar.js +7 -0
  106. package/lib/locale/zh-hant/autosuggest.d.ts +5 -0
  107. package/lib/locale/zh-hant/autosuggest.js +7 -0
  108. package/lib/locale/zh-hant/card.d.ts +4 -0
  109. package/lib/locale/zh-hant/card.js +6 -0
  110. package/lib/locale/zh-hant/clock.d.ts +4 -0
  111. package/lib/locale/zh-hant/clock.js +6 -0
  112. package/lib/locale/zh-hant/color-dialog.js +1 -2
  113. package/lib/locale/zh-hant/color-picker.d.ts +18 -0
  114. package/lib/locale/zh-hant/color-picker.js +20 -0
  115. package/lib/locale/zh-hant/datetime-field.d.ts +14 -0
  116. package/lib/locale/zh-hant/datetime-field.js +16 -0
  117. package/lib/locale/zh-hant/datetime-picker.d.ts +5 -0
  118. package/lib/locale/zh-hant/datetime-picker.js +7 -0
  119. package/lib/locale/zh-hant/notification.d.ts +7 -0
  120. package/lib/locale/zh-hant/notification.js +7 -0
  121. package/lib/locale/zh-hant/pagination.js +0 -1
  122. package/lib/locale/zh-hant/password-field.d.ts +2 -1
  123. package/lib/locale/zh-hant/password-field.js +3 -2
  124. package/lib/locale/zh-hant/search-field.js +1 -1
  125. package/lib/locale/zh-hant/slider.d.ts +6 -0
  126. package/lib/locale/zh-hant/slider.js +8 -0
  127. package/lib/locale/zh-hant/time-picker.js +7 -7
  128. package/lib/locale/zh-hant/tree-select.js +1 -2
  129. package/lib/translation.d.ts +1 -1
  130. package/lib/types.d.ts +1 -1
  131. package/package.json +55 -8
  132. package/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,20 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import './color-dialog.js';
3
+ import './shared.js';
4
+ const translations = {
5
+ VERY_LIGHT: 'Very light',
6
+ LIGHT: 'Light',
7
+ VERY_DARK: 'Very dark',
8
+ DARK: 'Dark',
9
+ BLACK: 'Black',
10
+ WHITE: 'White',
11
+ WITH: 'With {number}%',
12
+ YELLOW: 'Yellow',
13
+ GREEN: 'Green',
14
+ CYAN: 'Cyan',
15
+ BLUE: 'Blue',
16
+ MAGENTA: 'Magenta',
17
+ RED: 'Red'
18
+ };
19
+ Phrasebook.define('en', 'ef-color-picker', translations);
20
+ export default translations;
@@ -0,0 +1,14 @@
1
+ declare const translations: {
2
+ PICK_YEAR: string;
3
+ PICK_MONTH: string;
4
+ PICK_DAY: string;
5
+ PICK_HOUR: string;
6
+ PICK_MINUTE: string;
7
+ PICK_SECOND: string;
8
+ PICK_WEEKDAY: string;
9
+ PICK_FRACTIONALSECOND: string;
10
+ PICK_DAYPERIOD: string;
11
+ VALUE: string;
12
+ NO_VALUE: string;
13
+ };
14
+ export default translations;
@@ -0,0 +1,16 @@
1
+ import { Phrasebook } from '../../translation.js';
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'
14
+ };
15
+ Phrasebook.define('en', 'ef-datetime-field', translations);
16
+ export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: 'From',
4
+ TO: 'To'
5
+ };
6
+ Phrasebook.define('en', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('en', 'ef-notification', translations);
7
+ export default translations;
@@ -1,4 +1,3 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/pagination.html
2
1
  import { Phrasebook } from '../../translation.js';
3
2
  import './shared.js';
4
3
  const translations = {
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
1
1
  import { Phrasebook } from '../../translation.js';
2
2
  const translations = {
3
3
  SHOW_PASSWORD: 'Show password',
4
- HIDE_PASSWORD: 'Hide password'
4
+ SHOW_PASSWORD_ON: 'Show password on, password is visible',
5
+ SHOW_PASSWORD_OFF: 'Show password off, password is hidden'
5
6
  };
6
7
  Phrasebook.define('en', 'ef-password-field', translations);
7
8
  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,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/tree-select.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import comboboxTranslations from './combo-box.js';
3
3
  import './shared.js';
4
- import comboboxTranslations from './combo-box';
5
4
  const translations = {
6
5
  ...comboboxTranslations,
7
6
  // used as a toggle control
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('ja', 'ef-appstate-bar', translations);
7
+ export default translations;
@@ -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,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import dialogTranslations from './dialog.js';
3
3
  import './shared.js';
4
- import dialogTranslations from './dialog';
5
4
  const translations = {
6
5
  ...dialogTranslations,
7
6
  // Dialog title
@@ -0,0 +1,18 @@
1
+ import './color-dialog.js';
2
+ import './shared.js';
3
+ declare const translations: {
4
+ VERY_LIGHT: string;
5
+ LIGHT: string;
6
+ VERY_DARK: string;
7
+ DARK: string;
8
+ BLACK: string;
9
+ WHITE: string;
10
+ WITH: string;
11
+ YELLOW: string;
12
+ GREEN: string;
13
+ CYAN: string;
14
+ BLUE: string;
15
+ MAGENTA: string;
16
+ RED: string;
17
+ };
18
+ export default translations;
@@ -0,0 +1,20 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import './color-dialog.js';
3
+ import './shared.js';
4
+ const translations = {
5
+ VERY_LIGHT: '非常に薄い',
6
+ LIGHT: '薄い',
7
+ VERY_DARK: '非常に濃い',
8
+ DARK: '濃い',
9
+ BLACK: '黒',
10
+ WHITE: '白',
11
+ WITH: '、{number}%',
12
+ YELLOW: '黄色',
13
+ GREEN: '緑',
14
+ CYAN: '水色',
15
+ BLUE: '青',
16
+ MAGENTA: '赤紫',
17
+ RED: '赤'
18
+ };
19
+ Phrasebook.define('ja', 'ef-color-picker', translations);
20
+ export default translations;
@@ -0,0 +1,14 @@
1
+ declare const translations: {
2
+ PICK_YEAR: string;
3
+ PICK_MONTH: string;
4
+ PICK_DAY: string;
5
+ PICK_HOUR: string;
6
+ PICK_MINUTE: string;
7
+ PICK_SECOND: string;
8
+ PICK_WEEKDAY: string;
9
+ PICK_FRACTIONALSECOND: string;
10
+ PICK_DAYPERIOD: string;
11
+ VALUE: string;
12
+ NO_VALUE: string;
13
+ };
14
+ export default translations;
@@ -0,0 +1,16 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ PICK_YEAR: '年を選択',
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: '現在の値は{value}です',
13
+ NO_VALUE: '値がありません'
14
+ };
15
+ Phrasebook.define('ja', 'ef-datetime-field', translations);
16
+ export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '開始',
4
+ TO: '終了'
5
+ };
6
+ Phrasebook.define('ja', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('ja', 'ef-notification', translations);
7
+ export default translations;
@@ -1,4 +1,3 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/pagination.html
2
1
  import { Phrasebook } from '../../translation.js';
3
2
  import './shared.js';
4
3
  const translations = {
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
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
+ SHOW_PASSWORD_ON: 'パスワード表示オン、パスワードが表示されています',
5
+ SHOW_PASSWORD_OFF: 'パスワード表示オフ、パスワードは表示されていません'
5
6
  };
6
7
  Phrasebook.define('ja', 'ef-password-field', translations);
7
8
  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,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/tree-select.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import comboboxTranslations from './combo-box.js';
3
3
  import './shared.js';
4
- import comboboxTranslations from './combo-box';
5
4
  const translations = {
6
5
  ...comboboxTranslations,
7
6
  // used as a toggle control
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('zh', 'ef-appstate-bar', translations);
7
+ export default translations;
@@ -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,6 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/color-dialog.html
2
1
  import { Phrasebook } from '../../translation.js';
2
+ import dialogTranslations from './dialog.js';
3
3
  import './shared.js';
4
- import dialogTranslations from './dialog';
5
4
  const translations = {
6
5
  ...dialogTranslations,
7
6
  // Dialog title
@@ -0,0 +1,18 @@
1
+ import './color-dialog.js';
2
+ import './shared.js';
3
+ declare const translations: {
4
+ VERY_LIGHT: string;
5
+ LIGHT: string;
6
+ VERY_DARK: string;
7
+ DARK: string;
8
+ BLACK: string;
9
+ WHITE: string;
10
+ WITH: string;
11
+ YELLOW: string;
12
+ GREEN: string;
13
+ CYAN: string;
14
+ BLUE: string;
15
+ MAGENTA: string;
16
+ RED: string;
17
+ };
18
+ export default translations;
@@ -0,0 +1,20 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import './color-dialog.js';
3
+ import './shared.js';
4
+ const translations = {
5
+ VERY_LIGHT: '极浅',
6
+ LIGHT: '浅',
7
+ VERY_DARK: '极深',
8
+ DARK: '深',
9
+ BLACK: '黑色',
10
+ WHITE: '白色',
11
+ WITH: ',{number}%',
12
+ YELLOW: '黄色',
13
+ GREEN: '绿色',
14
+ CYAN: '蓝绿色',
15
+ BLUE: '蓝色',
16
+ MAGENTA: '洋红色',
17
+ RED: '红色'
18
+ };
19
+ Phrasebook.define('zh', 'ef-color-picker', translations);
20
+ export default translations;
@@ -0,0 +1,14 @@
1
+ declare const translations: {
2
+ PICK_YEAR: string;
3
+ PICK_MONTH: string;
4
+ PICK_DAY: string;
5
+ PICK_HOUR: string;
6
+ PICK_MINUTE: string;
7
+ PICK_SECOND: string;
8
+ PICK_WEEKDAY: string;
9
+ PICK_FRACTIONALSECOND: string;
10
+ PICK_DAYPERIOD: string;
11
+ VALUE: string;
12
+ NO_VALUE: string;
13
+ };
14
+ export default translations;
@@ -0,0 +1,16 @@
1
+ import { Phrasebook } from '../../translation.js';
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: '当前值是 {value}',
13
+ NO_VALUE: '没有值'
14
+ };
15
+ Phrasebook.define('zh', 'ef-datetime-field', translations);
16
+ export default translations;
@@ -0,0 +1,5 @@
1
+ declare const translations: {
2
+ FROM: string;
3
+ TO: string;
4
+ };
5
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ const translations = {
3
+ FROM: '从',
4
+ TO: '至'
5
+ };
6
+ Phrasebook.define('zh', 'ef-datetime-picker', translations);
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ declare const translations: {
2
+ CANCEL: string;
3
+ OK: string;
4
+ CLOSE: string;
5
+ APPLY: string;
6
+ };
7
+ export default translations;
@@ -0,0 +1,7 @@
1
+ import { Phrasebook } from '../../translation.js';
2
+ import shareTranslate from './shared.js';
3
+ const translations = {
4
+ ...shareTranslate
5
+ };
6
+ Phrasebook.define('zh', 'ef-notification', translations);
7
+ export default translations;
@@ -1,4 +1,3 @@
1
- // Component docs https://elf.int.refinitiv.com/elements/pagination.html
2
1
  import { Phrasebook } from '../../translation.js';
3
2
  import './shared.js';
4
3
  const translations = {
@@ -1,5 +1,6 @@
1
1
  declare const translations: {
2
2
  SHOW_PASSWORD: string;
3
- HIDE_PASSWORD: string;
3
+ SHOW_PASSWORD_ON: string;
4
+ SHOW_PASSWORD_OFF: string;
4
5
  };
5
6
  export default translations;
@@ -1,7 +1,8 @@
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
+ SHOW_PASSWORD_ON: '密码显示开启,密码可见',
5
+ SHOW_PASSWORD_OFF: '密码显示关闭,密码被隐藏'
5
6
  };
6
7
  Phrasebook.define('zh', 'ef-password-field', translations);
7
8
  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('zh', '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('zh', 'ef-slider', translations);
8
+ export default translations;