@atlaskit/smart-card 19.1.15 → 19.1.18
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 +25 -0
- package/dist/cjs/extractors/block/index.js +2 -1
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -1
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/index.js +2 -1
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -2
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/index.js +2 -1
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -1
- 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/elements/date-time/index.js +3 -2
- 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/extractors/block/types.d.ts +2 -0
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +2 -1
- 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/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/elements/date-time/types.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 +1 -1
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
17
|
-
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
18
|
-
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
19
|
-
'fabric.linking.create_on': 'Erstellt am {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
21
|
-
'fabric.linking.delete': 'Löschen',
|
|
22
|
-
'fabric.linking.edit': 'Bearbeiten',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
24
|
-
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
25
|
-
'fabric.linking.modified_on': 'Aktualisiert am {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Blocker',
|
|
28
|
-
'fabric.linking.priority_critical': 'Kritisch',
|
|
29
|
-
'fabric.linking.priority_high': 'Hoch',
|
|
30
|
-
'fabric.linking.priority_highest': 'Höchste',
|
|
31
|
-
'fabric.linking.priority_low': 'Niedrig',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
33
|
-
'fabric.linking.priority_major': 'Sehr hoch',
|
|
34
|
-
'fabric.linking.priority_medium': 'Mittel',
|
|
35
|
-
'fabric.linking.priority_minor': 'Gering',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
39
|
-
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
40
|
-
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Konten',
|
|
42
16
|
'fabric.linking.actions': 'Aktionen',
|
|
43
17
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
44
|
-
'fabric.linking.annotate': 'Kommentieren',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Trotzdem schließen',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie die Datei wirklich verlassen?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Nicht gespeicherte Änderungen',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Pfeil',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Weichzeichnung',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Pinsel',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Farbe',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Strichstärke',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Form',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
55
|
-
'fabric.linking.archive': 'archivieren',
|
|
56
|
-
'fabric.linking.audio': 'Audio',
|
|
57
18
|
'fabric.linking.cancel': 'Abbrechen',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Hoppla, es konnten keine GIFs abgerufen werden.',
|
|
61
|
-
'fabric.linking.change_view': 'Ansicht wechseln',
|
|
62
|
-
'fabric.linking.check_your_network': 'Überprüfen Sie Ihre Netzwerkverbindung.',
|
|
19
|
+
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
20
|
+
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
63
21
|
'fabric.linking.click_to_join': 'Werden Sie ein Teil von {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': 'Ihre Anfrage wurde genehmigt und Sie können {context} direkt beitreten.',
|
|
65
23
|
'fabric.linking.close': 'Schließen',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Versuchen Sie, diese Datei zu schließen und erneut zu öffnen.',
|
|
67
24
|
'fabric.linking.connect_account_description': 'Es wird eine neue Seite geöffnet, auf der Sie Ihr {name}-Konto verbinden können.',
|
|
68
25
|
'fabric.linking.connect_link_account': 'Verknüpfen und Vorschau ansehen',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Verbinden',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'Verbinden Sie Ihr {context}-Konto, um eine Vorschau dieses Links anzuzeigen.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Verbinden Sie Ihr {context}-Konto',
|
|
72
29
|
'fabric.linking.connect_to': 'Mit {name} verbinden',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Hoppla, der Editor konnte nicht abgerufen werden.',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Hoppla, das Bild konnte nicht gespeichert werden.',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Es kann keine Vorschau für verschlüsselte oder passwortgeschützte Dateien erstellt werden.',
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': 'Für diese Datei kann keine Vorschau generiert werden.',
|
|
77
|
-
'fabric.linking.couldnt_load_file': 'Wir konnten die Datei nicht laden.',
|
|
78
30
|
'fabric.linking.couldnt_load_link': 'Dieser Link konnte aus unbekannten Gründen nicht geladen werden.',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'Dokument',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Erstellt am: {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Erstellt: {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
34
|
+
'fabric.linking.delete': 'Löschen',
|
|
84
35
|
'fabric.linking.download': 'Herunterladen',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Dateien und Ordner per Drag-and-Drop irgendwohin verschieben oder',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Dateien zum Hochladen ablegen',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Dateien hier ablegen',
|
|
90
|
-
'fabric.linking.email': 'E-Mail',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'Vollbildmodus aktivieren',
|
|
92
|
-
'fabric.linking.error_429': 'Fehler 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Fehler beim Erzeugen der Vorschau',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'Sollte das Problem bestehen bleiben, wenden Sie sich an den Support.',
|
|
95
|
-
'fabric.linking.error_hint_retry': 'Versuchen Sie es erneut.',
|
|
96
|
-
'fabric.linking.error_loading_file': 'Fehler beim Laden der Datei',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Fehler beim Laden',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Upload fehlgeschlagen',
|
|
36
|
+
'fabric.linking.edit': 'Bearbeiten',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
99
38
|
'fabric.linking.forbidden_description': 'Sie haben keinen Zugriff auf diese Vorschau. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Feedback geben',
|
|
101
|
-
'fabric.linking.image': 'Bild',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Das Bild konnte nicht geladen werden. Das Format ist ungültig.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Das Bild ist zu groß. Es darf nicht größer sein als {MAX_SIZE_MB} MB.',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Das Bild konnte nicht geladen werden. Die URL ist ungültig.',
|
|
105
|
-
'fabric.linking.insert_files': '{0, plural, one {{0} Datei einfügen} other {{0} Dateien einfügen}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Eingeschränkter Link',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': 'Bitte senden Sie eine Zugriffsanfrage oder versuchen Sie, die Vorschau über ein anderes Konto anzusehen.',
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Mehr erfahren',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Mehr GIFs laden',
|
|
41
|
+
'fabric.linking.join_to_view': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
111
42
|
'fabric.linking.loading': 'Lädt ...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'Es wurden keine Ergebnisse für „{query}” gefunden.',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'Keine PDF-Artifakte für diese Datei gefunden.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Aktualisiert am: {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Aktualisiert: {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'Weitere Aktionen',
|
|
117
46
|
'fabric.linking.not_found_description': 'Der Link konnte nicht gefunden werden. Überprüfen Sie die URL und versuchen Sie die Bearbeitung oder das Einfügen erneut.',
|
|
118
47
|
'fabric.linking.not_found_title': 'Oh! Diese Verknüpfung konnte nicht gefunden werden!',
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Anhalten',
|
|
121
|
-
'fabric.linking.play': 'Abspielen',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Standard',
|
|
123
|
-
'fabric.linking.playback_speed': 'Geschwindigkeit der Wiedergabe',
|
|
48
|
+
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
124
49
|
'fabric.linking.preview': 'Vorschau',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
51
|
+
'fabric.linking.priority_critical': 'Kritisch',
|
|
52
|
+
'fabric.linking.priority_high': 'Hoch',
|
|
53
|
+
'fabric.linking.priority_highest': 'Höchste',
|
|
54
|
+
'fabric.linking.priority_low': 'Niedrig',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
56
|
+
'fabric.linking.priority_major': 'Schwerwiegend',
|
|
57
|
+
'fabric.linking.priority_medium': 'Mittel',
|
|
58
|
+
'fabric.linking.priority_minor': 'Geringfügig',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
129
61
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
130
62
|
'fabric.linking.request_access_description': 'Sie müssen Zugriff auf {context} anfordern, um diese Vorschau anzeigen zu können.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Zugriff ausstehend',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
66
|
+
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Ihre Zugriffsanfrage wurde abgelehnt. Wenden Sie sich an Ihren Administrator, falls Sie noch Zugriff benötigen.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
134
69
|
'fabric.linking.retry': 'Erneut versuchen',
|
|
135
70
|
'fabric.linking.save': 'Speichern',
|
|
136
|
-
'fabric.linking.search': 'Suchen',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Durchsuchen Sie alle GIFs!',
|
|
138
|
-
'fabric.linking.share_files_instantly': 'Wir teilen sie sofort.',
|
|
139
|
-
'fabric.linking.skip_backward': '10 Sekunden zurück',
|
|
140
|
-
'fabric.linking.skip_forward': '10 Sekunden vor',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Irgendetwas ist schiefgelaufen.',
|
|
142
71
|
'fabric.linking.srclink': 'Anzeigen in',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'Original anzeigen',
|
|
144
|
-
'fabric.linking.
|
|
145
|
-
'fabric.linking.try_again': 'Erneut versuchen',
|
|
73
|
+
'fabric.linking.try_again': 'Versuchen Sie es erneut.',
|
|
146
74
|
'fabric.linking.try_another_account': 'Versuchen Sie es mit einem anderen Konto erneut.',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Laden Sie die Datei herunter, um sie anzusehen.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': 'Sie können dieses Bild nicht kommentieren.',
|
|
149
|
-
'fabric.linking.unknown': 'Unbekannt',
|
|
150
75
|
'fabric.linking.unlink_account': 'Kontoverknüpfung löschen',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Datei hochladen',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Datei von {name} hochladen',
|
|
155
|
-
'fabric.linking.upload_image': 'Bild hochladen',
|
|
156
|
-
'fabric.linking.upload_photo': 'Foto hochladen',
|
|
157
|
-
'fabric.linking.video': 'Video',
|
|
158
|
-
'fabric.linking.view': 'Anzeigen',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': 'Beim Laden Ihrer Datei gibt es Schwierigkeiten.',
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Ihr Browser unterstützt WebGL nicht. Verwenden Sie zum Kommentieren von Bildern einen WebGL-fähigen Browser.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': 'Eine Vorschau dieser ZIP-Datei konnte nicht geladen werden',
|
|
162
|
-
'fabric.linking.zoom_in': 'Vergrößern',
|
|
163
|
-
'fabric.linking.zoom_out': 'Verkleinern'
|
|
76
|
+
'fabric.linking.updated_by': 'Geändert von {context}',
|
|
77
|
+
'fabric.linking.view': 'Anzeigen'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
17
|
-
'fabric.linking.cannot_find_link': "Can't find link",
|
|
18
|
-
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
19
|
-
'fabric.linking.create_on': 'Created {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Created by {context}',
|
|
21
|
-
'fabric.linking.delete': 'Delete',
|
|
22
|
-
'fabric.linking.edit': 'Edit',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
24
|
-
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
25
|
-
'fabric.linking.modified_on': 'Updated {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Your access request is pending',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Blocker',
|
|
28
|
-
'fabric.linking.priority_critical': 'Critical',
|
|
29
|
-
'fabric.linking.priority_high': 'High',
|
|
30
|
-
'fabric.linking.priority_highest': 'Highest',
|
|
31
|
-
'fabric.linking.priority_low': 'Low',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Lowest',
|
|
33
|
-
'fabric.linking.priority_major': 'Major',
|
|
34
|
-
'fabric.linking.priority_medium': 'Medium',
|
|
35
|
-
'fabric.linking.priority_minor': 'Minor',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Trivial',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Undefined',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
39
|
-
'fabric.linking.request_denied': 'Your access request was denied',
|
|
40
|
-
'fabric.linking.updated_by': 'Modified by {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Accounts',
|
|
42
16
|
'fabric.linking.actions': 'Actions',
|
|
43
17
|
'fabric.linking.add_account': 'Add account',
|
|
44
|
-
'fabric.linking.annotate': 'Annotate',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Close anyway',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Unsaved changes',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Arrow',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Blur',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Brush',
|
|
51
|
-
'fabric.linking.annotate.tool.color': 'Color',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Line thickness',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Shape',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
55
|
-
'fabric.linking.archive': 'archive',
|
|
56
|
-
'fabric.linking.audio': 'audio',
|
|
57
18
|
'fabric.linking.cancel': 'Cancel',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
61
|
-
'fabric.linking.change_view': 'Change view',
|
|
62
|
-
'fabric.linking.check_your_network': 'Check your network connection',
|
|
19
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
20
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
63
21
|
'fabric.linking.click_to_join': 'Join {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
65
23
|
'fabric.linking.close': 'Close',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Try closing this file and reopening.',
|
|
67
24
|
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
68
25
|
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
72
29
|
'fabric.linking.connect_to': 'Connect to {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Ouch! We could not save the image',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
77
|
-
'fabric.linking.couldnt_load_file': "We couldn't load the file.",
|
|
78
30
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'document',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Created {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
34
|
+
'fabric.linking.delete': 'Delete',
|
|
84
35
|
'fabric.linking.download': 'Download',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Drop your files to upload',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Drop your files here',
|
|
90
|
-
'fabric.linking.email': 'email',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
92
|
-
'fabric.linking.error_429': 'Error 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
95
|
-
'fabric.linking.error_hint_retry': "Try again and we'll give it another shot.",
|
|
96
|
-
'fabric.linking.error_loading_file': 'Error loading file',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Failed to load',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Failed to upload',
|
|
36
|
+
'fabric.linking.edit': 'Edit',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
99
38
|
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Give feedback',
|
|
101
|
-
'fabric.linking.image': 'image',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
105
|
-
'fabric.linking.insert_files': 'Insert {0, plural, one {a file} other {{0} files}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Restricted link',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Learn More',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Load more GIFs',
|
|
41
|
+
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
111
42
|
'fabric.linking.loading': 'Loading...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'More actions',
|
|
117
46
|
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
118
47
|
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Pause',
|
|
121
|
-
'fabric.linking.play': 'Play',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Default',
|
|
123
|
-
'fabric.linking.playback_speed': 'Playback speed',
|
|
48
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
124
49
|
'fabric.linking.preview': 'Preview',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
51
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
52
|
+
'fabric.linking.priority_high': 'High',
|
|
53
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
54
|
+
'fabric.linking.priority_low': 'Low',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
56
|
+
'fabric.linking.priority_major': 'Major',
|
|
57
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
58
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
129
61
|
'fabric.linking.request_access': 'Request access',
|
|
130
62
|
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Access pending',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
66
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
134
69
|
'fabric.linking.retry': 'Retry',
|
|
135
70
|
'fabric.linking.save': 'Save',
|
|
136
|
-
'fabric.linking.search': 'search',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Search all the GIFs!',
|
|
138
|
-
'fabric.linking.share_files_instantly': "We'll share them instantly",
|
|
139
|
-
'fabric.linking.skip_backward': 'Back 10 seconds',
|
|
140
|
-
'fabric.linking.skip_forward': 'Forward 10 seconds',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Something went wrong.',
|
|
142
71
|
'fabric.linking.srclink': 'View in',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'View Original',
|
|
144
|
-
'fabric.linking.text': 'text',
|
|
145
73
|
'fabric.linking.try_again': 'Try again',
|
|
146
74
|
'fabric.linking.try_another_account': 'Try another account',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Try downloading the file to view it.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': "You're unable to annotate this image",
|
|
149
|
-
'fabric.linking.unknown': 'unknown',
|
|
150
75
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Upload a file',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Upload a file from {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Upload image',
|
|
156
|
-
'fabric.linking.upload_photo': 'Upload a photo',
|
|
157
|
-
'fabric.linking.video': 'video',
|
|
158
|
-
'fabric.linking.view': 'View',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
162
|
-
'fabric.linking.zoom_in': 'zoom in',
|
|
163
|
-
'fabric.linking.zoom_out': 'zoom out'
|
|
76
|
+
'fabric.linking.updated_by': 'Modified by {context}',
|
|
77
|
+
'fabric.linking.view': 'View'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,153 +13,67 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = {
|
|
16
|
-
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
17
|
-
'fabric.linking.cannot_find_link': "Can't find link",
|
|
18
|
-
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
19
|
-
'fabric.linking.create_on': 'Created {context}',
|
|
20
|
-
'fabric.linking.created_by': 'Created by {context}',
|
|
21
|
-
'fabric.linking.delete': 'Delete',
|
|
22
|
-
'fabric.linking.edit': 'Edit',
|
|
23
|
-
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
24
|
-
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
25
|
-
'fabric.linking.modified_on': 'Updated {context}',
|
|
26
|
-
'fabric.linking.pending_request': 'Your access request is pending',
|
|
27
|
-
'fabric.linking.priority_blocker': 'Blocker',
|
|
28
|
-
'fabric.linking.priority_critical': 'Critical',
|
|
29
|
-
'fabric.linking.priority_high': 'High',
|
|
30
|
-
'fabric.linking.priority_highest': 'Highest',
|
|
31
|
-
'fabric.linking.priority_low': 'Low',
|
|
32
|
-
'fabric.linking.priority_lowest': 'Lowest',
|
|
33
|
-
'fabric.linking.priority_major': 'Major',
|
|
34
|
-
'fabric.linking.priority_medium': 'Medium',
|
|
35
|
-
'fabric.linking.priority_minor': 'Minor',
|
|
36
|
-
'fabric.linking.priority_trivial': 'Trivial',
|
|
37
|
-
'fabric.linking.priority_undefined': 'Undefined',
|
|
38
|
-
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
39
|
-
'fabric.linking.request_denied': 'Your access request was denied',
|
|
40
|
-
'fabric.linking.updated_by': 'Modified by {context}',
|
|
41
|
-
'fabric.linking.accounts': 'Accounts',
|
|
42
16
|
'fabric.linking.actions': 'Actions',
|
|
43
17
|
'fabric.linking.add_account': 'Add account',
|
|
44
|
-
'fabric.linking.annotate': 'Annotate',
|
|
45
|
-
'fabric.linking.annotate.confirmation.close.anyway': 'Close anyway',
|
|
46
|
-
'fabric.linking.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
47
|
-
'fabric.linking.annotate.confirmation.heading': 'Unsaved changes',
|
|
48
|
-
'fabric.linking.annotate.tool.arrow': 'Arrow',
|
|
49
|
-
'fabric.linking.annotate.tool.blur': 'Blur',
|
|
50
|
-
'fabric.linking.annotate.tool.brush': 'Brush',
|
|
51
|
-
'fabric.linking.annotate.tool.colour': 'Colour',
|
|
52
|
-
'fabric.linking.annotate.tool.line.thickness': 'Line thickness',
|
|
53
|
-
'fabric.linking.annotate.tool.shape': 'Shape',
|
|
54
|
-
'fabric.linking.annotate.tool.text': 'Text',
|
|
55
|
-
'fabric.linking.archive': 'archive',
|
|
56
|
-
'fabric.linking.audio': 'audio',
|
|
57
18
|
'fabric.linking.cancel': 'Cancel',
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.cant_retrieve_gifs': 'Ouch! We could not retrieve any GIFs',
|
|
61
|
-
'fabric.linking.change_view': 'Change view',
|
|
62
|
-
'fabric.linking.check_your_network': 'Check your network connection',
|
|
19
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
20
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
63
21
|
'fabric.linking.click_to_join': 'Join {context}',
|
|
64
22
|
'fabric.linking.click_to_join_description': "You've been approved, so you can join {context} right away.",
|
|
65
23
|
'fabric.linking.close': 'Close',
|
|
66
|
-
'fabric.linking.close_and_reopen': 'Try closing this file and reopening.',
|
|
67
24
|
'fabric.linking.connect_account_description': "We'll open a new page to help you connect your {name} account",
|
|
68
25
|
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
69
26
|
'fabric.linking.connect_link_account_card_view': 'Connect',
|
|
70
27
|
'fabric.linking.connect_link_account_card_view_description': 'To show a preview of this link, connect your {context} account.',
|
|
71
28
|
'fabric.linking.connect_link_account_card_view_name': 'Connect your {context} account',
|
|
72
29
|
'fabric.linking.connect_to': 'Connect to {name}',
|
|
73
|
-
'fabric.linking.could_not_load_editor': 'Ouch! We could not load the editor',
|
|
74
|
-
'fabric.linking.could_not_save_image': 'Ouch! We could not save the image',
|
|
75
|
-
'fabric.linking.couldnt_generate_encrypted_entry_preview': "We can't preview encrypted or password protected files.",
|
|
76
|
-
'fabric.linking.couldnt_generate_preview': "We couldn't generate a preview for this file.",
|
|
77
|
-
'fabric.linking.couldnt_load_file': "We couldn't load the file.",
|
|
78
30
|
'fabric.linking.couldnt_load_link': "We couldn't load this link for an unknown reason.",
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.
|
|
83
|
-
'fabric.linking.document': 'document',
|
|
31
|
+
'fabric.linking.create_on_absolute': 'Created on {context}',
|
|
32
|
+
'fabric.linking.create_on_relative': 'Created {context}',
|
|
33
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
34
|
+
'fabric.linking.delete': 'Delete',
|
|
84
35
|
'fabric.linking.download': 'Download',
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.drag_and_drop_your_files_and_folders': 'Drag and drop your files and folders anywhere or',
|
|
88
|
-
'fabric.linking.drop_your_files': 'Drop your files to upload',
|
|
89
|
-
'fabric.linking.drop_your_files_here': 'Drop your files here',
|
|
90
|
-
'fabric.linking.email': 'email',
|
|
91
|
-
'fabric.linking.enable_fullscreen': 'enable fullscreen',
|
|
92
|
-
'fabric.linking.error_429': 'Error 429',
|
|
93
|
-
'fabric.linking.error_generating_preview': 'Error generating preview',
|
|
94
|
-
'fabric.linking.error_hint_critical': 'If the problem keeps happening contact support.',
|
|
95
|
-
'fabric.linking.error_hint_retry': "Try again and we'll give it another shot.",
|
|
96
|
-
'fabric.linking.error_loading_file': 'Error loading file',
|
|
97
|
-
'fabric.linking.failed_to_load': 'Failed to load',
|
|
98
|
-
'fabric.linking.failed_to_upload': 'Failed to upload',
|
|
36
|
+
'fabric.linking.edit': 'Edit',
|
|
37
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
99
38
|
'fabric.linking.forbidden_description': 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
100
|
-
'fabric.linking.give_feedback': 'Give feedback',
|
|
101
|
-
'fabric.linking.image': 'image',
|
|
102
|
-
'fabric.linking.image_format_invalid_error': 'Could not load image, the format is invalid.',
|
|
103
|
-
'fabric.linking.image_size_too_large_error': 'Image is too large, must be no larger than {MAX_SIZE_MB}Mb',
|
|
104
|
-
'fabric.linking.image_url_invalid_error': 'Could not load image, the url is invalid.',
|
|
105
|
-
'fabric.linking.insert_files': 'Insert {0, plural, one {a file} other {{0} files}}',
|
|
106
39
|
'fabric.linking.invalid_permissions': 'Restricted link',
|
|
107
40
|
'fabric.linking.invalid_permissions_description': "You'll need to request access or try a different account to view this preview.",
|
|
108
|
-
'fabric.linking.
|
|
109
|
-
'fabric.linking.learn_more': 'Learn More',
|
|
110
|
-
'fabric.linking.load_more_gifs': 'Load more GIFs',
|
|
41
|
+
'fabric.linking.join_to_view': 'Join {context} to view this issue',
|
|
111
42
|
'fabric.linking.loading': 'Loading...',
|
|
112
|
-
'fabric.linking.
|
|
113
|
-
'fabric.linking.
|
|
114
|
-
'fabric.linking.
|
|
115
|
-
'fabric.linking.no_gifs_found_suggestion': 'We couldn\'t find anything for "{query}"',
|
|
116
|
-
'fabric.linking.no_pdf_artifacts': 'No PDF artifacts found for this file.',
|
|
43
|
+
'fabric.linking.modified_on_absolute': 'Updated on {context}',
|
|
44
|
+
'fabric.linking.modified_on_relative': 'Updated {context}',
|
|
45
|
+
'fabric.linking.more_actions': 'More actions',
|
|
117
46
|
'fabric.linking.not_found_description': "We couldn't find the link. Check the url and try editing or paste again.",
|
|
118
47
|
'fabric.linking.not_found_title': "Uh oh. We can't find this link!",
|
|
119
|
-
'fabric.linking.
|
|
120
|
-
'fabric.linking.pause': 'Pause',
|
|
121
|
-
'fabric.linking.play': 'Play',
|
|
122
|
-
'fabric.linking.playback_default_speed': 'Default',
|
|
123
|
-
'fabric.linking.playback_speed': 'Playback speed',
|
|
48
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
124
49
|
'fabric.linking.preview': 'Preview',
|
|
125
|
-
'fabric.linking.
|
|
126
|
-
'fabric.linking.
|
|
127
|
-
'fabric.linking.
|
|
128
|
-
'fabric.linking.
|
|
50
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
51
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
52
|
+
'fabric.linking.priority_high': 'High',
|
|
53
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
54
|
+
'fabric.linking.priority_low': 'Low',
|
|
55
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
56
|
+
'fabric.linking.priority_major': 'Major',
|
|
57
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
58
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
59
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
60
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
129
61
|
'fabric.linking.request_access': 'Request access',
|
|
130
62
|
'fabric.linking.request_access_description': 'Request access to {context} view this preview.',
|
|
131
63
|
'fabric.linking.request_access_pending': 'Access pending',
|
|
132
64
|
'fabric.linking.request_access_pending_description': 'Your access request is pending.',
|
|
65
|
+
'fabric.linking.request_access_to_view': 'Request access to {context} to view this issue',
|
|
66
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
133
67
|
'fabric.linking.request_denied_description': 'Your access request was denied. Contact the site admin if you still need access.',
|
|
68
|
+
'fabric.linking.restricted_link': 'Restricted link, try another account',
|
|
134
69
|
'fabric.linking.retry': 'Retry',
|
|
135
70
|
'fabric.linking.save': 'Save',
|
|
136
|
-
'fabric.linking.search': 'search',
|
|
137
|
-
'fabric.linking.search_all_gifs': 'Search all the GIFs!',
|
|
138
|
-
'fabric.linking.share_files_instantly': "We'll share them instantly",
|
|
139
|
-
'fabric.linking.skip_backward': 'Back 10 seconds',
|
|
140
|
-
'fabric.linking.skip_forward': 'Forward 10 seconds',
|
|
141
|
-
'fabric.linking.something_went_wrong': 'Something went wrong.',
|
|
142
71
|
'fabric.linking.srclink': 'View in',
|
|
143
72
|
'fabric.linking.srclinkunknown': 'View Original',
|
|
144
|
-
'fabric.linking.text': 'text',
|
|
145
73
|
'fabric.linking.try_again': 'Try again',
|
|
146
74
|
'fabric.linking.try_another_account': 'Try another account',
|
|
147
|
-
'fabric.linking.try_downloading_file': 'Try downloading the file to view it.',
|
|
148
|
-
'fabric.linking.unable_to_annotate_image': "You're unable to annotate this image",
|
|
149
|
-
'fabric.linking.unknown': 'unknown',
|
|
150
75
|
'fabric.linking.unlink_account': 'Unlink Account',
|
|
151
|
-
'fabric.linking.
|
|
152
|
-
'fabric.linking.
|
|
153
|
-
'fabric.linking.upload_file': 'Upload a file',
|
|
154
|
-
'fabric.linking.upload_file_from': 'Upload a file from {name}',
|
|
155
|
-
'fabric.linking.upload_image': 'Upload image',
|
|
156
|
-
'fabric.linking.upload_photo': 'Upload a photo',
|
|
157
|
-
'fabric.linking.video': 'video',
|
|
158
|
-
'fabric.linking.view': 'View',
|
|
159
|
-
'fabric.linking.viewer_rateLimited': "We're having difficulties loading your file.",
|
|
160
|
-
'fabric.linking.webgl_warning_description': 'Your browser does not support WebGL. Use a WebGL enabled browser to annotate images.',
|
|
161
|
-
'fabric.linking.zip_entry_load_failed': "We couldn't load that zip file item to preview",
|
|
162
|
-
'fabric.linking.zoom_in': 'zoom in',
|
|
163
|
-
'fabric.linking.zoom_out': 'zoom out'
|
|
76
|
+
'fabric.linking.updated_by': 'Modified by {context}',
|
|
77
|
+
'fabric.linking.view': 'View'
|
|
164
78
|
};
|
|
165
79
|
exports.default = _default;
|