@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/cjs/i18n/hu.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Nem sikerült kapcsolódni, próbálkozz újra',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'A link nem található',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Csatlakozás az előnézethez',
|
|
18
|
+
'fabric.linking.join_to_view': 'Az ügy megtekintése érdekében csatlakozz ehhez: {context}',
|
|
20
19
|
'fabric.linking.create_on': 'Létrehozva: {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Létrehozta: {context}',
|
|
22
21
|
'fabric.linking.delete': 'Törlés',
|
|
23
22
|
'fabric.linking.edit': 'Szerkesztés',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Hozzáférés megtagadva',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Korlátozott link, próbálkozz másik fiókkal',
|
|
26
25
|
'fabric.linking.modified_on': 'Frissítve: {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'A hozzáférési kérelmed függőben van',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Blokkoló',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Kevésbé jelentős',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Triviális',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Nincs meghatározva',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Az ügy megtekintése érdekében kérj hozzáférést ehhez: {context}',
|
|
40
39
|
'fabric.linking.request_denied': 'A hozzáférési kérelmedet elutasították',
|
|
41
|
-
'fabric.linking.updated_by': 'Módosította: {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Módosította: {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Fiókok',
|
|
42
|
+
'fabric.linking.actions': 'Műveletek',
|
|
43
|
+
'fabric.linking.add_account': 'Fiók hozzáadása',
|
|
44
|
+
'fabric.linking.annotate': 'Jegyzet készítése',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Bezárás mindenképpen',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Nem mentett módosításaid vannak. Biztosan elhagyod az oldalt?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Nem mentett módosítások',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Nyíl',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Homályosítás',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Ecset',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Szín',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Vonalvastagság',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Alakzat',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Szöveg',
|
|
55
|
+
'fabric.linking.archive': 'archiválás',
|
|
56
|
+
'fabric.linking.audio': 'hang',
|
|
57
|
+
'fabric.linking.cancel': 'Mégse',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Ehhez a fájltípushoz nem tudunk előnézetet létrehozni.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Jaj! Nem sikerült lekérni egyetlen fájlt sem.',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Jaj! Nem sikerült lekérni egyetlen GIF-et sem',
|
|
61
|
+
'fabric.linking.change_view': 'Nézet módosítása',
|
|
62
|
+
'fabric.linking.check_your_network': 'Ellenőrizze a hálózati kapcsolatot',
|
|
63
|
+
'fabric.linking.click_to_join': 'Csatlakozz a(z) {context} rendszerhez',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Megkaptad a jóváhagyást, ezért azonnal csatlakozhatsz a következő termékhez: {context}.',
|
|
65
|
+
'fabric.linking.close': 'Bezárás',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Zárd be, majd nyisd meg újra a fájlt.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Megnyitunk egy új lapot, hogy könnyebben csatlakozhasson {name}-fiókjához',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Csatlakozás az előnézethez',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Csatlakoztatás',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'A link előnézetének megtekintéséhez csatlakoztasd {context}-fiókodat.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Kapcsold össze a fiókodat: {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Csatlakozás ehhez: {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Nem sikerült betölteni a szerkesztőt.',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Nem sikerült betölteni a képet.',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Nem lehet megtekinteni titkosított vagy jelszóval védett fájlok előnézetét.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Ehhez a fájlhoz nem tudtunk előnézetet létrehozni.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Nem tudtuk betölteni a fájlt.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Ismeretlen okból nem tudtuk betölteni ezt a linket.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Előnézet létrehozása…',
|
|
80
|
+
'fabric.linking.default_avatars': 'Alapértelmezett avatárok',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'teljes képernyős mód letiltása',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Előnézet megjelenítése',
|
|
83
|
+
'fabric.linking.document': 'dokumentum',
|
|
84
|
+
'fabric.linking.download': 'Letöltés',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Húzza ide a képeket.',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Húzza és ejtse ide egy fájlokat vagy',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Húzd bárhova a fájlokat és a mappákat, vagy',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Ejtse ide a fájlokat a feltöltéshez',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Húzza ide a fájlokat.',
|
|
90
|
+
'fabric.linking.email': 'E-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'teljes képernyős mód engedélyezése',
|
|
92
|
+
'fabric.linking.error_429': '429-es hiba',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Hiba történt az előnézet létrehozásakor.',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Ha a probléma nem szűnik meg, lépjen kapcsolatba az ügyfélszolgálattal.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Próbálja meg újból, és teszünk még egy kísérletet.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Hiba történt a fájl betöltésekor.',
|
|
97
|
+
'fabric.linking.failed_to_load': 'A betöltés nem sikerült',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'A feltöltés nem sikerült',
|
|
99
|
+
'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.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Visszajelzés küldése',
|
|
101
|
+
'fabric.linking.image': 'kép',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'Nem sikerült feltölteni a képet, mert a formátum érvénytelen.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'A kép túl nagy. Nem lehet {MAX_SIZE_MB}MB-nál nagyobb.',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'Nem sikerült feltölteni a képet, mert az URL-cím érvénytelen.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {{0} fájl beillesztése} other {{0} fájl beillesztése}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Korlátozott link',
|
|
107
|
+
'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.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'A kijelölt elem nem található a listán.',
|
|
109
|
+
'fabric.linking.learn_more': 'További információ',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'További GIF-ek betöltése',
|
|
111
|
+
'fabric.linking.loading': 'Betöltés…',
|
|
112
|
+
'fabric.linking.loading_file': 'Fájl betöltése...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Valószínűleg csak átmeneti hibáról van szó.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Hello? Engem keresett?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Nem találtunk semmit sem a következő kifejezésre: {query}',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Nem található PDF-műtermék ehhez a fájlhoz.',
|
|
117
|
+
'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.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Hoppá. Nem találjuk ezt a linket!',
|
|
119
|
+
'fabric.linking.or': 'vagy',
|
|
120
|
+
'fabric.linking.pause': 'Szünet',
|
|
121
|
+
'fabric.linking.play': 'Lejátszás',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Alapértelmezett',
|
|
123
|
+
'fabric.linking.playback_speed': 'Lejátszási sebesség',
|
|
124
|
+
'fabric.linking.preview': 'Előnézet',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Az előnézet jelenleg nem elérhető',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Az előnézet nem áll rendelkezésre',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Legutóbb feltöltések',
|
|
128
|
+
'fabric.linking.remove_image': 'Kép eltávolítása',
|
|
129
|
+
'fabric.linking.request_access': 'Hozzáférés kérése',
|
|
130
|
+
'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}.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Hozzáférés függőben',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'A hozzáférési kérelmed függőben van.',
|
|
133
|
+
'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.',
|
|
134
|
+
'fabric.linking.retry': 'Újra',
|
|
135
|
+
'fabric.linking.save': 'Mentés',
|
|
136
|
+
'fabric.linking.search': 'keresés',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Keresés az összes GIF között',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Azonnal megosztjuk őket.',
|
|
139
|
+
'fabric.linking.skip_backward': 'Vissza 10 másodpercet',
|
|
140
|
+
'fabric.linking.skip_forward': 'Előre 10 másodpercet',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Hiba történt.',
|
|
142
|
+
'fabric.linking.srclink': 'Megtekintés módja:',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Eredeti megtekintése',
|
|
144
|
+
'fabric.linking.text': 'Szöveg',
|
|
145
|
+
'fabric.linking.try_again': 'Próbálja újra',
|
|
146
|
+
'fabric.linking.try_another_account': 'Próbálkozz másik fiókkal',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'A megtekintéshez próbálja meg letölteni a fájlt.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Nem sikerült jegyzetet fűznie a képhez.',
|
|
149
|
+
'fabric.linking.unknown': 'ismeretlen',
|
|
150
|
+
'fabric.linking.unlink_account': 'Fiók leválasztása',
|
|
151
|
+
'fabric.linking.upload': 'Feltöltés',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Avatár feltöltése',
|
|
153
|
+
'fabric.linking.upload_file': 'Fájl feltöltése',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Fájl feltöltése innen: {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Kép feltöltése',
|
|
156
|
+
'fabric.linking.upload_photo': 'Fénykép feltöltése',
|
|
157
|
+
'fabric.linking.video': 'videó',
|
|
158
|
+
'fabric.linking.view': 'Megtekintés',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Probléma merült fel a fájl betöltése során.',
|
|
160
|
+
'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.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Nem tudtuk betölteni a ZIP-fájlt az előnézet megtekintése céljából',
|
|
162
|
+
'fabric.linking.zoom_in': 'nagyítás',
|
|
163
|
+
'fabric.linking.zoom_out': 'kicsinyítés'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
Object.defineProperty(exports, "cs", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function get() {
|
|
11
|
+
return _cs.default;
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
Object.defineProperty(exports, "da", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function get() {
|
|
17
|
+
return _da.default;
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "de", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function get() {
|
|
23
|
+
return _de.default;
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
Object.defineProperty(exports, "en", {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function get() {
|
|
29
|
+
return _en.default;
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "en_GB", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function get() {
|
|
35
|
+
return _en_GB.default;
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
Object.defineProperty(exports, "es", {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: function get() {
|
|
41
|
+
return _es.default;
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "et", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function get() {
|
|
47
|
+
return _et.default;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(exports, "fi", {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function get() {
|
|
53
|
+
return _fi.default;
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "fr", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function get() {
|
|
59
|
+
return _fr.default;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
Object.defineProperty(exports, "hu", {
|
|
63
|
+
enumerable: true,
|
|
64
|
+
get: function get() {
|
|
65
|
+
return _hu.default;
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "is", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function get() {
|
|
71
|
+
return _is.default;
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
Object.defineProperty(exports, "it", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function get() {
|
|
77
|
+
return _it.default;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "ja", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function get() {
|
|
83
|
+
return _ja.default;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
Object.defineProperty(exports, "ko", {
|
|
87
|
+
enumerable: true,
|
|
88
|
+
get: function get() {
|
|
89
|
+
return _ko.default;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "nb", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function get() {
|
|
95
|
+
return _nb.default;
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
Object.defineProperty(exports, "nl", {
|
|
99
|
+
enumerable: true,
|
|
100
|
+
get: function get() {
|
|
101
|
+
return _nl.default;
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(exports, "pl", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function get() {
|
|
107
|
+
return _pl.default;
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
Object.defineProperty(exports, "pt_BR", {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function get() {
|
|
113
|
+
return _pt_BR.default;
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
Object.defineProperty(exports, "pt_PT", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function get() {
|
|
119
|
+
return _pt_PT.default;
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
Object.defineProperty(exports, "ro", {
|
|
123
|
+
enumerable: true,
|
|
124
|
+
get: function get() {
|
|
125
|
+
return _ro.default;
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(exports, "ru", {
|
|
129
|
+
enumerable: true,
|
|
130
|
+
get: function get() {
|
|
131
|
+
return _ru.default;
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
Object.defineProperty(exports, "sk", {
|
|
135
|
+
enumerable: true,
|
|
136
|
+
get: function get() {
|
|
137
|
+
return _sk.default;
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "sv", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function get() {
|
|
143
|
+
return _sv.default;
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
Object.defineProperty(exports, "th", {
|
|
147
|
+
enumerable: true,
|
|
148
|
+
get: function get() {
|
|
149
|
+
return _th.default;
|
|
150
|
+
}
|
|
151
|
+
});
|
|
152
|
+
Object.defineProperty(exports, "tr", {
|
|
153
|
+
enumerable: true,
|
|
154
|
+
get: function get() {
|
|
155
|
+
return _tr.default;
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
Object.defineProperty(exports, "uk", {
|
|
159
|
+
enumerable: true,
|
|
160
|
+
get: function get() {
|
|
161
|
+
return _uk.default;
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "vi", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function get() {
|
|
167
|
+
return _vi.default;
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
Object.defineProperty(exports, "zh", {
|
|
171
|
+
enumerable: true,
|
|
172
|
+
get: function get() {
|
|
173
|
+
return _zh.default;
|
|
174
|
+
}
|
|
175
|
+
});
|
|
176
|
+
Object.defineProperty(exports, "zh_TW", {
|
|
177
|
+
enumerable: true,
|
|
178
|
+
get: function get() {
|
|
179
|
+
return _zh_TW.default;
|
|
180
|
+
}
|
|
181
|
+
});
|
|
182
|
+
|
|
183
|
+
var _zh = _interopRequireDefault(require("./zh"));
|
|
184
|
+
|
|
185
|
+
var _zh_TW = _interopRequireDefault(require("./zh_TW"));
|
|
186
|
+
|
|
187
|
+
var _cs = _interopRequireDefault(require("./cs"));
|
|
188
|
+
|
|
189
|
+
var _da = _interopRequireDefault(require("./da"));
|
|
190
|
+
|
|
191
|
+
var _nl = _interopRequireDefault(require("./nl"));
|
|
192
|
+
|
|
193
|
+
var _et = _interopRequireDefault(require("./et"));
|
|
194
|
+
|
|
195
|
+
var _fi = _interopRequireDefault(require("./fi"));
|
|
196
|
+
|
|
197
|
+
var _fr = _interopRequireDefault(require("./fr"));
|
|
198
|
+
|
|
199
|
+
var _de = _interopRequireDefault(require("./de"));
|
|
200
|
+
|
|
201
|
+
var _hu = _interopRequireDefault(require("./hu"));
|
|
202
|
+
|
|
203
|
+
var _it = _interopRequireDefault(require("./it"));
|
|
204
|
+
|
|
205
|
+
var _ja = _interopRequireDefault(require("./ja"));
|
|
206
|
+
|
|
207
|
+
var _ko = _interopRequireDefault(require("./ko"));
|
|
208
|
+
|
|
209
|
+
var _nb = _interopRequireDefault(require("./nb"));
|
|
210
|
+
|
|
211
|
+
var _pl = _interopRequireDefault(require("./pl"));
|
|
212
|
+
|
|
213
|
+
var _pt_BR = _interopRequireDefault(require("./pt_BR"));
|
|
214
|
+
|
|
215
|
+
var _pt_PT = _interopRequireDefault(require("./pt_PT"));
|
|
216
|
+
|
|
217
|
+
var _ru = _interopRequireDefault(require("./ru"));
|
|
218
|
+
|
|
219
|
+
var _sk = _interopRequireDefault(require("./sk"));
|
|
220
|
+
|
|
221
|
+
var _es = _interopRequireDefault(require("./es"));
|
|
222
|
+
|
|
223
|
+
var _sv = _interopRequireDefault(require("./sv"));
|
|
224
|
+
|
|
225
|
+
var _th = _interopRequireDefault(require("./th"));
|
|
226
|
+
|
|
227
|
+
var _tr = _interopRequireDefault(require("./tr"));
|
|
228
|
+
|
|
229
|
+
var _uk = _interopRequireDefault(require("./uk"));
|
|
230
|
+
|
|
231
|
+
var _vi = _interopRequireDefault(require("./vi"));
|
|
232
|
+
|
|
233
|
+
var _en = _interopRequireDefault(require("./en"));
|
|
234
|
+
|
|
235
|
+
var _en_GB = _interopRequireDefault(require("./en_GB"));
|
|
236
|
+
|
|
237
|
+
var _is = _interopRequireDefault(require("./is"));
|
|
238
|
+
|
|
239
|
+
var _ro = _interopRequireDefault(require("./ro"));
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Icelandic
|
|
8
|
+
var _default = {
|
|
9
|
+
'fabric.linking.retry': 'Reyna aftur ',
|
|
10
|
+
'fabric.linking.failed_to_load': 'Ekki tókst að hlaða',
|
|
11
|
+
'fabric.linking.recent_uploads': 'Nýlegar uppfærslur',
|
|
12
|
+
'fabric.linking.upload_file': 'Hlaða inn frá skrá',
|
|
13
|
+
'fabric.linking.drag_and_drop_your_files': 'Dragðu og slepptu skránum þínum hvar sem er eða',
|
|
14
|
+
'fabric.linking.drop_your_files': 'Slepptu skránum þínum til að uppfæra þær',
|
|
15
|
+
'fabric.linking.upload': 'Hlaða upp',
|
|
16
|
+
'fabric.linking.cancel': 'Hætta við',
|
|
17
|
+
'fabric.linking.search_all_gifs': 'Leita í öllum GIF!',
|
|
18
|
+
'fabric.linking.cant_retrieve_gifs': 'Æi! Við gátum ekki sótt nein GIF',
|
|
19
|
+
'fabric.linking.check_your_network': 'Athugaðu nettenginguna þína',
|
|
20
|
+
'fabric.linking.try_again': 'Reyna aftur',
|
|
21
|
+
'fabric.linking.no_gifs_found': "Hello? Was it me you're looking for?",
|
|
22
|
+
'fabric.linking.no_gifs_found_suggestion': 'Okkur tókst ekki að finna neitt fyrir "{query}"',
|
|
23
|
+
'fabric.linking.load_more_gifs': 'Hlaða meiru GIF',
|
|
24
|
+
'fabric.linking.add_account': 'Bæta við account',
|
|
25
|
+
'fabric.linking.unlink_account': 'Aftengjast account',
|
|
26
|
+
'fabric.linking.upload_file_from': 'Hladdu upp skrá frá {name}',
|
|
27
|
+
'fabric.linking.connect_to': 'Tengjast {name}',
|
|
28
|
+
'fabric.linking.connect_account_description': 'Við munum opna nýja síðu til að hjálpa þér að tengja {name} reikninginn þinn',
|
|
29
|
+
'fabric.linking.upload_an_avatar': 'Hala upp avatar',
|
|
30
|
+
'fabric.linking.save': 'Vista',
|
|
31
|
+
'fabric.linking.or': 'eða',
|
|
32
|
+
'fabric.linking.upload_photo': 'Hlaða inn mynd',
|
|
33
|
+
'fabric.linking.default_avatars': 'Sálfgefnir genglar',
|
|
34
|
+
'fabric.linking.drag_and_drop_images_here': 'Dragðu og slepptu myndunum þínum hér',
|
|
35
|
+
'fabric.linking.upload_image': 'Hlaða upp mynd',
|
|
36
|
+
'fabric.linking.image_url_invalid_error': 'Ekki tókst að hlaða mynd því vefslóðin er ógild.',
|
|
37
|
+
'fabric.linking.image_format_invalid_error': 'Ekki tókst að hlaða mynd því sniðið er ógilt.',
|
|
38
|
+
'fabric.linking.image_size_too_large_error': 'Mynd er of stór, hún má ekki vera stærri en {MAX_SIZE_MB}Mb',
|
|
39
|
+
'fabric.linking.something_went_wrong': 'Eitthvað fór úrskeiðis.',
|
|
40
|
+
'fabric.linking.might_be_a_hiccup': 'Þetta gætu bara verið smá hnökrar.',
|
|
41
|
+
'fabric.linking.couldnt_generate_preview': 'Ekki tókst að búa til forskoðun fyrir þessa skrá.',
|
|
42
|
+
'fabric.linking.cant_preview_file_type': 'Þú getur ekki forskoðað þessa skráargerð.',
|
|
43
|
+
'fabric.linking.item_not_found_in_list': 'Valið atriði fannst ekki á listanum.',
|
|
44
|
+
'fabric.linking.no_pdf_artifacts': 'Engir PDF-gervingar fundust fyrir þessa skrá.',
|
|
45
|
+
'fabric.linking.give_feedback': 'Gefa álit',
|
|
46
|
+
'fabric.linking.try_downloading_file': 'Prófaðu að hlaða skránni niður til að skoða hana.',
|
|
47
|
+
'fabric.linking.webgl_warning_description': 'Vafrinn þinn styður ekki WebGL. Notaðu WebGL virkan vafra til að geta skrifað skýringar við myndir.',
|
|
48
|
+
'fabric.linking.unable_to_annotate_image': 'Þú getur ekki skrifað skýringar við þessa mynd',
|
|
49
|
+
'fabric.linking.learn_more': 'Fáðu að vita meira ',
|
|
50
|
+
'fabric.linking.accounts': 'Account',
|
|
51
|
+
'fabric.linking.actions': 'Aðgerðir',
|
|
52
|
+
'fabric.linking.error_hint_retry': 'Reyndu aftur og við látum aftur á það reyna.',
|
|
53
|
+
'fabric.linking.error_hint_critical': 'Ef vandamálið er viðvarandi skaltu hafa samband við kerfisstuðning.',
|
|
54
|
+
'fabric.linking.close': 'Loka',
|
|
55
|
+
'fabric.linking.could_not_load_editor': 'Æi! Ekki tókst að hlaða ritlinum',
|
|
56
|
+
'fabric.linking.could_not_save_image': 'Æi! Ekki tókst að vista myndina',
|
|
57
|
+
'fabric.linking.annotate': 'Textaskýring',
|
|
58
|
+
'fabric.linking.drop_your_files_here': 'Slepptu skránum þínum hér',
|
|
59
|
+
'fabric.linking.share_files_instantly': 'Við munum deila þeim eins og skot',
|
|
60
|
+
'fabric.linking.insert_files': '{0, plural, one{Setja inn skrá} other{Setja inn {0} skrár}}',
|
|
61
|
+
'fabric.linking.zoom_out': 'zoom out',
|
|
62
|
+
'fabric.linking.zoom_in': 'zoom in',
|
|
63
|
+
'fabric.linking.remove_image': 'Remove image',
|
|
64
|
+
'fabric.linking.play': 'play',
|
|
65
|
+
'fabric.linking.pause': 'pause',
|
|
66
|
+
'fabric.linking.disable_fullscreen': 'disable fullscreen',
|
|
67
|
+
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
68
|
+
'fabric.linking.error_loading_file': 'Error loading file',
|
|
69
|
+
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
70
|
+
'fabric.linking.download': 'Download',
|
|
71
|
+
'fabric.linking.unknown': 'unknown',
|
|
72
|
+
'fabric.linking.document': 'document',
|
|
73
|
+
'fabric.linking.audio': 'audio',
|
|
74
|
+
'fabric.linking.video': 'video',
|
|
75
|
+
'fabric.linking.image': 'image'
|
|
76
|
+
};
|
|
77
|
+
exports.default = _default;
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Impossibile connettersi, riprova',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Impossibile trovare il link',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Connetti ad anteprima',
|
|
18
|
+
'fabric.linking.join_to_view': 'Unisciti a {context} per visualizzare questo ticket',
|
|
20
19
|
'fabric.linking.create_on': 'Creazione: {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Creato da {context}',
|
|
22
21
|
'fabric.linking.delete': 'Elimina',
|
|
23
22
|
'fabric.linking.edit': 'Modifica',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Accesso vietato',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Link con restrizioni, prova con un altro account',
|
|
26
25
|
'fabric.linking.modified_on': 'Aggiornamento: {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'La tua richiesta di accesso è in sospeso',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Bloccante',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Minore',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Minima',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Non definita',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': "Richiedi l'accesso a {context} per visualizzare questo ticket",
|
|
40
39
|
'fabric.linking.request_denied': 'La richiesta di accesso è stata rifiutata',
|
|
41
|
-
'fabric.linking.updated_by': 'Modificato da {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Modificato da {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Account',
|
|
42
|
+
'fabric.linking.actions': 'Azioni',
|
|
43
|
+
'fabric.linking.add_account': 'Aggiungi account',
|
|
44
|
+
'fabric.linking.annotate': 'Annota',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Chiudi comunque',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Sono presenti modifiche non salvate. Vuoi davvero uscire?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Modifiche non salvate',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Freccia',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Sfocatura',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Pennello',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Colore',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Spessore linea',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Testo',
|
|
55
|
+
'fabric.linking.archive': 'archivia',
|
|
56
|
+
'fabric.linking.audio': 'audio',
|
|
57
|
+
'fabric.linking.cancel': 'Annulla',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Impossibile effettuare l’anteprima di questo tipo di file.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Errore. Non è stato possibile recuperare alcun file',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Ahi, non siamo riusciti a trovare nessuna GIF',
|
|
61
|
+
'fabric.linking.change_view': 'Cambia visualizzazione',
|
|
62
|
+
'fabric.linking.check_your_network': 'Controlla la connessione di rete',
|
|
63
|
+
'fabric.linking.click_to_join': 'Unisciti a {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Sei stato approvato; puoi unirti da subito a {context}.',
|
|
65
|
+
'fabric.linking.close': 'Chiudi',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Prova a chiudere e riaprire il file.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Apriremo una nuova pagina per aiutarti a collegare il tuo account {name}',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Connetti ad anteprima',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Collega',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': "Per visualizzare un'anteprima di questo link, connetti il tuo account {context}.",
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connetti il tuo account {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Collegati a {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Ahi, non siamo riusciti a caricare l’editor',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Ahi, non siamo riusciti a salvare l’immagine',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Non possiamo visualizzare in anteprima file crittografati o protetti da password.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Non siamo riusciti a generare un’anteprima per questo file.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Impossibile caricare il file.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Non è stato possibile caricare questo link per un motivo sconosciuto.',
|
|
79
|
+
'fabric.linking.creating_preview': "Creazione dell'anteprima in corso...",
|
|
80
|
+
'fabric.linking.default_avatars': 'Avatar predefiniti',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'disattiva schermo intero',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Visualizza la miniatura',
|
|
83
|
+
'fabric.linking.document': 'documento',
|
|
84
|
+
'fabric.linking.download': 'Scarica',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Trascina le tue immagini qui',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Trascina i file dove vuoi oppure',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Trascina i file e le cartelle ovunque o',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Trascina i file per caricarli',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Rilascia qui i file',
|
|
90
|
+
'fabric.linking.email': 'E-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'abilita schermo intero',
|
|
92
|
+
'fabric.linking.error_429': 'Errore 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Errore nella creazione dell’anteprima',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Se il problema persiste contatta l’assistenza',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Riprova e faremo un altro tentativo.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Errore nel caricamento del file',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Caricamento non riuscito',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Impossibile caricare',
|
|
99
|
+
'fabric.linking.forbidden_description': "Non hai accesso a questa anteprima. Contatta l'amministratore del sito se devi accedere.",
|
|
100
|
+
'fabric.linking.give_feedback': 'Lascia un feedback',
|
|
101
|
+
'fabric.linking.image': 'immagine',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': "Non è stato possibile caricare l'immagine, il formato non è valido.",
|
|
103
|
+
'fabric.linking.image_size_too_large_error': "L'immagine è troppo grande, non può essere maggiore di {MAX_SIZE_MB} Mb",
|
|
104
|
+
'fabric.linking.image_url_invalid_error': "Non è stato possibile caricare l'immagine, l'url non è valido.",
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Inserisci {0} file} other {Inserisci {0} file}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Link con restrizioni',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': "Per visualizzare quest'anteprima devi richiedere l'accesso o provare con un altro account.",
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'L’elemento selezionato non è stato trovato nell’elenco.',
|
|
109
|
+
'fabric.linking.learn_more': 'Scopri di più',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Carica altre GIF',
|
|
111
|
+
'fabric.linking.loading': 'Caricamento in corso...',
|
|
112
|
+
'fabric.linking.loading_file': 'Caricamento del file in corso...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Potrebbe essere un semplice contrattempo.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Pronto? Stai davvero cercando me?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Non sono stati trovati risultati per “{query}”',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Nessun PDF trovato per questo file.',
|
|
117
|
+
'fabric.linking.not_found_description': "Non è stato possibile trovare il link. Controlla l'URL e prova a modificarlo o a incollarlo di nuovo.",
|
|
118
|
+
'fabric.linking.not_found_title': 'Errore. Impossibile trovare questo link.',
|
|
119
|
+
'fabric.linking.or': 'o',
|
|
120
|
+
'fabric.linking.pause': 'Metti in pausa',
|
|
121
|
+
'fabric.linking.play': 'Riproduci',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Predefiniti',
|
|
123
|
+
'fabric.linking.playback_speed': 'Velocità di riproduzione',
|
|
124
|
+
'fabric.linking.preview': 'Anteprima',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Anteprima attualmente non disponibile',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Anteprima non disponibile',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Caricamenti recenti',
|
|
128
|
+
'fabric.linking.remove_image': 'Rimuovi immagine',
|
|
129
|
+
'fabric.linking.request_access': 'Richiedi accesso',
|
|
130
|
+
'fabric.linking.request_access_description': "Richiedi l'accesso a {context} per visualizzare questa anteprima.",
|
|
131
|
+
'fabric.linking.request_access_pending': 'Accesso in sospeso',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'La tua richiesta di accesso è in sospeso.',
|
|
133
|
+
'fabric.linking.request_denied_description': "La tua richiesta di accesso è stata rifiutata. Contatta l'amministratore del sito se devi accedere.",
|
|
134
|
+
'fabric.linking.retry': 'Riprova',
|
|
135
|
+
'fabric.linking.save': 'Salva',
|
|
136
|
+
'fabric.linking.search': 'ricerca',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Ricerca tutte le GIF!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Li condivideremo subito',
|
|
139
|
+
'fabric.linking.skip_backward': 'Ignora 10 secondi precedenti',
|
|
140
|
+
'fabric.linking.skip_forward': 'Ignora 10 secondi successivi',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Si è verificato un errore.',
|
|
142
|
+
'fabric.linking.srclink': 'Visualizza in',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Mostra originale',
|
|
144
|
+
'fabric.linking.text': 'testo',
|
|
145
|
+
'fabric.linking.try_again': 'Riprova',
|
|
146
|
+
'fabric.linking.try_another_account': 'Prova con un altro account',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Prova a scaricare il file per visualizzarlo.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Impossibile annotare questa immagine.',
|
|
149
|
+
'fabric.linking.unknown': 'sconosciuto',
|
|
150
|
+
'fabric.linking.unlink_account': 'Scollega account',
|
|
151
|
+
'fabric.linking.upload': 'Carica',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Carica un avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Carica un file',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Carica un file da {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Carica immagine',
|
|
156
|
+
'fabric.linking.upload_photo': 'Carica una foto',
|
|
157
|
+
'fabric.linking.video': 'video',
|
|
158
|
+
'fabric.linking.view': 'Visualizza',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Si stanno verificando problemi nel caricamento del tuo file.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Il tuo browser non supporta WebGL. Per annotare le immagini usa un browser compatibile con WebGL.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Impossibile caricare il file zip da visualizzare in anteprima',
|
|
162
|
+
'fabric.linking.zoom_in': 'ingrandisci',
|
|
163
|
+
'fabric.linking.zoom_out': 'riduci'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|