@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/nl.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Kan link niet vinden',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
18
|
+
'fabric.linking.join_to_view': 'Word lid van {context} om deze issue te bekijken',
|
|
20
19
|
'fabric.linking.create_on': 'Aangemaakt op {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Aangemaakt door {context}',
|
|
22
21
|
'fabric.linking.delete': 'Verwijderen',
|
|
23
22
|
'fabric.linking.edit': 'Bewerken',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Je hebt geen toegang',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Afgeschermde link, probeer een ander account',
|
|
26
25
|
'fabric.linking.modified_on': 'Bijgewerkt op {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'Je toegangsaanvraag wordt behandeld.',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Blocker',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Gering',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Triviaal',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Niet gedefinieerd',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Vraag toegang aan tot {context} om deze issue te bekijken',
|
|
40
39
|
'fabric.linking.request_denied': 'Je toegangsaanvraag is afgewezen',
|
|
41
|
-
'fabric.linking.updated_by': 'Gewijzigd door {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Gewijzigd door {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Accounts',
|
|
42
|
+
'fabric.linking.actions': 'Acties',
|
|
43
|
+
'fabric.linking.add_account': 'Account toevoegen',
|
|
44
|
+
'fabric.linking.annotate': 'Aantekeningen maken',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Toch sluiten',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Je hebt wijzigingen die niet zijn opgeslagen. Weet je zeker dat je dit venster wilt sluiten?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Niet-opgeslagen wijzigingen',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Pijl',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Vervagen',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Kwast',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Kleur',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Lijndikte',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Vorm',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
55
|
+
'fabric.linking.archive': 'archiveren',
|
|
56
|
+
'fabric.linking.audio': 'audio',
|
|
57
|
+
'fabric.linking.cancel': 'Annuleren',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Oei! We konden geen bestanden ophalen',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': "Oei! We konden geen GIF's vinden",
|
|
61
|
+
'fabric.linking.change_view': 'Weergave wijzigen',
|
|
62
|
+
'fabric.linking.check_your_network': 'Controleer je netwerkverbinding',
|
|
63
|
+
'fabric.linking.click_to_join': 'Neem deel aan {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Je bent goedgekeurd, dus je kunt onmiddellijk deelnemen aan {context}.',
|
|
65
|
+
'fabric.linking.close': 'Sluiten',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Probeer dit bestand te sluiten en opnieuw te openen.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'We zullen een nieuwe pagina openen waarop je je {name}-account kunt verbinden',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Koppelen',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Koppel je {context}-account om een voorbeeld van deze link weer te geven.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Koppel je {context}-account',
|
|
72
|
+
'fabric.linking.connect_to': 'Met {name} verbinden',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Oei! De editor kon niet geladen worden',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Oei! De afbeelding kon niet opgeslagen worden',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'We kunnen geen voorbeeld weergeven van gecodeerde bestanden of bestanden die beveiligd zijn met een wachtwoord.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Dit bestandstype kunnen we niet voorvertonen.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'We konden het bestand niet laden.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Om een onbekende reden konden we deze link niet laden.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Voorbeeld aanmaken...',
|
|
80
|
+
'fabric.linking.default_avatars': "Standaardavatar's",
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'volledig scherm uitschakelen',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Thumbnail weergeven',
|
|
83
|
+
'fabric.linking.document': 'document',
|
|
84
|
+
'fabric.linking.download': 'Downloaden',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Afbeelding hierheen slepen en neerzetten',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Bestanden ergens naartoe slepen en neerzetten of',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Sleep de bestanden en mappen waar dan ook naartoe, of',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Zet hier je te uploaden bestanden neer',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Zet je bestanden hier neer.',
|
|
90
|
+
'fabric.linking.email': 'E-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'volledig scherm inschakelen',
|
|
92
|
+
'fabric.linking.error_429': 'Fout 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Fout bij aanmaken van voorvertoning',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Neem contact op met support als dit probleem zich blijft voordoen.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Probeer het opnieuw dan doen wij het ook.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Fout bij laden van bestand',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Fout bij het laden',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Kan niet worden geüpload',
|
|
99
|
+
'fabric.linking.forbidden_description': 'Je hebt geen toegang tot deze voorvertoning. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Feedback geven',
|
|
101
|
+
'fabric.linking.image': 'afbeelding',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'De afbeelding kon niet geladen worden omdat het bestandsformaat ongeldig is.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'Afbeelding is te groot, mag niet groter zijn dan {MAX_SIZE_MB} MB.',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'De afbeelding kon niet geladen worden omdat de URL ongeldig is.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Voer {0} bestanden in} other {Voer {0} bestanden in}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Afgeschermde link',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Je moet om toegang vragen of een ander account proberen om deze voorvertoning te bekijken.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'Het geselecteerde item is niet op de lijst gevonden.',
|
|
109
|
+
'fabric.linking.learn_more': 'Meer informatie',
|
|
110
|
+
'fabric.linking.load_more_gifs': "Meer GIF's laden",
|
|
111
|
+
'fabric.linking.loading': 'Laden...',
|
|
112
|
+
'fabric.linking.loading_file': 'Bestand laden ...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Het kan even een tijdelijke kink in de kabel zijn.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Hallo? Was je naar mij op zoek?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'We konden niks vinden voor "{query}"',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Geen PDF-artefacten gevonden voor dit bestand.',
|
|
117
|
+
'fabric.linking.not_found_description': 'We konden de link niet vinden. Controleer de URL en probeer nogmaals te bewerken of plakken.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Oh-oh. We kunnen deze link niet vinden.',
|
|
119
|
+
'fabric.linking.or': 'of',
|
|
120
|
+
'fabric.linking.pause': 'Pauzeren',
|
|
121
|
+
'fabric.linking.play': 'Afspelen',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Standaard',
|
|
123
|
+
'fabric.linking.playback_speed': 'Afspeelsnelheid',
|
|
124
|
+
'fabric.linking.preview': 'Voorvertoning',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Voorvertoning is momenteel niet beschikbaar',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Voorbeeld niet beschikbaar',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Recente uploads',
|
|
128
|
+
'fabric.linking.remove_image': 'Afbeelding verwijderen',
|
|
129
|
+
'fabric.linking.request_access': 'Toegang aanvragen',
|
|
130
|
+
'fabric.linking.request_access_description': 'Vraag toegang aan tot {context} om deze voorvertoning te bekijken.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Toegang wordt behandeld',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Je toegangsaanvraag wordt behandeld.',
|
|
133
|
+
'fabric.linking.request_denied_description': 'Je toegangsaanvraag is afgewezen. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
134
|
+
'fabric.linking.retry': 'Probeer opnieuw',
|
|
135
|
+
'fabric.linking.save': 'Opslaan',
|
|
136
|
+
'fabric.linking.search': 'Zoeken',
|
|
137
|
+
'fabric.linking.search_all_gifs': "Doorzoek alle GIF's!",
|
|
138
|
+
'fabric.linking.share_files_instantly': 'We delen ze direct',
|
|
139
|
+
'fabric.linking.skip_backward': '10 seconden terug',
|
|
140
|
+
'fabric.linking.skip_forward': '10 seconden vooruit',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Er is iets misgegaan.',
|
|
142
|
+
'fabric.linking.srclink': 'Bekijken in',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Bekijk Origineel',
|
|
144
|
+
'fabric.linking.text': 'Tekst',
|
|
145
|
+
'fabric.linking.try_again': 'Opnieuw proberen',
|
|
146
|
+
'fabric.linking.try_another_account': 'Gebruik een ander account',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Probeer het bestand te downloaden om het te bekijken.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Je kunt bij deze afbeelding geen aantekeningen maken',
|
|
149
|
+
'fabric.linking.unknown': 'onbekend',
|
|
150
|
+
'fabric.linking.unlink_account': 'Verbinding met account verwijderen',
|
|
151
|
+
'fabric.linking.upload': 'Uploaden',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Een avatar uploaden',
|
|
153
|
+
'fabric.linking.upload_file': 'Bestand uploaden',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Een bestand vanaf {name} uploaden',
|
|
155
|
+
'fabric.linking.upload_image': 'Afbeelding uploaden',
|
|
156
|
+
'fabric.linking.upload_photo': 'Een foto uploaden',
|
|
157
|
+
'fabric.linking.video': 'video',
|
|
158
|
+
'fabric.linking.view': 'Bekijken',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'We hebben problemen met het laden van je bestand.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Je browser ondersteunt geen WebGL. Gebruik een browser met WebGL-functie om aantekeningen te maken bij afbeeldingen.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'We konden dat zip-bestandsitem niet laden om voor te vertonen',
|
|
162
|
+
'fabric.linking.zoom_in': 'inzoomen',
|
|
163
|
+
'fabric.linking.zoom_out': 'uitzoomen'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Nie można znaleźć łącza',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Połącz podgląd',
|
|
18
|
+
'fabric.linking.join_to_view': 'Dołącz do {context}, aby wyświetlić to zgłoszenie',
|
|
20
19
|
'fabric.linking.create_on': 'Utworzono {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Autor: {context}',
|
|
22
21
|
'fabric.linking.delete': 'Usuń',
|
|
23
22
|
'fabric.linking.edit': 'Edytuj',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Dostęp zabroniony',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Łącze z ograniczeniami. Spróbuj z innego konta.',
|
|
26
25
|
'fabric.linking.modified_on': 'Zaktualizowano {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'Twój wniosek o dostęp oczekuje na rozpatrzenie',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Bloker',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Drobny',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Trywialny',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Poproś o dostęp do {context}, aby wyświetlić to zgłoszenie',
|
|
40
39
|
'fabric.linking.request_denied': 'Twój wniosek o dostęp został odrzucony',
|
|
41
|
-
'fabric.linking.updated_by': 'Autor modyfikacji: {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Autor modyfikacji: {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Konta',
|
|
42
|
+
'fabric.linking.actions': 'Akcje',
|
|
43
|
+
'fabric.linking.add_account': 'Dodaj konto',
|
|
44
|
+
'fabric.linking.annotate': 'Dodaj adnotację',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Niezapisane zmiany',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Strzałka',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Rozmycie',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Pędzel',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Kolor',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Grubość linii',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Kształt',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
55
|
+
'fabric.linking.archive': 'archiwizuj',
|
|
56
|
+
'fabric.linking.audio': 'dźwięk',
|
|
57
|
+
'fabric.linking.cancel': 'Anuluj',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Podgląd plików tego typu nie jest możliwy.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Ojej! Nie można pobrać żadnych plików',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Ojej! Nie można pobrać żadnych plików GIF',
|
|
61
|
+
'fabric.linking.change_view': 'Zmień widok',
|
|
62
|
+
'fabric.linking.check_your_network': 'Sprawdź swoje połączenie sieciowe.',
|
|
63
|
+
'fabric.linking.click_to_join': 'Zacznij korzystać z {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Uzyskano zatwierdzenie, więc możesz od razu dołączyć do {context}.',
|
|
65
|
+
'fabric.linking.close': 'Zamknij',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Spróbuj zamknąć plik i otworzyć go ponownie.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Otworzymy nową stronę, aby pomóc Ci połączyć swoje konto {name}',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Połącz podgląd',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Połącz',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Aby wyświetlić podgląd tego łącza, połącz swoje konto {context}.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Połącz z {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Oj! Nie można załadować edytora',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Oj! Nie można zapisać obrazu',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Nie można wyświetlać podglądu plików zaszyfrowanych lub chronionych hasłem.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Nie można wygenerować podglądu tego pliku.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Nie można załadować pliku.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Tworzenie podglądu…',
|
|
80
|
+
'fabric.linking.default_avatars': 'Domyślne awatary',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'wyłącz tryb pełnoekranowy',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Wyświetl miniaturę',
|
|
83
|
+
'fabric.linking.document': 'dokument',
|
|
84
|
+
'fabric.linking.download': 'Pobierz',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Przeciągnij i upuść obrazy tutaj',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Przeciągnij i upuść pliki w dowolne miejsce lub',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Przeciągnij lub upuść pliki i foldery w dowolnym miejscu lub',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Upuść pliki, aby je przekazać',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Upuść pliki tutaj',
|
|
90
|
+
'fabric.linking.email': 'Adres e-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'włącz tryb pełnoekranowy',
|
|
92
|
+
'fabric.linking.error_429': 'Błąd 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Błąd generowania podglądu',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Jeśli problem nadal będzie występować, skontaktuj się ze wsparciem.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Spróbuj ponownie.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Błąd ładowania pliku',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Niepowodzenie ładowania',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Nie można przesłać',
|
|
99
|
+
'fabric.linking.forbidden_description': 'Nie masz dostępu do tego podglądu. Skontaktuj się z administratorem witryny, jeśli potrzebujesz dostępu.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Prześlij opinię',
|
|
101
|
+
'fabric.linking.image': 'obraz',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'Nie można załadować obrazu. Format jest niepoprawny.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'Obraz jest za duży, rozmiar nie może przekraczać {MAX_SIZE_MB} MB',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'Nie można załadować obrazu. Adres URL jest niepoprawny.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Wstaw {0} plik} few {Wstaw {0} pliki} many {Wstaw {0} plików} other {Wstaw {0} pliku}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Łącze z ograniczeniami',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Musisz poprosić o dostęp lub spróbować innego konta, aby zobaczyć ten podgląd.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'Zaznaczony element nie został odnaleziony na liście.',
|
|
109
|
+
'fabric.linking.learn_more': 'Dowiedz się więcej',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Załaduj więcej plików GIF',
|
|
111
|
+
'fabric.linking.loading': 'Wczytywanie...',
|
|
112
|
+
'fabric.linking.loading_file': 'Ładowanie pliku…',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'To może być przejściowy problem.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Halo! Czy to mnie szukasz?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Nie można znaleźć wyników pasujących do zapytania „{query}”',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Nie znaleziono artefaktów PDF w tym pliku.',
|
|
117
|
+
'fabric.linking.not_found_description': 'Nie udało się znaleźć łącza. Sprawdź adres url i spróbuj go edytować lub wkleić ponownie.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
119
|
+
'fabric.linking.or': 'lub',
|
|
120
|
+
'fabric.linking.pause': 'Wstrzymaj',
|
|
121
|
+
'fabric.linking.play': 'Odtwarzaj',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Domyślnie',
|
|
123
|
+
'fabric.linking.playback_speed': 'Prędkość odtwarzania',
|
|
124
|
+
'fabric.linking.preview': 'Podgląd',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Podgląd aktualnie niedostępny',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Podgląd niedostępny',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Ostatnio przekazane',
|
|
128
|
+
'fabric.linking.remove_image': 'usuń obraz',
|
|
129
|
+
'fabric.linking.request_access': 'Wyślij wniosek o dostęp',
|
|
130
|
+
'fabric.linking.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Oczekuje na dostęp',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
133
|
+
'fabric.linking.request_denied_description': 'Twój wniosek o dostęp został odrzucony. Skontaktuj się z administratorem witryny, jeśli dalej potrzebujesz dostępu.',
|
|
134
|
+
'fabric.linking.retry': 'Spróbuj ponownie',
|
|
135
|
+
'fabric.linking.save': 'Zapisz',
|
|
136
|
+
'fabric.linking.search': 'Szukaj',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Szukaj wszystkich plików GIF!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Błyskawicznie je udostępnimy',
|
|
139
|
+
'fabric.linking.skip_backward': 'Cofnij o 10 sekund',
|
|
140
|
+
'fabric.linking.skip_forward': 'Przeskocz o 10 sekund',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Coś poszło nie tak.',
|
|
142
|
+
'fabric.linking.srclink': 'Wyświetl w',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Wyświetl oryginał',
|
|
144
|
+
'fabric.linking.text': 'Tekst',
|
|
145
|
+
'fabric.linking.try_again': 'Spróbuj ponownie',
|
|
146
|
+
'fabric.linking.try_another_account': 'Spróbuj użyć innego konta',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Spróbuj pobrać plik, aby go wyświetlić.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Nie można dodać adnotacji do tego obrazu',
|
|
149
|
+
'fabric.linking.unknown': 'nieznane',
|
|
150
|
+
'fabric.linking.unlink_account': 'Odłącz konto',
|
|
151
|
+
'fabric.linking.upload': 'Przekaż',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Przekaż awatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Przekaż plik',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Przekaż plik z {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Przekaż obraz',
|
|
156
|
+
'fabric.linking.upload_photo': 'Przekaż zdjęcie',
|
|
157
|
+
'fabric.linking.video': 'wideo',
|
|
158
|
+
'fabric.linking.view': 'Wyświetl',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Mamy problemy z załadowaniem Twojego pliku.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Twoja przeglądarka nie obsługuje WebGL. Użyj przeglądarki z włączoną obsługą WebGL, aby dodawać adnotacje do obrazów',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Nie można załadować tego elementu pliku zip do podglądu',
|
|
162
|
+
'fabric.linking.zoom_in': 'powiększ',
|
|
163
|
+
'fabric.linking.zoom_out': 'pomniejsz'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Não é possível encontrar o link',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Conectar para visualizar',
|
|
18
|
+
'fabric.linking.join_to_view': 'Entre em {context} para ver esse item',
|
|
20
19
|
'fabric.linking.create_on': 'Criação: {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Criado por {context}',
|
|
22
21
|
'fabric.linking.delete': 'Excluir',
|
|
23
22
|
'fabric.linking.edit': 'Editar',
|
|
24
23
|
'fabric.linking.forbidden_access': 'O acesso é proibido',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Link restrito; tente outra conta',
|
|
26
25
|
'fabric.linking.modified_on': 'Atualizado em {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'A solicitação de acesso está pendente',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Bloqueador',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Leve',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Trivial',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Indefinida',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Solicite acesso a {context} para ver esse item',
|
|
40
39
|
'fabric.linking.request_denied': 'A solicitação de acesso foi negada',
|
|
41
|
-
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Contas',
|
|
42
|
+
'fabric.linking.actions': 'Ações',
|
|
43
|
+
'fabric.linking.add_account': 'Adicionar conta',
|
|
44
|
+
'fabric.linking.annotate': 'Anotar',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Você tem algumas alterações não salvas. Você quer mesmo sair?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Alterações não salvas',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Seta',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Desfoque',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Cor',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Espessura de borda',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Formato',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Texto',
|
|
55
|
+
'fabric.linking.archive': 'arquivar',
|
|
56
|
+
'fabric.linking.audio': 'áudio',
|
|
57
|
+
'fabric.linking.cancel': 'Cancelar',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Não é possível visualizar este tipo de arquivo.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Ops! Não foi possível encontrar nenhum arquivo',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Ops! Não foi possível encontrar nenhum GIF',
|
|
61
|
+
'fabric.linking.change_view': 'Alterar visualização',
|
|
62
|
+
'fabric.linking.check_your_network': 'Verifique sua conexão de rede',
|
|
63
|
+
'fabric.linking.click_to_join': 'Entrar no {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Você foi aprovado, então já pode entrar no {context}.',
|
|
65
|
+
'fabric.linking.close': 'Fechar',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Tente fechar o arquivo e abri-lo novamente',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Abriremos uma nova página para ajudar você a conectar sua conta do {name}',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Conectar para visualizar',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'Para ver uma prévia desse link, conecte a conta {context}.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Conectar a conta do {context}',
|
|
72
|
+
'fabric.linking.connect_to': 'Conectar-se ao {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Ops! Não foi possível carregar o editor',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Ops! Não foi possível salvar a imagem',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Não é possível exibir arquivos criptografados ou protegidos por senha.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Não foi possível gerar uma visualização para este arquivo.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Não foi possível carregar o arquivo.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Não foi possível carregar esse link por um motivo desconhecido.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Criando visualização...',
|
|
80
|
+
'fabric.linking.default_avatars': 'Avatares padrão',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'desativar tela cheia',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Exibir miniatura',
|
|
83
|
+
'fabric.linking.document': 'documento',
|
|
84
|
+
'fabric.linking.download': 'Baixar',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Arraste e solte suas imagens aqui',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Arraste e solte seus arquivos em qualquer lugar ou',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Arraste e solte arquivos e pastas em qualquer lugar ou',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Solte seus arquivos para carregá-los',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Solte seus arquivos aqui',
|
|
90
|
+
'fabric.linking.email': 'e-mail',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'ativar tela cheia',
|
|
92
|
+
'fabric.linking.error_429': 'Erro 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Erro ao gerar pré-visualização',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Se o problema persistir, entre em contato com o suporte.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Tente outra vez.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Erro ao carregar arquivo',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Falha ao carregar',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Falha ao carregar',
|
|
99
|
+
'fabric.linking.forbidden_description': 'Você não tem acesso a essa visualização. Entre em contato com o administrador do site se precisar de acesso.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Enviar feedback',
|
|
101
|
+
'fabric.linking.image': 'imagem',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'Não foi possível carregar a imagem. O formato é inválido.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'A imagem é muito grande. Ela não pode ter mais de {MAX_SIZE_MB} MB',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'Não foi possível carregar a imagem. O URL é inválido.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Inserir {0} arquivo} other {Inserir {0} arquivos}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Link restrito',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Você precisa solicitar o acesso ou tentar usar outra conta para poder visualizar.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'O item selecionado não foi encontrado na lista.',
|
|
109
|
+
'fabric.linking.learn_more': 'Saiba mais',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Carregar mais GIFs',
|
|
111
|
+
'fabric.linking.loading': 'Carregando...',
|
|
112
|
+
'fabric.linking.loading_file': 'Carregando arquivo...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Deve ser algo temporário.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Alô? Era isso que você estava procurando?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Não encontramos nenhum resultado para "{query}"',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Nenhum artefato de PDF foi encontrado para este arquivo.',
|
|
117
|
+
'fabric.linking.not_found_description': 'Não foi possível encontrar o link. Verifique a URL e tente editar ou colar de novo.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Ah, não! Não foi possível encontrar o link.',
|
|
119
|
+
'fabric.linking.or': 'ou',
|
|
120
|
+
'fabric.linking.pause': 'Pausar',
|
|
121
|
+
'fabric.linking.play': 'Reproduzir',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Padrão',
|
|
123
|
+
'fabric.linking.playback_speed': 'Velocidade de reprodução',
|
|
124
|
+
'fabric.linking.preview': 'Pré-visualizar',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Pré-visualização indisponível no momento',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Visualização indisponível',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Arquivos carregados recentemente',
|
|
128
|
+
'fabric.linking.remove_image': 'Remover imagem',
|
|
129
|
+
'fabric.linking.request_access': 'Solicitar acesso',
|
|
130
|
+
'fabric.linking.request_access_description': 'Solicitar acesso a {context} para ver esta visualização.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Acesso pendente',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Sua solicitação de acesso está pendente.',
|
|
133
|
+
'fabric.linking.request_denied_description': 'Sua solicitação de acesso foi negada. Se ainda precisar de acesso, entre em contato com o administrador do site.',
|
|
134
|
+
'fabric.linking.retry': 'Tentar novamente',
|
|
135
|
+
'fabric.linking.save': 'Salvar',
|
|
136
|
+
'fabric.linking.search': 'pesquisar',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Pesquise todos os GIFs!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Compartilharemos os arquivos instantaneamente',
|
|
139
|
+
'fabric.linking.skip_backward': 'Voltar 10 segundos',
|
|
140
|
+
'fabric.linking.skip_forward': 'Avançar 10 segundos',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Algo deu errado.',
|
|
142
|
+
'fabric.linking.srclink': 'Visualizar em',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Ver o original',
|
|
144
|
+
'fabric.linking.text': 'texto',
|
|
145
|
+
'fabric.linking.try_again': 'Tentar novamente',
|
|
146
|
+
'fabric.linking.try_another_account': 'Experimente uma outra conta',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Tente baixar o arquivo para visualizá-lo.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Você não pode fazer anotações nesta imagem',
|
|
149
|
+
'fabric.linking.unknown': 'desconhecido',
|
|
150
|
+
'fabric.linking.unlink_account': 'Desvincular conta',
|
|
151
|
+
'fabric.linking.upload': 'Carregar',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Carregar um avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Carregar um arquivo',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Carregar um arquivo do {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Carregar imagem',
|
|
156
|
+
'fabric.linking.upload_photo': 'Carregar uma foto',
|
|
157
|
+
'fabric.linking.video': 'vídeo',
|
|
158
|
+
'fabric.linking.view': 'Visualizar',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Estamos com dificuldade para carregar este arquivo',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Seu navegador não é compatível com WebGL. Use um navegador compatível com WebGL para fazer anotações em imagens.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Não foi possível carregar esse item de arquivo ZIP para visualizar',
|
|
162
|
+
'fabric.linking.zoom_in': 'mais zoom',
|
|
163
|
+
'fabric.linking.zoom_out': 'menos zoom'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_PT.js
CHANGED
|
@@ -12,5 +12,91 @@ exports.default = void 0;
|
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
14
|
//Portuguese (Portugal)
|
|
15
|
-
var _default = {
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.linking.accounts': 'Contas',
|
|
17
|
+
'fabric.linking.actions': 'Ações',
|
|
18
|
+
'fabric.linking.add_account': 'Adicionar conta',
|
|
19
|
+
'fabric.linking.annotate': 'Anotar',
|
|
20
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
21
|
+
'fabric.linking.annotate.confirmation.content': 'Tem algumas alterações por guardar. Tem a certeza de que pretende sair?',
|
|
22
|
+
'fabric.linking.annotate.confirmation.heading': 'Alterações por guardar',
|
|
23
|
+
'fabric.linking.annotate.tool.arrow': 'Seta',
|
|
24
|
+
'fabric.linking.annotate.tool.blur': 'Desfocar',
|
|
25
|
+
'fabric.linking.annotate.tool.brush': 'Pincel',
|
|
26
|
+
'fabric.linking.annotate.tool.color': 'Cor',
|
|
27
|
+
'fabric.linking.annotate.tool.line.thickness': 'Espessura da linha',
|
|
28
|
+
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
29
|
+
'fabric.linking.annotate.tool.text': 'Texto',
|
|
30
|
+
'fabric.linking.audio': 'áudio',
|
|
31
|
+
'fabric.linking.cancel': 'Cancelar',
|
|
32
|
+
'fabric.linking.cant_preview_file_type': 'Não é possível pré-visualizar este tipo de ficheiro.',
|
|
33
|
+
'fabric.linking.cant_retrieve_files': 'Ups! Não foi possível obter quaisquer ficheiros',
|
|
34
|
+
'fabric.linking.cant_retrieve_gifs': 'Ups! Não é possível obter nenhum GIF',
|
|
35
|
+
'fabric.linking.check_your_network': 'Verifique a sua ligação à rede',
|
|
36
|
+
'fabric.linking.close': 'Fechar',
|
|
37
|
+
'fabric.linking.connect_account_description': 'Será aberta uma nova página para o ajudar a ligar a sua conta {name}',
|
|
38
|
+
'fabric.linking.connect_link_account': 'Ligar para pré-visualizar',
|
|
39
|
+
'fabric.linking.connect_link_account_card_view': 'Ligar',
|
|
40
|
+
'fabric.linking.connect_link_account_card_view_name': 'Associe a sua conta {context}',
|
|
41
|
+
'fabric.linking.connect_to': 'Ligar a {name}',
|
|
42
|
+
'fabric.linking.could_not_load_editor': 'Ups! Não foi possível carregar o editor',
|
|
43
|
+
'fabric.linking.could_not_save_image': 'Ups! Não foi possível guardar a imagem',
|
|
44
|
+
'fabric.linking.couldnt_generate_preview': 'Não foi possível gerar uma pré-visualização para este ficheiro.',
|
|
45
|
+
'fabric.linking.default_avatars': 'Avatares predefinidos',
|
|
46
|
+
'fabric.linking.disable_fullscreen': 'desativar ecrã inteiro',
|
|
47
|
+
'fabric.linking.document': 'documento',
|
|
48
|
+
'fabric.linking.download': 'Descarregar',
|
|
49
|
+
'fabric.linking.drag_and_drop_images_here': 'Arraste e largue as suas imagens para aqui',
|
|
50
|
+
'fabric.linking.drag_and_drop_your_files': 'Arraste e largue os ficheiros em qualquer local ou',
|
|
51
|
+
'fabric.linking.drop_your_files': 'Largue os ficheiros para carregar',
|
|
52
|
+
'fabric.linking.drop_your_files_here': 'Largue os seus ficheiros aqui',
|
|
53
|
+
'fabric.linking.enable_fullscreen': 'ativar ecrã inteiro',
|
|
54
|
+
'fabric.linking.error_generating_preview': 'Erro ao gerar a pré-visualização',
|
|
55
|
+
'fabric.linking.error_hint_critical': 'Se o problema persistir, contacte o suporte.',
|
|
56
|
+
'fabric.linking.error_hint_retry': 'Ocorreu uma falha, tente novamente.',
|
|
57
|
+
'fabric.linking.error_loading_file': 'Erro ao carregar o ficheiro',
|
|
58
|
+
'fabric.linking.failed_to_load': 'Falha ao carregar',
|
|
59
|
+
'fabric.linking.give_feedback': 'Enviar comentários',
|
|
60
|
+
'fabric.linking.image': 'imagem',
|
|
61
|
+
'fabric.linking.image_format_invalid_error': 'Não foi possível carregar a imagem, o formato não é válido.',
|
|
62
|
+
'fabric.linking.image_size_too_large_error': 'A imagem é demasiado grande, o tamanho da imagem tem de ser inferior a {MAX_SIZE_MB}Mb',
|
|
63
|
+
'fabric.linking.image_url_invalid_error': 'Não foi possível carregar a imagem, o url não é válido.',
|
|
64
|
+
'fabric.linking.insert_files': '{0, plural, one {Inserir {0} ficheiro} other {Inserir {0} ficheiros}}',
|
|
65
|
+
'fabric.linking.invalid_permissions_description': 'Terá de solicitar o acesso ou experimentar ver esta pré-visualização com outra conta.',
|
|
66
|
+
'fabric.linking.item_not_found_in_list': 'O item selecionado não foi encontrado na lista.',
|
|
67
|
+
'fabric.linking.learn_more': 'Obter mais informações',
|
|
68
|
+
'fabric.linking.load_more_gifs': 'Carregar mais GIF',
|
|
69
|
+
'fabric.linking.loading': 'A carregar...',
|
|
70
|
+
'fabric.linking.might_be_a_hiccup': 'Deve ser só um contratempo.',
|
|
71
|
+
'fabric.linking.no_gifs_found': 'Olá? Está à minha procura?',
|
|
72
|
+
'fabric.linking.no_gifs_found_suggestion': 'Não conseguimos encontrar nada para "{query}"',
|
|
73
|
+
'fabric.linking.no_pdf_artifacts': 'Não foram encontrados artefactos em PDF para este ficheiro.',
|
|
74
|
+
'fabric.linking.not_found_title': 'Oh, não. Não conseguimos encontrar este link!',
|
|
75
|
+
'fabric.linking.or': 'ou',
|
|
76
|
+
'fabric.linking.recent_uploads': 'Carregamentos recentes',
|
|
77
|
+
'fabric.linking.remove_image': 'Remover imagem',
|
|
78
|
+
'fabric.linking.retry': 'Tentar novamente',
|
|
79
|
+
'fabric.linking.save': 'Guardar',
|
|
80
|
+
'fabric.linking.search_all_gifs': 'Procurar todos os GIF!',
|
|
81
|
+
'fabric.linking.share_files_instantly': 'Os seus ficheiros serão partilhados imediatamente',
|
|
82
|
+
'fabric.linking.something_went_wrong': 'Ocorreu um erro.',
|
|
83
|
+
'fabric.linking.srclink': 'Visualizar em',
|
|
84
|
+
'fabric.linking.srclinkunknown': 'Ver original',
|
|
85
|
+
'fabric.linking.try_again': 'Tente novamente',
|
|
86
|
+
'fabric.linking.try_another_account': 'Experimente com outra conta',
|
|
87
|
+
'fabric.linking.try_downloading_file': 'Tente transferir o ficheiro para o visualizar.',
|
|
88
|
+
'fabric.linking.unable_to_annotate_image': 'Não pode anotar esta imagem',
|
|
89
|
+
'fabric.linking.unknown': 'desconhecido',
|
|
90
|
+
'fabric.linking.unlink_account': 'Desassociar conta',
|
|
91
|
+
'fabric.linking.upload': 'Carregar',
|
|
92
|
+
'fabric.linking.upload_an_avatar': 'Carregar um avatar',
|
|
93
|
+
'fabric.linking.upload_file': 'Carregar um ficheiro',
|
|
94
|
+
'fabric.linking.upload_file_from': 'Carregar um ficheiro de {name}',
|
|
95
|
+
'fabric.linking.upload_image': 'Carregar imagem',
|
|
96
|
+
'fabric.linking.upload_photo': 'Carregar uma fotografia',
|
|
97
|
+
'fabric.linking.video': 'vídeo',
|
|
98
|
+
'fabric.linking.webgl_warning_description': 'O seu navegador não suporta WebGL. Utilize um navegador compatível com WebGL para anotar imagens.',
|
|
99
|
+
'fabric.linking.zoom_in': 'ampliar',
|
|
100
|
+
'fabric.linking.zoom_out': 'reduzir'
|
|
101
|
+
};
|
|
16
102
|
exports.default = _default;
|