@atlaskit/smart-card 19.1.10 → 19.1.13
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/CHANGELOG.md +20 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/cjs/i18n/cs.js +127 -5
- package/dist/cjs/i18n/da.js +126 -5
- package/dist/cjs/i18n/de.js +127 -5
- package/dist/cjs/i18n/en.js +127 -5
- package/dist/cjs/i18n/en_GB.js +127 -5
- package/dist/cjs/i18n/en_ZZ.js +127 -5
- package/dist/cjs/i18n/es.js +127 -5
- package/dist/cjs/i18n/et.js +87 -1
- package/dist/cjs/i18n/fi.js +127 -5
- package/dist/cjs/i18n/fr.js +127 -5
- package/dist/cjs/i18n/hu.js +127 -5
- package/dist/cjs/i18n/index.js +239 -0
- package/dist/cjs/i18n/is.js +77 -0
- package/dist/cjs/i18n/it.js +127 -5
- package/dist/cjs/i18n/ja.js +127 -5
- package/dist/cjs/i18n/ko.js +127 -5
- package/dist/cjs/i18n/languages.js +33 -0
- package/dist/cjs/i18n/nb.js +127 -5
- package/dist/cjs/i18n/nl.js +127 -5
- package/dist/cjs/i18n/pl.js +127 -5
- package/dist/cjs/i18n/pt_BR.js +127 -5
- package/dist/cjs/i18n/pt_PT.js +87 -1
- package/dist/cjs/i18n/ro.js +77 -0
- package/dist/cjs/i18n/ru.js +127 -5
- package/dist/cjs/i18n/sk.js +87 -1
- package/dist/cjs/i18n/sv.js +127 -5
- package/dist/cjs/i18n/th.js +127 -5
- package/dist/cjs/i18n/tr.js +127 -5
- package/dist/cjs/i18n/uk.js +127 -5
- package/dist/cjs/i18n/vi.js +127 -5
- package/dist/cjs/i18n/zh.js +127 -5
- package/dist/cjs/i18n/zh_TW.js +127 -5
- package/dist/cjs/messages.js +167 -2
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/cjs/view/FlexibleCard/utils.js +2 -2
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/cjs/view/common/ModalHeader.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/es2019/i18n/cs.js +127 -5
- package/dist/es2019/i18n/da.js +126 -5
- package/dist/es2019/i18n/de.js +127 -5
- package/dist/es2019/i18n/en.js +127 -5
- package/dist/es2019/i18n/en_GB.js +127 -5
- package/dist/es2019/i18n/en_ZZ.js +127 -5
- package/dist/es2019/i18n/es.js +127 -5
- package/dist/es2019/i18n/et.js +87 -1
- package/dist/es2019/i18n/fi.js +127 -5
- package/dist/es2019/i18n/fr.js +127 -5
- package/dist/es2019/i18n/hu.js +127 -5
- package/dist/es2019/i18n/index.js +35 -0
- package/dist/es2019/i18n/is.js +70 -0
- package/dist/es2019/i18n/it.js +127 -5
- package/dist/es2019/i18n/ja.js +127 -5
- package/dist/es2019/i18n/ko.js +127 -5
- package/dist/es2019/i18n/languages.js +26 -0
- package/dist/es2019/i18n/nb.js +127 -5
- package/dist/es2019/i18n/nl.js +127 -5
- package/dist/es2019/i18n/pl.js +127 -5
- package/dist/es2019/i18n/pt_BR.js +127 -5
- package/dist/es2019/i18n/pt_PT.js +87 -1
- package/dist/es2019/i18n/ro.js +70 -0
- package/dist/es2019/i18n/ru.js +127 -5
- package/dist/es2019/i18n/sk.js +87 -1
- package/dist/es2019/i18n/sv.js +127 -5
- package/dist/es2019/i18n/th.js +127 -5
- package/dist/es2019/i18n/tr.js +127 -5
- package/dist/es2019/i18n/uk.js +127 -5
- package/dist/es2019/i18n/vi.js +127 -5
- package/dist/es2019/i18n/zh.js +127 -5
- package/dist/es2019/i18n/zh_TW.js +127 -5
- package/dist/es2019/messages.js +167 -2
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/es2019/view/FlexibleCard/utils.js +2 -2
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/es2019/view/common/ModalHeader.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/esm/i18n/cs.js +127 -5
- package/dist/esm/i18n/da.js +126 -5
- package/dist/esm/i18n/de.js +127 -5
- package/dist/esm/i18n/en.js +127 -5
- package/dist/esm/i18n/en_GB.js +127 -5
- package/dist/esm/i18n/en_ZZ.js +127 -5
- package/dist/esm/i18n/es.js +127 -5
- package/dist/esm/i18n/et.js +87 -1
- package/dist/esm/i18n/fi.js +127 -5
- package/dist/esm/i18n/fr.js +127 -5
- package/dist/esm/i18n/hu.js +127 -5
- package/dist/esm/i18n/index.js +35 -0
- package/dist/esm/i18n/is.js +70 -0
- package/dist/esm/i18n/it.js +127 -5
- package/dist/esm/i18n/ja.js +127 -5
- package/dist/esm/i18n/ko.js +127 -5
- package/dist/esm/i18n/languages.js +26 -0
- package/dist/esm/i18n/nb.js +127 -5
- package/dist/esm/i18n/nl.js +127 -5
- package/dist/esm/i18n/pl.js +127 -5
- package/dist/esm/i18n/pt_BR.js +127 -5
- package/dist/esm/i18n/pt_PT.js +87 -1
- package/dist/esm/i18n/ro.js +70 -0
- package/dist/esm/i18n/ru.js +127 -5
- package/dist/esm/i18n/sk.js +87 -1
- package/dist/esm/i18n/sv.js +127 -5
- package/dist/esm/i18n/th.js +127 -5
- package/dist/esm/i18n/tr.js +127 -5
- package/dist/esm/i18n/uk.js +127 -5
- package/dist/esm/i18n/vi.js +127 -5
- package/dist/esm/i18n/zh.js +127 -5
- package/dist/esm/i18n/zh_TW.js +127 -5
- package/dist/esm/messages.js +167 -2
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/esm/view/FlexibleCard/utils.js +2 -2
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/esm/view/common/ModalHeader.js +1 -1
- package/dist/types/i18n/cs.d.ts +126 -4
- package/dist/types/i18n/da.d.ts +125 -4
- package/dist/types/i18n/de.d.ts +126 -4
- package/dist/types/i18n/en.d.ts +126 -4
- package/dist/types/i18n/en_GB.d.ts +126 -4
- package/dist/types/i18n/en_ZZ.d.ts +126 -4
- package/dist/types/i18n/es.d.ts +126 -4
- package/dist/types/i18n/et.d.ts +87 -1
- package/dist/types/i18n/fi.d.ts +126 -4
- package/dist/types/i18n/fr.d.ts +126 -4
- package/dist/types/i18n/hu.d.ts +126 -4
- package/dist/types/i18n/index.d.ts +35 -0
- package/dist/types/i18n/is.d.ts +70 -0
- package/dist/types/i18n/it.d.ts +126 -4
- package/dist/types/i18n/ja.d.ts +126 -4
- package/dist/types/i18n/ko.d.ts +126 -4
- package/dist/types/i18n/languages.d.ts +27 -0
- package/dist/types/i18n/nb.d.ts +126 -4
- package/dist/types/i18n/nl.d.ts +126 -4
- package/dist/types/i18n/pl.d.ts +126 -4
- package/dist/types/i18n/pt_BR.d.ts +126 -4
- package/dist/types/i18n/pt_PT.d.ts +87 -1
- package/dist/types/i18n/ro.d.ts +70 -0
- package/dist/types/i18n/ru.d.ts +126 -4
- package/dist/types/i18n/sk.d.ts +87 -1
- package/dist/types/i18n/sv.d.ts +126 -4
- package/dist/types/i18n/th.d.ts +126 -4
- package/dist/types/i18n/tr.d.ts +126 -4
- package/dist/types/i18n/uk.d.ts +126 -4
- package/dist/types/i18n/vi.d.ts +126 -4
- package/dist/types/i18n/zh.d.ts +126 -4
- package/dist/types/i18n/zh_TW.d.ts +126 -4
- package/dist/types/messages.d.ts +2 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +1 -1
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Ei voi muodostaa yhteyttä, yritä uudelleen',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Linkkiä ei löydy',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
11
|
+
'fabric.linking.join_to_view': 'Liity palveluun {context} niin voit tarkastella asiaa',
|
|
13
12
|
'fabric.linking.create_on': 'Luotu {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Tekijä: {context}',
|
|
15
14
|
'fabric.linking.delete': 'Poista',
|
|
16
15
|
'fabric.linking.edit': 'Muokkaa',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Pääsy on kielletty',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Rajoitettu linkki, kokeile toista tiliä',
|
|
19
18
|
'fabric.linking.modified_on': 'Päivitetty {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Käyttöoikeuspyyntösi on vireillä',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Esto',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Vähäinen',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Mitätön',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Määrittelemätön',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Pyydä palvelun {context} käyttöoikeutta tämän asian tarkastelua varten',
|
|
33
32
|
'fabric.linking.request_denied': 'Käyttöoikeuspyyntösi evättiin',
|
|
34
|
-
'fabric.linking.updated_by': 'Muokannut: {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Muokannut: {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Tilit',
|
|
35
|
+
'fabric.linking.actions': 'Toiminnot',
|
|
36
|
+
'fabric.linking.add_account': 'Lisää tili',
|
|
37
|
+
'fabric.linking.annotate': 'Tee merkintöjä',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Sulje joka tapauksessa',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Tallentamattomat muutokset',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Nuoli',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Sumennus',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Sivellin',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Väri',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Viivan paksuus',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Muoto',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Teksti',
|
|
48
|
+
'fabric.linking.archive': 'arkistoi',
|
|
49
|
+
'fabric.linking.audio': 'ääni',
|
|
50
|
+
'fabric.linking.cancel': 'Peruuta',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Tätä tiedostotyyppiä ei voi esikatsella.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Voi ei! Emme voineet noutaa yhtään tiedostoa',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Voi ei! Emme voineet noutaa yhtään GIFiä',
|
|
54
|
+
'fabric.linking.change_view': 'Vaihda näkymä',
|
|
55
|
+
'fabric.linking.check_your_network': 'Tarkista verkkoyhteytesi',
|
|
56
|
+
'fabric.linking.click_to_join': 'Liity käyttämään tuotetta {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Sinut on hyväksytty, joten voit liittyä heti tuotteen {context} käyttäjäksi.',
|
|
58
|
+
'fabric.linking.close': 'Sulje',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Kokeile sulkea tämä tiedosto ja avata se uudelleen.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Avaamme uuden sivun, jotta voimme auttaa sinua yhdistämään {name} -tilisi',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Yhdistä esikatseluun',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Yhdistä',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Jotta voit esikatsella tätä linkkiä, yhdistä {context}-tilisi.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Yhdistä {context}-tilisi',
|
|
65
|
+
'fabric.linking.connect_to': 'Yhdistä kohteeseen {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Voi ei! Muokkainta ei voitu ladata',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Voi ei! Kuvaa ei voitu tallentaa',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Salattuja tai salasanalla suojattuja tiedostoja ei voi esikatsella.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Tälle tiedostolle ei voitu luoda esikatselua.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Tiedostoa ei voitu ladata.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Tämän linkin lataaminen epäonnistui tuntemattomasta syystä.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Luodaan esikatselua...',
|
|
73
|
+
'fabric.linking.default_avatars': 'Oletusavatarit',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'poista kokoruututila käytöstä',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Näytä pienoiskuva',
|
|
76
|
+
'fabric.linking.document': 'asiakirja',
|
|
77
|
+
'fabric.linking.download': 'Lataa',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Vedä ja pudota kuvasi tänne',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Vedä ja pudota tiedostosi minne tahansa tai',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Vedä ja pudota tiedostosi ja kansiosi minne tahansa tai',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Pudota tiedostosi ladattavaksi',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Pudota tiedostosi tänne',
|
|
83
|
+
'fabric.linking.email': 'Sähköposti',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'ota kokoruututila käyttöön',
|
|
85
|
+
'fabric.linking.error_429': 'Virhe 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Virhe esikatselun luomisessa',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Jos ongelma toistuu jatkuvasti, ota yhteyttä tukeen.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Yritä uudelleen, ja mekin kokeilemme vielä kerran.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Virhe ladattaessa tiedostoa',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Ei voitu ladata',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Lataaminen epäonnistui',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Sinulla ei ole tämän esikatselun käyttöoikeutta. Jos tarvitset käyttöoikeuden, ota yhteyttä sivuston ylläpitäjään.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Anna palautetta',
|
|
94
|
+
'fabric.linking.image': 'kuva',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Kuvaa ei voitu ladata, muoto on virheellinen.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Kuva on liian suuri, se ei voi olla suurempi kuin {MAX_SIZE_MB}Mt',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Kuvaa ei voitu ladata, url-osoite on virheellinen.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Lisää {0} tiedosto} other {Lisää {0} tiedostoa}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Rajoitettu linkki',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Pyydä käyttöoikeus tai käytä toista tiliä, jos haluat nähdä tämän esikatselun.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'Valittua kohdetta ei löytynyt luettelosta.',
|
|
102
|
+
'fabric.linking.learn_more': 'Lue lisää',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Lataa lisää GIFejä',
|
|
104
|
+
'fabric.linking.loading': 'Ladataan...',
|
|
105
|
+
'fabric.linking.loading_file': 'Ladataan tiedostoa...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Se saattaa olla vain tilapäinen ongelma.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Hei? Minuako etsit?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Emme löytäneet tuloksia kyselylle "{query}"',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'PDF-artefaktoja ei löytynyt tälle tiedostolle.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Linkkiä ei löytynyt. Tarkista URL-osoite ja muokkaa tai liitä uudelleen.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Oho. Emme löydä tätä linkkiä!',
|
|
112
|
+
'fabric.linking.or': 'tai',
|
|
113
|
+
'fabric.linking.pause': 'Keskeytä',
|
|
114
|
+
'fabric.linking.play': 'Toista',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Oletus',
|
|
116
|
+
'fabric.linking.playback_speed': 'Toistonopeus',
|
|
117
|
+
'fabric.linking.preview': 'Esikatselu',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Esikatselua ei tällä hetkellä saatavilla',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Esikatselua ei saatavilla',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Viimeaikaiset lataukset',
|
|
121
|
+
'fabric.linking.remove_image': 'Poista kuva',
|
|
122
|
+
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
123
|
+
'fabric.linking.request_access_description': 'Pyydä sovelluksen {context} käyttöoikeutta tämän esikatselun katsomista varten.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Käyttöoikeuksia odotetaan',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Käyttöoikeuspyyntösi on vireillä.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Käyttöoikeuspyyntösi evättiin. Ota yhteyttä sivustosi ylläpitäjään, jos silti tarvitset käyttöoikeuden.',
|
|
127
|
+
'fabric.linking.retry': 'Yritä uudelleen',
|
|
128
|
+
'fabric.linking.save': 'Tallenna',
|
|
129
|
+
'fabric.linking.search': 'Hae',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Hae kaikista GIFeistä!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Jaamme ne heti',
|
|
132
|
+
'fabric.linking.skip_backward': '10 sekuntia taaksepäin',
|
|
133
|
+
'fabric.linking.skip_forward': '10 sekuntia eteenpäin',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Jotain meni pieleen.',
|
|
135
|
+
'fabric.linking.srclink': 'Näytä kohteessa',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Näytä alkuperäinen',
|
|
137
|
+
'fabric.linking.text': 'Teksti',
|
|
138
|
+
'fabric.linking.try_again': 'Yritä uudelleen',
|
|
139
|
+
'fabric.linking.try_another_account': 'Kokeile toista tiliä',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Kokeile ladata tiedosto, jotta voit tarkastella sitä.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Et voi tehdä merkintöjä tähän kuvaan',
|
|
142
|
+
'fabric.linking.unknown': 'tuntematon',
|
|
143
|
+
'fabric.linking.unlink_account': 'Poista tilin linkitys',
|
|
144
|
+
'fabric.linking.upload': 'Lataa',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Lataa avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Lataa tiedosto',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Lataa tiedosto kohteesta {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Lataa kuva',
|
|
149
|
+
'fabric.linking.upload_photo': 'Lataa kuva',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'Näytä',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Tiedostosi lataamisessa on ongelma.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Selaimesi ei tue WebGL:ää. Käytä WebGL:ää tukevaa selainta, jos haluat tehdä merkintöjä kuviin.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Emme voineet ladata kyseistä zip-tiedoston kohdetta esikatselua varten',
|
|
155
|
+
'fabric.linking.zoom_in': 'lähennä',
|
|
156
|
+
'fabric.linking.zoom_out': 'loitonna'
|
|
35
157
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Connexion impossible, réessayez',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Le lien est introuvable',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': "Connecter à l'aperçu",
|
|
11
|
+
'fabric.linking.join_to_view': 'Rejoignez {context} pour consulter ce ticket',
|
|
13
12
|
'fabric.linking.create_on': 'Création : {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Création par : {context}',
|
|
15
14
|
'fabric.linking.delete': 'Supprimer',
|
|
16
15
|
'fabric.linking.edit': 'Modifier',
|
|
17
16
|
'fabric.linking.forbidden_access': "Vous n'avez pas accès à cette ressource",
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Lien restreint, essayez un autre compte',
|
|
19
18
|
'fabric.linking.modified_on': 'Mise à jour : {context}',
|
|
20
19
|
'fabric.linking.pending_request': "Votre demande d'accès est en attente",
|
|
21
20
|
'fabric.linking.priority_blocker': 'Bloqueur',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Mineure',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Sans importance',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Non définie',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Demandez un accès à {context} pour consulter ce ticket',
|
|
33
32
|
'fabric.linking.request_denied': "Votre demande d'accès a été refusée",
|
|
34
|
-
'fabric.linking.updated_by': 'Modification par {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modification par {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Comptes',
|
|
35
|
+
'fabric.linking.actions': 'Actions',
|
|
36
|
+
'fabric.linking.add_account': 'Ajouter un compte',
|
|
37
|
+
'fabric.linking.annotate': 'Annoter',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Fermer quand même',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Certains de vos changements ne sont pas enregistrés. Voulez-vous vraiment quitter ?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Changements non enregistrés',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Flèche',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Flou',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Pinceau',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Couleur',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Épaisseur de ligne',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Forme',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Texte',
|
|
48
|
+
'fabric.linking.archive': 'archiver',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Annuler',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Aucun aperçu disponible pour ce type de fichiers.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Désolés, impossible de récupérer le moindre fichier',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': "Désolés, nous n'avons pu récupérer aucun GIF",
|
|
54
|
+
'fabric.linking.change_view': 'Changer de vue',
|
|
55
|
+
'fabric.linking.check_your_network': 'Vérifier votre connexion réseau',
|
|
56
|
+
'fabric.linking.click_to_join': 'Rejoindre {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': "Vous avez reçu l'approbation, vous pouvez donc rejoindre {context} immédiatement.",
|
|
58
|
+
'fabric.linking.close': 'Fermer',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Essayez de fermer ce fichier, puis de le rouvrir.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Nous ouvrirons une nouvelle page pour vous aider à vous connecter à votre compte {name}',
|
|
61
|
+
'fabric.linking.connect_link_account': "Connecter à l'aperçu",
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Connecter',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Pour afficher un aperçu de ce lien, connectez votre compte {context}.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connectez votre compte {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Se connecter à {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': "Désolés, nous n'avons pas pu charger l'éditeur",
|
|
67
|
+
'fabric.linking.could_not_save_image': "Désolés, nous n'avons pas pu enregistrer l'image",
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Impossible de prévisualiser les fichiers chiffrés ou protégés par un mot de passe.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': "Impossible de générer l'aperçu de ce fichier.",
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Impossible de charger le fichier.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Impossible de charger ce lien pour une raison inconnue.',
|
|
72
|
+
'fabric.linking.creating_preview': "Création de l'aperçu…",
|
|
73
|
+
'fabric.linking.default_avatars': 'Avatars par défaut',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'désactiver le mode plein écran',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Afficher la miniature',
|
|
76
|
+
'fabric.linking.document': 'document',
|
|
77
|
+
'fabric.linking.download': 'Télécharger',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Glisser-déplacer vos images ici',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': "Glisser-déplacer des fichiers n'importe où ou",
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': "Glissez-déplacez vos fichiers et dossiers n'importe où ou",
|
|
81
|
+
'fabric.linking.drop_your_files': 'Déposer vos fichiers à importer',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Déposer vos fichiers ici',
|
|
83
|
+
'fabric.linking.email': 'E-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'activer le mode plein écran',
|
|
85
|
+
'fabric.linking.error_429': 'Erreur 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': "Erreur de génération de l'aperçu",
|
|
87
|
+
'fabric.linking.error_hint_critical': "Si le problème persiste, contactez le service d'assistance.",
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Réessayez.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Erreur de chargement du fichier',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Échec du chargement',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Échec du chargement',
|
|
92
|
+
'fabric.linking.forbidden_description': "Vous n'avez pas accès à cet aperçu. Contactez l'administrateur de site si vous avez besoin d'y accéder.",
|
|
93
|
+
'fabric.linking.give_feedback': 'Envoyer un commentaire',
|
|
94
|
+
'fabric.linking.image': 'image',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': "Impossible de charger l'image, le format n'est pas valide.",
|
|
96
|
+
'fabric.linking.image_size_too_large_error': "L'image est trop grande. Elle ne doit pas dépasser {MAX_SIZE_MB} Mo",
|
|
97
|
+
'fabric.linking.image_url_invalid_error': "Impossible de charger l'image, l'URL n'est pas valide.",
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Insérer {0} fichier} other {Insérer {0} fichiers}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Lien restreint',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': "Vous devrez demander l'accès ou essayer un autre compte pour afficher cet aperçu.",
|
|
101
|
+
'fabric.linking.item_not_found_in_list': "L'élément sélectionné ne fait pas partie de la liste.",
|
|
102
|
+
'fabric.linking.learn_more': 'En savoir plus',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Charger plus de GIF',
|
|
104
|
+
'fabric.linking.loading': 'Chargement…',
|
|
105
|
+
'fabric.linking.loading_file': 'Chargement du fichier…',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': "Ce n'est sûrement qu'un contretemps.",
|
|
107
|
+
'fabric.linking.no_gifs_found': "Hello? Is it me you're looking for?",
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': "Nous n'avons trouvé aucun résultat pour « {query} »",
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Aucun artefact PDF trouvé pour ce fichier.',
|
|
110
|
+
'fabric.linking.not_found_description': "Lien introuvable. Cliquez sur l'URL et essayez de la modifier, ou collez-la de nouveau.",
|
|
111
|
+
'fabric.linking.not_found_title': 'Oups, ce lien est introuvable !',
|
|
112
|
+
'fabric.linking.or': 'ou',
|
|
113
|
+
'fabric.linking.pause': 'Interrompre',
|
|
114
|
+
'fabric.linking.play': 'Lire',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Par défaut',
|
|
116
|
+
'fabric.linking.playback_speed': 'Vitesse de lecture',
|
|
117
|
+
'fabric.linking.preview': 'Afficher un aperçu',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Aperçu actuellement non disponible',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Aperçu non disponible',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Importations récentes',
|
|
121
|
+
'fabric.linking.remove_image': "Supprimer l'image",
|
|
122
|
+
'fabric.linking.request_access': "Demander l'accès",
|
|
123
|
+
'fabric.linking.request_access_description': 'Demandez un accès à {context} pour voir cet aperçu.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Accès en attente',
|
|
125
|
+
'fabric.linking.request_access_pending_description': "Votre demande d'accès est en attente.",
|
|
126
|
+
'fabric.linking.request_denied_description': "Votre demande d'accès a été refusée. Contactez l'administrateur de site pour demander l'accès.",
|
|
127
|
+
'fabric.linking.retry': 'Réessayer',
|
|
128
|
+
'fabric.linking.save': 'Enregistrer',
|
|
129
|
+
'fabric.linking.search': 'rechercher',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Rechercher parmi tous les GIF',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Nous les partagerons instantanément',
|
|
132
|
+
'fabric.linking.skip_backward': 'Reculer de 10 secondes',
|
|
133
|
+
'fabric.linking.skip_forward': 'Avancer de 10 secondes',
|
|
134
|
+
'fabric.linking.something_went_wrong': "Une erreur s'est produite.",
|
|
135
|
+
'fabric.linking.srclink': 'Afficher dans',
|
|
136
|
+
'fabric.linking.srclinkunknown': "Afficher l'original",
|
|
137
|
+
'fabric.linking.text': 'Texte',
|
|
138
|
+
'fabric.linking.try_again': 'Réessayez',
|
|
139
|
+
'fabric.linking.try_another_account': 'Essayez un autre compte',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Essayez de télécharger le fichier pour le consulter.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Vous ne pouvez pas annoter cette image',
|
|
142
|
+
'fabric.linking.unknown': 'inconnu',
|
|
143
|
+
'fabric.linking.unlink_account': 'Dissocier le compte',
|
|
144
|
+
'fabric.linking.upload': 'Importer',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Importer un avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Importer un fichier',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Importer un fichier depuis {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Importer une image',
|
|
149
|
+
'fabric.linking.upload_photo': 'Importer une photo',
|
|
150
|
+
'fabric.linking.video': 'vidéo',
|
|
151
|
+
'fabric.linking.view': 'Afficher',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Nous rencontrons des difficultés pour charger votre fichier.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Votre navigateur ne prend pas en charge WebGL. Utilisez un navigateur compatible WebGL pour annoter les images.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Impossible de charger cet élément du fichier ZIP pour le prévisualiser',
|
|
155
|
+
'fabric.linking.zoom_in': 'zoomer',
|
|
156
|
+
'fabric.linking.zoom_out': 'réduire'
|
|
35
157
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Nem sikerült kapcsolódni, próbálkozz újra',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'A link nem található',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Csatlakozás az előnézethez',
|
|
11
|
+
'fabric.linking.join_to_view': 'Az ügy megtekintése érdekében csatlakozz ehhez: {context}',
|
|
13
12
|
'fabric.linking.create_on': 'Létrehozva: {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Létrehozta: {context}',
|
|
15
14
|
'fabric.linking.delete': 'Törlés',
|
|
16
15
|
'fabric.linking.edit': 'Szerkesztés',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Hozzáférés megtagadva',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Korlátozott link, próbálkozz másik fiókkal',
|
|
19
18
|
'fabric.linking.modified_on': 'Frissítve: {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'A hozzáférési kérelmed függőben van',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blokkoló',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Kevésbé jelentős',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Triviális',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Nincs meghatározva',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Az ügy megtekintése érdekében kérj hozzáférést ehhez: {context}',
|
|
33
32
|
'fabric.linking.request_denied': 'A hozzáférési kérelmedet elutasították',
|
|
34
|
-
'fabric.linking.updated_by': 'Módosította: {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Módosította: {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Fiókok',
|
|
35
|
+
'fabric.linking.actions': 'Műveletek',
|
|
36
|
+
'fabric.linking.add_account': 'Fiók hozzáadása',
|
|
37
|
+
'fabric.linking.annotate': 'Jegyzet készítése',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Bezárás mindenképpen',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Nem mentett módosításaid vannak. Biztosan elhagyod az oldalt?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Nem mentett módosítások',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Nyíl',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Homályosítás',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Ecset',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Szín',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Vonalvastagság',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Alakzat',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Szöveg',
|
|
48
|
+
'fabric.linking.archive': 'archiválás',
|
|
49
|
+
'fabric.linking.audio': 'hang',
|
|
50
|
+
'fabric.linking.cancel': 'Mégse',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Ehhez a fájltípushoz nem tudunk előnézetet létrehozni.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Jaj! Nem sikerült lekérni egyetlen fájlt sem.',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Jaj! Nem sikerült lekérni egyetlen GIF-et sem',
|
|
54
|
+
'fabric.linking.change_view': 'Nézet módosítása',
|
|
55
|
+
'fabric.linking.check_your_network': 'Ellenőrizze a hálózati kapcsolatot',
|
|
56
|
+
'fabric.linking.click_to_join': 'Csatlakozz a(z) {context} rendszerhez',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Megkaptad a jóváhagyást, ezért azonnal csatlakozhatsz a következő termékhez: {context}.',
|
|
58
|
+
'fabric.linking.close': 'Bezárás',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Zárd be, majd nyisd meg újra a fájlt.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Megnyitunk egy új lapot, hogy könnyebben csatlakozhasson {name}-fiókjához',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Csatlakozás az előnézethez',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Csatlakoztatás',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'A link előnézetének megtekintéséhez csatlakoztasd {context}-fiókodat.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Kapcsold össze a fiókodat: {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Csatlakozás ehhez: {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Nem sikerült betölteni a szerkesztőt.',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Nem sikerült betölteni a képet.',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Nem lehet megtekinteni titkosított vagy jelszóval védett fájlok előnézetét.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Ehhez a fájlhoz nem tudtunk előnézetet létrehozni.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Nem tudtuk betölteni a fájlt.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Ismeretlen okból nem tudtuk betölteni ezt a linket.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Előnézet létrehozása…',
|
|
73
|
+
'fabric.linking.default_avatars': 'Alapértelmezett avatárok',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'teljes képernyős mód letiltása',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Előnézet megjelenítése',
|
|
76
|
+
'fabric.linking.document': 'dokumentum',
|
|
77
|
+
'fabric.linking.download': 'Letöltés',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Húzza ide a képeket.',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Húzza és ejtse ide egy fájlokat vagy',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Húzd bárhova a fájlokat és a mappákat, vagy',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Ejtse ide a fájlokat a feltöltéshez',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Húzza ide a fájlokat.',
|
|
83
|
+
'fabric.linking.email': 'E-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'teljes képernyős mód engedélyezése',
|
|
85
|
+
'fabric.linking.error_429': '429-es hiba',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Hiba történt az előnézet létrehozásakor.',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Ha a probléma nem szűnik meg, lépjen kapcsolatba az ügyfélszolgálattal.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Próbálja meg újból, és teszünk még egy kísérletet.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Hiba történt a fájl betöltésekor.',
|
|
90
|
+
'fabric.linking.failed_to_load': 'A betöltés nem sikerült',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'A feltöltés nem sikerült',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Nincs hozzáférésed ehhez az előnézethez. Lépj kapcsolatba a webhely adminisztrátorával, ha szükséged van hozzáférésre.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Visszajelzés küldése',
|
|
94
|
+
'fabric.linking.image': 'kép',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Nem sikerült feltölteni a képet, mert a formátum érvénytelen.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'A kép túl nagy. Nem lehet {MAX_SIZE_MB}MB-nál nagyobb.',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Nem sikerült feltölteni a képet, mert az URL-cím érvénytelen.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {{0} fájl beillesztése} other {{0} fájl beillesztése}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Korlátozott link',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Az előnézet megtekintéséhez hozzáférést kell kérned, vagy másik fiókba kell belépned.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'A kijelölt elem nem található a listán.',
|
|
102
|
+
'fabric.linking.learn_more': 'További információ',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'További GIF-ek betöltése',
|
|
104
|
+
'fabric.linking.loading': 'Betöltés…',
|
|
105
|
+
'fabric.linking.loading_file': 'Fájl betöltése...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Valószínűleg csak átmeneti hibáról van szó.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Hello? Engem keresett?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Nem találtunk semmit sem a következő kifejezésre: {query}',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Nem található PDF-műtermék ehhez a fájlhoz.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Nem találtuk meg a linket. Ellenőrizd az URL-címet, és próbáld meg módosítani, vagy másold be újra.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Hoppá. Nem találjuk ezt a linket!',
|
|
112
|
+
'fabric.linking.or': 'vagy',
|
|
113
|
+
'fabric.linking.pause': 'Szünet',
|
|
114
|
+
'fabric.linking.play': 'Lejátszás',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Alapértelmezett',
|
|
116
|
+
'fabric.linking.playback_speed': 'Lejátszási sebesség',
|
|
117
|
+
'fabric.linking.preview': 'Előnézet',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Az előnézet jelenleg nem elérhető',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Az előnézet nem áll rendelkezésre',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Legutóbb feltöltések',
|
|
121
|
+
'fabric.linking.remove_image': 'Kép eltávolítása',
|
|
122
|
+
'fabric.linking.request_access': 'Hozzáférés kérése',
|
|
123
|
+
'fabric.linking.request_access_description': 'Kérj hozzáférést a következő termékhez az előnézet megtekintése érdekében: {context}.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Hozzáférés függőben',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'A hozzáférési kérelmed függőben van.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'A hozzáférési kérelmedet elutasították. Lépj kapcsolatba a webhely adminisztrátorával, ha továbbra is szükséged van hozzáférésre.',
|
|
127
|
+
'fabric.linking.retry': 'Újra',
|
|
128
|
+
'fabric.linking.save': 'Mentés',
|
|
129
|
+
'fabric.linking.search': 'keresés',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Keresés az összes GIF között',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Azonnal megosztjuk őket.',
|
|
132
|
+
'fabric.linking.skip_backward': 'Vissza 10 másodpercet',
|
|
133
|
+
'fabric.linking.skip_forward': 'Előre 10 másodpercet',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Hiba történt.',
|
|
135
|
+
'fabric.linking.srclink': 'Megtekintés módja:',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Eredeti megtekintése',
|
|
137
|
+
'fabric.linking.text': 'Szöveg',
|
|
138
|
+
'fabric.linking.try_again': 'Próbálja újra',
|
|
139
|
+
'fabric.linking.try_another_account': 'Próbálkozz másik fiókkal',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'A megtekintéshez próbálja meg letölteni a fájlt.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Nem sikerült jegyzetet fűznie a képhez.',
|
|
142
|
+
'fabric.linking.unknown': 'ismeretlen',
|
|
143
|
+
'fabric.linking.unlink_account': 'Fiók leválasztása',
|
|
144
|
+
'fabric.linking.upload': 'Feltöltés',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Avatár feltöltése',
|
|
146
|
+
'fabric.linking.upload_file': 'Fájl feltöltése',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Fájl feltöltése innen: {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Kép feltöltése',
|
|
149
|
+
'fabric.linking.upload_photo': 'Fénykép feltöltése',
|
|
150
|
+
'fabric.linking.video': 'videó',
|
|
151
|
+
'fabric.linking.view': 'Megtekintés',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Probléma merült fel a fájl betöltése során.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'A böngészője nem támogatja a WebGL funkciót. A képek jegyzetekkel való ellátásához használjon a WebGL funkcióval kompatibilis böngészőt.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Nem tudtuk betölteni a ZIP-fájlt az előnézet megtekintése céljából',
|
|
155
|
+
'fabric.linking.zoom_in': 'nagyítás',
|
|
156
|
+
'fabric.linking.zoom_out': 'kicsinyítés'
|
|
35
157
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by i18n-tools.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
export { default as zh } from './zh';
|
|
8
|
+
export { default as zh_TW } from './zh_TW';
|
|
9
|
+
export { default as cs } from './cs';
|
|
10
|
+
export { default as da } from './da';
|
|
11
|
+
export { default as nl } from './nl';
|
|
12
|
+
export { default as et } from './et';
|
|
13
|
+
export { default as fi } from './fi';
|
|
14
|
+
export { default as fr } from './fr';
|
|
15
|
+
export { default as de } from './de';
|
|
16
|
+
export { default as hu } from './hu';
|
|
17
|
+
export { default as it } from './it';
|
|
18
|
+
export { default as ja } from './ja';
|
|
19
|
+
export { default as ko } from './ko';
|
|
20
|
+
export { default as nb } from './nb';
|
|
21
|
+
export { default as pl } from './pl';
|
|
22
|
+
export { default as pt_BR } from './pt_BR';
|
|
23
|
+
export { default as pt_PT } from './pt_PT';
|
|
24
|
+
export { default as ru } from './ru';
|
|
25
|
+
export { default as sk } from './sk';
|
|
26
|
+
export { default as es } from './es';
|
|
27
|
+
export { default as sv } from './sv';
|
|
28
|
+
export { default as th } from './th';
|
|
29
|
+
export { default as tr } from './tr';
|
|
30
|
+
export { default as uk } from './uk';
|
|
31
|
+
export { default as vi } from './vi';
|
|
32
|
+
export { default as en } from './en';
|
|
33
|
+
export { default as en_GB } from './en_GB';
|
|
34
|
+
export { default as is } from './is';
|
|
35
|
+
export { default as ro } from './ro';
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Icelandic
|
|
2
|
+
export default {
|
|
3
|
+
'fabric.linking.retry': 'Reyna aftur ',
|
|
4
|
+
'fabric.linking.failed_to_load': 'Ekki tókst að hlaða',
|
|
5
|
+
'fabric.linking.recent_uploads': 'Nýlegar uppfærslur',
|
|
6
|
+
'fabric.linking.upload_file': 'Hlaða inn frá skrá',
|
|
7
|
+
'fabric.linking.drag_and_drop_your_files': 'Dragðu og slepptu skránum þínum hvar sem er eða',
|
|
8
|
+
'fabric.linking.drop_your_files': 'Slepptu skránum þínum til að uppfæra þær',
|
|
9
|
+
'fabric.linking.upload': 'Hlaða upp',
|
|
10
|
+
'fabric.linking.cancel': 'Hætta við',
|
|
11
|
+
'fabric.linking.search_all_gifs': 'Leita í öllum GIF!',
|
|
12
|
+
'fabric.linking.cant_retrieve_gifs': 'Æi! Við gátum ekki sótt nein GIF',
|
|
13
|
+
'fabric.linking.check_your_network': 'Athugaðu nettenginguna þína',
|
|
14
|
+
'fabric.linking.try_again': 'Reyna aftur',
|
|
15
|
+
'fabric.linking.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
16
|
+
'fabric.linking.no_gifs_found_suggestion': 'Okkur tókst ekki að finna neitt fyrir "{query}"',
|
|
17
|
+
'fabric.linking.load_more_gifs': 'Hlaða meiru GIF',
|
|
18
|
+
'fabric.linking.add_account': 'Bæta við account',
|
|
19
|
+
'fabric.linking.unlink_account': 'Aftengjast account',
|
|
20
|
+
'fabric.linking.upload_file_from': 'Hladdu upp skrá frá {name}',
|
|
21
|
+
'fabric.linking.connect_to': 'Tengjast {name}',
|
|
22
|
+
'fabric.linking.connect_account_description': 'Við munum opna nýja síðu til að hjálpa þér að tengja {name} reikninginn þinn',
|
|
23
|
+
'fabric.linking.upload_an_avatar': 'Hala upp avatar',
|
|
24
|
+
'fabric.linking.save': 'Vista',
|
|
25
|
+
'fabric.linking.or': 'eða',
|
|
26
|
+
'fabric.linking.upload_photo': 'Hlaða inn mynd',
|
|
27
|
+
'fabric.linking.default_avatars': 'Sálfgefnir genglar',
|
|
28
|
+
'fabric.linking.drag_and_drop_images_here': 'Dragðu og slepptu myndunum þínum hér',
|
|
29
|
+
'fabric.linking.upload_image': 'Hlaða upp mynd',
|
|
30
|
+
'fabric.linking.image_url_invalid_error': 'Ekki tókst að hlaða mynd því vefslóðin er ógild.',
|
|
31
|
+
'fabric.linking.image_format_invalid_error': 'Ekki tókst að hlaða mynd því sniðið er ógilt.',
|
|
32
|
+
'fabric.linking.image_size_too_large_error': 'Mynd er of stór, hún má ekki vera stærri en {MAX_SIZE_MB}Mb',
|
|
33
|
+
'fabric.linking.something_went_wrong': 'Eitthvað fór úrskeiðis.',
|
|
34
|
+
'fabric.linking.might_be_a_hiccup': 'Þetta gætu bara verið smá hnökrar.',
|
|
35
|
+
'fabric.linking.couldnt_generate_preview': 'Ekki tókst að búa til forskoðun fyrir þessa skrá.',
|
|
36
|
+
'fabric.linking.cant_preview_file_type': 'Þú getur ekki forskoðað þessa skráargerð.',
|
|
37
|
+
'fabric.linking.item_not_found_in_list': 'Valið atriði fannst ekki á listanum.',
|
|
38
|
+
'fabric.linking.no_pdf_artifacts': 'Engir PDF-gervingar fundust fyrir þessa skrá.',
|
|
39
|
+
'fabric.linking.give_feedback': 'Gefa álit',
|
|
40
|
+
'fabric.linking.try_downloading_file': 'Prófaðu að hlaða skránni niður til að skoða hana.',
|
|
41
|
+
'fabric.linking.webgl_warning_description': 'Vafrinn þinn styður ekki WebGL. Notaðu WebGL virkan vafra til að geta skrifað skýringar við myndir.',
|
|
42
|
+
'fabric.linking.unable_to_annotate_image': 'Þú getur ekki skrifað skýringar við þessa mynd',
|
|
43
|
+
'fabric.linking.learn_more': 'Fáðu að vita meira ',
|
|
44
|
+
'fabric.linking.accounts': 'Account',
|
|
45
|
+
'fabric.linking.actions': 'Aðgerðir',
|
|
46
|
+
'fabric.linking.error_hint_retry': 'Reyndu aftur og við látum aftur á það reyna.',
|
|
47
|
+
'fabric.linking.error_hint_critical': 'Ef vandamálið er viðvarandi skaltu hafa samband við kerfisstuðning.',
|
|
48
|
+
'fabric.linking.close': 'Loka',
|
|
49
|
+
'fabric.linking.could_not_load_editor': 'Æi! Ekki tókst að hlaða ritlinum',
|
|
50
|
+
'fabric.linking.could_not_save_image': 'Æi! Ekki tókst að vista myndina',
|
|
51
|
+
'fabric.linking.annotate': 'Textaskýring',
|
|
52
|
+
'fabric.linking.drop_your_files_here': 'Slepptu skránum þínum hér',
|
|
53
|
+
'fabric.linking.share_files_instantly': 'Við munum deila þeim eins og skot',
|
|
54
|
+
'fabric.linking.insert_files': '{0, plural, one{Setja inn skrá} other{Setja inn {0} skrár}}',
|
|
55
|
+
'fabric.linking.zoom_out': 'zoom out',
|
|
56
|
+
'fabric.linking.zoom_in': 'zoom in',
|
|
57
|
+
'fabric.linking.remove_image': 'Remove image',
|
|
58
|
+
'fabric.linking.play': 'play',
|
|
59
|
+
'fabric.linking.pause': 'pause',
|
|
60
|
+
'fabric.linking.disable_fullscreen': 'disable fullscreen',
|
|
61
|
+
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
62
|
+
'fabric.linking.error_loading_file': 'Error loading file',
|
|
63
|
+
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
64
|
+
'fabric.linking.download': 'Download',
|
|
65
|
+
'fabric.linking.unknown': 'unknown',
|
|
66
|
+
'fabric.linking.document': 'document',
|
|
67
|
+
'fabric.linking.audio': 'audio',
|
|
68
|
+
'fabric.linking.video': 'video',
|
|
69
|
+
'fabric.linking.image': 'image'
|
|
70
|
+
};
|