@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,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
|
+
//Dutch (Netherlands)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Voeg je eigen emoji toe',
|
|
11
|
+
'fabric.emoji.add.label': 'Emoji toevoegen',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Annuleren',
|
|
13
|
+
'fabric.emoji.categories.label': 'Kies een emoticoncategorie',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Zoekresultaten',
|
|
15
|
+
'fabric.emoji.category.activity': 'Activiteit',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Vlaggen',
|
|
18
|
+
'fabric.emoji.category.foods': 'Eten en drinken',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Vaak',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natuur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objecten',
|
|
22
|
+
'fabric.emoji.category.people': 'Mensen',
|
|
23
|
+
'fabric.emoji.category.places': 'Reizen en plaatsen',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian en productiviteit',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbolen',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Jouw uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Kies een bestand voor de emoticon. Jpg, png of gif. Max. 1 MB.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Bestand kiezen',
|
|
29
|
+
'fabric.emoji.delete.description': 'Alle bestaande exemplaren van deze emoji zullen vervangen worden door {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Verwijderen',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Druk op Backspace om de emoticon {shortName} te verwijderen',
|
|
32
|
+
'fabric.emoji.delete.title': 'Emoji verwijderen',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Verwijderen',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoticon-knop',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Fout!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Verwijderen mislukt',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'De geselecteerde afbeelding is groter dan 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Geselecteerde afbeelding is ongeldig',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Uploaden mislukt',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Upload is verlopen',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG of GIF. Max. grootte 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Voer een naam in voor de nieuwe emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Emoticon-kiezer',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Zoekresultaten} other {Emoticons}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoticon-acties en lijstpaneel',
|
|
46
|
+
'fabric.emoji.placeholder': 'Bijv. hallo',
|
|
47
|
+
'fabric.emoji.preview': 'Je nieuwe emoji {emoji} ziet er goed uit',
|
|
48
|
+
'fabric.emoji.preview.title': 'Voorvertoning',
|
|
49
|
+
'fabric.emoji.retry.label': 'Opnieuw proberen',
|
|
50
|
+
'fabric.emoji.search.label': 'Naam emoticon',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Zoeken',
|
|
52
|
+
'fabric.emoji.search.status': 'Alle emoticons worden getoond',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} emoticons gevonden',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Huidskleur selecteren',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Kies je huidskleur, {selectedTone} is geselecteerd',
|
|
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
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Dodaj swoją własną emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Dodaj emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Anuluj',
|
|
13
|
+
'fabric.emoji.categories.label': 'Wybierz kategorię emoji',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Wyniki wyszukiwania',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktywność',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Wszystkie przekazane',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flagi',
|
|
18
|
+
'fabric.emoji.category.foods': 'Jedzenie i napoje',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Częste',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natura',
|
|
21
|
+
'fabric.emoji.category.objects': 'Obiekty',
|
|
22
|
+
'fabric.emoji.category.people': 'Ludzie',
|
|
23
|
+
'fabric.emoji.category.places': 'Podróże i miejsca',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian i produktywność',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbole',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Twoje przekazane pliki',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Wybierz plik dla emoji. JPG, PNG lub GIF. Maks. rozmiar to 1 MB.',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Wybierz plik',
|
|
29
|
+
'fabric.emoji.delete.description': 'Wszystkie istniejące wystąpienia tego emoji zostaną zastąpione {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Usuń',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Aby usunąć emoji {shortName}, naciśnij klawisz Backspace.',
|
|
32
|
+
'fabric.emoji.delete.title': 'Usuń emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Usuń',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'Przycisk emoji',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Błąd!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Usunięcie nie powiodło się',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Wybrany obraz jest większy niż 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Wybrany obraz jest niepoprawny',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Przekazywanie nie powiodło się',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Przekroczono limit czasu przekazywania',
|
|
41
|
+
'fabric.emoji.image.requirements': 'Plik JPG, PNG lub GIF. Maksymalny rozmiar 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Wpisz nazwę dla nowego emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Selektor emoji',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Wyniki wyszukiwania} other {Emoji}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel czynności i listy emoji',
|
|
46
|
+
'fabric.emoji.placeholder': 'np. cześć',
|
|
47
|
+
'fabric.emoji.preview': 'Twoja nowa emoji {emoji} wygląda świetnie',
|
|
48
|
+
'fabric.emoji.preview.title': 'Podgląd',
|
|
49
|
+
'fabric.emoji.retry.label': 'Spróbuj ponownie',
|
|
50
|
+
'fabric.emoji.search.label': 'Nazwa emoji',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Szukaj',
|
|
52
|
+
'fabric.emoji.search.status': 'Wyświetlanie wszystkich emoji',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Znaleziono {count} emoji',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Selektor odcienia skóry',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Wybierz odcień skóry, wybrano: {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
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Adicionar seu próprio emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Adicionar emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Cancelar',
|
|
13
|
+
'fabric.emoji.categories.label': 'Escolha uma categoria de emoji',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Resultados da pesquisa',
|
|
15
|
+
'fabric.emoji.category.activity': 'Atividade',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Todos os carregamentos',
|
|
17
|
+
'fabric.emoji.category.flags': 'Bandeiras',
|
|
18
|
+
'fabric.emoji.category.foods': 'Comidas e bebidas',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Frequentes',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natureza',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objetos',
|
|
22
|
+
'fabric.emoji.category.people': 'Pessoas',
|
|
23
|
+
'fabric.emoji.category.places': 'Viagens e lugares',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian e produtividade',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Símbolos',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Seus carregamentos',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Selecione um arquivo para o emoji. JPG, PNG ou GIF. Tamanho máximo de 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Escolher arquivo',
|
|
29
|
+
'fabric.emoji.delete.description': 'Todas as instâncias existentes deste emoji serão substituídas por {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Remover',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Para excluir um emoji {shortName}, pressione Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Remover emoji',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Excluir',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'botão de emoji',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Erro!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Falha na remoção',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'A imagem selecionada tem mais de 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'A imagem selecionada é inválida',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Falha no carregamento',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'O upload atingiu o tempo limite',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ou GIF. Tamanho máximo: 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Insira um nome para o novo emoji',
|
|
43
|
+
'fabric.emoji.picker': 'Seletor de emoji',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Resultados da pesquisa} other {Emojis}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Painel de ações e lista de emojis',
|
|
46
|
+
'fabric.emoji.placeholder': 'por exemplo: olá',
|
|
47
|
+
'fabric.emoji.preview': 'Seu novo emoji ({emoji}) ficou ótimo',
|
|
48
|
+
'fabric.emoji.preview.title': 'Pré-visualizar',
|
|
49
|
+
'fabric.emoji.retry.label': 'Tentar novamente',
|
|
50
|
+
'fabric.emoji.search.label': 'Nome do emoji',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Pesquisar',
|
|
52
|
+
'fabric.emoji.search.status': 'Visualizando todos os emojis',
|
|
53
|
+
'fabric.emoji.search.status.count': '{count} emojis encontrados',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Seletor de tom de pele',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Escolha seu tom de pele; {selectedTone} selecionado',
|
|
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
|
+
//Russian
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Добавить собственный эмодзи',
|
|
11
|
+
'fabric.emoji.add.label': 'Добавить эмодзи',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Отменить',
|
|
13
|
+
'fabric.emoji.categories.label': 'Выберите категорию эмодзи',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Результаты поиска',
|
|
15
|
+
'fabric.emoji.category.activity': 'Занятия',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Все загруженные эмодзи',
|
|
17
|
+
'fabric.emoji.category.flags': 'Флаги',
|
|
18
|
+
'fabric.emoji.category.foods': 'Еда и напитки',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Популярные',
|
|
20
|
+
'fabric.emoji.category.nature': 'Природа',
|
|
21
|
+
'fabric.emoji.category.objects': 'Объекты',
|
|
22
|
+
'fabric.emoji.category.people': 'Люди',
|
|
23
|
+
'fabric.emoji.category.places': 'Места и путешествия',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian и продуктивность',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Символы',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Ваши эмодзи',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Выберите файл с эмодзи в формате JPG, PNG или GIF размером не более 1 МБ',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Выберите файл',
|
|
29
|
+
'fabric.emoji.delete.description': 'Вместо всех существующих экземпляров этого эмодзи будет использоваться {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Удалить',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Чтобы удалить эмодзи {shortName}, нажмите клавишу Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Удаление эмодзи',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Удалить',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'кнопка эмодзи',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Ошибка!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Не удалось удалить эмодзи',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Размер выбранного изображения превышает 1 МБ',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Выбрано недопустимое изображение',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Не удалось загрузить эмодзи',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Время ожидания загрузки истекло',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG или GIF. Макс. размер: 1 МБ.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Введите название для нового эмодзи',
|
|
43
|
+
'fabric.emoji.picker': 'Средство выбора эмодзи',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Поиск результатов} other {Эмодзи}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Панель с действиями и списком эмодзи',
|
|
46
|
+
'fabric.emoji.placeholder': 'Например, «привет»',
|
|
47
|
+
'fabric.emoji.preview': 'Новый эмодзи {emoji} очень классный!',
|
|
48
|
+
'fabric.emoji.preview.title': 'Предпросмотр',
|
|
49
|
+
'fabric.emoji.retry.label': 'Повторить попытку',
|
|
50
|
+
'fabric.emoji.search.label': 'Название эмодзи',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Поиск',
|
|
52
|
+
'fabric.emoji.search.status': 'Просмотр всех эмодзи',
|
|
53
|
+
'fabric.emoji.search.status.count': 'Найдено эмодзи: {count}',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Селектор цвета кожи',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Выберите свой цвет кожи, выбрано: {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
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Dodaj lasten emodži',
|
|
11
|
+
'fabric.emoji.add.label': 'Dodaj emodži',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Prekliči',
|
|
13
|
+
'fabric.emoji.categories.label': 'Izberite kategorijo emodžija',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Rezultati iskanja',
|
|
15
|
+
'fabric.emoji.category.activity': 'Dejavnost',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Vsa nalaganja',
|
|
17
|
+
'fabric.emoji.category.flags': 'Zastavice',
|
|
18
|
+
'fabric.emoji.category.foods': 'Hrana in pijača',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Pogosti',
|
|
20
|
+
'fabric.emoji.category.nature': 'Narava',
|
|
21
|
+
'fabric.emoji.category.objects': 'Predmeti',
|
|
22
|
+
'fabric.emoji.category.people': 'Osebe',
|
|
23
|
+
'fabric.emoji.category.places': 'Potovanja in kraji',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian in produktivnost',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Simboli',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Vaša nalaganja',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Izberite datoteko za emodži. JPG, PNG ali GIF. Največja velikost je 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Izberi datoteko',
|
|
29
|
+
'fabric.emoji.delete.description': 'Vsi obstoječi primerki tega emodžija bodo zamenjani z emodžijem {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Odstrani',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Za izbris emodžija {shortName} pritisnite vračalko',
|
|
32
|
+
'fabric.emoji.delete.title': 'Odstrani emodži',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Izbriši',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'gumb emodžija',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Napaka!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Odstranitev ni uspela',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Izbrana slika je večja od 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Izbrana slika ni veljavna',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Nalaganje ni uspelo',
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Čas za nalaganje je potekel',
|
|
41
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ali GIF. Največja velikost je 1 MB.',
|
|
42
|
+
'fabric.emoji.name.ariaLabel': 'Vnesite ime za novi emodži',
|
|
43
|
+
'fabric.emoji.picker': 'Izbirnik emodžijev',
|
|
44
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Rezultati iskanja} other {Emodžiji}}',
|
|
45
|
+
'fabric.emoji.pickerlist.tabpanel': 'Plošča z dejanji in seznamom emodžijev',
|
|
46
|
+
'fabric.emoji.placeholder': 'npr. pozdravljeni',
|
|
47
|
+
'fabric.emoji.preview': 'Vaš novi emodži {emoji} je videti odlično',
|
|
48
|
+
'fabric.emoji.preview.title': 'Predogled',
|
|
49
|
+
'fabric.emoji.retry.label': 'Poskusite znova',
|
|
50
|
+
'fabric.emoji.search.label': 'Ime emodžija',
|
|
51
|
+
'fabric.emoji.search.placeholder': 'Iskanje',
|
|
52
|
+
'fabric.emoji.search.status': 'Prikazani so vsi emodžiji',
|
|
53
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Izbirnik tona kože',
|
|
54
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Izberite svoj ton kože; izbran je ton {selectedTone}',
|
|
55
|
+
};
|
|
@@ -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;
|