Skip to content

Commit

Permalink
feat(color-picker): add color-picker translation (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nantawat-Poothong authored Nov 7, 2022
1 parent fc36e25 commit d0d83a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions packages/phrasebook/src/locale/de/color-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ import './shared.js';
import './color-dialog.js';

const translations = {
VERY_LIGHT: 'Very light',
LIGHT: 'Light',
VERY_DARK: 'Very dark',
DARK: 'Dark',
BLACK: 'Black',
WHITE: 'White',
WITH: 'With {number}%',
YELLOW: 'Yellow',
GREEN: 'Green',
VERY_LIGHT: 'Sehr hell',
LIGHT: 'Hell',
VERY_DARK: 'Sehr dunkel',
DARK: 'Dunkel',
BLACK: 'Schwarz',
WHITE: 'Weiß',
WITH: 'Mit {number}%',
YELLOW: 'Gelb',
GREEN: 'Grün',
CYAN: 'Cyan',
BLUE: 'Blue',
BLUE: 'Blau',
MAGENTA: 'Magenta',
RED: 'Red'
RED: 'Rot'
};

Phrasebook.define('de', 'ef-color-picker', translations);
Expand Down
26 changes: 13 additions & 13 deletions packages/phrasebook/src/locale/ja/color-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ import './shared.js';
import './color-dialog.js';

const translations = {
VERY_LIGHT: 'Very light',
LIGHT: 'Light',
VERY_DARK: 'Very dark',
DARK: 'Dark',
BLACK: 'Black',
WHITE: 'White',
WITH: 'With {number}%',
YELLOW: 'Yellow',
GREEN: 'Green',
CYAN: 'Cyan',
BLUE: 'Blue',
MAGENTA: 'Magenta',
RED: 'Red'
VERY_LIGHT: '非常に薄い',
LIGHT: '薄い',
VERY_DARK: '非常に濃い',
DARK: '濃い',
BLACK: '',
WHITE: '',
WITH: '{number}%',
YELLOW: '黄色',
GREEN: '',
CYAN: '水色',
BLUE: '',
MAGENTA: '赤紫',
RED: ''
};

Phrasebook.define('ja', 'ef-color-picker', translations);
Expand Down

0 comments on commit d0d83a9

Please sign in to comment.