@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
package/i18n/hr.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
|
+
//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':
|
|
28
|
+
'Odaberi datoteku za emotikon. JPG, PNG ili GIF. Maksimalna veličina 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Odaberi datoteku',
|
|
30
|
+
'fabric.emoji.delete.description': 'Svi postojeći primjeri ovog emotikona bit će zamijenjeni {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Ukloni',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Za brisanje {shortName} emotikona, pritisni Backspace',
|
|
33
|
+
'fabric.emoji.delete.title': 'Ukloni emotikon',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Izbriši',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'gumb emotikona',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Greška!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Neuspjelo uklanjanje',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'Odabrana slika je veća od 1 MB',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'Odabrana slika je nevaljana',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Neuspjeli prijenos',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Vrijeme prijenosa je isteklo',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ili GIF. Maksimalna veličina 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Unesi naziv za novi emotikon',
|
|
44
|
+
'fabric.emoji.picker': 'Birač emotikona',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Rezultati pretraživanja} other {Emotikoni}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': 'Radnje emotikona i ploča s popisom',
|
|
47
|
+
'fabric.emoji.placeholder': 'npr. bok',
|
|
48
|
+
'fabric.emoji.preview': 'Tvoj novi emotikon {emoji} izgleda sjajno',
|
|
49
|
+
'fabric.emoji.preview.title': 'Pregled',
|
|
50
|
+
'fabric.emoji.retry.label': 'Pokušaj ponovno',
|
|
51
|
+
'fabric.emoji.search.label': 'Naziv emotikona',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Pretraživanje',
|
|
53
|
+
'fabric.emoji.search.status': 'Pregled svih emotikona',
|
|
54
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Birač tona kože',
|
|
55
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Odaberi svoj ton kože, {selectedTone} odabran',
|
|
56
|
+
};
|
package/i18n/hu.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
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Adjon hozzá saját emojit',
|
|
11
|
+
'fabric.emoji.add.label': 'Emoji hozzáadása',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Mégse',
|
|
13
|
+
'fabric.emoji.categories.label': 'Válassz emojikategóriát',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Keresési eredmények',
|
|
15
|
+
'fabric.emoji.category.activity': 'Tevékenységek',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Minden feltöltés',
|
|
17
|
+
'fabric.emoji.category.flags': 'Zászlók',
|
|
18
|
+
'fabric.emoji.category.foods': 'Étel és ital',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Gyakori',
|
|
20
|
+
'fabric.emoji.category.nature': 'Természet',
|
|
21
|
+
'fabric.emoji.category.objects': 'Tárgyak',
|
|
22
|
+
'fabric.emoji.category.people': 'Személyek',
|
|
23
|
+
'fabric.emoji.category.places': 'Utazás és Érdekes helyek',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian és hatékonyság',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Szimbólumok',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Feltöltései',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'Válassz fájlt az emojinak. JPG, PNG vagy GIF. Maximális méret: 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Fájl kiválasztása',
|
|
30
|
+
'fabric.emoji.delete.description': 'Az emoji összes létező előfordulását lecseréljük erre {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Eltávolítás',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip':
|
|
33
|
+
'A következő emoji törléséhez nyomd meg a Backspace billentyűt: {shortName}',
|
|
34
|
+
'fabric.emoji.delete.title': 'Emoji eltávolítása',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Törlés',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji gomb',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Hiba!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Eltávolítás sikertelen',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'A kiválaszott kép nagyobb, mint 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'A kiválasztott kép érvénytelen',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Feltöltés sikertelen',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Időtúllépés történt a feltöltés során',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG vagy GIF. Legfeljebb 1 MB méretben.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Írd be az új hangulatjel nevét',
|
|
45
|
+
'fabric.emoji.picker': 'Emojiválasztó',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Keresési eredmények} other {Emojik}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoji-műveletek és -lista panelje',
|
|
48
|
+
'fabric.emoji.placeholder': 'Pl. hello',
|
|
49
|
+
'fabric.emoji.preview': 'Az új emoji {emoji} nagyon jól mutat',
|
|
50
|
+
'fabric.emoji.preview.title': 'Előnézet',
|
|
51
|
+
'fabric.emoji.retry.label': 'Próbálja újra',
|
|
52
|
+
'fabric.emoji.search.label': 'Emoji neve',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Keresés',
|
|
54
|
+
'fabric.emoji.search.status': 'Az összes emoji megjelenítése',
|
|
55
|
+
'fabric.emoji.search.status.count': '{count} emoji található',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Bőrszínválasztó',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Válaszd ki a bőrszínt; {selectedTone} kiválasztva',
|
|
58
|
+
};
|
package/i18n/index.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Export all i18n modules
|
|
2
|
+
export * from './cs';
|
|
3
|
+
export * from './da';
|
|
4
|
+
export * from './de';
|
|
5
|
+
export * from './en';
|
|
6
|
+
export * from './en_GB';
|
|
7
|
+
export * from './en_ZZ';
|
|
8
|
+
export * from './es';
|
|
9
|
+
export * from './fi';
|
|
10
|
+
export * from './fr';
|
|
11
|
+
export * from './hr';
|
|
12
|
+
export * from './hu';
|
|
13
|
+
export * from './it';
|
|
14
|
+
export * from './ja';
|
|
15
|
+
export * from './ko';
|
|
16
|
+
export * from './nb';
|
|
17
|
+
export * from './nl';
|
|
18
|
+
export * from './pl';
|
|
19
|
+
export * from './pt_BR';
|
|
20
|
+
export * from './ru';
|
|
21
|
+
export * from './sl';
|
|
22
|
+
export * from './sr_RS';
|
|
23
|
+
export * from './sr_YR';
|
|
24
|
+
export * from './sv';
|
|
25
|
+
export * from './th';
|
|
26
|
+
export * from './tr';
|
|
27
|
+
export * from './uk';
|
|
28
|
+
export * from './vi';
|
|
29
|
+
export * from './zh';
|
|
30
|
+
export * from './zh_TW';
|
package/i18n/it.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
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Aggiungi la tua emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Aggiungi emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Annulla',
|
|
13
|
+
'fabric.emoji.categories.label': 'Scegli una categoria di emoji',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Risultati di ricerca',
|
|
15
|
+
'fabric.emoji.category.activity': 'Attività',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Tutti i caricamenti',
|
|
17
|
+
'fabric.emoji.category.flags': 'Bandiere',
|
|
18
|
+
'fabric.emoji.category.foods': 'Cibo e bevande',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Usate di frequente',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natura',
|
|
21
|
+
'fabric.emoji.category.objects': 'Oggetti',
|
|
22
|
+
'fabric.emoji.category.people': 'Persone',
|
|
23
|
+
'fabric.emoji.category.places': 'Viaggi e luoghi',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian e produttività',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Simboli',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'I tuoi caricamenti',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
"Scegli un file per l'emoji. JPG, PNG o GIF. Dimensioni massime: 1 MB",
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Scegli file',
|
|
30
|
+
'fabric.emoji.delete.description': 'Tutte le istanze esistenti di questa emoji saranno sostitute da {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Cancella',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': "Per eliminare l'emoji {shortName}, premi Backspace",
|
|
33
|
+
'fabric.emoji.delete.title': 'Cancella emoji',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Elimina',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'pulsante emoji',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Errore.',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Cancellazione non riuscita',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'L’immagine selezionata è superiore a un 1 MB',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'L’immagine selezionata non è valida',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Caricamento non riuscito',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Timeout del caricamento',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG o GIF. Dimensione massima 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Immetti un nome per il nuovo emoji',
|
|
44
|
+
'fabric.emoji.picker': 'Selettore di emoji',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Risultati della ricerca} other {Emoji}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': "Pannello delle azioni e dell'elenco degli emoji",
|
|
47
|
+
'fabric.emoji.placeholder': 'ad es. ciao',
|
|
48
|
+
'fabric.emoji.preview': 'La tua nuova emoji {emoji} è fantastica',
|
|
49
|
+
'fabric.emoji.preview.title': 'Anteprima',
|
|
50
|
+
'fabric.emoji.retry.label': 'Riprova',
|
|
51
|
+
'fabric.emoji.search.label': 'Nome emoji',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Ricerca',
|
|
53
|
+
'fabric.emoji.search.status': 'Visualizzazione di tutte le emoji',
|
|
54
|
+
'fabric.emoji.search.status.count': '{count} emoji trovate',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Selettore del tono della pelle',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Scegli il tono della tua pelle; è selezionato {selectedTone}',
|
|
57
|
+
};
|
package/i18n/ja.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
|
+
//Japanese
|
|
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': 'アトラシアンと生産性',
|
|
25
|
+
'fabric.emoji.category.symbols': '記号',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'あなたのアップロード',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'絵文字のファイルを選択します。選択できるファイルは JPG、PNG、GIF の各形式で、サイズ制限は最大 1 MB です',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'ファイルを選択',
|
|
30
|
+
'fabric.emoji.delete.description': 'この絵文字のすべての既存のインスタンスを{emojiShortName}と置き換えます',
|
|
31
|
+
'fabric.emoji.delete.label': '削除',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': '{shortName} の絵文字を削除するには、Backspace キーを押します',
|
|
33
|
+
'fabric.emoji.delete.title': '絵文字を削除',
|
|
34
|
+
'fabric.emoji.delete.tooltip': '削除',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '絵文字ボタン',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'エラー!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': '削除できませんでした',
|
|
38
|
+
'fabric.emoji.error.image.too.big': '選択した画像は 1 MB を超えています',
|
|
39
|
+
'fabric.emoji.error.invalid.image': '選択した画像は無効です。',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'アップロードできませんでした',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'アップロードがタイムアウト',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG、PNG、GIF。最大サイズ 1 MB。',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': '新しい絵文字の名前を入力する',
|
|
44
|
+
'fabric.emoji.picker': '絵文字ピッカー',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {結果を検索} other {絵文字}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': '絵文字アクションとリスト パネル',
|
|
47
|
+
'fabric.emoji.placeholder': '例: こんにちは',
|
|
48
|
+
'fabric.emoji.preview': '新しい絵文字{emoji}は素敵ですね',
|
|
49
|
+
'fabric.emoji.preview.title': 'プレビュー',
|
|
50
|
+
'fabric.emoji.retry.label': '再試行',
|
|
51
|
+
'fabric.emoji.search.label': '絵文字の名前',
|
|
52
|
+
'fabric.emoji.search.placeholder': '検索',
|
|
53
|
+
'fabric.emoji.search.status': 'すべての絵文字を表示',
|
|
54
|
+
'fabric.emoji.search.status.count': '{count} 件の絵文字が見つかりました',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'スキン トーン セレクター',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'スキン トーンをご選択ください。{selectedTone} を選択済み',
|
|
57
|
+
};
|
package/i18n/ko.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
|
+
//Korean
|
|
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':
|
|
28
|
+
'이모지의 파일을 선택하세요. JPG, PNG 또는 GIF입니다. 최대 크기 1MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': '파일 선택',
|
|
30
|
+
'fabric.emoji.delete.description': '이 이모지의 모든 기존 인스턴스가 {emojiShortName}(으)로 교체됩니다',
|
|
31
|
+
'fabric.emoji.delete.label': '제거',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': '{shortName} 이모지를 삭제하려면 백스페이스 키를 누르세요',
|
|
33
|
+
'fabric.emoji.delete.title': '이모지 제거',
|
|
34
|
+
'fabric.emoji.delete.tooltip': '삭제',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '이모지 버튼',
|
|
36
|
+
'fabric.emoji.emojipicker.error': '오류!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': '제거 실패',
|
|
38
|
+
'fabric.emoji.error.image.too.big': '선택된 이미지가 1MB보다 큽니다',
|
|
39
|
+
'fabric.emoji.error.invalid.image': '선택된 이미지가 유효하지 않습니다',
|
|
40
|
+
'fabric.emoji.error.upload.failed': '업로드 실패',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': '업로드 시간 초과됨',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG 또는 GIF. 최대 1 MB 크기.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': '새 이모지의 이름을 입력하세요.',
|
|
44
|
+
'fabric.emoji.picker': '이모지 선택기',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {검색 결과} other {이모지}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': '이모지 동작 및 목록 패널',
|
|
47
|
+
'fabric.emoji.placeholder': '예: 안녕하세요',
|
|
48
|
+
'fabric.emoji.preview': '새로운 이모지 {emoji}가 멋지네요.',
|
|
49
|
+
'fabric.emoji.preview.title': '미리 보기',
|
|
50
|
+
'fabric.emoji.retry.label': '다시 시도',
|
|
51
|
+
'fabric.emoji.search.label': '이모지 이름',
|
|
52
|
+
'fabric.emoji.search.placeholder': '검색',
|
|
53
|
+
'fabric.emoji.search.status': '모든 이모지 표시 중',
|
|
54
|
+
'fabric.emoji.search.status.count': '{count}개의 이모지 찾음',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': '피부색 선택기',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '피부색을 선택하세요. {selectedTone} 선택됨',
|
|
57
|
+
};
|
package/i18n/nb.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
|
+
//Norwegian (Bokmål)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Legg til din egen emoji',
|
|
11
|
+
'fabric.emoji.add.label': 'Legg til emoji',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Avbryt',
|
|
13
|
+
'fabric.emoji.categories.label': 'Velg emoji-kategori',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Søkeresultater',
|
|
15
|
+
'fabric.emoji.category.activity': 'Aktivitet',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Alle filopplastinger',
|
|
17
|
+
'fabric.emoji.category.flags': 'Flagg',
|
|
18
|
+
'fabric.emoji.category.foods': 'Mat og drikke',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Hyppig brukt',
|
|
20
|
+
'fabric.emoji.category.nature': 'Natur',
|
|
21
|
+
'fabric.emoji.category.objects': 'Gjenstander',
|
|
22
|
+
'fabric.emoji.category.people': 'Mennesker',
|
|
23
|
+
'fabric.emoji.category.places': 'Reise og steder',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Symboler',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Filopplastingene dine',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription':
|
|
28
|
+
'Velg en fil for emojien. JPG, PNG eller GIF. Maks. størrelse er 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Velg fil',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Alle eksisterende forekomster av denne emoji-en blir erstattet med {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Fjern',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Trykk på Tilbake-tasten for å slette emojien {shortName}',
|
|
34
|
+
'fabric.emoji.delete.title': 'Fjern emoji',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Slett',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoji-knapp',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Feil!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Kunne ikke fjernes',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'Det valgte bildet er over 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'Det valgte bildet er ugyldig.',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Opplastingen mislyktes',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Opplastingen ble tidsavbrutt',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG eller GIF. Maksimal størrelse 1 MB.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Angi et navn for den nye emojien',
|
|
45
|
+
'fabric.emoji.picker': 'Emoji-velger',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Søkeresultater} other {Emojier}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoji-handlinger og -listepanel',
|
|
48
|
+
'fabric.emoji.placeholder': 'f.eks. hei',
|
|
49
|
+
'fabric.emoji.preview': 'Den nye emoji-en {emoji} ser flott ut',
|
|
50
|
+
'fabric.emoji.preview.title': 'Forhåndsvisning',
|
|
51
|
+
'fabric.emoji.retry.label': 'Prøv igjen',
|
|
52
|
+
'fabric.emoji.search.label': 'Emoji-navn',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Søk',
|
|
54
|
+
'fabric.emoji.search.status': 'Viser alle emojier',
|
|
55
|
+
'fabric.emoji.search.status.count': 'Finner {count} emojier',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Hudfargevelger',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Velg hudfarge, {selectedTone} er valgt',
|
|
58
|
+
};
|
package/i18n/nl.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
|
+
//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':
|
|
30
|
+
'Alle bestaande exemplaren van deze emoji zullen vervangen worden door {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Verwijderen',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Druk op Backspace om de emoticon {shortName} te verwijderen',
|
|
33
|
+
'fabric.emoji.delete.title': 'Emoji verwijderen',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Verwijderen',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'emoticon-knop',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Fout!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Verwijderen mislukt',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'De geselecteerde afbeelding is groter dan 1 MB',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'Geselecteerde afbeelding is ongeldig',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Uploaden mislukt',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Upload is verlopen',
|
|
42
|
+
'fabric.emoji.image.requirements': 'JPG, PNG of GIF. Max. grootte 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Voer een naam in voor de nieuwe emoji',
|
|
44
|
+
'fabric.emoji.picker': 'Emoticon-kiezer',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Zoekresultaten} other {Emoticons}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': 'Emoticon-acties en lijstpaneel',
|
|
47
|
+
'fabric.emoji.placeholder': 'Bijv. hallo',
|
|
48
|
+
'fabric.emoji.preview': 'Je nieuwe emoji {emoji} ziet er goed uit',
|
|
49
|
+
'fabric.emoji.preview.title': 'Voorvertoning',
|
|
50
|
+
'fabric.emoji.retry.label': 'Opnieuw proberen',
|
|
51
|
+
'fabric.emoji.search.label': 'Naam emoticon',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Zoeken',
|
|
53
|
+
'fabric.emoji.search.status': 'Alle emoticons worden getoond',
|
|
54
|
+
'fabric.emoji.search.status.count': '{count} emoticons gevonden',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Huidskleur selecteren',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Kies je huidskleur, {selectedTone} is geselecteerd',
|
|
57
|
+
};
|
package/i18n/pl.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
|
+
//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':
|
|
28
|
+
'Wybierz plik dla emoji. JPG, PNG lub GIF. Maks. rozmiar to 1 MB.',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Wybierz plik',
|
|
30
|
+
'fabric.emoji.delete.description': 'Wszystkie istniejące wystąpienia tego emoji zostaną zastąpione {emojiShortName}',
|
|
31
|
+
'fabric.emoji.delete.label': 'Usuń',
|
|
32
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Aby usunąć emoji {shortName}, naciśnij klawisz Backspace.',
|
|
33
|
+
'fabric.emoji.delete.title': 'Usuń emoji',
|
|
34
|
+
'fabric.emoji.delete.tooltip': 'Usuń',
|
|
35
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'Przycisk emoji',
|
|
36
|
+
'fabric.emoji.emojipicker.error': 'Błąd!',
|
|
37
|
+
'fabric.emoji.error.delete.failed': 'Usunięcie nie powiodło się',
|
|
38
|
+
'fabric.emoji.error.image.too.big': 'Wybrany obraz jest większy niż 1 MB',
|
|
39
|
+
'fabric.emoji.error.invalid.image': 'Wybrany obraz jest niepoprawny',
|
|
40
|
+
'fabric.emoji.error.upload.failed': 'Przekazywanie nie powiodło się',
|
|
41
|
+
'fabric.emoji.error.upload.timeout': 'Przekroczono limit czasu przekazywania',
|
|
42
|
+
'fabric.emoji.image.requirements': 'Plik JPG, PNG lub GIF. Maksymalny rozmiar 1 MB.',
|
|
43
|
+
'fabric.emoji.name.ariaLabel': 'Wpisz nazwę dla nowego emoji',
|
|
44
|
+
'fabric.emoji.picker': 'Selektor emoji',
|
|
45
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Wyniki wyszukiwania} other {Emoji}}',
|
|
46
|
+
'fabric.emoji.pickerlist.tabpanel': 'Panel czynności i listy emoji',
|
|
47
|
+
'fabric.emoji.placeholder': 'np. cześć',
|
|
48
|
+
'fabric.emoji.preview': 'Twoja nowa emoji {emoji} wygląda świetnie',
|
|
49
|
+
'fabric.emoji.preview.title': 'Podgląd',
|
|
50
|
+
'fabric.emoji.retry.label': 'Spróbuj ponownie',
|
|
51
|
+
'fabric.emoji.search.label': 'Nazwa emoji',
|
|
52
|
+
'fabric.emoji.search.placeholder': 'Szukaj',
|
|
53
|
+
'fabric.emoji.search.status': 'Wyświetlanie wszystkich emoji',
|
|
54
|
+
'fabric.emoji.search.status.count': 'Znaleziono {count} emoji',
|
|
55
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Selektor odcienia skóry',
|
|
56
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Wybierz odcień skóry, wybrano: {selectedTone}',
|
|
57
|
+
};
|
package/i18n/pt_BR.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
|
+
//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':
|
|
28
|
+
'Selecione um arquivo para o emoji. JPG, PNG ou GIF. Tamanho máximo de 1 MB',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Escolher arquivo',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Todas as instâncias existentes deste emoji serão substituídas por {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Remover',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Para excluir um emoji {shortName}, pressione Backspace',
|
|
34
|
+
'fabric.emoji.delete.title': 'Remover emoji',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Excluir',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'botão de emoji',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Erro!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Falha na remoção',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'A imagem selecionada tem mais de 1 MB',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'A imagem selecionada é inválida',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Falha no carregamento',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'O upload atingiu o tempo limite',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG ou GIF. Tamanho máximo: 1 MB.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Insira um nome para o novo emoji',
|
|
45
|
+
'fabric.emoji.picker': 'Seletor de emoji',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Resultados da pesquisa} other {Emojis}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Painel de ações e lista de emojis',
|
|
48
|
+
'fabric.emoji.placeholder': 'por exemplo: olá',
|
|
49
|
+
'fabric.emoji.preview': 'Seu novo emoji ({emoji}) ficou ótimo',
|
|
50
|
+
'fabric.emoji.preview.title': 'Pré-visualizar',
|
|
51
|
+
'fabric.emoji.retry.label': 'Tentar novamente',
|
|
52
|
+
'fabric.emoji.search.label': 'Nome do emoji',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Pesquisar',
|
|
54
|
+
'fabric.emoji.search.status': 'Visualizando todos os emojis',
|
|
55
|
+
'fabric.emoji.search.status.count': '{count} emojis encontrados',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Seletor de tom de pele',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Escolha seu tom de pele; {selectedTone} selecionado',
|
|
58
|
+
};
|
package/i18n/ru.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
|
+
//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':
|
|
28
|
+
'Выберите файл с эмодзи в формате JPG, PNG или GIF размером не более 1 МБ',
|
|
29
|
+
'fabric.emoji.choose.file.title': 'Выберите файл',
|
|
30
|
+
'fabric.emoji.delete.description':
|
|
31
|
+
'Вместо всех существующих экземпляров этого эмодзи будет использоваться {emojiShortName}',
|
|
32
|
+
'fabric.emoji.delete.label': 'Удалить',
|
|
33
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Чтобы удалить эмодзи {shortName}, нажмите клавишу Backspace',
|
|
34
|
+
'fabric.emoji.delete.title': 'Удаление эмодзи',
|
|
35
|
+
'fabric.emoji.delete.tooltip': 'Удалить',
|
|
36
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'кнопка эмодзи',
|
|
37
|
+
'fabric.emoji.emojipicker.error': 'Ошибка!',
|
|
38
|
+
'fabric.emoji.error.delete.failed': 'Не удалось удалить эмодзи',
|
|
39
|
+
'fabric.emoji.error.image.too.big': 'Размер выбранного изображения превышает 1 МБ',
|
|
40
|
+
'fabric.emoji.error.invalid.image': 'Выбрано недопустимое изображение',
|
|
41
|
+
'fabric.emoji.error.upload.failed': 'Не удалось загрузить эмодзи',
|
|
42
|
+
'fabric.emoji.error.upload.timeout': 'Время ожидания загрузки истекло',
|
|
43
|
+
'fabric.emoji.image.requirements': 'JPG, PNG или GIF. Макс. размер: 1 МБ.',
|
|
44
|
+
'fabric.emoji.name.ariaLabel': 'Введите название для нового эмодзи',
|
|
45
|
+
'fabric.emoji.picker': 'Средство выбора эмодзи',
|
|
46
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Поиск результатов} other {Эмодзи}}',
|
|
47
|
+
'fabric.emoji.pickerlist.tabpanel': 'Панель с действиями и списком эмодзи',
|
|
48
|
+
'fabric.emoji.placeholder': 'Например, «привет»',
|
|
49
|
+
'fabric.emoji.preview': 'Новый эмодзи {emoji} очень классный!',
|
|
50
|
+
'fabric.emoji.preview.title': 'Предпросмотр',
|
|
51
|
+
'fabric.emoji.retry.label': 'Повторить попытку',
|
|
52
|
+
'fabric.emoji.search.label': 'Название эмодзи',
|
|
53
|
+
'fabric.emoji.search.placeholder': 'Поиск',
|
|
54
|
+
'fabric.emoji.search.status': 'Просмотр всех эмодзи',
|
|
55
|
+
'fabric.emoji.search.status.count': 'Найдено эмодзи: {count}',
|
|
56
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Селектор цвета кожи',
|
|
57
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Выберите свой цвет кожи, выбрано: {selectedTone}',
|
|
58
|
+
};
|