@atlaskit/smart-card 19.1.10 → 19.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/cjs/i18n/cs.js +127 -5
- package/dist/cjs/i18n/da.js +126 -5
- package/dist/cjs/i18n/de.js +127 -5
- package/dist/cjs/i18n/en.js +127 -5
- package/dist/cjs/i18n/en_GB.js +127 -5
- package/dist/cjs/i18n/en_ZZ.js +127 -5
- package/dist/cjs/i18n/es.js +127 -5
- package/dist/cjs/i18n/et.js +87 -1
- package/dist/cjs/i18n/fi.js +127 -5
- package/dist/cjs/i18n/fr.js +127 -5
- package/dist/cjs/i18n/hu.js +127 -5
- package/dist/cjs/i18n/index.js +239 -0
- package/dist/cjs/i18n/is.js +77 -0
- package/dist/cjs/i18n/it.js +127 -5
- package/dist/cjs/i18n/ja.js +127 -5
- package/dist/cjs/i18n/ko.js +127 -5
- package/dist/cjs/i18n/languages.js +33 -0
- package/dist/cjs/i18n/nb.js +127 -5
- package/dist/cjs/i18n/nl.js +127 -5
- package/dist/cjs/i18n/pl.js +127 -5
- package/dist/cjs/i18n/pt_BR.js +127 -5
- package/dist/cjs/i18n/pt_PT.js +87 -1
- package/dist/cjs/i18n/ro.js +77 -0
- package/dist/cjs/i18n/ru.js +127 -5
- package/dist/cjs/i18n/sk.js +87 -1
- package/dist/cjs/i18n/sv.js +127 -5
- package/dist/cjs/i18n/th.js +127 -5
- package/dist/cjs/i18n/tr.js +127 -5
- package/dist/cjs/i18n/uk.js +127 -5
- package/dist/cjs/i18n/vi.js +127 -5
- package/dist/cjs/i18n/zh.js +127 -5
- package/dist/cjs/i18n/zh_TW.js +127 -5
- package/dist/cjs/messages.js +167 -2
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/cjs/view/FlexibleCard/utils.js +2 -2
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/cjs/view/common/ModalHeader.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/es2019/i18n/cs.js +127 -5
- package/dist/es2019/i18n/da.js +126 -5
- package/dist/es2019/i18n/de.js +127 -5
- package/dist/es2019/i18n/en.js +127 -5
- package/dist/es2019/i18n/en_GB.js +127 -5
- package/dist/es2019/i18n/en_ZZ.js +127 -5
- package/dist/es2019/i18n/es.js +127 -5
- package/dist/es2019/i18n/et.js +87 -1
- package/dist/es2019/i18n/fi.js +127 -5
- package/dist/es2019/i18n/fr.js +127 -5
- package/dist/es2019/i18n/hu.js +127 -5
- package/dist/es2019/i18n/index.js +35 -0
- package/dist/es2019/i18n/is.js +70 -0
- package/dist/es2019/i18n/it.js +127 -5
- package/dist/es2019/i18n/ja.js +127 -5
- package/dist/es2019/i18n/ko.js +127 -5
- package/dist/es2019/i18n/languages.js +26 -0
- package/dist/es2019/i18n/nb.js +127 -5
- package/dist/es2019/i18n/nl.js +127 -5
- package/dist/es2019/i18n/pl.js +127 -5
- package/dist/es2019/i18n/pt_BR.js +127 -5
- package/dist/es2019/i18n/pt_PT.js +87 -1
- package/dist/es2019/i18n/ro.js +70 -0
- package/dist/es2019/i18n/ru.js +127 -5
- package/dist/es2019/i18n/sk.js +87 -1
- package/dist/es2019/i18n/sv.js +127 -5
- package/dist/es2019/i18n/th.js +127 -5
- package/dist/es2019/i18n/tr.js +127 -5
- package/dist/es2019/i18n/uk.js +127 -5
- package/dist/es2019/i18n/vi.js +127 -5
- package/dist/es2019/i18n/zh.js +127 -5
- package/dist/es2019/i18n/zh_TW.js +127 -5
- package/dist/es2019/messages.js +167 -2
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/es2019/view/FlexibleCard/utils.js +2 -2
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/es2019/view/common/ModalHeader.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/esm/i18n/cs.js +127 -5
- package/dist/esm/i18n/da.js +126 -5
- package/dist/esm/i18n/de.js +127 -5
- package/dist/esm/i18n/en.js +127 -5
- package/dist/esm/i18n/en_GB.js +127 -5
- package/dist/esm/i18n/en_ZZ.js +127 -5
- package/dist/esm/i18n/es.js +127 -5
- package/dist/esm/i18n/et.js +87 -1
- package/dist/esm/i18n/fi.js +127 -5
- package/dist/esm/i18n/fr.js +127 -5
- package/dist/esm/i18n/hu.js +127 -5
- package/dist/esm/i18n/index.js +35 -0
- package/dist/esm/i18n/is.js +70 -0
- package/dist/esm/i18n/it.js +127 -5
- package/dist/esm/i18n/ja.js +127 -5
- package/dist/esm/i18n/ko.js +127 -5
- package/dist/esm/i18n/languages.js +26 -0
- package/dist/esm/i18n/nb.js +127 -5
- package/dist/esm/i18n/nl.js +127 -5
- package/dist/esm/i18n/pl.js +127 -5
- package/dist/esm/i18n/pt_BR.js +127 -5
- package/dist/esm/i18n/pt_PT.js +87 -1
- package/dist/esm/i18n/ro.js +70 -0
- package/dist/esm/i18n/ru.js +127 -5
- package/dist/esm/i18n/sk.js +87 -1
- package/dist/esm/i18n/sv.js +127 -5
- package/dist/esm/i18n/th.js +127 -5
- package/dist/esm/i18n/tr.js +127 -5
- package/dist/esm/i18n/uk.js +127 -5
- package/dist/esm/i18n/vi.js +127 -5
- package/dist/esm/i18n/zh.js +127 -5
- package/dist/esm/i18n/zh_TW.js +127 -5
- package/dist/esm/messages.js +167 -2
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/esm/view/FlexibleCard/utils.js +2 -2
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/esm/view/common/ModalHeader.js +1 -1
- package/dist/types/i18n/cs.d.ts +126 -4
- package/dist/types/i18n/da.d.ts +125 -4
- package/dist/types/i18n/de.d.ts +126 -4
- package/dist/types/i18n/en.d.ts +126 -4
- package/dist/types/i18n/en_GB.d.ts +126 -4
- package/dist/types/i18n/en_ZZ.d.ts +126 -4
- package/dist/types/i18n/es.d.ts +126 -4
- package/dist/types/i18n/et.d.ts +87 -1
- package/dist/types/i18n/fi.d.ts +126 -4
- package/dist/types/i18n/fr.d.ts +126 -4
- package/dist/types/i18n/hu.d.ts +126 -4
- package/dist/types/i18n/index.d.ts +35 -0
- package/dist/types/i18n/is.d.ts +70 -0
- package/dist/types/i18n/it.d.ts +126 -4
- package/dist/types/i18n/ja.d.ts +126 -4
- package/dist/types/i18n/ko.d.ts +126 -4
- package/dist/types/i18n/languages.d.ts +27 -0
- package/dist/types/i18n/nb.d.ts +126 -4
- package/dist/types/i18n/nl.d.ts +126 -4
- package/dist/types/i18n/pl.d.ts +126 -4
- package/dist/types/i18n/pt_BR.d.ts +126 -4
- package/dist/types/i18n/pt_PT.d.ts +87 -1
- package/dist/types/i18n/ro.d.ts +70 -0
- package/dist/types/i18n/ru.d.ts +126 -4
- package/dist/types/i18n/sk.d.ts +87 -1
- package/dist/types/i18n/sv.d.ts +126 -4
- package/dist/types/i18n/th.d.ts +126 -4
- package/dist/types/i18n/tr.d.ts +126 -4
- package/dist/types/i18n/uk.d.ts +126 -4
- package/dist/types/i18n/vi.d.ts +126 -4
- package/dist/types/i18n/zh.d.ts +126 -4
- package/dist/types/i18n/zh_TW.d.ts +126 -4
- package/dist/types/messages.d.ts +2 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +1 -1
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/cjs/messages.js
CHANGED
|
@@ -8,6 +8,21 @@ exports.messages = void 0;
|
|
|
8
8
|
var _reactIntlNext = require("react-intl-next");
|
|
9
9
|
|
|
10
10
|
var messages = (0, _reactIntlNext.defineMessages)({
|
|
11
|
+
actions: {
|
|
12
|
+
id: 'fabric.linking.actions',
|
|
13
|
+
defaultMessage: 'Actions',
|
|
14
|
+
description: ''
|
|
15
|
+
},
|
|
16
|
+
add_account: {
|
|
17
|
+
id: 'fabric.linking.add_account',
|
|
18
|
+
defaultMessage: 'Add account',
|
|
19
|
+
description: 'Allows to add a new account'
|
|
20
|
+
},
|
|
21
|
+
cancel: {
|
|
22
|
+
id: 'fabric.linking.cancel',
|
|
23
|
+
defaultMessage: 'Cancel',
|
|
24
|
+
description: 'cancel'
|
|
25
|
+
},
|
|
11
26
|
cannot_connect: {
|
|
12
27
|
id: 'fabric.linking.cannot_connect',
|
|
13
28
|
defaultMessage: "Can't connect, try again",
|
|
@@ -20,14 +35,54 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
20
35
|
},
|
|
21
36
|
click_to_join: {
|
|
22
37
|
id: 'fabric.linking.click_to_join',
|
|
23
|
-
defaultMessage: 'Join {context}
|
|
38
|
+
defaultMessage: 'Join {context}',
|
|
24
39
|
description: 'Allows the user join the product or service immediately'
|
|
25
40
|
},
|
|
41
|
+
click_to_join_description: {
|
|
42
|
+
id: 'fabric.linking.click_to_join_description',
|
|
43
|
+
defaultMessage: "You've been approved, so you can join {context} right away.",
|
|
44
|
+
description: 'Informs the user that they have access to this product, and can sign up or join right away.'
|
|
45
|
+
},
|
|
46
|
+
close: {
|
|
47
|
+
id: 'fabric.linking.close',
|
|
48
|
+
defaultMessage: 'Close',
|
|
49
|
+
description: ''
|
|
50
|
+
},
|
|
51
|
+
connect_to: {
|
|
52
|
+
id: 'fabric.linking.connect_to',
|
|
53
|
+
defaultMessage: 'Connect to {name}',
|
|
54
|
+
description: 'Allows the user to connect with different types of external services'
|
|
55
|
+
},
|
|
56
|
+
connect_account_description: {
|
|
57
|
+
id: 'fabric.linking.connect_account_description',
|
|
58
|
+
defaultMessage: "We'll open a new page to help you connect your {name} account",
|
|
59
|
+
description: 'Explains what will happen when the users connects to a new account'
|
|
60
|
+
},
|
|
26
61
|
connect_link_account: {
|
|
27
62
|
id: 'fabric.linking.connect_link_account',
|
|
28
63
|
defaultMessage: 'Connect to preview',
|
|
29
64
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link.'
|
|
30
65
|
},
|
|
66
|
+
connect_link_account_card: {
|
|
67
|
+
id: 'fabric.linking.connect_link_account_card_view',
|
|
68
|
+
defaultMessage: 'Connect',
|
|
69
|
+
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
|
|
70
|
+
},
|
|
71
|
+
connect_link_account_card_name: {
|
|
72
|
+
id: 'fabric.linking.connect_link_account_card_view_name',
|
|
73
|
+
defaultMessage: 'Connect your {context} account',
|
|
74
|
+
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view. Displayed in title.'
|
|
75
|
+
},
|
|
76
|
+
connect_link_account_card_description: {
|
|
77
|
+
id: 'fabric.linking.connect_link_account_card_view_description',
|
|
78
|
+
defaultMessage: 'To show a preview of this link, connect your {context} account.',
|
|
79
|
+
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view. Displayed in byline.'
|
|
80
|
+
},
|
|
81
|
+
could_not_load_link: {
|
|
82
|
+
id: 'fabric.linking.couldnt_load_link',
|
|
83
|
+
defaultMessage: "We couldn't load this link for an unknown reason.",
|
|
84
|
+
description: 'Error case for card view - link could not be loaded.'
|
|
85
|
+
},
|
|
31
86
|
created_by: {
|
|
32
87
|
id: 'fabric.linking.created_by',
|
|
33
88
|
defaultMessage: 'Created by {context}',
|
|
@@ -48,11 +103,41 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
48
103
|
defaultMessage: 'Delete',
|
|
49
104
|
description: 'Allow a user to delete a link'
|
|
50
105
|
},
|
|
106
|
+
download: {
|
|
107
|
+
id: 'fabric.linking.download',
|
|
108
|
+
defaultMessage: 'Download',
|
|
109
|
+
description: ''
|
|
110
|
+
},
|
|
51
111
|
edit: {
|
|
52
112
|
id: 'fabric.linking.edit',
|
|
53
113
|
defaultMessage: 'Edit',
|
|
54
114
|
description: 'Allow a user to edit a link'
|
|
55
115
|
},
|
|
116
|
+
forbidden_description: {
|
|
117
|
+
id: 'fabric.linking.forbidden_description',
|
|
118
|
+
defaultMessage: 'You don’t have access to this preview. Contact the site admin if you need access.',
|
|
119
|
+
description: 'Informs the user that they cannot view this content.'
|
|
120
|
+
},
|
|
121
|
+
invalid_permissions: {
|
|
122
|
+
id: 'fabric.linking.invalid_permissions',
|
|
123
|
+
defaultMessage: 'Restricted link',
|
|
124
|
+
description: 'Message shown when a user does not have permissions to view an item'
|
|
125
|
+
},
|
|
126
|
+
invalid_permissions_description: {
|
|
127
|
+
id: 'fabric.linking.invalid_permissions_description',
|
|
128
|
+
defaultMessage: "You'll need to request access or try a different account to view this preview.",
|
|
129
|
+
description: 'Message shown when a user does not have permissions to view an item. Displayed as description.'
|
|
130
|
+
},
|
|
131
|
+
join_to_view: {
|
|
132
|
+
id: 'fabric.linking.join_to_view',
|
|
133
|
+
defaultMessage: 'Join {context} to view this issue',
|
|
134
|
+
description: 'Allows the user join the product or service immediately'
|
|
135
|
+
},
|
|
136
|
+
loading: {
|
|
137
|
+
id: 'fabric.linking.loading',
|
|
138
|
+
defaultMessage: 'Loading...',
|
|
139
|
+
description: 'Indicates an element on a page is loading.'
|
|
140
|
+
},
|
|
56
141
|
modified_by: {
|
|
57
142
|
id: 'fabric.linking.updated_by',
|
|
58
143
|
defaultMessage: 'Modified by {context}',
|
|
@@ -73,6 +158,21 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
73
158
|
defaultMessage: 'More actions',
|
|
74
159
|
description: 'Allows the users to see more link actions'
|
|
75
160
|
},
|
|
161
|
+
not_found_description: {
|
|
162
|
+
id: 'fabric.linking.not_found_description',
|
|
163
|
+
defaultMessage: "We couldn't find the link. Check the url and try editing or paste again.",
|
|
164
|
+
description: 'Error case for when a provided item is not found within the list of items'
|
|
165
|
+
},
|
|
166
|
+
not_found_title: {
|
|
167
|
+
id: 'fabric.linking.not_found_title',
|
|
168
|
+
defaultMessage: "Uh oh. We can't find this link!",
|
|
169
|
+
description: 'Error case for when a provided link is not found'
|
|
170
|
+
},
|
|
171
|
+
preview: {
|
|
172
|
+
id: 'fabric.linking.preview',
|
|
173
|
+
defaultMessage: 'Preview',
|
|
174
|
+
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
175
|
+
},
|
|
76
176
|
priority_blocker: {
|
|
77
177
|
id: 'fabric.linking.priority_blocker',
|
|
78
178
|
defaultMessage: 'Blocker',
|
|
@@ -139,12 +239,32 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
139
239
|
description: 'Shown when a user has requested an access but status is pending.'
|
|
140
240
|
},
|
|
141
241
|
restricted_link: {
|
|
142
|
-
id: 'fabric.linking.
|
|
242
|
+
id: 'fabric.linking.restricted_link',
|
|
143
243
|
defaultMessage: 'Restricted link, try another account',
|
|
144
244
|
description: 'Message shown when a user does not have permissions to view an item'
|
|
145
245
|
},
|
|
146
246
|
request_access: {
|
|
147
247
|
id: 'fabric.linking.request_access',
|
|
248
|
+
defaultMessage: 'Request access',
|
|
249
|
+
description: 'Allows the user to request access to a product or service'
|
|
250
|
+
},
|
|
251
|
+
request_access_description: {
|
|
252
|
+
id: 'fabric.linking.request_access_description',
|
|
253
|
+
defaultMessage: 'Request access to {context} view this preview.',
|
|
254
|
+
description: 'Allows the user to request access to a product'
|
|
255
|
+
},
|
|
256
|
+
request_access_pending: {
|
|
257
|
+
id: 'fabric.linking.request_access_pending',
|
|
258
|
+
defaultMessage: 'Access pending',
|
|
259
|
+
description: 'Allows the user to try an action again with their current account'
|
|
260
|
+
},
|
|
261
|
+
request_access_pending_description: {
|
|
262
|
+
id: 'fabric.linking.request_access_pending_description',
|
|
263
|
+
defaultMessage: 'Your access request is pending.',
|
|
264
|
+
description: 'Informs the user that their request to view this content is pending'
|
|
265
|
+
},
|
|
266
|
+
request_access_to_view: {
|
|
267
|
+
id: 'fabric.linking.request_access_to_view',
|
|
148
268
|
defaultMessage: 'Request access to {context} to view this issue',
|
|
149
269
|
description: 'Allows the user to request access to a product or service'
|
|
150
270
|
},
|
|
@@ -152,6 +272,51 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
152
272
|
id: 'fabric.linking.request_denied',
|
|
153
273
|
defaultMessage: 'Your access request was denied',
|
|
154
274
|
description: 'The user had request access but the request was denied by a product or service'
|
|
275
|
+
},
|
|
276
|
+
request_denied_description: {
|
|
277
|
+
id: 'fabric.linking.request_denied_description',
|
|
278
|
+
defaultMessage: 'Your access request was denied. Contact the site admin if you still need access.',
|
|
279
|
+
description: 'Informs the user that their request to view this content was denied'
|
|
280
|
+
},
|
|
281
|
+
retry: {
|
|
282
|
+
id: 'fabric.linking.retry',
|
|
283
|
+
defaultMessage: 'Retry',
|
|
284
|
+
description: 'Allows user to perform an action again'
|
|
285
|
+
},
|
|
286
|
+
save: {
|
|
287
|
+
id: 'fabric.linking.save',
|
|
288
|
+
defaultMessage: 'Save',
|
|
289
|
+
description: 'Just the "save" word'
|
|
290
|
+
},
|
|
291
|
+
try_again: {
|
|
292
|
+
id: 'fabric.linking.try_again',
|
|
293
|
+
defaultMessage: 'Try again',
|
|
294
|
+
description: 'Allow the user to try an action again'
|
|
295
|
+
},
|
|
296
|
+
try_another_account: {
|
|
297
|
+
id: 'fabric.linking.try_another_account',
|
|
298
|
+
defaultMessage: 'Try another account',
|
|
299
|
+
description: 'Allows the user to try an action again with a different account'
|
|
300
|
+
},
|
|
301
|
+
unlink_account: {
|
|
302
|
+
id: 'fabric.linking.unlink_account',
|
|
303
|
+
defaultMessage: 'Unlink Account',
|
|
304
|
+
description: 'Allows to remove a connected account from the user'
|
|
305
|
+
},
|
|
306
|
+
view: {
|
|
307
|
+
id: 'fabric.linking.view',
|
|
308
|
+
defaultMessage: 'View',
|
|
309
|
+
description: 'Go through to a piece of content to view it in its original context.'
|
|
310
|
+
},
|
|
311
|
+
viewIn: {
|
|
312
|
+
id: 'fabric.linking.srclink',
|
|
313
|
+
defaultMessage: 'View in',
|
|
314
|
+
description: 'We have a link in our preview modals to the original document. This text goes before the provider name'
|
|
315
|
+
},
|
|
316
|
+
viewOriginal: {
|
|
317
|
+
id: 'fabric.linking.srclinkunknown',
|
|
318
|
+
defaultMessage: 'View Original',
|
|
319
|
+
description: "We have a link in our preview modals to the original document. This is for when we don't know the provider name"
|
|
155
320
|
}
|
|
156
321
|
});
|
|
157
322
|
exports.messages = messages;
|
package/dist/cjs/version.json
CHANGED
|
@@ -11,7 +11,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _reactIntlNext = require("react-intl-next");
|
|
13
13
|
|
|
14
|
-
var _messages = require("
|
|
14
|
+
var _messages = require("../../../messages");
|
|
15
15
|
|
|
16
16
|
var AuthorizeAction = function AuthorizeAction(handler) {
|
|
17
17
|
return {
|
|
@@ -18,7 +18,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
18
18
|
|
|
19
19
|
var _mediaCommon = require("@atlaskit/media-common");
|
|
20
20
|
|
|
21
|
-
var _messages = require("
|
|
21
|
+
var _messages = require("../../../messages");
|
|
22
22
|
|
|
23
23
|
function downloadFunction(_x) {
|
|
24
24
|
return _downloadFunction.apply(this, arguments);
|
|
@@ -13,7 +13,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
|
|
14
14
|
var _reactIntlNext = require("react-intl-next");
|
|
15
15
|
|
|
16
|
-
var _messages = require("
|
|
16
|
+
var _messages = require("../../../messages");
|
|
17
17
|
|
|
18
18
|
var ForbiddenAction = function ForbiddenAction(handler) {
|
|
19
19
|
var id = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'connect-other-account';
|
|
@@ -26,7 +26,7 @@ var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
|
26
26
|
|
|
27
27
|
var _reactIntlNext = require("react-intl-next");
|
|
28
28
|
|
|
29
|
-
var _messages = require("
|
|
29
|
+
var _messages = require("../../../messages");
|
|
30
30
|
|
|
31
31
|
var _excluded = ["popupMountPointId", "onClose"],
|
|
32
32
|
_excluded2 = ["details"];
|
|
@@ -15,7 +15,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
15
15
|
|
|
16
16
|
var _reactIntlNext = require("react-intl-next");
|
|
17
17
|
|
|
18
|
-
var _messages = require("
|
|
18
|
+
var _messages = require("../../../messages");
|
|
19
19
|
|
|
20
20
|
var RetryAction = function RetryAction(handler) {
|
|
21
21
|
return {
|
|
@@ -16,7 +16,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
16
16
|
|
|
17
17
|
var _reactIntlNext = require("react-intl-next");
|
|
18
18
|
|
|
19
|
-
var _messages = require("
|
|
19
|
+
var _messages = require("../../../messages");
|
|
20
20
|
|
|
21
21
|
function viewFunction(_x) {
|
|
22
22
|
return _viewFunction.apply(this, arguments);
|
|
@@ -27,7 +27,7 @@ var _ActionList = require("../components/ActionList");
|
|
|
27
27
|
|
|
28
28
|
var _Content = require("../components/Content");
|
|
29
29
|
|
|
30
|
-
var _messages = require("
|
|
30
|
+
var _messages = require("../../../messages");
|
|
31
31
|
|
|
32
32
|
var _ContentFooter = require("../components/ContentFooter");
|
|
33
33
|
|
|
@@ -31,7 +31,7 @@ var _ActionList = require("../components/ActionList");
|
|
|
31
31
|
|
|
32
32
|
var _Content = require("../components/Content");
|
|
33
33
|
|
|
34
|
-
var _messages = require("
|
|
34
|
+
var _messages = require("../../../messages");
|
|
35
35
|
|
|
36
36
|
var _ContentFooter = require("../components/ContentFooter");
|
|
37
37
|
|
|
@@ -27,7 +27,7 @@ var _Byline = require("../../common/Byline");
|
|
|
27
27
|
|
|
28
28
|
var _Content = require("../components/Content");
|
|
29
29
|
|
|
30
|
-
var _messages = require("
|
|
30
|
+
var _messages = require("../../../messages");
|
|
31
31
|
|
|
32
32
|
var _ContentFooter = require("../components/ContentFooter");
|
|
33
33
|
|
|
@@ -23,7 +23,7 @@ var _utils = require("../../common/utils");
|
|
|
23
23
|
|
|
24
24
|
var _reactIntlNext = require("react-intl-next");
|
|
25
25
|
|
|
26
|
-
var _messages = require("
|
|
26
|
+
var _messages = require("../../../messages");
|
|
27
27
|
|
|
28
28
|
/** @jsx jsx */
|
|
29
29
|
var blockCardResolvingViewClassName = 'block-card-resolving-view';
|
|
@@ -25,7 +25,7 @@ var _ActionList = require("../components/ActionList");
|
|
|
25
25
|
|
|
26
26
|
var _Content = require("../components/Content");
|
|
27
27
|
|
|
28
|
-
var _messages = require("
|
|
28
|
+
var _messages = require("../../../messages");
|
|
29
29
|
|
|
30
30
|
var _ContentHeader = require("../components/ContentHeader");
|
|
31
31
|
|
|
@@ -23,7 +23,7 @@ var _Frame = require("../../BlockCard/components/Frame");
|
|
|
23
23
|
|
|
24
24
|
var _reactIntlNext = require("react-intl-next");
|
|
25
25
|
|
|
26
|
-
var _messages = require("
|
|
26
|
+
var _messages = require("../../../messages");
|
|
27
27
|
|
|
28
28
|
var _utils = require("../../common/utils");
|
|
29
29
|
|
|
@@ -17,7 +17,7 @@ var _constants = require("@atlaskit/theme/constants");
|
|
|
17
17
|
|
|
18
18
|
var _reactIntlNext = require("react-intl-next");
|
|
19
19
|
|
|
20
|
-
var _messages = require("
|
|
20
|
+
var _messages = require("../../../messages");
|
|
21
21
|
|
|
22
22
|
var _utils = require("../../common/utils");
|
|
23
23
|
|
|
@@ -57,10 +57,10 @@ var getForbiddenMessageKey = function getForbiddenMessageKey(meta) {
|
|
|
57
57
|
|
|
58
58
|
switch (accessType) {
|
|
59
59
|
case 'DIRECT_ACCESS':
|
|
60
|
-
return '
|
|
60
|
+
return 'join_to_view';
|
|
61
61
|
|
|
62
62
|
case 'REQUEST_ACCESS':
|
|
63
|
-
return '
|
|
63
|
+
return 'request_access_to_view';
|
|
64
64
|
|
|
65
65
|
case 'PENDING_REQUEST_EXISTS':
|
|
66
66
|
return 'pending_request';
|
|
@@ -191,7 +191,9 @@ var HoverCardComponent = function HoverCardComponent(_ref) {
|
|
|
191
191
|
onMouseEnter: initShowCard,
|
|
192
192
|
onMouseLeave: initHideCard
|
|
193
193
|
}), children);
|
|
194
|
-
}
|
|
194
|
+
},
|
|
195
|
+
zIndex: 501 // Temporary fix for Confluence inline comment on editor mod has z-index of 500
|
|
196
|
+
|
|
195
197
|
});
|
|
196
198
|
};
|
|
197
199
|
|
|
@@ -37,7 +37,7 @@ var _IconAndTitleLayout = require("../IconAndTitleLayout");
|
|
|
37
37
|
|
|
38
38
|
var _Icon = require("../Icon");
|
|
39
39
|
|
|
40
|
-
var _messages = require("
|
|
40
|
+
var _messages = require("../../../messages");
|
|
41
41
|
|
|
42
42
|
var _reactIntlNext = require("react-intl-next");
|
|
43
43
|
|
|
@@ -39,7 +39,7 @@ var _IconAndTitleLayout = require("../IconAndTitleLayout");
|
|
|
39
39
|
|
|
40
40
|
var _Icon = require("../Icon");
|
|
41
41
|
|
|
42
|
-
var _messages = require("
|
|
42
|
+
var _messages = require("../../../messages");
|
|
43
43
|
|
|
44
44
|
var _reactIntlNext = require("react-intl-next");
|
|
45
45
|
|
|
@@ -33,7 +33,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
33
33
|
|
|
34
34
|
var _reactIntlNext = require("react-intl-next");
|
|
35
35
|
|
|
36
|
-
var _messages = require("
|
|
36
|
+
var _messages = require("../../../messages");
|
|
37
37
|
|
|
38
38
|
var _Frame = require("../Frame");
|
|
39
39
|
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
11
|
+
'fabric.linking.join_to_view': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
13
12
|
'fabric.linking.create_on': 'Vytvořeno {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
15
14
|
'fabric.linking.delete': 'Odstranit',
|
|
16
15
|
'fabric.linking.edit': 'Upravit',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Omezený odkaz, zkuste jiný účet.',
|
|
19
18
|
'fabric.linking.modified_on': 'Aktualizováno {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Blokující',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Nízká',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Triviální',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
33
32
|
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
34
|
-
'fabric.linking.updated_by': 'Upravil(a) {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Účty',
|
|
35
|
+
'fabric.linking.actions': 'Akce',
|
|
36
|
+
'fabric.linking.add_account': 'Přidat účet',
|
|
37
|
+
'fabric.linking.annotate': 'Přidat poznámku',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Neuložené změny',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Šipka',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Rozostření',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Štětec',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Barva',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Tloušťka čáry',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Tvar',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Text',
|
|
48
|
+
'fabric.linking.archive': 'archivovat',
|
|
49
|
+
'fabric.linking.audio': 'zvuk',
|
|
50
|
+
'fabric.linking.cancel': 'Zrušit',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Nemůžeme zobrazit náhled tohoto typu souboru.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Jejda! Nepodařilo se nám načíst žádné soubory.',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Nepodařilo se nám dohledat žádné GIFy.',
|
|
54
|
+
'fabric.linking.change_view': 'Změnit zobrazení',
|
|
55
|
+
'fabric.linking.check_your_network': 'Zkontrolujte své připojení k síti.',
|
|
56
|
+
'fabric.linking.click_to_join': 'Připojte se k {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Byli jste schváleni, takže se můžete okamžitě připojit k řešení {context}.',
|
|
58
|
+
'fabric.linking.close': 'Zavřít',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Zkuste tento soubor zavřít a znovu otevřít.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Otevřeme novou stránku, abychom vám pomohli připojit váš {name} účet.',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Připojit',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'Pokud chcete zobrazit náhled tohoto odkazu, připojte svůj účet {context}.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Připojte svůj účet {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Připojit k {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Editor se nepodařilo načíst.',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Obrázek se nepodařilo uložit.',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Náhled souborů chráněných šifrováním nebo heslem nelze zobrazit.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Náhled tohoto souboru se nepodařilo vytvořit.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Soubor se nepodařilo načíst.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Tento odkaz se z neznámého důvodu nepodařilo načíst.',
|
|
72
|
+
'fabric.linking.creating_preview': 'Vytváří se náhled…',
|
|
73
|
+
'fabric.linking.default_avatars': 'Výchozí avatary',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'zakázat zobrazení na celou obrazovku',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Zobrazit miniaturu',
|
|
76
|
+
'fabric.linking.document': 'dokument',
|
|
77
|
+
'fabric.linking.download': 'Stáhnout',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Přetáhněte své obrázky sem.',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Přetáhněte své soubory kamkoli na stránku nebo',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Přetáhněte své soubory a složky kamkoli na stránku nebo',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Chcete-li nahrát soubory, přetáhněte je sem',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Přetáhněte své soubory sem.',
|
|
83
|
+
'fabric.linking.email': 'E-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'povolit zobrazení na celou obrazovku',
|
|
85
|
+
'fabric.linking.error_429': 'Chyba 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Chyba při vytváření náhledu',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Pokud problém přetrvává, kontaktujte podporu.',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Zkuste to znovu a my se o to také pokusíme.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Chyba při načítání souboru',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Nepodařilo se načíst',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Nahrání se nezdařilo',
|
|
92
|
+
'fabric.linking.forbidden_description': 'K tomuto náhledu nemáte přístup. Pokud potřebujete přístup, obraťte se na správce webu.',
|
|
93
|
+
'fabric.linking.give_feedback': 'Váš názor',
|
|
94
|
+
'fabric.linking.image': 'obrázek',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': 'Nepodařilo se nahrát obrázek, formát je neplatný.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': 'Obrázek je příliš velký. Maximální velikost je {MAX_SIZE_MB} MB.',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': 'Nepodařilo se nahrát obrázek, adresa URL je neplatná.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Vložit {0} soubor} few {Vložit {0} soubory} many {Vložit {0} souboru} other {Vložit {0} souborů}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Omezený odkaz',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup nebo vyzkoušejte jiný účet.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'Vybraná položka nebyla v tomto seznamu nalezena.',
|
|
102
|
+
'fabric.linking.learn_more': 'Další informace',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Nahrát více GIFů',
|
|
104
|
+
'fabric.linking.loading': 'Načítání…',
|
|
105
|
+
'fabric.linking.loading_file': 'Načítání souboru…',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Chybička se vloudila, ale nevíme kam.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Haló? Hledali jste mě?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Pro výraz „{query}“ jsme nic nenašli.',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Pro tento soubor nebyly nalezeny žádné PDF artefakty.',
|
|
110
|
+
'fabric.linking.not_found_description': 'Odkaz se nepodařilo najít. Zkontrolujte adresu URL a zkuste ji upravit nebo vložit znovu.',
|
|
111
|
+
'fabric.linking.not_found_title': 'Jejda. Tento odkaz se nepodařilo najít.',
|
|
112
|
+
'fabric.linking.or': 'nebo',
|
|
113
|
+
'fabric.linking.pause': 'Pozastavit',
|
|
114
|
+
'fabric.linking.play': 'Přehrát',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Výchozí',
|
|
116
|
+
'fabric.linking.playback_speed': 'Rychlost přehrávání',
|
|
117
|
+
'fabric.linking.preview': 'Náhled',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Náhled aktuálně není k dispozici',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Náhled není k dispozici',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Nedávno nahráno',
|
|
121
|
+
'fabric.linking.remove_image': 'Odstranit obrázek',
|
|
122
|
+
'fabric.linking.request_access': 'Požádat o přístup',
|
|
123
|
+
'fabric.linking.request_access_description': 'Pokud si chcete zobrazit tento náhled, požádejte o přístup k řešení {context}.',
|
|
124
|
+
'fabric.linking.request_access_pending': 'Čeká se na vyřízení přístupu',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
126
|
+
'fabric.linking.request_denied_description': 'Vaše žádost o přístup byla odmítnuta. Pokud stále potřebujete přístup, obraťte se na správce webu.',
|
|
127
|
+
'fabric.linking.retry': 'Zkusit znovu',
|
|
128
|
+
'fabric.linking.save': 'Uložit',
|
|
129
|
+
'fabric.linking.search': 'vyhledat',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Prohledejte všechny GIFy!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Okamžitě je nasdílíme.',
|
|
132
|
+
'fabric.linking.skip_backward': 'Zpět o 10 sekund',
|
|
133
|
+
'fabric.linking.skip_forward': 'Dopředu o 10 sekund',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Něco se pokazilo.',
|
|
135
|
+
'fabric.linking.srclink': 'Zobrazit v',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Zobrazit originál',
|
|
137
|
+
'fabric.linking.text': 'text',
|
|
138
|
+
'fabric.linking.try_again': 'Zkusit znovu',
|
|
139
|
+
'fabric.linking.try_another_account': 'Zkuste jiný účet',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Pokud chcete soubor zobrazit, zkuste ho stáhnout.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'K tomuto obrázku nemůžete přidávat poznámky.',
|
|
142
|
+
'fabric.linking.unknown': 'neznámé',
|
|
143
|
+
'fabric.linking.unlink_account': 'Odpojit účet',
|
|
144
|
+
'fabric.linking.upload': 'Nahrát',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Nahrát avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Nahrát soubor',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Nahrát soubor z: {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Nahrát obrázek',
|
|
149
|
+
'fabric.linking.upload_photo': 'Nahrát fotku',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'Zobrazit',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Při načítání vašeho souboru došlo k potížím.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Váš prohlížeč nepodporuje knihovnu WebGL. Chcete-li přidávat k obrázkům poznámky, použijte prohlížeč, který ji podporuje.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Načtení daného souboru ZIP potřebného k náhledu se nezdařilo',
|
|
155
|
+
'fabric.linking.zoom_in': 'přiblížit',
|
|
156
|
+
'fabric.linking.zoom_out': 'oddálit'
|
|
35
157
|
};
|