@atlaskit/afm-i18n-platform-elements-emoji 2.2.0
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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +58 -0
- package/dist/cjs/i18n/da.js +58 -0
- package/dist/cjs/i18n/de.js +58 -0
- package/dist/cjs/i18n/en.js +58 -0
- package/dist/cjs/i18n/en_GB.js +58 -0
- package/dist/cjs/i18n/en_ZZ.js +58 -0
- package/dist/cjs/i18n/es.js +58 -0
- package/dist/cjs/i18n/fi.js +58 -0
- package/dist/cjs/i18n/fr.js +58 -0
- package/dist/cjs/i18n/hr.js +57 -0
- package/dist/cjs/i18n/hu.js +58 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +58 -0
- package/dist/cjs/i18n/ja.js +58 -0
- package/dist/cjs/i18n/ko.js +58 -0
- package/dist/cjs/i18n/nb.js +58 -0
- package/dist/cjs/i18n/nl.js +58 -0
- package/dist/cjs/i18n/pl.js +58 -0
- package/dist/cjs/i18n/pt_BR.js +58 -0
- package/dist/cjs/i18n/ru.js +58 -0
- package/dist/cjs/i18n/sl.js +57 -0
- package/dist/cjs/i18n/sr_RS.js +57 -0
- package/dist/cjs/i18n/sr_YR.js +57 -0
- package/dist/cjs/i18n/sv.js +58 -0
- package/dist/cjs/i18n/th.js +58 -0
- package/dist/cjs/i18n/tr.js +58 -0
- package/dist/cjs/i18n/uk.js +58 -0
- package/dist/cjs/i18n/vi.js +58 -0
- package/dist/cjs/i18n/zh.js +58 -0
- package/dist/cjs/i18n/zh_TW.js +58 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +55 -0
- package/dist/esm/i18n/cs.js +56 -0
- package/dist/esm/i18n/da.d.ts +55 -0
- package/dist/esm/i18n/da.js +56 -0
- package/dist/esm/i18n/de.d.ts +55 -0
- package/dist/esm/i18n/de.js +56 -0
- package/dist/esm/i18n/en.d.ts +55 -0
- package/dist/esm/i18n/en.js +56 -0
- package/dist/esm/i18n/en_GB.d.ts +55 -0
- package/dist/esm/i18n/en_GB.js +56 -0
- package/dist/esm/i18n/en_ZZ.d.ts +55 -0
- package/dist/esm/i18n/en_ZZ.js +56 -0
- package/dist/esm/i18n/es.d.ts +55 -0
- package/dist/esm/i18n/es.js +56 -0
- package/dist/esm/i18n/fi.d.ts +55 -0
- package/dist/esm/i18n/fi.js +56 -0
- package/dist/esm/i18n/fr.d.ts +55 -0
- package/dist/esm/i18n/fr.js +56 -0
- package/dist/esm/i18n/hr.d.ts +54 -0
- package/dist/esm/i18n/hr.js +55 -0
- package/dist/esm/i18n/hu.d.ts +55 -0
- package/dist/esm/i18n/hu.js +56 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +55 -0
- package/dist/esm/i18n/it.js +56 -0
- package/dist/esm/i18n/ja.d.ts +55 -0
- package/dist/esm/i18n/ja.js +56 -0
- package/dist/esm/i18n/ko.d.ts +55 -0
- package/dist/esm/i18n/ko.js +56 -0
- package/dist/esm/i18n/nb.d.ts +55 -0
- package/dist/esm/i18n/nb.js +56 -0
- package/dist/esm/i18n/nl.d.ts +55 -0
- package/dist/esm/i18n/nl.js +56 -0
- package/dist/esm/i18n/pl.d.ts +55 -0
- package/dist/esm/i18n/pl.js +56 -0
- package/dist/esm/i18n/pt_BR.d.ts +55 -0
- package/dist/esm/i18n/pt_BR.js +56 -0
- package/dist/esm/i18n/ru.d.ts +55 -0
- package/dist/esm/i18n/ru.js +56 -0
- package/dist/esm/i18n/sl.d.ts +54 -0
- package/dist/esm/i18n/sl.js +55 -0
- package/dist/esm/i18n/sr_RS.d.ts +54 -0
- package/dist/esm/i18n/sr_RS.js +55 -0
- package/dist/esm/i18n/sr_YR.d.ts +54 -0
- package/dist/esm/i18n/sr_YR.js +55 -0
- package/dist/esm/i18n/sv.d.ts +55 -0
- package/dist/esm/i18n/sv.js +56 -0
- package/dist/esm/i18n/th.d.ts +55 -0
- package/dist/esm/i18n/th.js +56 -0
- package/dist/esm/i18n/tr.d.ts +55 -0
- package/dist/esm/i18n/tr.js +56 -0
- package/dist/esm/i18n/uk.d.ts +55 -0
- package/dist/esm/i18n/uk.js +56 -0
- package/dist/esm/i18n/vi.d.ts +55 -0
- package/dist/esm/i18n/vi.js +56 -0
- package/dist/esm/i18n/zh.d.ts +55 -0
- package/dist/esm/i18n/zh.js +56 -0
- package/dist/esm/i18n/zh_TW.d.ts +55 -0
- package/dist/esm/i18n/zh_TW.js +56 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +55 -0
- package/dist/types/i18n/da.d.ts +55 -0
- package/dist/types/i18n/de.d.ts +55 -0
- package/dist/types/i18n/en.d.ts +55 -0
- package/dist/types/i18n/en_GB.d.ts +55 -0
- package/dist/types/i18n/en_ZZ.d.ts +55 -0
- package/dist/types/i18n/es.d.ts +55 -0
- package/dist/types/i18n/fi.d.ts +55 -0
- package/dist/types/i18n/fr.d.ts +55 -0
- package/dist/types/i18n/hr.d.ts +54 -0
- package/dist/types/i18n/hu.d.ts +55 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +55 -0
- package/dist/types/i18n/ja.d.ts +55 -0
- package/dist/types/i18n/ko.d.ts +55 -0
- package/dist/types/i18n/nb.d.ts +55 -0
- package/dist/types/i18n/nl.d.ts +55 -0
- package/dist/types/i18n/pl.d.ts +55 -0
- package/dist/types/i18n/pt_BR.d.ts +55 -0
- package/dist/types/i18n/ru.d.ts +55 -0
- package/dist/types/i18n/sl.d.ts +54 -0
- package/dist/types/i18n/sr_RS.d.ts +54 -0
- package/dist/types/i18n/sr_YR.d.ts +54 -0
- package/dist/types/i18n/sv.d.ts +55 -0
- package/dist/types/i18n/th.d.ts +55 -0
- package/dist/types/i18n/tr.d.ts +55 -0
- package/dist/types/i18n/uk.d.ts +55 -0
- package/dist/types/i18n/vi.d.ts +55 -0
- package/dist/types/i18n/zh.d.ts +55 -0
- package/dist/types/i18n/zh_TW.d.ts +55 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +57 -0
- package/i18n/da.ts +57 -0
- package/i18n/de.ts +58 -0
- package/i18n/en.ts +56 -0
- package/i18n/en_GB.ts +56 -0
- package/i18n/en_ZZ.ts +59 -0
- package/i18n/es.ts +58 -0
- package/i18n/fi.ts +58 -0
- package/i18n/fr.ts +59 -0
- package/i18n/hr.ts +56 -0
- package/i18n/hu.ts +58 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +57 -0
- package/i18n/ja.ts +57 -0
- package/i18n/ko.ts +57 -0
- package/i18n/nb.ts +58 -0
- package/i18n/nl.ts +57 -0
- package/i18n/pl.ts +57 -0
- package/i18n/pt_BR.ts +58 -0
- package/i18n/ru.ts +58 -0
- package/i18n/sl.ts +56 -0
- package/i18n/sr_RS.ts +56 -0
- package/i18n/sr_YR.ts +56 -0
- package/i18n/sv.ts +57 -0
- package/i18n/th.ts +56 -0
- package/i18n/tr.ts +57 -0
- package/i18n/uk.ts +57 -0
- package/i18n/vi.ts +58 -0
- package/i18n/zh.ts +56 -0
- package/i18n/zh_TW.ts +56 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Add your own emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Add emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Cancel',
|
|
13
|
+
'fabric.emoji.categories.label': 'Choose an emoji category',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Search results',
|
|
15
|
+
'fabric.emoji.category.activity': 'Activity',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'All uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flags',
|
|
18
|
+
'fabric.emoji.category.foods': 'Food & Drink',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Frequent',
|
|
20
|
+
'fabric.emoji.category.nature': 'Nature',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objects',
|
|
22
|
+
'fabric.emoji.category.people': 'People',
|
|
23
|
+
'fabric.emoji.category.places': 'Travel & Places',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian & productivity',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbols',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Your uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Choose file',
|
|
29
|
+
'fabric.emoji.delete.description': 'All existing instances of this emoji will be replaced with {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Remove',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Remove emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Delete',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Error!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Remove failed',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Selected image is invalid',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Upload failed',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Upload timed out',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Emoji picker',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true{Search results} other{Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
|
|
46
|
+
'fabric.emoji.placeholder': 'e.g. hello',
|
|
47
|
+
'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
|
|
48
|
+
'fabric.emoji.preview.title': 'Preview',
|
|
49
|
+
'fabric.emoji.retry.label': 'Retry',
|
|
50
|
+
'fabric.emoji.search.label': 'Emoji name',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Search',
|
|
52
|
+
'fabric.emoji.search.status': 'Seeing all emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Found {count} emojis',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Add your own emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Add emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Cancel',
|
|
13
|
+
'fabric.emoji.categories.label': 'Choose an emoji category',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Search results',
|
|
15
|
+
'fabric.emoji.category.activity': 'Activity',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'All uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flags',
|
|
18
|
+
'fabric.emoji.category.foods': 'Food & Drink',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Frequent',
|
|
20
|
+
'fabric.emoji.category.nature': 'Nature',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objects',
|
|
22
|
+
'fabric.emoji.category.people': 'People',
|
|
23
|
+
'fabric.emoji.category.places': 'Travel & Places',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian & productivity',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbols',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Your uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Choose file',
|
|
29
|
+
'fabric.emoji.delete.description': 'All existing instances of this emoji will be replaced with {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Remove',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Remove emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Delete',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Error!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Remove failed',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Selected image is invalid',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Upload failed',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Upload timed out',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Emoji picker',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Search results} other {Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
|
|
46
|
+
'fabric.emoji.placeholder': 'e.g. hello',
|
|
47
|
+
'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
|
|
48
|
+
'fabric.emoji.preview.title': 'Preview',
|
|
49
|
+
'fabric.emoji.retry.label': 'Retry',
|
|
50
|
+
'fabric.emoji.search.label': 'Emoji name',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Search',
|
|
52
|
+
'fabric.emoji.search.status': 'Seeing all emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Found {count} emojis',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Añade tu propio emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Añadir emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Cancelar',
|
|
13
|
+
'fabric.emoji.categories.label': 'Elige una categoría de emojis',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Resultados de búsqueda',
|
|
15
|
+
'fabric.emoji.category.activity': 'Actividades',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Todos los elementos subidos',
|
|
17
|
+
'fabric.emoji.category.flags': 'Banderas',
|
|
18
|
+
'fabric.emoji.category.foods': 'Comida y bebida',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Frecuentes',
|
|
20
|
+
'fabric.emoji.category.nature': 'Naturaleza',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objetos',
|
|
22
|
+
'fabric.emoji.category.people': 'Personas',
|
|
23
|
+
'fabric.emoji.category.places': 'Viajes y lugares',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian y productividad',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Símbolos',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Tus elementos subidos',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Elegir archivo',
|
|
29
|
+
'fabric.emoji.delete.description': 'Todos los registros que existan de este emoji se sustituirán por {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Eliminar',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Para eliminar un emoji de {shortName}, pulsa la tecla de retroceso',
|
|
32
|
+
'fabric.emoji.delete.title': 'Eliminar emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Eliminar',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'botón de emoji',
|
|
35
|
+
'fabric.emoji.emojipicker.error': '¡Error!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Error de eliminación',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'La imagen seleccionada ocupa más de 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'La imagen seleccionada no es válida',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Error de subida',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Se ha agotado el tiempo de carga',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG o GIF de 1 MB como máximo.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Introducir un nombre para el nuevo emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Selector de emojis',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Resultados de búsqueda} other {Emoticonos}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel de acciones y listas de emojis',
|
|
46
|
+
'fabric.emoji.placeholder': 'Por ejemplo: hola',
|
|
47
|
+
'fabric.emoji.preview': 'El emoji nuevo {emoji} es genial',
|
|
48
|
+
'fabric.emoji.preview.title': 'Vista previa',
|
|
49
|
+
'fabric.emoji.retry.label': 'Volver a intentarlo',
|
|
50
|
+
'fabric.emoji.search.label': 'Nombre del emoji',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Buscar',
|
|
52
|
+
'fabric.emoji.search.status': 'Viendo todos los emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} emoticonos encontrados',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Selector de tonos de piel',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Elige tu tono de piel (tono seleccionado: {selectedTone})',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Lisää oma emojisi',
|
|
11
|
+
'fabric.emoji.add.label': 'Lisää emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Peruuta',
|
|
13
|
+
'fabric.emoji.categories.label': 'Valitse emojiluokka',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Hakutulokset',
|
|
15
|
+
'fabric.emoji.category.activity': 'Toiminnot',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Kaikki lataukset',
|
|
17
|
+
'fabric.emoji.category.flags': 'Liput',
|
|
18
|
+
'fabric.emoji.category.foods': 'Ruoka & Juoma',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Usein toistuvat',
|
|
20
|
+
'fabric.emoji.category.nature': 'Luonto',
|
|
21
|
+
'fabric.emoji.category.objects': 'Esineet',
|
|
22
|
+
'fabric.emoji.category.people': 'Henkilöt',
|
|
23
|
+
'fabric.emoji.category.places': 'Matkustaminen & Paikat',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian ja tuottavuus',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbolit',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Latauksesi',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Valitse emojille tiedosto. JPG, PNG tai GIF. Koko enintään 1 Mt.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Valitse tiedosto',
|
|
29
|
+
'fabric.emoji.delete.description': 'Kaikki tämän emojin olemassa olevat ilmentymät korvataan emojilla {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Poista',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Poista {shortName}-emoji painamalla askelpalautinta (Backspace)',
|
|
32
|
+
'fabric.emoji.delete.title': 'Poista emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Poista',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji-painike',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Virhe!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Poistaminen epäonnistui',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Valittu kuva on suurempi kuin 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Valittu kuva on virheellinen',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Lataus epäonnistui',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Latauksen aikakatkaisu',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG tai GIF. Maksimikoko 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Anna uudelle emojille nimi',
|
|
43
|
+
'fabric.emoji.picker': 'Emoji-valitsin',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Hakutulokset} other {Emojit}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojitoiminnot ja luettelopaneeli',
|
|
46
|
+
'fabric.emoji.placeholder': 'esim. hei',
|
|
47
|
+
'fabric.emoji.preview': 'Uusi emojisi {emoji} näyttää hienolta',
|
|
48
|
+
'fabric.emoji.preview.title': 'Esikatselu',
|
|
49
|
+
'fabric.emoji.retry.label': 'Yritä uudelleen',
|
|
50
|
+
'fabric.emoji.search.label': 'Emojin nimi',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Hae',
|
|
52
|
+
'fabric.emoji.search.status': 'Näytetään kaikki emojit',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} emojia löytyi',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Ihon sävyn valitsin',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Valitse ihon sävy, {selectedTone} valittu',
|
|
56
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.search.status.count': string;
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Ajouter votre propre émoticône',
|
|
11
|
+
'fabric.emoji.add.label': 'Ajouter une émoticône',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Annuler',
|
|
13
|
+
'fabric.emoji.categories.label': "Choisir une catégorie d'émoticônes",
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Résultats de recherche',
|
|
15
|
+
'fabric.emoji.category.activity': 'Activité',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Tous les chargements',
|
|
17
|
+
'fabric.emoji.category.flags': 'Drapeaux',
|
|
18
|
+
'fabric.emoji.category.foods': 'Aliments et boissons',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Fréquents',
|
|
20
|
+
'fabric.emoji.category.nature': 'Nature',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objets',
|
|
22
|
+
'fabric.emoji.category.people': 'Personnes',
|
|
23
|
+
'fabric.emoji.category.places': 'Voyage et lieux',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian et la productivité',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboles',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Vos chargements',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': "Sélectionnez un fichier pour l'émoticône. Il doit être au format JPG, PNG ou GIF. Taille maximale : 1 Mo.",
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Sélectionner un fichier',
|
|
29
|
+
'fabric.emoji.delete.description': 'Toutes les instances existantes de cette émoticône seront remplacées par {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Supprimer',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': "Pour supprimer l'émoticône {shortName}, appuyez sur la touche Retour arrière",
|
|
32
|
+
'fabric.emoji.delete.title': "Supprimer l'émoticône",
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Supprimer',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': "bouton d'émoticône",
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Erreur !',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Échec de la suppression',
|
|
37
|
+
'fabric.emoji.error.image.too.big': "L'image sélectionnée est supérieure à 1 Mo",
|
|
38
|
+
'fabric.emoji.error.invalid.image': "L'image sélectionnée n'est pas valide",
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Échec du chargement',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': "L'importation a expiré",
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ou GIF. Taille max. : 1 Mo.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Saisissez le nom du nouvel emoji',
|
|
43
|
+
'fabric.emoji.picker': "Sélecteur d'émoticône",
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Résultats de la recherche} other {Émoticônes}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': "Volet d'actions d'émoticône et de listes",
|
|
46
|
+
'fabric.emoji.placeholder': 'Par exemple : bonjour',
|
|
47
|
+
'fabric.emoji.preview': 'Votre nouvelle émoticône {emoji} est super',
|
|
48
|
+
'fabric.emoji.preview.title': 'Afficher un aperçu',
|
|
49
|
+
'fabric.emoji.retry.label': 'Réessayer',
|
|
50
|
+
'fabric.emoji.search.label': "Nom de l'émoticône",
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Rechercher',
|
|
52
|
+
'fabric.emoji.search.status': 'Voir toutes les émoticônes',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} émoticônes trouvées',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Sélecteur de phototype',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choisissez votre phototype ; phototype sélectionné : {selectedTone}',
|
|
56
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.error.upload.timeout': string;
|
|
39
|
+
'fabric.emoji.image.requirements': string;
|
|
40
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
41
|
+
'fabric.emoji.picker': string;
|
|
42
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
43
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
44
|
+
'fabric.emoji.placeholder': string;
|
|
45
|
+
'fabric.emoji.preview': string;
|
|
46
|
+
'fabric.emoji.preview.title': string;
|
|
47
|
+
'fabric.emoji.retry.label': string;
|
|
48
|
+
'fabric.emoji.search.label': string;
|
|
49
|
+
'fabric.emoji.search.placeholder': string;
|
|
50
|
+
'fabric.emoji.search.status': string;
|
|
51
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
52
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Croatian (Croatia) [hr-HR]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Dodaj svoj emotikon',
|
|
11
|
+
'fabric.emoji.add.label': 'Dodaj emotikon',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Odustani',
|
|
13
|
+
'fabric.emoji.categories.label': 'Odaberi kategoriju emotikona',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Rezultati pretraživanja',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivnost',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Svi prijenosi',
|
|
17
|
+
'fabric.emoji.category.flags': 'Oznake',
|
|
18
|
+
'fabric.emoji.category.foods': 'Hrana i piće',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Česti',
|
|
20
|
+
'fabric.emoji.category.nature': 'Priroda',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekti',
|
|
22
|
+
'fabric.emoji.category.people': 'Osobe',
|
|
23
|
+
'fabric.emoji.category.places': 'Putovanje i mjesta',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian i produktivnost',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Simboli',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Tvoji prijenosi',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Odaberi datoteku za emotikon. JPG, PNG ili GIF. Maksimalna veličina 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Odaberi datoteku',
|
|
29
|
+
'fabric.emoji.delete.description': 'Svi postojeći primjeri ovog emotikona bit će zamijenjeni {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Ukloni',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Za brisanje {shortName} emotikona, pritisni Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Ukloni emotikon',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Izbriši',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'gumb emotikona',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Greška!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Neuspjelo uklanjanje',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Odabrana slika je veća od 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Odabrana slika je nevaljana',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Neuspjeli prijenos',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Vrijeme prijenosa je isteklo',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ili GIF. Maksimalna veličina 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Unesi naziv za novi emotikon',
|
|
43
|
+
'fabric.emoji.picker': 'Birač emotikona',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Rezultati pretraživanja} other {Emotikoni}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Radnje emotikona i ploča s popisom',
|
|
46
|
+
'fabric.emoji.placeholder': 'npr. bok',
|
|
47
|
+
'fabric.emoji.preview': 'Tvoj novi emotikon {emoji} izgleda sjajno',
|
|
48
|
+
'fabric.emoji.preview.title': 'Pregled',
|
|
49
|
+
'fabric.emoji.retry.label': 'Pokušaj ponovno',
|
|
50
|
+
'fabric.emoji.search.label': 'Naziv emotikona',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Pretraživanje',
|
|
52
|
+
'fabric.emoji.search.status': 'Pregled svih emotikona',
|
|
53
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Birač tona kože',
|
|
54
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Odaberi svoj ton kože, {selectedTone} odabran',
|
|
55
|
+
};
|