|
1 | 1 | export default {
|
2 |
| - en: { |
3 |
| - accordion: { |
4 |
| - switchLabel: { |
5 |
| - open: 'Enabled', |
6 |
| - closed: 'Disabled', |
7 |
| - }, |
8 |
| - toggleLabel: { |
9 |
| - open: 'Hide this section', |
10 |
| - closed: 'Show this section', |
11 |
| - }, |
| 2 | + accordion: { |
| 3 | + switchLabel: { |
| 4 | + open: 'Enabled', |
| 5 | + closed: 'Disabled', |
12 | 6 | },
|
13 |
| - general: { |
14 |
| - search: 'Search', |
15 |
| - // Appended to required form field labels |
16 |
| - requiredInline: '(required)', |
17 |
| - // Used after other statements, like in the case of filters: "Refunded: yes" |
18 |
| - yes: 'yes', |
19 |
| - }, |
20 |
| - fileManager: { |
21 |
| - chooseFiles: 'Choose file(s)', |
22 |
| - deleteFile: 'Delete file', |
23 |
| - }, |
24 |
| - filters: { |
25 |
| - apply: 'Apply filters', |
26 |
| - clear: 'Clear', |
27 |
| - filters: 'Filters', |
28 |
| - textSearch: 'Text search', |
29 |
| - }, |
30 |
| - imageManager: { |
31 |
| - chooseImages: 'Choose image(s)', |
32 |
| - deleteImage: 'Delete image', |
33 |
| - }, |
34 |
| - navigation: { |
35 |
| - returnToHome: 'Return to the home page', |
36 |
| - skip: 'Skip navigation', |
37 |
| - }, |
38 |
| - paginate: { |
39 |
| - goToFirst: 'Go to the first page', |
40 |
| - goToNext: 'Go to the next page', |
41 |
| - goToPrevious: 'Go to the previous page', |
42 |
| - goToLast: 'Go to the last page', |
43 |
| - showing: 'Showing', |
44 |
| - of: '{x} of {y}', |
45 |
| - }, |
46 |
| - tag: { |
47 |
| - dismiss: 'Dismiss', |
48 |
| - reset: 'Reset', |
49 |
| - }, |
50 |
| - wysiwyg: { |
51 |
| - bold: 'Bold', |
52 |
| - italic: 'Italic', |
53 |
| - h1: 'Header 1', |
54 |
| - h2: 'Header 2', |
55 |
| - h3: 'Header 3', |
56 |
| - blockquote: 'Blockquote', |
57 |
| - bulletlist: 'Bullet list', |
| 7 | + toggleLabel: { |
| 8 | + open: 'Hide this section', |
| 9 | + closed: 'Show this section', |
58 | 10 | },
|
59 | 11 | },
|
| 12 | + general: { |
| 13 | + search: 'Search', |
| 14 | + // Appended to required form field labels |
| 15 | + requiredInline: '(required)', |
| 16 | + // Used after other statements, like in the case of filters: "Refunded: yes" |
| 17 | + yes: 'yes', |
| 18 | + }, |
| 19 | + fileManager: { |
| 20 | + chooseFiles: 'Choose file(s)', |
| 21 | + deleteFile: 'Delete file', |
| 22 | + }, |
| 23 | + filters: { |
| 24 | + apply: 'Apply filters', |
| 25 | + clear: 'Clear', |
| 26 | + filters: 'Filters', |
| 27 | + textSearch: 'Text search', |
| 28 | + }, |
| 29 | + imageManager: { |
| 30 | + chooseImages: 'Choose image(s)', |
| 31 | + deleteImage: 'Delete image', |
| 32 | + }, |
| 33 | + navigation: { |
| 34 | + returnToHome: 'Return to the home page', |
| 35 | + skip: 'Skip navigation', |
| 36 | + }, |
| 37 | + paginate: { |
| 38 | + goToFirst: 'Go to the first page', |
| 39 | + goToNext: 'Go to the next page', |
| 40 | + goToPrevious: 'Go to the previous page', |
| 41 | + goToLast: 'Go to the last page', |
| 42 | + showing: 'Showing', |
| 43 | + of: '{x} of {y}', |
| 44 | + }, |
| 45 | + tag: { |
| 46 | + dismiss: 'Dismiss', |
| 47 | + reset: 'Reset', |
| 48 | + }, |
| 49 | + wysiwyg: { |
| 50 | + bold: 'Bold', |
| 51 | + italic: 'Italic', |
| 52 | + h1: 'Header 1', |
| 53 | + h2: 'Header 2', |
| 54 | + h3: 'Header 3', |
| 55 | + blockquote: 'Blockquote', |
| 56 | + bulletlist: 'Bullet list', |
| 57 | + }, |
60 | 58 | };
|
0 commit comments