@atlaskit/smart-card 19.1.10 → 19.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/cjs/i18n/cs.js +127 -5
- package/dist/cjs/i18n/da.js +126 -5
- package/dist/cjs/i18n/de.js +127 -5
- package/dist/cjs/i18n/en.js +127 -5
- package/dist/cjs/i18n/en_GB.js +127 -5
- package/dist/cjs/i18n/en_ZZ.js +127 -5
- package/dist/cjs/i18n/es.js +127 -5
- package/dist/cjs/i18n/et.js +87 -1
- package/dist/cjs/i18n/fi.js +127 -5
- package/dist/cjs/i18n/fr.js +127 -5
- package/dist/cjs/i18n/hu.js +127 -5
- package/dist/cjs/i18n/index.js +239 -0
- package/dist/cjs/i18n/is.js +77 -0
- package/dist/cjs/i18n/it.js +127 -5
- package/dist/cjs/i18n/ja.js +127 -5
- package/dist/cjs/i18n/ko.js +127 -5
- package/dist/cjs/i18n/languages.js +33 -0
- package/dist/cjs/i18n/nb.js +127 -5
- package/dist/cjs/i18n/nl.js +127 -5
- package/dist/cjs/i18n/pl.js +127 -5
- package/dist/cjs/i18n/pt_BR.js +127 -5
- package/dist/cjs/i18n/pt_PT.js +87 -1
- package/dist/cjs/i18n/ro.js +77 -0
- package/dist/cjs/i18n/ru.js +127 -5
- package/dist/cjs/i18n/sk.js +87 -1
- package/dist/cjs/i18n/sv.js +127 -5
- package/dist/cjs/i18n/th.js +127 -5
- package/dist/cjs/i18n/tr.js +127 -5
- package/dist/cjs/i18n/uk.js +127 -5
- package/dist/cjs/i18n/vi.js +127 -5
- package/dist/cjs/i18n/zh.js +127 -5
- package/dist/cjs/i18n/zh_TW.js +127 -5
- package/dist/cjs/messages.js +167 -2
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/cjs/view/FlexibleCard/utils.js +2 -2
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/cjs/view/common/ModalHeader.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/es2019/i18n/cs.js +127 -5
- package/dist/es2019/i18n/da.js +126 -5
- package/dist/es2019/i18n/de.js +127 -5
- package/dist/es2019/i18n/en.js +127 -5
- package/dist/es2019/i18n/en_GB.js +127 -5
- package/dist/es2019/i18n/en_ZZ.js +127 -5
- package/dist/es2019/i18n/es.js +127 -5
- package/dist/es2019/i18n/et.js +87 -1
- package/dist/es2019/i18n/fi.js +127 -5
- package/dist/es2019/i18n/fr.js +127 -5
- package/dist/es2019/i18n/hu.js +127 -5
- package/dist/es2019/i18n/index.js +35 -0
- package/dist/es2019/i18n/is.js +70 -0
- package/dist/es2019/i18n/it.js +127 -5
- package/dist/es2019/i18n/ja.js +127 -5
- package/dist/es2019/i18n/ko.js +127 -5
- package/dist/es2019/i18n/languages.js +26 -0
- package/dist/es2019/i18n/nb.js +127 -5
- package/dist/es2019/i18n/nl.js +127 -5
- package/dist/es2019/i18n/pl.js +127 -5
- package/dist/es2019/i18n/pt_BR.js +127 -5
- package/dist/es2019/i18n/pt_PT.js +87 -1
- package/dist/es2019/i18n/ro.js +70 -0
- package/dist/es2019/i18n/ru.js +127 -5
- package/dist/es2019/i18n/sk.js +87 -1
- package/dist/es2019/i18n/sv.js +127 -5
- package/dist/es2019/i18n/th.js +127 -5
- package/dist/es2019/i18n/tr.js +127 -5
- package/dist/es2019/i18n/uk.js +127 -5
- package/dist/es2019/i18n/vi.js +127 -5
- package/dist/es2019/i18n/zh.js +127 -5
- package/dist/es2019/i18n/zh_TW.js +127 -5
- package/dist/es2019/messages.js +167 -2
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/es2019/view/FlexibleCard/utils.js +2 -2
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/es2019/view/common/ModalHeader.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/esm/i18n/cs.js +127 -5
- package/dist/esm/i18n/da.js +126 -5
- package/dist/esm/i18n/de.js +127 -5
- package/dist/esm/i18n/en.js +127 -5
- package/dist/esm/i18n/en_GB.js +127 -5
- package/dist/esm/i18n/en_ZZ.js +127 -5
- package/dist/esm/i18n/es.js +127 -5
- package/dist/esm/i18n/et.js +87 -1
- package/dist/esm/i18n/fi.js +127 -5
- package/dist/esm/i18n/fr.js +127 -5
- package/dist/esm/i18n/hu.js +127 -5
- package/dist/esm/i18n/index.js +35 -0
- package/dist/esm/i18n/is.js +70 -0
- package/dist/esm/i18n/it.js +127 -5
- package/dist/esm/i18n/ja.js +127 -5
- package/dist/esm/i18n/ko.js +127 -5
- package/dist/esm/i18n/languages.js +26 -0
- package/dist/esm/i18n/nb.js +127 -5
- package/dist/esm/i18n/nl.js +127 -5
- package/dist/esm/i18n/pl.js +127 -5
- package/dist/esm/i18n/pt_BR.js +127 -5
- package/dist/esm/i18n/pt_PT.js +87 -1
- package/dist/esm/i18n/ro.js +70 -0
- package/dist/esm/i18n/ru.js +127 -5
- package/dist/esm/i18n/sk.js +87 -1
- package/dist/esm/i18n/sv.js +127 -5
- package/dist/esm/i18n/th.js +127 -5
- package/dist/esm/i18n/tr.js +127 -5
- package/dist/esm/i18n/uk.js +127 -5
- package/dist/esm/i18n/vi.js +127 -5
- package/dist/esm/i18n/zh.js +127 -5
- package/dist/esm/i18n/zh_TW.js +127 -5
- package/dist/esm/messages.js +167 -2
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/esm/view/FlexibleCard/utils.js +2 -2
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/esm/view/common/ModalHeader.js +1 -1
- package/dist/types/i18n/cs.d.ts +126 -4
- package/dist/types/i18n/da.d.ts +125 -4
- package/dist/types/i18n/de.d.ts +126 -4
- package/dist/types/i18n/en.d.ts +126 -4
- package/dist/types/i18n/en_GB.d.ts +126 -4
- package/dist/types/i18n/en_ZZ.d.ts +126 -4
- package/dist/types/i18n/es.d.ts +126 -4
- package/dist/types/i18n/et.d.ts +87 -1
- package/dist/types/i18n/fi.d.ts +126 -4
- package/dist/types/i18n/fr.d.ts +126 -4
- package/dist/types/i18n/hu.d.ts +126 -4
- package/dist/types/i18n/index.d.ts +35 -0
- package/dist/types/i18n/is.d.ts +70 -0
- package/dist/types/i18n/it.d.ts +126 -4
- package/dist/types/i18n/ja.d.ts +126 -4
- package/dist/types/i18n/ko.d.ts +126 -4
- package/dist/types/i18n/languages.d.ts +27 -0
- package/dist/types/i18n/nb.d.ts +126 -4
- package/dist/types/i18n/nl.d.ts +126 -4
- package/dist/types/i18n/pl.d.ts +126 -4
- package/dist/types/i18n/pt_BR.d.ts +126 -4
- package/dist/types/i18n/pt_PT.d.ts +87 -1
- package/dist/types/i18n/ro.d.ts +70 -0
- package/dist/types/i18n/ru.d.ts +126 -4
- package/dist/types/i18n/sk.d.ts +87 -1
- package/dist/types/i18n/sv.d.ts +126 -4
- package/dist/types/i18n/th.d.ts +126 -4
- package/dist/types/i18n/tr.d.ts +126 -4
- package/dist/types/i18n/uk.d.ts +126 -4
- package/dist/types/i18n/vi.d.ts +126 -4
- package/dist/types/i18n/zh.d.ts +126 -4
- package/dist/types/i18n/zh_TW.d.ts +126 -4
- package/dist/types/messages.d.ts +2 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +1 -1
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': '接続できません、もう一度お試しください。',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'リンクが見つかりません。',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': '接続してプレビュー',
|
|
18
|
+
'fabric.linking.join_to_view': '{context}に参加してこの課題を見る',
|
|
20
19
|
'fabric.linking.create_on': '作成日: {context}',
|
|
21
20
|
'fabric.linking.created_by': '作成元: {context}',
|
|
22
21
|
'fabric.linking.delete': '削除',
|
|
23
22
|
'fabric.linking.edit': '編集',
|
|
24
23
|
'fabric.linking.forbidden_access': 'アクセスは禁止されています。',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': '制限されているリンクです、別のアカウントをお試しください。',
|
|
26
25
|
'fabric.linking.modified_on': '更新日: {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'アクセス リクエストは保留中です。',
|
|
28
27
|
'fabric.linking.priority_blocker': 'ブロッカー',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': '軽度',
|
|
37
36
|
'fabric.linking.priority_trivial': '軽微',
|
|
38
37
|
'fabric.linking.priority_undefined': '未定義',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'この課題を表示するには、{context}へのアクセスをリクエストします。',
|
|
40
39
|
'fabric.linking.request_denied': 'アクセス リクエストが拒否されました。',
|
|
41
|
-
'fabric.linking.updated_by': '変更元: {context}'
|
|
40
|
+
'fabric.linking.updated_by': '変更元: {context}',
|
|
41
|
+
'fabric.linking.accounts': 'アカウント',
|
|
42
|
+
'fabric.linking.actions': 'アクション',
|
|
43
|
+
'fabric.linking.add_account': 'アカウントを追加',
|
|
44
|
+
'fabric.linking.annotate': '注釈',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': '閉じる',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': '保存されていない変更があります。保存せずに終了しますか?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': '保存されていない変更',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': '矢印',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'ぼかし',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'ブラシ',
|
|
51
|
+
'fabric.linking.annotate.tool.color': '色',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': '線の太さ',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': '図形',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'テキスト',
|
|
55
|
+
'fabric.linking.archive': 'アーカイブ',
|
|
56
|
+
'fabric.linking.audio': '音声',
|
|
57
|
+
'fabric.linking.cancel': 'キャンセル',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'このファイル形式はプレビュー表示できません。',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': '申し訳ありません。ファイルを取得できませんでした。',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'GIF を取得できませんでした',
|
|
61
|
+
'fabric.linking.change_view': 'ビューの変更',
|
|
62
|
+
'fabric.linking.check_your_network': 'ネットワーク接続を確認してください',
|
|
63
|
+
'fabric.linking.click_to_join': '{context} に参加する',
|
|
64
|
+
'fabric.linking.click_to_join_description': '承認されているため、今すぐ {context} に参加できます。',
|
|
65
|
+
'fabric.linking.close': '閉じる',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'このファイルを閉じてからもう一度開いてみてください。',
|
|
67
|
+
'fabric.linking.connect_account_description': '{name} アカウントを接続するため、新しいページを開きます',
|
|
68
|
+
'fabric.linking.connect_link_account': '接続してプレビュー',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': '接続',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'このリンクのプレビューを表示するには {context} アカウントを接続してください。',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'ご使用の {context} アカウントを接続',
|
|
72
|
+
'fabric.linking.connect_to': '{name} に接続',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'エディターを読み込めませんでした',
|
|
74
|
+
'fabric.linking.could_not_save_image': '画像を保存できませんでした',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': '暗号化されたファイルやパスワードで保護されたファイルはプレビューできません。',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'このファイル形式はプレビュー表示できません。',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'ファイルを読み込めませんでした。',
|
|
78
|
+
'fabric.linking.couldnt_load_link': '不明な理由によって、このリンクを読み込めませんでした。',
|
|
79
|
+
'fabric.linking.creating_preview': 'プレビューを作成中...',
|
|
80
|
+
'fabric.linking.default_avatars': 'デフォルトのアバター',
|
|
81
|
+
'fabric.linking.disable_fullscreen': '全画面表示を無効化',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'サムネイルを表示',
|
|
83
|
+
'fabric.linking.document': 'ドキュメント',
|
|
84
|
+
'fabric.linking.download': 'ダウンロード',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'ここに画像をドラッグ & ドロップ',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'ファイルを任意の場所にドラッグ & ドロップする、または',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'ファイルとフォルダーを任意の場所または次の場所にドラッグ & ドロップ: ',
|
|
88
|
+
'fabric.linking.drop_your_files': 'アップロードするファイルをドロップ',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'ファイルをここにドロップ',
|
|
90
|
+
'fabric.linking.email': 'メール',
|
|
91
|
+
'fabric.linking.enable_fullscreen': '全画面表示を有効化',
|
|
92
|
+
'fabric.linking.error_429': 'エラー 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'プレビューの生成中にエラーが発生しました',
|
|
94
|
+
'fabric.linking.error_hint_critical': '問題が継続して起こる場合はサポートにご連絡ください。',
|
|
95
|
+
'fabric.linking.error_hint_retry': '改めてお試しください。',
|
|
96
|
+
'fabric.linking.error_loading_file': 'ファイルの読み込み中にエラーが発生しました',
|
|
97
|
+
'fabric.linking.failed_to_load': '読み込めませんでした',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'アップロードに失敗しました',
|
|
99
|
+
'fabric.linking.forbidden_description': 'このプレビューにアクセスできません。アクセスが必要な場合はサイト管理者にお問い合わせください。',
|
|
100
|
+
'fabric.linking.give_feedback': 'フィードバックを送信',
|
|
101
|
+
'fabric.linking.image': '画像',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': '画像を読み込めませんでした。フォーマットが無効です。',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': '画像が大きすぎます。画像サイズは {MAX_SIZE_MB}Mb 以下である必要があります。',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': '画像を読み込めませんでした。URL が無効です。',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, other {{0} 件のファイルを挿入}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': '制限されたリンク',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'このプレビューを表示するには、アクセスをリクエストするか別のアカウントで試してください。',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': '選択されたアイテムがリストに見つかりませんでした。',
|
|
109
|
+
'fabric.linking.learn_more': '詳細',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'さらに GIF を読み込む',
|
|
111
|
+
'fabric.linking.loading': '読み込み中…',
|
|
112
|
+
'fabric.linking.loading_file': 'ファイルを読み込んでいます...',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': '一時的な障害の可能性があります。',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'もしもし? お探しの画像はこちらではありませんよね?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': '「{query}」に一致する結果が見つかりませんでした',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'このファイルの PDF アーティファクトが見つかりません。',
|
|
117
|
+
'fabric.linking.not_found_description': 'リンクが見つかりませんでした。URL を確認して編集するか、もう一度貼り付けてください。',
|
|
118
|
+
'fabric.linking.not_found_title': '申し訳ありません。リンクが見つかりません。',
|
|
119
|
+
'fabric.linking.or': 'または',
|
|
120
|
+
'fabric.linking.pause': '一時停止',
|
|
121
|
+
'fabric.linking.play': '再生',
|
|
122
|
+
'fabric.linking.playback_default_speed': '既定',
|
|
123
|
+
'fabric.linking.playback_speed': '再生速度',
|
|
124
|
+
'fabric.linking.preview': 'プレビュー',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'プレビューは現在使用できません',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'プレビューがありません',
|
|
127
|
+
'fabric.linking.recent_uploads': '最近アップロードしたファイル',
|
|
128
|
+
'fabric.linking.remove_image': '画像を削除',
|
|
129
|
+
'fabric.linking.request_access': 'アクセスをリクエスト',
|
|
130
|
+
'fabric.linking.request_access_description': 'このプレビューを表示するための{context}へのアクセスをリクエストします。',
|
|
131
|
+
'fabric.linking.request_access_pending': 'アクセス保留中',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'アクセス リクエストは保留中です。',
|
|
133
|
+
'fabric.linking.request_denied_description': 'アクセス リクエストが拒否されました。アクセスが必要な場合はサイト管理者にお問い合わせください。',
|
|
134
|
+
'fabric.linking.retry': '再試行',
|
|
135
|
+
'fabric.linking.save': '保存',
|
|
136
|
+
'fabric.linking.search': '検索',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'あらゆる GIF を検索!',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'すぐに共有されます',
|
|
139
|
+
'fabric.linking.skip_backward': '10 秒戻る',
|
|
140
|
+
'fabric.linking.skip_forward': '10 秒進む',
|
|
141
|
+
'fabric.linking.something_went_wrong': '問題が発生しました。',
|
|
142
|
+
'fabric.linking.srclink': '次で表示',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'リンク元を表示',
|
|
144
|
+
'fabric.linking.text': 'テキスト',
|
|
145
|
+
'fabric.linking.try_again': '再試行',
|
|
146
|
+
'fabric.linking.try_another_account': '別のアカウントでお試しください',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'ファイルを表示するにはダウンロードしてください。',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'この画像に注釈をつけられません',
|
|
149
|
+
'fabric.linking.unknown': '不明',
|
|
150
|
+
'fabric.linking.unlink_account': 'アカウントのリンクを解除',
|
|
151
|
+
'fabric.linking.upload': 'アップロード',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'アバターをアップロード',
|
|
153
|
+
'fabric.linking.upload_file': 'ファイルをアップロード',
|
|
154
|
+
'fabric.linking.upload_file_from': '{name} からファイルをアップロード',
|
|
155
|
+
'fabric.linking.upload_image': '画像をアップロード',
|
|
156
|
+
'fabric.linking.upload_photo': '写真をアップロード',
|
|
157
|
+
'fabric.linking.video': 'ビデオ',
|
|
158
|
+
'fabric.linking.view': '表示',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'ファイルを読み込めません。',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'お使いのブラウザーは WebGL に対応していません。画像に注釈をつけるには WebGL 対応ブラウザーをご利用ください。',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'プレビューする zip ファイル アイテムを読み込めませんでした',
|
|
162
|
+
'fabric.linking.zoom_in': 'ズームイン',
|
|
163
|
+
'fabric.linking.zoom_out': 'ズームアウト'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': '연결할 수 없습니다. 다시 시도하세요',
|
|
17
17
|
'fabric.linking.cannot_find_link': '링크를 찾을 수 없음',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': '미리 보기에 연결',
|
|
18
|
+
'fabric.linking.join_to_view': '{context}에 참여하여 이 이슈 보기',
|
|
20
19
|
'fabric.linking.create_on': '{context}에 만듦',
|
|
21
20
|
'fabric.linking.created_by': '작성자: {context}',
|
|
22
21
|
'fabric.linking.delete': '삭제',
|
|
23
22
|
'fabric.linking.edit': '편집',
|
|
24
23
|
'fabric.linking.forbidden_access': '액세스가 금지되었습니다',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': '제한된 링크, 다른 계정으로 시도하세요',
|
|
26
25
|
'fabric.linking.modified_on': '{context}에 업데이트',
|
|
27
26
|
'fabric.linking.pending_request': '액세스 요청이 보류 중입니다',
|
|
28
27
|
'fabric.linking.priority_blocker': '블로커',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': '경미함',
|
|
37
36
|
'fabric.linking.priority_trivial': '사소함',
|
|
38
37
|
'fabric.linking.priority_undefined': '정의되지 않음',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': '이 이슈를 보려면 {context}에 대한 액세스를 요청하세요',
|
|
40
39
|
'fabric.linking.request_denied': '액세스 요청이 거부되었습니다',
|
|
41
|
-
'fabric.linking.updated_by': '수정한 사용자: {context}'
|
|
40
|
+
'fabric.linking.updated_by': '수정한 사용자: {context}',
|
|
41
|
+
'fabric.linking.accounts': '계정',
|
|
42
|
+
'fabric.linking.actions': '작업',
|
|
43
|
+
'fabric.linking.add_account': '계정 추가',
|
|
44
|
+
'fabric.linking.annotate': '주석 달기',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': '그래도 닫기',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': '저장되지 않은 변경 사항이 있습니다. 나가시겠습니까?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': '저장되지 않은 변경 사항',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': '화살표',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': '흐리게',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': '브러시',
|
|
51
|
+
'fabric.linking.annotate.tool.color': '색',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': '선 두께',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': '도형',
|
|
54
|
+
'fabric.linking.annotate.tool.text': '텍스트',
|
|
55
|
+
'fabric.linking.archive': '보관',
|
|
56
|
+
'fabric.linking.audio': '오디오',
|
|
57
|
+
'fabric.linking.cancel': '취소',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': '이 파일 유형은 미리 볼 수 없습니다.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': '죄송합니다. 파일을 가져올 수 없습니다.',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': '이런! GIF를 가져올 수 없습니다.',
|
|
61
|
+
'fabric.linking.change_view': '보기 변경',
|
|
62
|
+
'fabric.linking.check_your_network': '네트워크 연결을 확인합니다',
|
|
63
|
+
'fabric.linking.click_to_join': '{context}에 가입',
|
|
64
|
+
'fabric.linking.click_to_join_description': '승인되었으므로 바로 {context}에 가입할 수 있습니다.',
|
|
65
|
+
'fabric.linking.close': '닫기',
|
|
66
|
+
'fabric.linking.close_and_reopen': '이 파일을 닫고 다시 열어 보세요.',
|
|
67
|
+
'fabric.linking.connect_account_description': '{name} 계정을 연결할 수 있도록 새로운 페이지를 열겠습니다.',
|
|
68
|
+
'fabric.linking.connect_link_account': '미리 보기에 연결',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': '연결',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': '이 링크의 미리 보기를 표시하려면 {context} 계정을 연결하세요.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': '{context} 계정 연결',
|
|
72
|
+
'fabric.linking.connect_to': '{name}에 연결',
|
|
73
|
+
'fabric.linking.could_not_load_editor': '이런! 편집기를 로드하지 못했습니다.',
|
|
74
|
+
'fabric.linking.could_not_save_image': '이런! 이미지를 저장하지 못했습니다',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': '암호화되었거나 비밀번호로 보호되는 파일은 미리 볼 수 없습니다.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': '이 파일에 대한 미리보기를 생성할 수 없습니다.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': '파일을 로드하지 못했습니다.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': '알 수 없는 이유로 인해 이 링크를 로드할 수 없습니다.',
|
|
79
|
+
'fabric.linking.creating_preview': '미리 보기 만드는 중...',
|
|
80
|
+
'fabric.linking.default_avatars': '기본 아바타',
|
|
81
|
+
'fabric.linking.disable_fullscreen': '전체 화면 비활성화',
|
|
82
|
+
'fabric.linking.display_thumbnail': '썸네일 표시',
|
|
83
|
+
'fabric.linking.document': '문서',
|
|
84
|
+
'fabric.linking.download': '다운로드',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': '이미지를 여기에 끌어 놓습니다',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': '파일을 끌어 놓거나',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': '파일 및 폴더를 끌어다 놓기 또는',
|
|
88
|
+
'fabric.linking.drop_your_files': '업로드할 파일 끌어 놓기',
|
|
89
|
+
'fabric.linking.drop_your_files_here': '파일을 여기에 끌어 놓습니다',
|
|
90
|
+
'fabric.linking.email': '이메일',
|
|
91
|
+
'fabric.linking.enable_fullscreen': '전체 화면 사용',
|
|
92
|
+
'fabric.linking.error_429': '오류 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': '미리보기 생성 중 오류',
|
|
94
|
+
'fabric.linking.error_hint_critical': '문제가 계속 발생하면 지원팀에 문의하십시오.',
|
|
95
|
+
'fabric.linking.error_hint_retry': '작업을 다시 시도하시기 바랍니다.',
|
|
96
|
+
'fabric.linking.error_loading_file': '파일 로드 중 오류',
|
|
97
|
+
'fabric.linking.failed_to_load': '로드하지 못했습니다',
|
|
98
|
+
'fabric.linking.failed_to_upload': '업로드 실패',
|
|
99
|
+
'fabric.linking.forbidden_description': '이 미리 보기에 액세스할 수 없습니다. 액세스가 필요한 경우 사이트 관리자에게 문의하세요.',
|
|
100
|
+
'fabric.linking.give_feedback': '피드백 보내기',
|
|
101
|
+
'fabric.linking.image': '이미지',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': '이미지를 로드할 수 없습니다. 형식이 유효하지 않습니다.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': '이미지가 너무 큽니다. {MAX_SIZE_MB}MB 이하여야 합니다.',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': '이미지를 로드할 수 없습니다. URL이 유효하지 않습니다.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, other {파일 {0}개 삽입}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': '제한된 링크',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': '이 미리 보기를 확인하려면 액세스를 요청하거나 다른 계정으로 시도해야 합니다.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': '선택된 항목을 목록에서 찾지 못했습니다.',
|
|
109
|
+
'fabric.linking.learn_more': '자세히 알아보기',
|
|
110
|
+
'fabric.linking.load_more_gifs': '더 많은 GIF 로드',
|
|
111
|
+
'fabric.linking.loading': '로드 중...',
|
|
112
|
+
'fabric.linking.loading_file': '파일 로드 중…',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': '일시적인 문제일 수 있습니다.',
|
|
114
|
+
'fabric.linking.no_gifs_found': '안녕하세요. 저를 찾고 계셨나요?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': '"{query}"에 대한 검색 결과가 없습니다.',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': '이 파일에 대한 PDF 파일을 찾지 못했습니다.',
|
|
117
|
+
'fabric.linking.not_found_description': '링크를 찾을 수 없습니다. URL을 확인하고 편집하거나 다시 붙여넣으세요.',
|
|
118
|
+
'fabric.linking.not_found_title': '죄송합니다. 이 링크를 찾을 수 없습니다.',
|
|
119
|
+
'fabric.linking.or': '또는',
|
|
120
|
+
'fabric.linking.pause': '일시 중지',
|
|
121
|
+
'fabric.linking.play': '재생',
|
|
122
|
+
'fabric.linking.playback_default_speed': '기본값',
|
|
123
|
+
'fabric.linking.playback_speed': '재생 속도',
|
|
124
|
+
'fabric.linking.preview': '미리 보기',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': '현재 미리 보기를 사용할 수 없음',
|
|
126
|
+
'fabric.linking.preview_unavailable': '미리 보기를 사용할 수 없음',
|
|
127
|
+
'fabric.linking.recent_uploads': '최근 업로드',
|
|
128
|
+
'fabric.linking.remove_image': '이미지 제거',
|
|
129
|
+
'fabric.linking.request_access': '액세스 요청',
|
|
130
|
+
'fabric.linking.request_access_description': '이 미리 보기를 보려면 {context}에 액세스를 요청하세요.',
|
|
131
|
+
'fabric.linking.request_access_pending': '액세스 보류 중',
|
|
132
|
+
'fabric.linking.request_access_pending_description': '액세스 요청이 보류 중입니다.',
|
|
133
|
+
'fabric.linking.request_denied_description': '액세스 요청이 거부되었습니다. 계속해서 액세스가 필요한 경우 사이트 관리자에게 문의하세요.',
|
|
134
|
+
'fabric.linking.retry': '다시 시도',
|
|
135
|
+
'fabric.linking.save': '저장',
|
|
136
|
+
'fabric.linking.search': '검색',
|
|
137
|
+
'fabric.linking.search_all_gifs': '모든 GIF를 검색합니다!',
|
|
138
|
+
'fabric.linking.share_files_instantly': '즉시 공유됩니다',
|
|
139
|
+
'fabric.linking.skip_backward': '뒤로 10초',
|
|
140
|
+
'fabric.linking.skip_forward': '앞으로 10초',
|
|
141
|
+
'fabric.linking.something_went_wrong': '문제가 발생했습니다.',
|
|
142
|
+
'fabric.linking.srclink': '다음에서 보기',
|
|
143
|
+
'fabric.linking.srclinkunknown': '원래 보기',
|
|
144
|
+
'fabric.linking.text': '텍스트',
|
|
145
|
+
'fabric.linking.try_again': '다시 시도',
|
|
146
|
+
'fabric.linking.try_another_account': '다른 계정으로 시도해 보세요.',
|
|
147
|
+
'fabric.linking.try_downloading_file': '파일을 보려면 다운로드하십시오.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': '이 이미지에 주석을 달 수 없습니다',
|
|
149
|
+
'fabric.linking.unknown': '알 수 없음',
|
|
150
|
+
'fabric.linking.unlink_account': '계정 연결 해제',
|
|
151
|
+
'fabric.linking.upload': '업로드',
|
|
152
|
+
'fabric.linking.upload_an_avatar': '아바타 업로드',
|
|
153
|
+
'fabric.linking.upload_file': '파일 업로드',
|
|
154
|
+
'fabric.linking.upload_file_from': '{name}에서 파일 업로드',
|
|
155
|
+
'fabric.linking.upload_image': '이미지 업로드',
|
|
156
|
+
'fabric.linking.upload_photo': '사진 업로드',
|
|
157
|
+
'fabric.linking.video': '동영상',
|
|
158
|
+
'fabric.linking.view': '보기',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': '파일을 로드하는 데 문제가 발생했습니다.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': '사용하시는 브라우저가 WebGL을 지원하지 않습니다. 이미지를 주석으로 달려면 WebGL을 사용할 수 있는 브라우저를 사용하십시오.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': '미리 보려는 zip 파일 항목을 로드할 수 없습니다',
|
|
162
|
+
'fabric.linking.zoom_in': '확대',
|
|
163
|
+
'fabric.linking.zoom_out': '축소'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
zh: 'Chinese',
|
|
9
|
+
cs: 'Czech',
|
|
10
|
+
da: 'Danish',
|
|
11
|
+
nl: 'Dutch',
|
|
12
|
+
en: 'English',
|
|
13
|
+
en_GB: 'English (United Kingdom)',
|
|
14
|
+
et: 'Estonian',
|
|
15
|
+
fi: 'Finnish',
|
|
16
|
+
fr: 'French',
|
|
17
|
+
de: 'German',
|
|
18
|
+
hu: 'Hungarian',
|
|
19
|
+
is: 'Icelandic',
|
|
20
|
+
it: 'Italian',
|
|
21
|
+
ja: 'Japanese',
|
|
22
|
+
ko: 'Korean',
|
|
23
|
+
nb: 'Norwegian Bokmål',
|
|
24
|
+
pl: 'Polish',
|
|
25
|
+
pt_BR: 'Portuguese (Brazil)',
|
|
26
|
+
pt_PT: 'Portuguese (Portugal)',
|
|
27
|
+
ro: 'Romanian',
|
|
28
|
+
ru: 'Russian',
|
|
29
|
+
sk: 'Slovak',
|
|
30
|
+
es: 'Spanish',
|
|
31
|
+
sv: 'Swedish'
|
|
32
|
+
};
|
|
33
|
+
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -15,14 +15,13 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.linking.cannot_connect': 'Kan ikke koble til, prøv på nytt',
|
|
17
17
|
'fabric.linking.cannot_find_link': 'Finner ikke koblingen',
|
|
18
|
-
'fabric.linking.
|
|
19
|
-
'fabric.linking.connect_link_account': 'Koble til for forhåndsvisning',
|
|
18
|
+
'fabric.linking.join_to_view': 'Bli med {context} for å se denne saken',
|
|
20
19
|
'fabric.linking.create_on': 'Opprettet {context}',
|
|
21
20
|
'fabric.linking.created_by': 'Opprettet av {context}',
|
|
22
21
|
'fabric.linking.delete': 'Slett',
|
|
23
22
|
'fabric.linking.edit': 'Rediger',
|
|
24
23
|
'fabric.linking.forbidden_access': 'Du har ikke tilgang',
|
|
25
|
-
'fabric.linking.
|
|
24
|
+
'fabric.linking.restricted_link': 'Begrenset kobling, prøv en annen konto',
|
|
26
25
|
'fabric.linking.modified_on': 'Oppdatert {context}',
|
|
27
26
|
'fabric.linking.pending_request': 'Avventer svar på forespørselen din om tilgang',
|
|
28
27
|
'fabric.linking.priority_blocker': 'Blokkering',
|
|
@@ -36,8 +35,131 @@ var _default = {
|
|
|
36
35
|
'fabric.linking.priority_minor': 'Mindre',
|
|
37
36
|
'fabric.linking.priority_trivial': 'Uviktig',
|
|
38
37
|
'fabric.linking.priority_undefined': 'Udefinert',
|
|
39
|
-
'fabric.linking.
|
|
38
|
+
'fabric.linking.request_access_to_view': 'Be om tilgang til {context} for å vise denne saken',
|
|
40
39
|
'fabric.linking.request_denied': 'Forespørselen din om tilgang ble avslått',
|
|
41
|
-
'fabric.linking.updated_by': 'Endret av {context}'
|
|
40
|
+
'fabric.linking.updated_by': 'Endret av {context}',
|
|
41
|
+
'fabric.linking.accounts': 'Kontoer',
|
|
42
|
+
'fabric.linking.actions': 'Tiltak',
|
|
43
|
+
'fabric.linking.add_account': 'Legg til en konto',
|
|
44
|
+
'fabric.linking.annotate': 'Kommenter',
|
|
45
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Lukk likevel',
|
|
46
|
+
'fabric.linking.annotate.confirmation.content': 'Du har noen ulagrede endringer. Er du sikker på at du vil forlate siden?',
|
|
47
|
+
'fabric.linking.annotate.confirmation.heading': 'Ulagrede endringer',
|
|
48
|
+
'fabric.linking.annotate.tool.arrow': 'Pil',
|
|
49
|
+
'fabric.linking.annotate.tool.blur': 'Uskarphet',
|
|
50
|
+
'fabric.linking.annotate.tool.brush': 'Børste',
|
|
51
|
+
'fabric.linking.annotate.tool.color': 'Farge',
|
|
52
|
+
'fabric.linking.annotate.tool.line.thickness': 'Linjetykkelse',
|
|
53
|
+
'fabric.linking.annotate.tool.shape': 'Form',
|
|
54
|
+
'fabric.linking.annotate.tool.text': 'Tekst',
|
|
55
|
+
'fabric.linking.archive': 'arkiver',
|
|
56
|
+
'fabric.linking.audio': 'lyd',
|
|
57
|
+
'fabric.linking.cancel': 'Avbryt',
|
|
58
|
+
'fabric.linking.cant_preview_file_type': 'Vi kan ikke forhåndsvise denne filtypen.',
|
|
59
|
+
'fabric.linking.cant_retrieve_files': 'Uff da! Vi kunne ikke hente noen filer',
|
|
60
|
+
'fabric.linking.cant_retrieve_gifs': 'Beklager. Vi kunne ikke hente noen GIF-bilder',
|
|
61
|
+
'fabric.linking.change_view': 'Endre visning',
|
|
62
|
+
'fabric.linking.check_your_network': 'Kontroller nettverksforbindelsen',
|
|
63
|
+
'fabric.linking.click_to_join': 'Bli med i {context}',
|
|
64
|
+
'fabric.linking.click_to_join_description': 'Du er blitt godkjent, så du kan bli med i {context} med én gang.',
|
|
65
|
+
'fabric.linking.close': 'Lukk',
|
|
66
|
+
'fabric.linking.close_and_reopen': 'Prøv å lukke denne filen og åpne den på nytt.',
|
|
67
|
+
'fabric.linking.connect_account_description': 'Vi vil åpne en ny side for å hjelpe deg med å koble til {name}-kontoen din',
|
|
68
|
+
'fabric.linking.connect_link_account': 'Koble til for forhåndsvisning',
|
|
69
|
+
'fabric.linking.connect_link_account_card_view': 'Koble til',
|
|
70
|
+
'fabric.linking.connect_link_account_card_view_description': 'For en forhåndsvisning av denne koblingen kobler du til {context}-kontoen din.',
|
|
71
|
+
'fabric.linking.connect_link_account_card_view_name': 'Koble til {context}-kontoen din',
|
|
72
|
+
'fabric.linking.connect_to': 'Koble til {name}',
|
|
73
|
+
'fabric.linking.could_not_load_editor': 'Beklager. Vi kunne ikke laste opp redigeringsprogrammet',
|
|
74
|
+
'fabric.linking.could_not_save_image': 'Beklager. Vi kunne ikke lagre bildet',
|
|
75
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Vi kan ikke forhåndsvise krypterte eller passordbeskyttede filer.',
|
|
76
|
+
'fabric.linking.couldnt_generate_preview': 'Vi kan ikke forhåndsvise denne filen.',
|
|
77
|
+
'fabric.linking.couldnt_load_file': 'Vi kan ikke laste inn filen.',
|
|
78
|
+
'fabric.linking.couldnt_load_link': 'Vi kan ikke laste inn denne koblingen av ukjent grunn.',
|
|
79
|
+
'fabric.linking.creating_preview': 'Oppretter forhåndsvisning …',
|
|
80
|
+
'fabric.linking.default_avatars': 'Standardavatarer',
|
|
81
|
+
'fabric.linking.disable_fullscreen': 'deaktiver fullskjerm',
|
|
82
|
+
'fabric.linking.display_thumbnail': 'Vis miniatyrbilde',
|
|
83
|
+
'fabric.linking.document': 'dokument',
|
|
84
|
+
'fabric.linking.download': 'Last ned',
|
|
85
|
+
'fabric.linking.drag_and_drop_images_here': 'Dra og slipp bildene her',
|
|
86
|
+
'fabric.linking.drag_and_drop_your_files': 'Dra og slipp filene dine hvor som helst eller',
|
|
87
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Dra og slipp filer og mapper hvor som helst eller',
|
|
88
|
+
'fabric.linking.drop_your_files': 'Slipp filer for å laste dem opp',
|
|
89
|
+
'fabric.linking.drop_your_files_here': 'Slipp bildene her',
|
|
90
|
+
'fabric.linking.email': 'E-post',
|
|
91
|
+
'fabric.linking.enable_fullscreen': 'aktiver fullskjerm',
|
|
92
|
+
'fabric.linking.error_429': 'Feil 429',
|
|
93
|
+
'fabric.linking.error_generating_preview': 'Feil ved generering av forhåndsvisning',
|
|
94
|
+
'fabric.linking.error_hint_critical': 'Kontakt brukerstøtte hvis problemet ikke forsvinner.',
|
|
95
|
+
'fabric.linking.error_hint_retry': 'Vent litt, så prøver vi igjen.',
|
|
96
|
+
'fabric.linking.error_loading_file': 'Feil ved lasting av feil',
|
|
97
|
+
'fabric.linking.failed_to_load': 'Kunne ikke lastes inn',
|
|
98
|
+
'fabric.linking.failed_to_upload': 'Kan ikke laste opp',
|
|
99
|
+
'fabric.linking.forbidden_description': 'Du har ikke tilgang til denne forhåndsvisningen. Ta kontakt med nettstedets administrator hvis du trenger tilgang.',
|
|
100
|
+
'fabric.linking.give_feedback': 'Gi en tilbakemelding',
|
|
101
|
+
'fabric.linking.image': 'bilde',
|
|
102
|
+
'fabric.linking.image_format_invalid_error': 'Bildet har feil format. Det kan derfor ikke lastes inn.',
|
|
103
|
+
'fabric.linking.image_size_too_large_error': 'Bildet er for stort. Det kan ikke være større enn {MAX_SIZE_MB}MB',
|
|
104
|
+
'fabric.linking.image_url_invalid_error': 'Nettadressen er feil. Bildet kan derfor ikke lastes inn.',
|
|
105
|
+
'fabric.linking.insert_files': '{0, plural, one {Legg inn {0} fil} other {Legg inn {0} filer}}',
|
|
106
|
+
'fabric.linking.invalid_permissions': 'Begrenset kobling',
|
|
107
|
+
'fabric.linking.invalid_permissions_description': 'Du må be om tilgang eller prøve en annen konto for kunne se denne forhåndsvisningen.',
|
|
108
|
+
'fabric.linking.item_not_found_in_list': 'Det valgte elementet ble ikke funnet på listen.',
|
|
109
|
+
'fabric.linking.learn_more': 'Les mer',
|
|
110
|
+
'fabric.linking.load_more_gifs': 'Last opp flere GIF-bilder',
|
|
111
|
+
'fabric.linking.loading': 'Laster …',
|
|
112
|
+
'fabric.linking.loading_file': 'Laster inn filen …',
|
|
113
|
+
'fabric.linking.might_be_a_hiccup': 'Det kan være et midlertidig problem.',
|
|
114
|
+
'fabric.linking.no_gifs_found': 'Hei! Var det meg du lette etter?',
|
|
115
|
+
'fabric.linking.no_gifs_found_suggestion': 'Vi kunne ikke finne noe for «{query}»',
|
|
116
|
+
'fabric.linking.no_pdf_artifacts': 'Kunne ikke finne noen PDF-artefakter for denne filen.',
|
|
117
|
+
'fabric.linking.not_found_description': 'Vi finner ikke koblingen. Sjekk URL-en og prøv å redigere den, eller lim inn på nytt.',
|
|
118
|
+
'fabric.linking.not_found_title': 'Oi sann. VI finner ikke denne koblingen.',
|
|
119
|
+
'fabric.linking.or': 'eller',
|
|
120
|
+
'fabric.linking.pause': 'Sett på pause',
|
|
121
|
+
'fabric.linking.play': 'Spill av',
|
|
122
|
+
'fabric.linking.playback_default_speed': 'Standard',
|
|
123
|
+
'fabric.linking.playback_speed': 'Avspillingshastighet',
|
|
124
|
+
'fabric.linking.preview': 'Forhåndsvisning',
|
|
125
|
+
'fabric.linking.preview_currently_unavailable': 'Forhåndsvisning er for øyeblikket ikke tilgjengelig',
|
|
126
|
+
'fabric.linking.preview_unavailable': 'Forhåndsvisning er ikke tilgjengelig',
|
|
127
|
+
'fabric.linking.recent_uploads': 'Nylige opplastinger',
|
|
128
|
+
'fabric.linking.remove_image': 'Fjern bilde',
|
|
129
|
+
'fabric.linking.request_access': 'Be om tilgang',
|
|
130
|
+
'fabric.linking.request_access_description': 'Be om tilgang til {context} for å se denne forhåndsvisningen.',
|
|
131
|
+
'fabric.linking.request_access_pending': 'Venter på tilgang',
|
|
132
|
+
'fabric.linking.request_access_pending_description': 'Avventer svar på forespørsel om tilgang',
|
|
133
|
+
'fabric.linking.request_denied_description': 'Forespørselen din om tilgang ble avslått. Kontakt administratoren for nettstedet for å be om tilgang.',
|
|
134
|
+
'fabric.linking.retry': 'Prøv igjen',
|
|
135
|
+
'fabric.linking.save': 'Lagre',
|
|
136
|
+
'fabric.linking.search': 'søk',
|
|
137
|
+
'fabric.linking.search_all_gifs': 'Søk i alle GIF-ene',
|
|
138
|
+
'fabric.linking.share_files_instantly': 'Vi deler dem med det samme',
|
|
139
|
+
'fabric.linking.skip_backward': '10 sekunder bakover',
|
|
140
|
+
'fabric.linking.skip_forward': '10 sekunder fremover',
|
|
141
|
+
'fabric.linking.something_went_wrong': 'Det oppsto en feil.',
|
|
142
|
+
'fabric.linking.srclink': 'Se i',
|
|
143
|
+
'fabric.linking.srclinkunknown': 'Vis original',
|
|
144
|
+
'fabric.linking.text': 'tekst',
|
|
145
|
+
'fabric.linking.try_again': 'Prøv på nytt',
|
|
146
|
+
'fabric.linking.try_another_account': 'Prøv en annen konto',
|
|
147
|
+
'fabric.linking.try_downloading_file': 'Prøv å laste ned filen for å vise den.',
|
|
148
|
+
'fabric.linking.unable_to_annotate_image': 'Du kan ikke kommentere dette bildet',
|
|
149
|
+
'fabric.linking.unknown': 'ukjent',
|
|
150
|
+
'fabric.linking.unlink_account': 'Fjern kobling fra konto',
|
|
151
|
+
'fabric.linking.upload': 'Last opp',
|
|
152
|
+
'fabric.linking.upload_an_avatar': 'Last opp en avatar',
|
|
153
|
+
'fabric.linking.upload_file': 'Last opp en fil',
|
|
154
|
+
'fabric.linking.upload_file_from': 'Last opp en fil fra {name}',
|
|
155
|
+
'fabric.linking.upload_image': 'Last opp et bilde',
|
|
156
|
+
'fabric.linking.upload_photo': 'Last opp et bilde',
|
|
157
|
+
'fabric.linking.video': 'video',
|
|
158
|
+
'fabric.linking.view': 'Vis',
|
|
159
|
+
'fabric.linking.viewer_rateLimited': 'Vi har problemer med å laste inn filen din.',
|
|
160
|
+
'fabric.linking.webgl_warning_description': 'Nettleserdin støtter ikke WebGL. Bruk en WebGL-aktivert nettleser til å kommentere bilder.',
|
|
161
|
+
'fabric.linking.zip_entry_load_failed': 'Vi kunne ikke laste zip-filelementet for å forhåndsvise',
|
|
162
|
+
'fabric.linking.zoom_in': 'Zoom inn',
|
|
163
|
+
'fabric.linking.zoom_out': 'Zoom ut'
|
|
42
164
|
};
|
|
43
165
|
exports.default = _default;
|