@refinitiv-ui/phrasebook 0.0.0-build.1958224008.1 → 0.0.0-dev.11795857744.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 +72 -32
- package/LICENSE +2 -2
- package/README.md +2 -3
- package/lib/index.d.ts +2 -1
- package/lib/locale/de/appstate-bar.d.ts +7 -0
- package/lib/locale/de/appstate-bar.js +7 -0
- 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 -2
- package/lib/locale/de/color-picker.d.ts +18 -0
- package/lib/locale/de/color-picker.js +20 -0
- package/lib/locale/de/datetime-field.d.ts +14 -0
- package/lib/locale/de/datetime-field.js +16 -0
- package/lib/locale/de/datetime-picker.d.ts +5 -0
- package/lib/locale/de/datetime-picker.js +7 -0
- package/lib/locale/de/notification.d.ts +7 -0
- package/lib/locale/de/notification.js +7 -0
- package/lib/locale/de/pagination.js +0 -1
- package/lib/locale/de/password-field.d.ts +2 -1
- package/lib/locale/de/password-field.js +3 -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 -2
- package/lib/locale/en/appstate-bar.d.ts +7 -0
- package/lib/locale/en/appstate-bar.js +7 -0
- 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 -2
- package/lib/locale/en/color-picker.d.ts +18 -0
- package/lib/locale/en/color-picker.js +20 -0
- package/lib/locale/en/datetime-field.d.ts +14 -0
- package/lib/locale/en/datetime-field.js +16 -0
- package/lib/locale/en/datetime-picker.d.ts +5 -0
- package/lib/locale/en/datetime-picker.js +7 -0
- package/lib/locale/en/notification.d.ts +7 -0
- package/lib/locale/en/notification.js +7 -0
- package/lib/locale/en/pagination.js +0 -1
- package/lib/locale/en/password-field.d.ts +2 -1
- package/lib/locale/en/password-field.js +2 -1
- 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 -2
- package/lib/locale/ja/appstate-bar.d.ts +7 -0
- package/lib/locale/ja/appstate-bar.js +7 -0
- 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 -2
- package/lib/locale/ja/color-picker.d.ts +18 -0
- package/lib/locale/ja/color-picker.js +20 -0
- package/lib/locale/ja/datetime-field.d.ts +14 -0
- package/lib/locale/ja/datetime-field.js +16 -0
- package/lib/locale/ja/datetime-picker.d.ts +5 -0
- package/lib/locale/ja/datetime-picker.js +7 -0
- package/lib/locale/ja/notification.d.ts +7 -0
- package/lib/locale/ja/notification.js +7 -0
- package/lib/locale/ja/pagination.js +0 -1
- package/lib/locale/ja/password-field.d.ts +2 -1
- package/lib/locale/ja/password-field.js +3 -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 -2
- package/lib/locale/zh/appstate-bar.d.ts +7 -0
- package/lib/locale/zh/appstate-bar.js +7 -0
- 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 -2
- package/lib/locale/zh/color-picker.d.ts +18 -0
- package/lib/locale/zh/color-picker.js +20 -0
- package/lib/locale/zh/datetime-field.d.ts +14 -0
- package/lib/locale/zh/datetime-field.js +16 -0
- package/lib/locale/zh/datetime-picker.d.ts +5 -0
- package/lib/locale/zh/datetime-picker.js +7 -0
- package/lib/locale/zh/notification.d.ts +7 -0
- package/lib/locale/zh/notification.js +7 -0
- package/lib/locale/zh/pagination.js +0 -1
- package/lib/locale/zh/password-field.d.ts +2 -1
- package/lib/locale/zh/password-field.js +3 -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 -2
- package/lib/locale/zh-hant/appstate-bar.d.ts +7 -0
- package/lib/locale/zh-hant/appstate-bar.js +7 -0
- 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 -2
- package/lib/locale/zh-hant/color-picker.d.ts +18 -0
- package/lib/locale/zh-hant/color-picker.js +20 -0
- package/lib/locale/zh-hant/datetime-field.d.ts +14 -0
- package/lib/locale/zh-hant/datetime-field.js +16 -0
- package/lib/locale/zh-hant/datetime-picker.d.ts +5 -0
- package/lib/locale/zh-hant/datetime-picker.js +7 -0
- package/lib/locale/zh-hant/notification.d.ts +7 -0
- package/lib/locale/zh-hant/notification.js +7 -0
- package/lib/locale/zh-hant/pagination.js +0 -1
- package/lib/locale/zh-hant/password-field.d.ts +2 -1
- package/lib/locale/zh-hant/password-field.js +3 -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 -2
- package/lib/translation.d.ts +1 -1
- package/lib/types.d.ts +1 -1
- package/package.json +55 -8
- 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;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
3
|
SHOW_PASSWORD: 'Show password',
|
|
4
|
-
|
|
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;
|
|
@@ -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,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;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
SHOW_PASSWORD: '
|
|
4
|
-
|
|
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,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,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,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;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Phrasebook } from '../../translation.js';
|
|
2
2
|
const translations = {
|
|
3
|
-
SHOW_PASSWORD: '
|
|
4
|
-
|
|
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;
|