@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 @@
|
|
|
1
|
+
export * from './i18n';
|
package/i18n/cs.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Přidat své vlastní emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Přidat emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Zrušit',
|
|
13
|
+
'fabric.emoji.categories.label': 'Vyberte kategorii smajlíků.',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Výsledky vyhledávání',
|
|
15
|
+
'fabric.emoji.category.activity': 'Činnosti',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Všechny nahrané položky',
|
|
17
|
+
'fabric.emoji.category.flags': 'Vlajky',
|
|
18
|
+
'fabric.emoji.category.foods': 'Jídlo a pití',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Časté',
|
|
20
|
+
'fabric.emoji.category.nature': 'Příroda',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekty',
|
|
22
|
+
'fabric.emoji.category.people': 'Lidé',
|
|
23
|
+
'fabric.emoji.category.places': 'Cestování a místa',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian a produktivita',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboly',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Vybrat soubor',
|
|
30
|
+
'fabric.emoji.delete.description': 'Veškeré existující výskyty tohoto emoji budou nahrazeny {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Odstranit',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Chcete-li odstranit smajlík {shortName}, stiskněte klávesu Backspace.',
|
|
33
|
+
'fabric.emoji.delete.title': 'Odstranit emoji',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Odstranit',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'tlačítko smajlíku',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Chyba',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Odstranění se nezdařilo.',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'Vybraný obrázek je větší než 1 MB.',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'Vybraný obrázek je neplatný.',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Nahrávání se nezdařilo',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Vypršel časový limit nahrávání',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG nebo GIF. Max. velikost je 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Zadejte název nového emotikonu',
|
|
44
|
+
'fabric.emoji.picker': 'Výběr smajlíků',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Výsledky vyhledávání} other {Smajlíky}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel seznamu a akcí smajlíků',
|
|
47
|
+
'fabric.emoji.placeholder': 'např. ahoj',
|
|
48
|
+
'fabric.emoji.preview': 'Vaše nové emoji {emoji} vypadá skvěle!',
|
|
49
|
+
'fabric.emoji.preview.title': 'Náhled',
|
|
50
|
+
'fabric.emoji.retry.label': 'Zkusit znovu',
|
|
51
|
+
'fabric.emoji.search.label': 'Název smajlíku',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Vyhledat',
|
|
53
|
+
'fabric.emoji.search.status': 'Zobrazují se všechny smajlíky.',
|
|
54
|
+
'fabric.emoji.search.status.count': 'Nalezené smajlíky: {count}',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Výběr odstínu pleti',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Vyberte odstín pleti, vybráno: {selectedTone}',
|
|
57
|
+
};
|
package/i18n/da.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Tilføj din egen emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Tilføj emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Annullér',
|
|
13
|
+
'fabric.emoji.categories.label': 'Vælg en emoji-kategori',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Søgeresultater',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivitet',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flag',
|
|
18
|
+
'fabric.emoji.category.foods': 'Mad og drikke',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Ofte benyttede',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekter',
|
|
22
|
+
'fabric.emoji.category.people': 'Personer',
|
|
23
|
+
'fabric.emoji.category.places': 'Rejser og steder',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboler',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Dine uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'Vælg en fil til emojien. JPG, PNG eller GIF. Maks. størrelse: 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Vælg fil',
|
|
30
|
+
'fabric.emoji.delete.description': 'Alle eksisterende forekomster af denne emoji erstattes med {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Fjern',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': "Tryk på Tilbage for at slette {shortName}-emoji'en",
|
|
33
|
+
'fabric.emoji.delete.title': 'Fjern emoji',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Slet',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emojiknap',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Fejl!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Fjern mislykkede',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'Det valgte billede er større end 1 MB',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'Det valgte billede er ugyldigt',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Upload mislykkedes',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Upload fik timeout',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG eller GIF. Maks. størrelse 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Angiv et navn til den nye emoji',
|
|
44
|
+
'fabric.emoji.picker': 'Emojivælger',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Søgeresultater} other {Emojis}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoji-handlinger og listepanel',
|
|
47
|
+
'fabric.emoji.placeholder': 'fx hej',
|
|
48
|
+
'fabric.emoji.preview': 'Din nye emoji {emoji} ser flot ud',
|
|
49
|
+
'fabric.emoji.preview.title': 'Vis',
|
|
50
|
+
'fabric.emoji.retry.label': 'Prøv igen',
|
|
51
|
+
'fabric.emoji.search.label': 'Emojinavn',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Søg',
|
|
53
|
+
'fabric.emoji.search.status': 'Viser alle emojis',
|
|
54
|
+
'fabric.emoji.search.status.count': 'Fandt {count} emojis',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Hudfarvevælger',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Vælg din hudfarve, {selectedTone} valgt',
|
|
57
|
+
};
|
package/i18n/de.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Fügen Sie Ihr eigenes Emoji hinzu',
|
|
11
|
+
'fabric.emoji.add.label': 'Emoji hinzufügen',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Abbrechen',
|
|
13
|
+
'fabric.emoji.categories.label': 'Emoji-Kategorie auswählen',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Suchergebnisse',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivität',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle Uploads',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flaggen',
|
|
18
|
+
'fabric.emoji.category.foods': 'Essen und Trinken',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Häufig',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Objekte',
|
|
22
|
+
'fabric.emoji.category.people': 'Personen',
|
|
23
|
+
'fabric.emoji.category.places': 'Reisen und Orte',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian und Produktivität',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symbole',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Ihre Uploads',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'Wählen Sie eine Datei für das Emoji. JPG, PNG oder GIF. Max. Größe: 1 MB.',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Datei auswählen',
|
|
30
|
+
'fabric.emoji.delete.description': 'Alle existierenden Instanzen dieses Emojis werden durch {emojiShortName} ersetzt',
|
|
31
|
+
'fabric.emoji.delete.label': 'Entfernen',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip':
|
|
33
|
+
'Wenn Sie das {shortName}-Emoji löschen möchten, drücken Sie die Rücktaste.',
|
|
34
|
+
'fabric.emoji.delete.title': 'Emoji entfernen',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Löschen',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'Emoji-Schaltfläche',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Fehler',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Entfernen fehlgeschlagen',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'Das ausgewählte Bild hat mehr als 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'Das ausgewählte Bild ist ungültig.',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Upload fehlgeschlagen',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Zeitlimit bei Upload überschritten',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG oder GIF. Max. Größe 1 MB.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Geben Sie einen Namen für das neue Emoji ein.',
|
|
45
|
+
'fabric.emoji.picker': 'Emoji-Auswahl',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Suchergebnisse} other {Emojis}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel mit Emojis, Aktionen und Liste',
|
|
48
|
+
'fabric.emoji.placeholder': 'z. B. Guten Tag',
|
|
49
|
+
'fabric.emoji.preview': 'Ihr neues Emoji {emoji} sieht toll aus',
|
|
50
|
+
'fabric.emoji.preview.title': 'Vorschau',
|
|
51
|
+
'fabric.emoji.retry.label': 'Wiederholen',
|
|
52
|
+
'fabric.emoji.search.label': 'Name des Emojis',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Suchen',
|
|
54
|
+
'fabric.emoji.search.status': 'Alle Emojis werden angezeigt',
|
|
55
|
+
'fabric.emoji.search.status.count': '{count} Emojis gefunden',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Auswahl der Hautfarbe',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Wählen Sie eine Hautfarbe aus – {selectedTone} ausgewählt',
|
|
58
|
+
};
|
package/i18n/en.ts
ADDED
|
@@ -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
|
+
};
|
package/i18n/en_GB.ts
ADDED
|
@@ -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
|
+
};
|
package/i18n/en_ZZ.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
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':
|
|
28
|
+
'Choose a file for the emoji. JPG, PNG or GIF. Max size 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Choose file',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'All existing instances of this emoji will be replaced with {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Remove',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'To delete {shortName} emoji, press Backspace',
|
|
34
|
+
'fabric.emoji.delete.title': 'Remove emoji',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Delete',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji button',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Error!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Remove failed',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'Selected image is more than 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'Selected image is invalid',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Upload failed',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Upload timed out',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG or GIF. Max size 1 MB.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Enter a name for the new emoji',
|
|
45
|
+
'fabric.emoji.picker': 'Emoji picker',
|
|
46
|
+
'fabric.emoji.pickerlist.grid':
|
|
47
|
+
'{showSearchResults, select, true {Search results} other {Emojis}}',
|
|
48
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojis actions and list panel',
|
|
49
|
+
'fabric.emoji.placeholder': 'e.g. hello',
|
|
50
|
+
'fabric.emoji.preview': 'Your new emoji {emoji} looks great',
|
|
51
|
+
'fabric.emoji.preview.title': 'Preview',
|
|
52
|
+
'fabric.emoji.retry.label': 'Retry',
|
|
53
|
+
'fabric.emoji.search.label': 'Emoji name',
|
|
54
|
+
'fabric.emoji.search.placeholder': 'Search',
|
|
55
|
+
'fabric.emoji.search.status': 'Seeing all emojis',
|
|
56
|
+
'fabric.emoji.search.status.count': 'Found {count} emojis',
|
|
57
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Skin tone selector',
|
|
58
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choose your skin tone, {selectedTone} selected',
|
|
59
|
+
};
|
package/i18n/es.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
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':
|
|
28
|
+
'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Elegir archivo',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Todos los registros que existan de este emoji se sustituirán por {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Eliminar',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Para eliminar un emoji de {shortName}, pulsa la tecla de retroceso',
|
|
34
|
+
'fabric.emoji.delete.title': 'Eliminar emoji',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Eliminar',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'botón de emoji',
|
|
37
|
+
'fabric.emoji.emojipicker.error': '¡Error!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Error de eliminación',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'La imagen seleccionada ocupa más de 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'La imagen seleccionada no es válida',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Error de subida',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Se ha agotado el tiempo de carga',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG o GIF de 1 MB como máximo.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Introducir un nombre para el nuevo emoji',
|
|
45
|
+
'fabric.emoji.picker': 'Selector de emojis',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Resultados de búsqueda} other {Emoticonos}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel de acciones y listas de emojis',
|
|
48
|
+
'fabric.emoji.placeholder': 'Por ejemplo: hola',
|
|
49
|
+
'fabric.emoji.preview': 'El emoji nuevo {emoji} es genial',
|
|
50
|
+
'fabric.emoji.preview.title': 'Vista previa',
|
|
51
|
+
'fabric.emoji.retry.label': 'Volver a intentarlo',
|
|
52
|
+
'fabric.emoji.search.label': 'Nombre del emoji',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Buscar',
|
|
54
|
+
'fabric.emoji.search.status': 'Viendo todos los emojis',
|
|
55
|
+
'fabric.emoji.search.status.count': '{count} emoticonos encontrados',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Selector de tonos de piel',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Elige tu tono de piel (tono seleccionado: {selectedTone})',
|
|
58
|
+
};
|
package/i18n/fi.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
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':
|
|
28
|
+
'Valitse emojille tiedosto. JPG, PNG tai GIF. Koko enintään 1 Mt.',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Valitse tiedosto',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Kaikki tämän emojin olemassa olevat ilmentymät korvataan emojilla {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Poista',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Poista {shortName}-emoji painamalla askelpalautinta (Backspace)',
|
|
34
|
+
'fabric.emoji.delete.title': 'Poista emoji',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Poista',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji-painike',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Virhe!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Poistaminen epäonnistui',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'Valittu kuva on suurempi kuin 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'Valittu kuva on virheellinen',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Lataus epäonnistui',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Latauksen aikakatkaisu',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG tai GIF. Maksimikoko 1 MB.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Anna uudelle emojille nimi',
|
|
45
|
+
'fabric.emoji.picker': 'Emoji-valitsin',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Hakutulokset} other {Emojit}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emojitoiminnot ja luettelopaneeli',
|
|
48
|
+
'fabric.emoji.placeholder': 'esim. hei',
|
|
49
|
+
'fabric.emoji.preview': 'Uusi emojisi {emoji} näyttää hienolta',
|
|
50
|
+
'fabric.emoji.preview.title': 'Esikatselu',
|
|
51
|
+
'fabric.emoji.retry.label': 'Yritä uudelleen',
|
|
52
|
+
'fabric.emoji.search.label': 'Emojin nimi',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Hae',
|
|
54
|
+
'fabric.emoji.search.status': 'Näytetään kaikki emojit',
|
|
55
|
+
'fabric.emoji.search.status.count': '{count} emojia löytyi',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Ihon sävyn valitsin',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Valitse ihon sävy, {selectedTone} valittu',
|
|
58
|
+
};
|
package/i18n/fr.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
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':
|
|
28
|
+
"Sélectionnez un fichier pour l'émoticône. Il doit être au format JPG, PNG ou GIF. Taille maximale : 1 Mo.",
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Sélectionner un fichier',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Toutes les instances existantes de cette émoticône seront remplacées par {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Supprimer',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip':
|
|
34
|
+
"Pour supprimer l'émoticône {shortName}, appuyez sur la touche Retour arrière",
|
|
35
|
+
'fabric.emoji.delete.title': "Supprimer l'émoticône",
|
|
36
|
+
'fabric.emoji.delete.tooltip': 'Supprimer',
|
|
37
|
+
'fabric.emoji.emojipicker.emoi.roledescription': "bouton d'émoticône",
|
|
38
|
+
'fabric.emoji.emojipicker.error': 'Erreur !',
|
|
39
|
+
'fabric.emoji.error.delete.failed': 'Échec de la suppression',
|
|
40
|
+
'fabric.emoji.error.image.too.big': "L'image sélectionnée est supérieure à 1 Mo",
|
|
41
|
+
'fabric.emoji.error.invalid.image': "L'image sélectionnée n'est pas valide",
|
|
42
|
+
'fabric.emoji.error.upload.failed': 'Échec du chargement',
|
|
43
|
+
'fabric.emoji.error.upload.timeout': "L'importation a expiré",
|
|
44
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ou GIF. Taille max. : 1 Mo.',
|
|
45
|
+
'fabric.emoji.name.ariaLabel': 'Saisissez le nom du nouvel emoji',
|
|
46
|
+
'fabric.emoji.picker': "Sélecteur d'émoticône",
|
|
47
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Résultats de la recherche} other {Émoticônes}}',
|
|
48
|
+
'fabric.emoji.pickerlist.tabpanel': "Volet d'actions d'émoticône et de listes",
|
|
49
|
+
'fabric.emoji.placeholder': 'Par exemple : bonjour',
|
|
50
|
+
'fabric.emoji.preview': 'Votre nouvelle émoticône {emoji} est super',
|
|
51
|
+
'fabric.emoji.preview.title': 'Afficher un aperçu',
|
|
52
|
+
'fabric.emoji.retry.label': 'Réessayer',
|
|
53
|
+
'fabric.emoji.search.label': "Nom de l'émoticône",
|
|
54
|
+
'fabric.emoji.search.placeholder': 'Rechercher',
|
|
55
|
+
'fabric.emoji.search.status': 'Voir toutes les émoticônes',
|
|
56
|
+
'fabric.emoji.search.status.count': '{count} émoticônes trouvées',
|
|
57
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Sélecteur de phototype',
|
|
58
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Choisissez votre phototype ; phototype sélectionné : {selectedTone}',
|
|
59
|
+
};
|