@atlaskit/smart-card 19.1.16 → 19.1.19
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 +26 -0
- package/dist/cjs/constants.js +2 -1
- package/dist/cjs/extractors/block/index.js +2 -1
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -1
- package/dist/cjs/extractors/flexible/index.js +3 -0
- package/dist/cjs/extractors/flexible/latest-commit/index.js +21 -0
- package/dist/cjs/i18n/cs.js +29 -115
- package/dist/cjs/i18n/da.js +31 -116
- package/dist/cjs/i18n/de.js +30 -116
- package/dist/cjs/i18n/en.js +29 -115
- package/dist/cjs/i18n/en_GB.js +29 -115
- package/dist/cjs/i18n/en_ZZ.js +10 -129
- package/dist/cjs/i18n/es.js +29 -115
- package/dist/cjs/i18n/fi.js +29 -115
- package/dist/cjs/i18n/fr.js +30 -116
- package/dist/cjs/i18n/hu.js +30 -116
- package/dist/cjs/i18n/it.js +29 -115
- package/dist/cjs/i18n/ja.js +29 -115
- package/dist/cjs/i18n/ko.js +29 -115
- package/dist/cjs/i18n/nb.js +30 -116
- package/dist/cjs/i18n/nl.js +29 -115
- package/dist/cjs/i18n/pl.js +30 -116
- package/dist/cjs/i18n/pt_BR.js +29 -115
- package/dist/cjs/i18n/ru.js +30 -116
- package/dist/cjs/i18n/sv.js +29 -115
- package/dist/cjs/i18n/th.js +29 -115
- package/dist/cjs/i18n/tr.js +30 -116
- package/dist/cjs/i18n/uk.js +29 -115
- package/dist/cjs/i18n/vi.js +29 -115
- package/dist/cjs/i18n/zh.js +30 -116
- package/dist/cjs/i18n/zh_TW.js +29 -115
- package/dist/cjs/state/analytics/useSmartLinkAnalytics.js +12 -12
- package/dist/cjs/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/cjs/utils/analytics/analytics.js +8 -4
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyFallback.js +4 -2
- package/dist/cjs/view/CardWithUrl/loader.js +4 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/index.js +8 -2
- package/dist/cjs/view/FlexibleCard/components/elements/utils.js +6 -0
- package/dist/cjs/view/HoverCard/components/hover-card-content.js +125 -0
- package/dist/cjs/view/HoverCard/index.js +22 -89
- package/dist/cjs/view/HoverCard/utils.js +3 -1
- package/dist/cjs/view/LinkView/index.js +1 -1
- package/dist/es2019/constants.js +2 -1
- package/dist/es2019/extractors/block/index.js +2 -1
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -2
- package/dist/es2019/extractors/flexible/index.js +2 -0
- package/dist/es2019/extractors/flexible/latest-commit/index.js +12 -0
- package/dist/es2019/i18n/cs.js +29 -115
- package/dist/es2019/i18n/da.js +31 -116
- package/dist/es2019/i18n/de.js +30 -116
- package/dist/es2019/i18n/en.js +29 -115
- package/dist/es2019/i18n/en_GB.js +29 -115
- package/dist/es2019/i18n/en_ZZ.js +10 -129
- package/dist/es2019/i18n/es.js +29 -115
- package/dist/es2019/i18n/fi.js +29 -115
- package/dist/es2019/i18n/fr.js +30 -116
- package/dist/es2019/i18n/hu.js +30 -116
- package/dist/es2019/i18n/it.js +29 -115
- package/dist/es2019/i18n/ja.js +29 -115
- package/dist/es2019/i18n/ko.js +29 -115
- package/dist/es2019/i18n/nb.js +30 -116
- package/dist/es2019/i18n/nl.js +29 -115
- package/dist/es2019/i18n/pl.js +30 -116
- package/dist/es2019/i18n/pt_BR.js +29 -115
- package/dist/es2019/i18n/ru.js +30 -116
- package/dist/es2019/i18n/sv.js +29 -115
- package/dist/es2019/i18n/th.js +29 -115
- package/dist/es2019/i18n/tr.js +30 -116
- package/dist/es2019/i18n/uk.js +29 -115
- package/dist/es2019/i18n/vi.js +29 -115
- package/dist/es2019/i18n/zh.js +30 -116
- package/dist/es2019/i18n/zh_TW.js +29 -115
- package/dist/es2019/state/analytics/useSmartLinkAnalytics.js +4 -4
- package/dist/es2019/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/es2019/utils/analytics/analytics.js +8 -4
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/CardWithUrl/component-lazy/LazyFallback.js +13 -9
- package/dist/es2019/view/CardWithUrl/loader.js +4 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/elements/index.js +5 -0
- package/dist/es2019/view/FlexibleCard/components/elements/utils.js +7 -0
- package/dist/es2019/view/HoverCard/components/hover-card-content.js +85 -0
- package/dist/es2019/view/HoverCard/index.js +23 -78
- package/dist/es2019/view/HoverCard/utils.js +1 -0
- package/dist/es2019/view/LinkView/index.js +1 -1
- package/dist/esm/constants.js +2 -1
- package/dist/esm/extractors/block/index.js +2 -1
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -1
- package/dist/esm/extractors/flexible/index.js +2 -0
- package/dist/esm/extractors/flexible/latest-commit/index.js +12 -0
- package/dist/esm/i18n/cs.js +29 -115
- package/dist/esm/i18n/da.js +31 -116
- package/dist/esm/i18n/de.js +30 -116
- package/dist/esm/i18n/en.js +29 -115
- package/dist/esm/i18n/en_GB.js +29 -115
- package/dist/esm/i18n/en_ZZ.js +10 -129
- package/dist/esm/i18n/es.js +29 -115
- package/dist/esm/i18n/fi.js +29 -115
- package/dist/esm/i18n/fr.js +30 -116
- package/dist/esm/i18n/hu.js +30 -116
- package/dist/esm/i18n/it.js +29 -115
- package/dist/esm/i18n/ja.js +29 -115
- package/dist/esm/i18n/ko.js +29 -115
- package/dist/esm/i18n/nb.js +30 -116
- package/dist/esm/i18n/nl.js +29 -115
- package/dist/esm/i18n/pl.js +30 -116
- package/dist/esm/i18n/pt_BR.js +29 -115
- package/dist/esm/i18n/ru.js +30 -116
- package/dist/esm/i18n/sv.js +29 -115
- package/dist/esm/i18n/th.js +29 -115
- package/dist/esm/i18n/tr.js +30 -116
- package/dist/esm/i18n/uk.js +29 -115
- package/dist/esm/i18n/vi.js +29 -115
- package/dist/esm/i18n/zh.js +30 -116
- package/dist/esm/i18n/zh_TW.js +29 -115
- package/dist/esm/state/analytics/useSmartLinkAnalytics.js +12 -12
- package/dist/esm/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/esm/utils/analytics/analytics.js +8 -4
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/CardWithUrl/component-lazy/LazyFallback.js +4 -2
- package/dist/esm/view/CardWithUrl/loader.js +4 -2
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/index.js +5 -0
- package/dist/esm/view/FlexibleCard/components/elements/utils.js +6 -0
- package/dist/esm/view/HoverCard/components/hover-card-content.js +99 -0
- package/dist/esm/view/HoverCard/index.js +25 -87
- package/dist/esm/view/HoverCard/utils.js +1 -0
- package/dist/esm/view/LinkView/index.js +1 -1
- package/dist/types/constants.d.ts +3 -2
- package/dist/types/extractors/block/types.d.ts +2 -0
- package/dist/types/extractors/common/__mocks__/jsonld.d.ts +91 -0
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +2 -1
- package/dist/types/extractors/flexible/latest-commit/index.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +28 -114
- package/dist/types/i18n/da.d.ts +28 -113
- package/dist/types/i18n/de.d.ts +28 -114
- package/dist/types/i18n/en.d.ts +28 -114
- package/dist/types/i18n/en_GB.d.ts +28 -114
- package/dist/types/i18n/en_ZZ.d.ts +9 -128
- package/dist/types/i18n/es.d.ts +28 -114
- package/dist/types/i18n/fi.d.ts +28 -114
- package/dist/types/i18n/fr.d.ts +28 -114
- package/dist/types/i18n/hu.d.ts +28 -114
- package/dist/types/i18n/it.d.ts +28 -114
- package/dist/types/i18n/ja.d.ts +28 -114
- package/dist/types/i18n/ko.d.ts +28 -114
- package/dist/types/i18n/nb.d.ts +28 -114
- package/dist/types/i18n/nl.d.ts +28 -114
- package/dist/types/i18n/pl.d.ts +28 -114
- package/dist/types/i18n/pt_BR.d.ts +28 -114
- package/dist/types/i18n/ru.d.ts +28 -114
- package/dist/types/i18n/sv.d.ts +28 -114
- package/dist/types/i18n/th.d.ts +28 -114
- package/dist/types/i18n/tr.d.ts +28 -114
- package/dist/types/i18n/uk.d.ts +28 -114
- package/dist/types/i18n/vi.d.ts +28 -114
- package/dist/types/i18n/zh.d.ts +28 -114
- package/dist/types/i18n/zh_TW.d.ts +28 -114
- package/dist/types/state/actions/index.d.ts +2 -1
- package/dist/types/state/analytics/useSmartLinkAnalytics.d.ts +2 -2
- package/dist/types/state/flexible-ui-context/types.d.ts +4 -0
- package/dist/types/state/hooks/useSmartLink.d.ts +3 -3
- package/dist/types/state/hooks-external/useSmartLinkActions.d.ts +2 -2
- package/dist/types/utils/analytics/analytics.d.ts +4 -4
- package/dist/types/view/Card/index.d.ts +1 -1
- package/dist/types/view/Card/types.d.ts +1 -0
- package/dist/types/view/CardWithUrl/types.d.ts +1 -0
- package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +4 -0
- package/dist/types/view/HoverCard/components/hover-card-content.d.ts +4 -0
- package/dist/types/view/HoverCard/types.d.ts +12 -0
- package/dist/types/view/HoverCard/utils.d.ts +1 -0
- package/dist/types/view/LinkView/index.d.ts +4 -1
- package/package.json +3 -3
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Kan link niet vinden',
|
|
18
|
-
'fabric.linking.join_to_view': 'Word lid van {context} om deze issue te bekijken',
|
|
19
|
-
'fabric.linking.create_on': 'Aangemaakt op {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Aangemaakt door {context}',
|
|
21
|
-
'fabric.linking.delete': 'Verwijderen',
|
|
22
|
-
'fabric.linking.edit': 'Bewerken',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Je hebt geen toegang',
|
|
24
|
-
'fabric.linking.restricted_link': 'Afgeschermde link, probeer een ander account',
|
|
25
|
-
'fabric.linking.modified_on': 'Bijgewerkt op {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Je toegangsaanvraag wordt behandeld.',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Blocker',
|
|
28
|
-
'fabric.linking.priority_critical': 'Kritiek',
|
|
29
|
-
'fabric.linking.priority_high': 'Hoog',
|
|
30
|
-
'fabric.linking.priority_highest': 'Hoogst',
|
|
31
|
-
'fabric.linking.priority_low': 'Laag',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Laagst',
|
|
33
|
-
'fabric.linking.priority_major': 'Groot',
|
|
34
|
-
'fabric.linking.priority_medium': 'Medium',
|
|
35
|
-
'fabric.linking.priority_minor': 'Gering',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Triviaal',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Niet gedefinieerd',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Vraag toegang aan tot {context} om deze issue te bekijken',
|
|
39
|
-
'fabric.linking.request_denied': 'Je toegangsaanvraag is afgewezen',
|
|
40
|
-
'fabric.linking.updated_by': 'Gewijzigd door {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Accounts',
|
|
42
16
|
'fabric.linking.actions': 'Acties',
|
|
43
17
|
'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
18
|
'fabric.linking.cancel': 'Annuleren',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
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',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Kan link niet vinden',
|
|
63
21
|
'fabric.linking.click_to_join': 'Neem deel aan {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Je bent goedgekeurd, dus je kunt onmiddellijk deelnemen aan {context}.',
|
|
65
23
|
'fabric.linking.close': 'Sluiten',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Probeer dit bestand te sluiten en opnieuw te openen.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'We zullen een nieuwe pagina openen waarop je je {name}-account kunt verbinden',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Maak verbinding voor voorbeeld',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Koppelen',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Koppel je {context}-account om een voorbeeld van deze link weer te geven.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Koppel je {context}-account',
|
|
72
29
|
'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
30
|
'fabric.linking.couldnt_load_link': 'Om een onbekende reden konden we deze link niet laden.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'document',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Aangemaakt op {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Aangemaakt: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Aangemaakt door {context}',
|
|
34
|
+
'fabric.linking.delete': 'Verwijderen',
|
|
84
35
|
'fabric.linking.download': 'Downloaden',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
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',
|
|
36
|
+
'fabric.linking.edit': 'Bewerken',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Je hebt geen toegang',
|
|
99
38
|
'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
39
|
'fabric.linking.invalid_permissions': 'Afgeschermde link',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Je moet om toegang vragen of een ander account proberen om deze voorvertoning te bekijken.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Meer informatie',
|
|
110
|
-
'fabric.linking.load_more_gifs': "Meer GIF's laden",
|
|
41
|
+
'fabric.linking.join_to_view': 'Word lid van {context} om deze issue te bekijken',
|
|
111
42
|
'fabric.linking.loading': 'Laden...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
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.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Bijgewerkt op {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Bijgewerkt: {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Meer acties',
|
|
117
46
|
'fabric.linking.not_found_description': 'We konden de link niet vinden. Controleer de URL en probeer nogmaals te bewerken of plakken.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Oh-oh. We kunnen deze link niet vinden.',
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Pauzeren',
|
|
121
|
-
'fabric.linking.play': 'Afspelen',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Standaard',
|
|
123
|
-
'fabric.linking.playback_speed': 'Afspeelsnelheid',
|
|
48
|
+
'fabric.linking.pending_request': 'Je toegangsaanvraag wordt behandeld.',
|
|
124
49
|
'fabric.linking.preview': 'Voorvertoning',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
51
|
+
'fabric.linking.priority_critical': 'Kritiek',
|
|
52
|
+
'fabric.linking.priority_high': 'Hoog',
|
|
53
|
+
'fabric.linking.priority_highest': 'Hoogst',
|
|
54
|
+
'fabric.linking.priority_low': 'Laag',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Laagst',
|
|
56
|
+
'fabric.linking.priority_major': 'Groot',
|
|
57
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
58
|
+
'fabric.linking.priority_minor': 'Gering',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Triviaal',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Niet gedefinieerd',
|
|
129
61
|
'fabric.linking.request_access': 'Toegang aanvragen',
|
|
130
62
|
'fabric.linking.request_access_description': 'Vraag toegang aan tot {context} om deze voorvertoning te bekijken.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Toegang wordt behandeld',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Je toegangsaanvraag wordt behandeld.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Vraag toegang aan tot {context} om deze issue te bekijken',
|
|
66
|
+
'fabric.linking.request_denied': 'Je toegangsaanvraag is afgewezen',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Je toegangsaanvraag is afgewezen. Neem contact op met de sitebeheerder als je toegang nodig hebt.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Afgeschermde link, probeer een ander account',
|
|
134
69
|
'fabric.linking.retry': 'Probeer opnieuw',
|
|
135
70
|
'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
71
|
'fabric.linking.srclink': 'Bekijken in',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Bekijk Origineel',
|
|
144
|
-
'fabric.linking.text': 'Tekst',
|
|
145
73
|
'fabric.linking.try_again': 'Opnieuw proberen',
|
|
146
74
|
'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
75
|
'fabric.linking.unlink_account': 'Verbinding met account verwijderen',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
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'
|
|
76
|
+
'fabric.linking.updated_by': 'Gewijzigd door {context}',
|
|
77
|
+
'fabric.linking.view': 'Bekijken'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Polish (Poland)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Nie można znaleźć łącza',
|
|
18
|
-
'fabric.linking.join_to_view': 'Dołącz do {context}, aby wyświetlić to zgłoszenie',
|
|
19
|
-
'fabric.linking.create_on': 'Utworzono {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Autor: {context}',
|
|
21
|
-
'fabric.linking.delete': 'Usuń',
|
|
22
|
-
'fabric.linking.edit': 'Edytuj',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Dostęp zabroniony',
|
|
24
|
-
'fabric.linking.restricted_link': 'Łącze z ograniczeniami. Spróbuj z innego konta.',
|
|
25
|
-
'fabric.linking.modified_on': 'Zaktualizowano {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Twój wniosek o dostęp oczekuje na rozpatrzenie',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Bloker',
|
|
28
|
-
'fabric.linking.priority_critical': 'Krytyczny',
|
|
29
|
-
'fabric.linking.priority_high': 'Wysoki',
|
|
30
|
-
'fabric.linking.priority_highest': 'Najwyższy',
|
|
31
|
-
'fabric.linking.priority_low': 'Niski',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Najniższy',
|
|
33
|
-
'fabric.linking.priority_major': 'Poważny',
|
|
34
|
-
'fabric.linking.priority_medium': 'Średni',
|
|
35
|
-
'fabric.linking.priority_minor': 'Drobny',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Trywialny',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Poproś o dostęp do {context}, aby wyświetlić to zgłoszenie',
|
|
39
|
-
'fabric.linking.request_denied': 'Twój wniosek o dostęp został odrzucony',
|
|
40
|
-
'fabric.linking.updated_by': 'Autor modyfikacji: {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Konta',
|
|
42
16
|
'fabric.linking.actions': 'Akcje',
|
|
43
17
|
'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
18
|
'fabric.linking.cancel': 'Anuluj',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
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.',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Nie można znaleźć łącza',
|
|
63
21
|
'fabric.linking.click_to_join': 'Zacznij korzystać z {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Uzyskano zatwierdzenie, więc możesz od razu dołączyć do {context}.',
|
|
65
23
|
'fabric.linking.close': 'Zamknij',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Spróbuj zamknąć plik i otworzyć go ponownie.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Otworzymy nową stronę, aby pomóc Ci połączyć swoje konto {name}',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Połącz podgląd',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Połącz',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Aby wyświetlić podgląd tego łącza, połącz swoje konto {context}.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Połącz konto {context}',
|
|
72
29
|
'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
30
|
'fabric.linking.couldnt_load_link': 'Z nieznanego powodu nie udało się wczytać tego łącza.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'dokument',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Utworzono {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Utworzono {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Autor: {context}',
|
|
34
|
+
'fabric.linking.delete': 'Usuń',
|
|
84
35
|
'fabric.linking.download': 'Pobierz',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
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ć',
|
|
36
|
+
'fabric.linking.edit': 'Edytuj',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Dostęp zabroniony',
|
|
99
38
|
'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
39
|
'fabric.linking.invalid_permissions': 'Łącze z ograniczeniami',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Musisz poprosić o dostęp lub spróbować innego konta, aby zobaczyć ten podgląd.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.
|
|
110
|
-
'fabric.linking.
|
|
111
|
-
'fabric.linking.
|
|
112
|
-
'fabric.linking.
|
|
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.',
|
|
41
|
+
'fabric.linking.join_to_view': 'Dołącz do {context}, aby wyświetlić to zgłoszenie',
|
|
42
|
+
'fabric.linking.loading': 'Ładowanie...',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Zaktualizowano {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Zaktualizowano {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Więcej czynności',
|
|
117
46
|
'fabric.linking.not_found_description': 'Nie udało się znaleźć łącza. Sprawdź adres url i spróbuj go edytować lub wkleić ponownie.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
119
|
-
'fabric.linking.
|
|
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',
|
|
48
|
+
'fabric.linking.pending_request': 'Twój wniosek o dostęp oczekuje na rozpatrzenie',
|
|
124
49
|
'fabric.linking.preview': 'Podgląd',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Bloker',
|
|
51
|
+
'fabric.linking.priority_critical': 'Krytyczny',
|
|
52
|
+
'fabric.linking.priority_high': 'Wysoki',
|
|
53
|
+
'fabric.linking.priority_highest': 'Najwyższy',
|
|
54
|
+
'fabric.linking.priority_low': 'Niski',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Najniższy',
|
|
56
|
+
'fabric.linking.priority_major': 'Poważny',
|
|
57
|
+
'fabric.linking.priority_medium': 'Średni',
|
|
58
|
+
'fabric.linking.priority_minor': 'Drobny',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Trywialny',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Nie zdefiniowano',
|
|
129
61
|
'fabric.linking.request_access': 'Wyślij wniosek o dostęp',
|
|
130
62
|
'fabric.linking.request_access_description': 'Poproś o dostęp do {context}, aby wyświetlić ten podgląd.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Oczekuje na dostęp',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Poproś o dostęp do {context}, aby wyświetlić to zgłoszenie',
|
|
66
|
+
'fabric.linking.request_denied': 'Twój wniosek o dostęp został odrzucony',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Twój wniosek o dostęp został odrzucony. Skontaktuj się z administratorem witryny, jeśli dalej potrzebujesz dostępu.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Łącze z ograniczeniami. Spróbuj z innego konta.',
|
|
134
69
|
'fabric.linking.retry': 'Spróbuj ponownie',
|
|
135
70
|
'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
71
|
'fabric.linking.srclink': 'Wyświetl w',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Wyświetl oryginał',
|
|
144
|
-
'fabric.linking.text': 'Tekst',
|
|
145
73
|
'fabric.linking.try_again': 'Spróbuj ponownie',
|
|
146
74
|
'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
75
|
'fabric.linking.unlink_account': 'Odłącz konto',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
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'
|
|
76
|
+
'fabric.linking.updated_by': 'Autor modyfikacji: {context}',
|
|
77
|
+
'fabric.linking.view': 'Wyświetl'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Portuguese (Brazil)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Não é possível encontrar o link',
|
|
18
|
-
'fabric.linking.join_to_view': 'Entre em {context} para ver esse item',
|
|
19
|
-
'fabric.linking.create_on': 'Criação: {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Criado por {context}',
|
|
21
|
-
'fabric.linking.delete': 'Excluir',
|
|
22
|
-
'fabric.linking.edit': 'Editar',
|
|
23
|
-
'fabric.linking.forbidden_access': 'O acesso é proibido',
|
|
24
|
-
'fabric.linking.restricted_link': 'Link restrito; tente outra conta',
|
|
25
|
-
'fabric.linking.modified_on': 'Atualizado em {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'A solicitação de acesso está pendente',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Bloqueador',
|
|
28
|
-
'fabric.linking.priority_critical': 'Crítica',
|
|
29
|
-
'fabric.linking.priority_high': 'Alta',
|
|
30
|
-
'fabric.linking.priority_highest': 'Mais alta',
|
|
31
|
-
'fabric.linking.priority_low': 'Baixa',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Mais baixa',
|
|
33
|
-
'fabric.linking.priority_major': 'Importante',
|
|
34
|
-
'fabric.linking.priority_medium': 'Média',
|
|
35
|
-
'fabric.linking.priority_minor': 'Leve',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Trivial',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Indefinida',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Solicite acesso a {context} para ver esse item',
|
|
39
|
-
'fabric.linking.request_denied': 'A solicitação de acesso foi negada',
|
|
40
|
-
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Contas',
|
|
42
16
|
'fabric.linking.actions': 'Ações',
|
|
43
17
|
'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
18
|
'fabric.linking.cancel': 'Cancelar',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
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',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Não é possível encontrar o link',
|
|
63
21
|
'fabric.linking.click_to_join': 'Entrar no {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Você foi aprovado, então já pode entrar no {context}.',
|
|
65
23
|
'fabric.linking.close': 'Fechar',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Tente fechar o arquivo e abri-lo novamente',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Abriremos uma nova página para ajudar você a conectar sua conta do {name}',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Conectar para visualizar',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Conectar',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Para ver uma prévia desse link, conecte a conta {context}.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Conectar a conta do {context}',
|
|
72
29
|
'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
30
|
'fabric.linking.couldnt_load_link': 'Não foi possível carregar esse link por um motivo desconhecido.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'documento',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Data de criação em {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Criação: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Criado por {context}',
|
|
34
|
+
'fabric.linking.delete': 'Excluir',
|
|
84
35
|
'fabric.linking.download': 'Baixar',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
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',
|
|
36
|
+
'fabric.linking.edit': 'Editar',
|
|
37
|
+
'fabric.linking.forbidden_access': 'O acesso é proibido',
|
|
99
38
|
'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
39
|
'fabric.linking.invalid_permissions': 'Link restrito',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Você precisa solicitar o acesso ou tentar usar outra conta para poder visualizar.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Saiba mais',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Carregar mais GIFs',
|
|
41
|
+
'fabric.linking.join_to_view': 'Entre em {context} para ver esse item',
|
|
111
42
|
'fabric.linking.loading': 'Carregando...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
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.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Atualizado em {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Atualizado em {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Mais ações',
|
|
117
46
|
'fabric.linking.not_found_description': 'Não foi possível encontrar o link. Verifique a URL e tente editar ou colar de novo.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Ah, não! Não foi possível encontrar o link.',
|
|
119
|
-
'fabric.linking.
|
|
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',
|
|
48
|
+
'fabric.linking.pending_request': 'A solicitação de acesso está pendente',
|
|
124
49
|
'fabric.linking.preview': 'Pré-visualizar',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Gravíssima',
|
|
51
|
+
'fabric.linking.priority_critical': 'Crítica',
|
|
52
|
+
'fabric.linking.priority_high': 'Alta',
|
|
53
|
+
'fabric.linking.priority_highest': 'Mais alta',
|
|
54
|
+
'fabric.linking.priority_low': 'Baixa',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Mais baixa',
|
|
56
|
+
'fabric.linking.priority_major': 'Alta',
|
|
57
|
+
'fabric.linking.priority_medium': 'Média',
|
|
58
|
+
'fabric.linking.priority_minor': 'Média',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Indefinida',
|
|
129
61
|
'fabric.linking.request_access': 'Solicitar acesso',
|
|
130
62
|
'fabric.linking.request_access_description': 'Solicitar acesso a {context} para ver esta visualização.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Acesso pendente',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Sua solicitação de acesso está pendente.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Solicite acesso a {context} para ver esse item',
|
|
66
|
+
'fabric.linking.request_denied': 'A solicitação de acesso foi negada',
|
|
133
67
|
'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.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Link restrito; tente outra conta',
|
|
134
69
|
'fabric.linking.retry': 'Tentar novamente',
|
|
135
70
|
'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
71
|
'fabric.linking.srclink': 'Visualizar em',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Ver o original',
|
|
144
|
-
'fabric.linking.text': 'texto',
|
|
145
73
|
'fabric.linking.try_again': 'Tentar novamente',
|
|
146
74
|
'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
75
|
'fabric.linking.unlink_account': 'Desvincular conta',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
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'
|
|
76
|
+
'fabric.linking.updated_by': 'Modificado por {context}',
|
|
77
|
+
'fabric.linking.view': 'Visualizar'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|