@file-viewer/vue3 2.2.7 → 2.2.8
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/README.en.md +2 -2
- package/README.md +2 -2
- package/dist/components/fit.js +1 -498
- package/dist/components/image.js +1 -174
- package/dist/components/messages.js +1 -1430
- package/dist/components/print-mask.js +1 -213
- package/dist/components/printMask.js +1 -66
- package/dist/index.mjs +1 -5728
- package/package.json +2 -2
|
@@ -1,1430 +1 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
|
|
2
|
-
function e(t) {
|
|
3
|
-
"@babel/helpers - typeof";
|
|
4
|
-
return e = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
5
|
-
return typeof e;
|
|
6
|
-
} : function(e) {
|
|
7
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
8
|
-
}, e(t);
|
|
9
|
-
}
|
|
10
|
-
//#endregion
|
|
11
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
|
|
12
|
-
function t(t, n) {
|
|
13
|
-
if (e(t) != "object" || !t) return t;
|
|
14
|
-
var r = t[Symbol.toPrimitive];
|
|
15
|
-
if (r !== void 0) {
|
|
16
|
-
var i = r.call(t, n || "default");
|
|
17
|
-
if (e(i) != "object") return i;
|
|
18
|
-
throw TypeError("@@toPrimitive must return a primitive value.");
|
|
19
|
-
}
|
|
20
|
-
return (n === "string" ? String : Number)(t);
|
|
21
|
-
}
|
|
22
|
-
//#endregion
|
|
23
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
|
|
24
|
-
function n(n) {
|
|
25
|
-
var r = t(n, "string");
|
|
26
|
-
return e(r) == "symbol" ? r : r + "";
|
|
27
|
-
}
|
|
28
|
-
//#endregion
|
|
29
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
|
|
30
|
-
function r(e, t, r) {
|
|
31
|
-
return (t = n(t)) in e ? Object.defineProperty(e, t, {
|
|
32
|
-
value: r,
|
|
33
|
-
enumerable: !0,
|
|
34
|
-
configurable: !0,
|
|
35
|
-
writable: !0
|
|
36
|
-
}) : e[t] = r, e;
|
|
37
|
-
}
|
|
38
|
-
//#endregion
|
|
39
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/objectSpread2.js
|
|
40
|
-
function i(e, t) {
|
|
41
|
-
var n = Object.keys(e);
|
|
42
|
-
if (Object.getOwnPropertySymbols) {
|
|
43
|
-
var r = Object.getOwnPropertySymbols(e);
|
|
44
|
-
t && (r = r.filter(function(t) {
|
|
45
|
-
return Object.getOwnPropertyDescriptor(e, t).enumerable;
|
|
46
|
-
})), n.push.apply(n, r);
|
|
47
|
-
}
|
|
48
|
-
return n;
|
|
49
|
-
}
|
|
50
|
-
function a(e) {
|
|
51
|
-
for (var t = 1; t < arguments.length; t++) {
|
|
52
|
-
var n = arguments[t] == null ? {} : arguments[t];
|
|
53
|
-
t % 2 ? i(Object(n), !0).forEach(function(t) {
|
|
54
|
-
r(e, t, n[t]);
|
|
55
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : i(Object(n)).forEach(function(t) {
|
|
56
|
-
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
return e;
|
|
60
|
-
}
|
|
61
|
-
//#endregion
|
|
62
|
-
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/asyncToGenerator.js
|
|
63
|
-
function o(e, t, n, r, i, a, o) {
|
|
64
|
-
try {
|
|
65
|
-
var s = e[a](o), c = s.value;
|
|
66
|
-
} catch (e) {
|
|
67
|
-
n(e);
|
|
68
|
-
return;
|
|
69
|
-
}
|
|
70
|
-
s.done ? t(c) : Promise.resolve(c).then(r, i);
|
|
71
|
-
}
|
|
72
|
-
function s(e) {
|
|
73
|
-
return function() {
|
|
74
|
-
var t = this, n = arguments;
|
|
75
|
-
return new Promise(function(r, i) {
|
|
76
|
-
var a = e.apply(t, n);
|
|
77
|
-
function s(e) {
|
|
78
|
-
o(a, r, i, s, c, "next", e);
|
|
79
|
-
}
|
|
80
|
-
function c(e) {
|
|
81
|
-
o(a, r, i, s, c, "throw", e);
|
|
82
|
-
}
|
|
83
|
-
s(void 0);
|
|
84
|
-
});
|
|
85
|
-
};
|
|
86
|
-
}
|
|
87
|
-
//#endregion
|
|
88
|
-
//#region ../../core/dist/i18n/messages.ja.js
|
|
89
|
-
var c = {
|
|
90
|
-
"toolbar.zoomGroup": "ズーム操作",
|
|
91
|
-
"toolbar.zoomOut": "縮小",
|
|
92
|
-
"toolbar.zoomIn": "拡大",
|
|
93
|
-
"toolbar.zoomReset": "倍率をリセット",
|
|
94
|
-
"toolbar.download": "ダウンロード",
|
|
95
|
-
"toolbar.downloadTitle": "元のファイルをダウンロード",
|
|
96
|
-
"toolbar.print": "印刷",
|
|
97
|
-
"toolbar.printTitle": "レンダリング済みの全内容を印刷",
|
|
98
|
-
"toolbar.printDirect": "直接印刷",
|
|
99
|
-
"toolbar.printMask": "マスク・印章付き印刷",
|
|
100
|
-
"toolbar.printMaskTitle": "機密領域を隠すか印章を追加してから印刷",
|
|
101
|
-
"toolbar.printMaskAdd": "マスクを追加",
|
|
102
|
-
"toolbar.printMaskClear": "クリア",
|
|
103
|
-
"toolbar.printMaskCancel": "キャンセル",
|
|
104
|
-
"toolbar.printMaskConfirm": "印刷を確定",
|
|
105
|
-
"toolbar.printMaskHint": "マスクを描画するか、印章をアップロードして移動・サイズ変更します。",
|
|
106
|
-
"toolbar.printStampUpload": "印章をアップロード",
|
|
107
|
-
"toolbar.printStampRemove": "印章を削除",
|
|
108
|
-
"toolbar.printStampResize": "印章のサイズ変更",
|
|
109
|
-
"toolbar.exportHtml": "HTML",
|
|
110
|
-
"toolbar.exportHtmlTitle": "現在のレンダリング結果を HTML として書き出す",
|
|
111
|
-
"toolbar.search": "検索",
|
|
112
|
-
"toolbar.searchPlaceholder": "ドキュメントを検索",
|
|
113
|
-
"toolbar.searchPrevious": "前の一致",
|
|
114
|
-
"toolbar.searchNext": "次の一致",
|
|
115
|
-
"toolbar.searchClear": "検索をクリア",
|
|
116
|
-
"toolbar.theme": "テーマ",
|
|
117
|
-
"toolbar.themeToLight": "ライトモードに切り替え",
|
|
118
|
-
"toolbar.themeToDark": "ダークモードに切り替え",
|
|
119
|
-
"state.ready.title": "プレビュー完了",
|
|
120
|
-
"state.ready.message": "ファイルのレンダリングが完了しました。",
|
|
121
|
-
"state.empty.title": "ファイルがありません",
|
|
122
|
-
"state.empty.message": "ファイルを選択するか、アクセス可能な URL を指定してプレビューを開始してください。",
|
|
123
|
-
"state.unsupported.install.title": "プレビュー機能の追加が必要です",
|
|
124
|
-
"state.unsupported.install.message": "{extension}は対応表に含まれていますが、このプロジェクトには {rendererLabel} renderer がまだ組み込まれていません。",
|
|
125
|
-
"state.unsupported.install.description": "{presetPackage} をインストールし、options.preset / options.renderers から対応機能を渡してください{rendererTip}。Vite プロジェクトでは @file-viewer/vite-plugin によるインストール済み preset の自動検出も利用できます。",
|
|
126
|
-
"state.unsupported.title": "オンラインプレビューには未対応です",
|
|
127
|
-
"state.unsupported.message": "{extension}はオンラインでプレビューできません。ダウンロードするか、対応形式へ変換してください。",
|
|
128
|
-
"state.unsupported.description": "Office、PDF、OFD、Typst、圧縮ファイル、メール、OLB/DRA、CAD、地理空間データ、3D モデル、Excalidraw、draw.io、EPUB、UMD、Markdown、コード/テキスト、画像、音声/動画、フォント、構造化データ資産のオンラインプレビューに対応しています。",
|
|
129
|
-
"state.error.title": "プレビューに失敗しました",
|
|
130
|
-
"preview.downloading": "ファイルをダウンロードしています...",
|
|
131
|
-
"preview.streamingPdf": "PDF ストリーミングプレビューを準備しています...",
|
|
132
|
-
"preview.reading": "ファイル内容を解析しています...",
|
|
133
|
-
"error.download": "ダウンロードに失敗しました",
|
|
134
|
-
"error.print": "印刷に失敗しました",
|
|
135
|
-
"error.exportHtml": "HTML の書き出しに失敗しました",
|
|
136
|
-
"error.noDownloadSource": "ダウンロード可能な元ファイルがありません",
|
|
137
|
-
"error.noExportContent": "書き出し可能なプレビュー内容がありません",
|
|
138
|
-
"error.printUnavailable": "このファイル形式は文書全体の印刷に対応していません。元ファイルをダウンロードし、ローカルアプリで印刷してください。",
|
|
139
|
-
"error.printWindowBlocked": "ブラウザーによって印刷ウィンドウがブロックされました",
|
|
140
|
-
"error.remoteDownload": "ファイルのダウンロードに失敗しました",
|
|
141
|
-
"error.localRead": "ローカルファイルの読み込みに失敗しました",
|
|
142
|
-
"error.load": "ファイルの読み込みに失敗しました",
|
|
143
|
-
"error.stream": "PDF ストリーミングプレビューの読み込みに失敗しました",
|
|
144
|
-
"error.beforeOperation": "操作前の検証に失敗しました",
|
|
145
|
-
"error.unknown": "不明なエラー",
|
|
146
|
-
"error.blobUnavailable": "現在の実行環境では Blob を利用できないため、ファイル内容を読み込めません。",
|
|
147
|
-
"error.sourceUnsupported": "このファイル入力元には対応していません。",
|
|
148
|
-
"error.fileReadArrayBuffer": "ファイルのバイナリ内容を読み込めませんでした。",
|
|
149
|
-
"error.fileReadDataUrl": "ファイルの Data URL を読み込めませんでした。",
|
|
150
|
-
"error.fileReadText": "ファイルのテキスト内容を読み込めませんでした。",
|
|
151
|
-
"error.imageDataUrlRead": "画像データを読み込めませんでした。",
|
|
152
|
-
"operation.download": "元ファイルをダウンロード",
|
|
153
|
-
"operation.print": "レンダリング済みの全内容を印刷",
|
|
154
|
-
"operation.exportHtml": "レンダリング結果を HTML として書き出す",
|
|
155
|
-
"operation.zoomIn": "プレビューを拡大",
|
|
156
|
-
"operation.zoomOut": "プレビューを縮小",
|
|
157
|
-
"operation.zoomReset": "プレビュー倍率をリセット",
|
|
158
|
-
"pdf.toolbar.toggleNavigation": "ナビゲーションペインを切り替え",
|
|
159
|
-
"pdf.toolbar.previousPage": "前のページ",
|
|
160
|
-
"pdf.toolbar.nextPage": "次のページ",
|
|
161
|
-
"pdf.toolbar.fitWidth": "幅に合わせる",
|
|
162
|
-
"pdf.toolbar.zoomOut": "縮小",
|
|
163
|
-
"pdf.toolbar.zoomIn": "拡大",
|
|
164
|
-
"pdf.toolbar.rotateLeft": "左に回転",
|
|
165
|
-
"pdf.toolbar.rotateRight": "右に回転",
|
|
166
|
-
"pdf.nav.typeLabel": "PDF ナビゲーションの種類",
|
|
167
|
-
"pdf.nav.pagesTab": "ページ",
|
|
168
|
-
"pdf.nav.outlineTab": "目次",
|
|
169
|
-
"pdf.nav.pagesTitle": "ページナビゲーション",
|
|
170
|
-
"pdf.nav.outlineTitle": "目次ナビゲーション",
|
|
171
|
-
"pdf.nav.pageCount": "{count} ページ",
|
|
172
|
-
"pdf.nav.itemCount": "{count} 件",
|
|
173
|
-
"pdf.nav.pageLabel": "{page} ページ",
|
|
174
|
-
"pdf.nav.outlineEmpty": "この PDF には利用可能な目次がありません",
|
|
175
|
-
"pdf.nav.outlineFallbackTitle": "目次 {index}",
|
|
176
|
-
"pdf.thumbnail.alt": "{page} ページのサムネイル",
|
|
177
|
-
"pdf.state.loading": "PDF を読み込んでいます...",
|
|
178
|
-
"pdf.error.browserWindow": "PDF プレビューにはブラウザーウィンドウが必要です",
|
|
179
|
-
"pdf.error.missingSource": "PDF に読み取り可能なデータソースがありません",
|
|
180
|
-
"pdf.error.loadFailed": "PDF の読み込みに失敗しました",
|
|
181
|
-
"pdf.error.notLoaded": "PDF の読み込みがまだ完了していません。しばらくしてから再試行してください。",
|
|
182
|
-
"pdf.error.unloaded": "PDF はアンロードされているため、印刷を続行できません",
|
|
183
|
-
"pdf.error.canvasUnavailable": "このブラウザーでは PDF 印刷用キャンバスを作成できません",
|
|
184
|
-
"pdf.export.pageTitle": "{title} - {page} ページ",
|
|
185
|
-
"spreadsheet.loading.kicker": "Excel ワークブック",
|
|
186
|
-
"spreadsheet.loading.title": "Excel ワークブックを解析しています",
|
|
187
|
-
"spreadsheet.loading.hint": "ワークシート、スタイル、大規模データ用ビューポートを準備しています。",
|
|
188
|
-
"spreadsheet.loading.streaming": "表示範囲のデータを順次読み込んでいます",
|
|
189
|
-
"spreadsheet.tabs.ariaLabel": "ワークシート一覧",
|
|
190
|
-
"spreadsheet.state.parsingWorkbook": "Excel ワークブックを解析しています。しばらくお待ちください...",
|
|
191
|
-
"spreadsheet.state.preparingSheet": "ワークシート内容を準備しています...",
|
|
192
|
-
"spreadsheet.state.preparingSheetNamed": "「{name}」を準備しています...",
|
|
193
|
-
"spreadsheet.state.cachedRows": "{cached} / {total} 行をキャッシュ済み",
|
|
194
|
-
"spreadsheet.state.rows": "全 {rows} 行をビューポートに応じて順次読み込みます",
|
|
195
|
-
"spreadsheet.state.rowsAndColumns": "全 {rows} 行、{cols} 列をビューポートに応じて順次読み込みます",
|
|
196
|
-
"spreadsheet.error.parseFailed": "Excel の解析に失敗しました",
|
|
197
|
-
"spreadsheet.error.workerFailed": "Excel Worker の実行に失敗しました",
|
|
198
|
-
"word.error.invalidDocx": "有効な DOCX/OOXML パッケージではありません。ダウンロードが不完全か、サーバーのエラー応答に置き換わった可能性があります。再アップロードするかファイル元を確認してください。",
|
|
199
|
-
"word.error.missingOdfContent": "ODF ファイルに content.xml がありません。",
|
|
200
|
-
"word.error.odfXmlParseFailed": "ODF XML の解析に失敗しました。",
|
|
201
|
-
"word.title.rtf": "RTF 文書プレビュー",
|
|
202
|
-
"word.title.openDocumentPresentation": "OpenDocument プレゼンテーションプレビュー",
|
|
203
|
-
"word.title.openDocumentText": "OpenDocument 文書プレビュー",
|
|
204
|
-
"word.page.fallback": "{page} ページ",
|
|
205
|
-
"word.page.empty": "このページから抽出できるテキストはありません",
|
|
206
|
-
"word.body": "本文",
|
|
207
|
-
"word.body.empty": "読み取り可能なテキストを抽出できませんでした",
|
|
208
|
-
"ofd.toolbar.pageNavigation": "OFD ページナビゲーション",
|
|
209
|
-
"ofd.toolbar.documentPages": "OFD 文書ページ",
|
|
210
|
-
"ofd.toolbar.previousPage": "前のページ",
|
|
211
|
-
"ofd.toolbar.nextPage": "次のページ",
|
|
212
|
-
"ofd.toolbar.pageStatus": "{total} ページ中 {current} ページ",
|
|
213
|
-
"ofd.toolbar.noPages": "表示可能なページはありません",
|
|
214
|
-
"ofd.state.loading": "OFD を解析しています...",
|
|
215
|
-
"ofd.error.empty": "OFD ファイルにレンダリング可能な文書がありません",
|
|
216
|
-
"ofd.error.parseFailed": "OFD ファイルの解析に失敗しました",
|
|
217
|
-
"presentation.state.loading": "PPTX を解析しています...",
|
|
218
|
-
"presentation.error.title": "PPTX プレビューに失敗しました",
|
|
219
|
-
"presentation.error.parseFailed": "PPTX の解析に失敗しました",
|
|
220
|
-
"presentation.ppt.state.loading": "PowerPoint 97–2003 を解析しています...",
|
|
221
|
-
"presentation.ppt.error.title": "PPT プレビューに失敗しました",
|
|
222
|
-
"presentation.ppt.error.parseFailed": "この PPT ファイルを解析できませんでした。",
|
|
223
|
-
"presentation.ppt.error.assetHint": "@file-viewer/ppt モジュール、pptWasmUrl、application/wasm MIME タイプ、Web Crypto、CSP 設定を確認してください。",
|
|
224
|
-
"archive.error.nestedUnsupported": ".{type} 形式はオンラインでプレビューできません。ダウンロードするか、対応形式へ変換してください。",
|
|
225
|
-
"archive.loading.readingDirectory": "圧縮ファイルのディレクトリを読み込んでいます...",
|
|
226
|
-
"archive.loading.readingDirectoryHint": "大きなファイルは Worker で解析し、メインスレッドのブロックを防ぎます。",
|
|
227
|
-
"archive.search.placeholder": "圧縮ファイル内を絞り込み",
|
|
228
|
-
"archive.sidebar.hide": "ファイル一覧を非表示",
|
|
229
|
-
"archive.sidebar.show": "ファイル一覧を表示",
|
|
230
|
-
"archive.preview.title": "圧縮ファイル内プレビュー",
|
|
231
|
-
"archive.preview.chooseFile": "ファイルを選択してください",
|
|
232
|
-
"archive.preview.downloadFile": "ファイルをダウンロード",
|
|
233
|
-
"archive.error.title": "圧縮ファイルプレビューのお知らせ",
|
|
234
|
-
"archive.stats.summary": "{count} ファイル · {size} · 直接プレビュー可能 {previewable} 件",
|
|
235
|
-
"archive.warning.encrypted": "暗号化された内容を検出しました。正しいパスワードを入力するとプレビューできます。パスワードはこのセッション中だけ libarchive Worker に渡されます。",
|
|
236
|
-
"archive.password.title": "圧縮ファイルのパスワードを入力",
|
|
237
|
-
"archive.password.description": "この圧縮ファイルには暗号化された内容があります。ディレクトリの読み込みや内部ファイルのプレビューを続けるにはパスワードが必要です。",
|
|
238
|
-
"archive.password.placeholder": "圧縮ファイルのパスワード",
|
|
239
|
-
"archive.password.invalid": "パスワードが正しくないか、復号できませんでした。再入力してください。",
|
|
240
|
-
"archive.password.required": "続行するにはパスワードを入力してください。",
|
|
241
|
-
"archive.password.cancel": "キャンセル",
|
|
242
|
-
"archive.password.confirm": "ロックを解除してプレビュー",
|
|
243
|
-
"archive.error.passwordRequired": "パスワード入力がキャンセルされたため、暗号化された圧縮ファイルをプレビューできません。",
|
|
244
|
-
"archive.error.encryptedRequiresWorker": "この圧縮ファイルのオンライン復号プレビューには libarchive Worker/WASM の配布が必要です。",
|
|
245
|
-
"archive.empty.title": "左側のファイルを選択してプレビュー",
|
|
246
|
-
"archive.empty.message": "最初にディレクトリのみを読み取ります。ファイル内容はクリック時にオンデマンドで展開し、容量が許す場合は IndexedDB にキャッシュします。",
|
|
247
|
-
"archive.loading.initializingCandidate": "{label} を初期化しています...",
|
|
248
|
-
"archive.loading.initializingCandidateHint": "サーバーで Worker/WASM が正しく配布されていない場合は、自動的に互換モードへ切り替えます。",
|
|
249
|
-
"archive.error.candidateInitTimeout": "{label} の初期化がタイムアウトしました",
|
|
250
|
-
"archive.error.encryptedCheckTimeout": "{label} の暗号化チェックがタイムアウトしました",
|
|
251
|
-
"archive.loading.directoryReadyHint": "ディレクトリの読み込み後、内部ファイルをクリックするとオンデマンドで展開します。",
|
|
252
|
-
"archive.error.candidateReadTimeout": "{label} のディレクトリ読み込みがタイムアウトしました",
|
|
253
|
-
"archive.loading.workerFallback": "Worker を利用できないため、ZIP/TAR 互換モードへ切り替えています...",
|
|
254
|
-
"archive.loading.workerFallbackHint": "互換モードは追加の静的 Worker を必要とせず、モバイル WebView や一時的なローカルサーバーにも適しています。",
|
|
255
|
-
"archive.notice.workerFallback": "この環境では libarchive Worker を起動できなかったため、ZIP/TAR/GZIP 互換モードへ自動的に切り替えました。RAR、7z などでは vendor/libarchive/worker-bundle.js と libarchive.wasm の配布を推奨します。",
|
|
256
|
-
"archive.error.tooLarge": "圧縮ファイルのサイズ {size} が安全上限 {limit} を超えています。ダウンロードしてローカルで展開してください。",
|
|
257
|
-
"archive.loading.initializingWorker": "圧縮ファイル解析 Worker を初期化しています...",
|
|
258
|
-
"archive.loading.initializingWorkerHint": "大きなファイルは Worker で解析し、メインスレッドのブロックを防ぎます。",
|
|
259
|
-
"archive.error.workerInitFailed": "圧縮ファイル Worker の初期化に失敗しました",
|
|
260
|
-
"archive.error.workerUnsupported": "このブラウザーは Web Worker に対応していません。",
|
|
261
|
-
"archive.error.indexedDbUnavailable": "IndexedDB を利用できません",
|
|
262
|
-
"archive.error.entryTooLarge": "圧縮ファイル内の {name} は {size} で、プレビュー上限 {limit} を超えています。",
|
|
263
|
-
"archive.loading.extracting": "{name} をオンデマンドで展開しています...",
|
|
264
|
-
"archive.loading.rendering": "{name} をレンダリングしています...",
|
|
265
|
-
"archive.loading.exporting": "{name} を書き出しています...",
|
|
266
|
-
"media.audio.title": "音声プレビュー",
|
|
267
|
-
"media.audio.description": "ブラウザー標準プレーヤーで開きます。互換性は現在のブラウザーが対応する音声コーデックに依存します。",
|
|
268
|
-
"media.audio.unsupported": "このブラウザーは音声再生に対応していません。",
|
|
269
|
-
"media.video.title": "動画プレビュー",
|
|
270
|
-
"media.video.unsupported": "このブラウザーはこの動画形式に対応していません。",
|
|
271
|
-
"media.video.hlsHint": "HLS はセグメント読み込みに元の URL を優先します。ローカルの単一ファイルプレイリストを渡す場合は、セグメント URL にブラウザーからアクセスできることを確認してください。",
|
|
272
|
-
"media.midi.title": "MIDI ファイル",
|
|
273
|
-
"media.midi.loading": "MIDI トラックを解析しています...",
|
|
274
|
-
"media.midi.trackHeader": "トラック",
|
|
275
|
-
"media.midi.instrumentHeader": "楽器",
|
|
276
|
-
"media.midi.channelHeader": "チャンネル",
|
|
277
|
-
"media.midi.noteCountHeader": "ノート数",
|
|
278
|
-
"media.midi.durationHeader": "長さ",
|
|
279
|
-
"media.midi.durationStat": "長さ",
|
|
280
|
-
"media.midi.trackStat": "トラック",
|
|
281
|
-
"media.midi.noteStat": "ノート",
|
|
282
|
-
"media.midi.parseFailed": "MIDI の解析に失敗しました",
|
|
283
|
-
"email.mbox.subject": "{filename} · 1 通目",
|
|
284
|
-
"email.mbox.summary": "MBOX から {count} 通のメールを検出しました。現在は 1 通目を表示しています。",
|
|
285
|
-
"email.error.title": "メールプレビューのお知らせ",
|
|
286
|
-
"email.meta.from": "差出人",
|
|
287
|
-
"email.meta.to": "宛先",
|
|
288
|
-
"email.meta.cc": "Cc",
|
|
289
|
-
"email.meta.date": "日時",
|
|
290
|
-
"email.tabs.text": "本文",
|
|
291
|
-
"email.tabs.headers": "ヘッダー",
|
|
292
|
-
"email.attachments.title": "添付ファイル",
|
|
293
|
-
"email.attachments.empty": "添付ファイルはありません",
|
|
294
|
-
"email.attachments.download": "添付ファイルをダウンロード",
|
|
295
|
-
"email.attachments.opening": "添付ファイル {name} を開いています...",
|
|
296
|
-
"email.attachments.nestedUnavailable": "この実行環境では添付ファイルの入れ子プレビューを利用できません。{name} をダウンロードして確認してください。",
|
|
297
|
-
"email.loading.parsing": "メールを解析しています...",
|
|
298
|
-
"data.font.sample": "Flyfish Viewer 日本語プレビュー AaBbCc 1234567890",
|
|
299
|
-
"data.error.fontFaceUnsupported": "このブラウザーは FontFace API に対応していません",
|
|
300
|
-
"data.title.font": "フォントファイルプレビュー",
|
|
301
|
-
"data.title.sqlite": "SQLite データベースプレビュー",
|
|
302
|
-
"data.title.parquet": "Parquet 列指向データプレビュー",
|
|
303
|
-
"data.title.avro": "Avro オブジェクトコンテナプレビュー",
|
|
304
|
-
"data.title.wasm": "WebAssembly モジュールプレビュー",
|
|
305
|
-
"data.title.eps": "EPS ベクターファイル概要",
|
|
306
|
-
"data.title.ai": "Illustrator ファイル概要",
|
|
307
|
-
"data.title.webarchive": "WebArchive 概要プレビュー",
|
|
308
|
-
"data.title.summary": "データ資産概要",
|
|
309
|
-
"data.label.format": "形式",
|
|
310
|
-
"data.label.size": "サイズ",
|
|
311
|
-
"data.label.rendering": "レンダラー",
|
|
312
|
-
"data.label.objects": "オブジェクト",
|
|
313
|
-
"data.label.sampleTable": "サンプルテーブル",
|
|
314
|
-
"data.label.rows": "行",
|
|
315
|
-
"data.label.columns": "列",
|
|
316
|
-
"data.label.sampleRows": "サンプル行",
|
|
317
|
-
"data.label.imports": "インポート",
|
|
318
|
-
"data.label.exports": "エクスポート",
|
|
319
|
-
"data.label.magic": "マジック",
|
|
320
|
-
"data.label.note": "注記",
|
|
321
|
-
"data.label.container": "コンテナ",
|
|
322
|
-
"data.value.schemaRead": "読み込み済み",
|
|
323
|
-
"data.value.schemaUnread": "未読み込み",
|
|
324
|
-
"data.note.aiSummary": "PDF 互換でない AI は安全な概要として表示します。",
|
|
325
|
-
"data.note.postscriptSummary": "PostScript の概要プレビュー",
|
|
326
|
-
"data.note.webarchive": "読み取り可能な断片を安全に抽出します。Web スクリプトは実行しません。",
|
|
327
|
-
"data.image.alt": "資産プレビュー",
|
|
328
|
-
"psd.title": "PSD レイヤープレビュー",
|
|
329
|
-
"psd.action.fit": "全体表示",
|
|
330
|
-
"psd.action.showAll": "すべて表示",
|
|
331
|
-
"psd.action.hideAll": "すべて非表示",
|
|
332
|
-
"psd.layers.title": "レイヤー",
|
|
333
|
-
"psd.layers.redrawable": "再描画可能 {count} 件",
|
|
334
|
-
"psd.layers.empty": "表示可能なレイヤーがありません。合成画像を表示します。",
|
|
335
|
-
"psd.layers.hidden": "非表示",
|
|
336
|
-
"drawing.error.viewerLoadFailed": "diagrams.net viewer の読み込みに失敗しました",
|
|
337
|
-
"drawing.error.excalidrawEmpty": "この Excalidraw ファイルにはプレビュー可能な要素がありません",
|
|
338
|
-
"drawing.error.excalidrawTimeout": "Excalidraw の SVG 書き出しがタイムアウトしたため、rough.js レンダラーへ切り替えます。",
|
|
339
|
-
"drawing.error.drawioParseFailed": "Draw.io XML の解析に失敗しました:{message}",
|
|
340
|
-
"drawing.error.drawioNoModel": "この Draw.io ファイルには直接レンダリング可能な mxGraphModel がありません。",
|
|
341
|
-
"drawing.error.drawioNoElements": "この Draw.io ファイルにはプレビュー可能な要素がありません。",
|
|
342
|
-
"drawing.error.viewerInitFailed": "diagrams.net viewer が正しく初期化されませんでした",
|
|
343
|
-
"drawing.error.drawioTimeout": "diagrams.net 公式 Viewer がタイムアウトしたため、ローカル SVG プレビューへ切り替えます。",
|
|
344
|
-
"drawing.error.svgParseFailed": "SVG の解析に失敗しました",
|
|
345
|
-
"drawing.error.plantumlRenderFailed": "PlantUML SVG のレンダリングに失敗しました:{status}",
|
|
346
|
-
"drawing.title.excalidraw": "Excalidraw SVG プレビュー",
|
|
347
|
-
"drawing.title.mermaid": "Mermaid SVG プレビュー",
|
|
348
|
-
"drawing.title.plantuml": "PlantUML SVG プレビュー",
|
|
349
|
-
"drawing.title.drawio": "Draw.io オフライン SVG プレビュー",
|
|
350
|
-
"drawing.toolbar.zoomOut": "縮小",
|
|
351
|
-
"drawing.toolbar.zoomIn": "拡大",
|
|
352
|
-
"drawing.toolbar.fit": "全体表示",
|
|
353
|
-
"drawing.toolbar.fitWidth": "幅に合わせる",
|
|
354
|
-
"drawing.state.loading": "図面プレビューを読み込んでいます...",
|
|
355
|
-
"text.code.loadingHighlight": "シンタックスハイライトを読み込んでいます...",
|
|
356
|
-
"text.code.indexingLargeFile": "大きなファイルを索引化しています {progress}%",
|
|
357
|
-
"text.code.virtualized": "大きなファイル · 仮想スクロール · ハイライト無効",
|
|
358
|
-
"text.code.firstSegment": "先頭セグメント",
|
|
359
|
-
"text.code.previousSegment": "前のセグメント",
|
|
360
|
-
"text.code.nextSegment": "次のセグメント",
|
|
361
|
-
"text.code.lastSegment": "末尾セグメント",
|
|
362
|
-
"ebook.toc": "目次",
|
|
363
|
-
"ebook.reading": "読書中",
|
|
364
|
-
"ebook.itemCount": "{count} 件",
|
|
365
|
-
"epub.title": "EPUB 電子書籍",
|
|
366
|
-
"epub.previousPage": "前へ",
|
|
367
|
-
"epub.nextPage": "次へ",
|
|
368
|
-
"epub.loading": "EPUB を解析しています...",
|
|
369
|
-
"epub.chapterFallback": "第 {index} 章",
|
|
370
|
-
"epub.renderIncomplete": "EPUB 本文のレンダリングが完了しませんでした。更新して再試行してください。",
|
|
371
|
-
"umd.title": "UMD 電子書籍",
|
|
372
|
-
"umd.previousChapter": "前の章",
|
|
373
|
-
"umd.nextChapter": "次の章",
|
|
374
|
-
"umd.loading": "UMD を解析しています...",
|
|
375
|
-
"umd.emptyContent": "読み取り可能な本文を解析できませんでした",
|
|
376
|
-
"umd.chapterFallback": "第 {index} 章",
|
|
377
|
-
"umd.galleryFallback": "ギャラリー {index}",
|
|
378
|
-
"umd.warningBodyTooShort": "UMD 本文が宣言された長さより短く、不完全な可能性があります",
|
|
379
|
-
"umd.error.unexpectedEnd": "UMD 構造が不完全で、予期せず終了しました",
|
|
380
|
-
"umd.error.invalidFile": "有効な UMD 電子書籍ファイルではありません",
|
|
381
|
-
"typst.summaryRenderer": "Typst WASM レンダラー",
|
|
382
|
-
"typst.pageSummary.empty": "0 ページ",
|
|
383
|
-
"typst.pageSummary.ready": "{count} ページ / {width} x {height} pt",
|
|
384
|
-
"typst.status.compiling": "コンパイル中",
|
|
385
|
-
"typst.status.failed": "コンパイル失敗",
|
|
386
|
-
"typst.status.rendered": "レンダリング済み",
|
|
387
|
-
"typst.loading.title": "Typst を解析しています",
|
|
388
|
-
"typst.loading.hint": "コンパイラーを読み込み、ページプレビューを生成しています...",
|
|
389
|
-
"typst.error.title": "Typst のレンダリングに失敗しました",
|
|
390
|
-
"typst.error.timeout": "Typst WASM / フォントの読み込みまたはコンパイルが {seconds} 秒を超えました",
|
|
391
|
-
"typst.error.timeoutHint": "Typst compiler WASM、renderer WASM、フォントディレクトリのダウンロード速度とキャッシュ戦略を確認してください。低速回線やリージョンをまたぐ配信では options.typst.renderTimeoutMs を増やしてください。",
|
|
392
|
-
"typst.error.assetHint": "Typst にはローカルの compiler / renderer WASM とフォントディレクトリが必要です。file-viewer-copy-assets を実行するか、options.typst.compilerWasmUrl / options.typst.rendererWasmUrl / options.typst.fontAssetsUrl を設定し、サーバーが WASM を application/wasm で返すことを確認してください。",
|
|
393
|
-
"typst.error.svgParseFailed": "Typst SVG の解析に失敗しました",
|
|
394
|
-
"typst.error.wasmLoadFailed": "Typst WASM の読み込みに失敗しました",
|
|
395
|
-
"xmind.toolbar.zoomOut": "縮小",
|
|
396
|
-
"xmind.toolbar.zoomIn": "拡大",
|
|
397
|
-
"xmind.toolbar.fit": "全体表示",
|
|
398
|
-
"xmind.toolbar.fitTitle": "キャンバス全体を表示",
|
|
399
|
-
"xmind.state.loading": "XMind マインドマップを解析しています...",
|
|
400
|
-
"xmind.stats.nodes": "ノード",
|
|
401
|
-
"xmind.stats.depth": "深さ",
|
|
402
|
-
"xmind.stats.theme": "テーマ",
|
|
403
|
-
"xmind.stats.template": "テンプレート",
|
|
404
|
-
"xmind.badge.paused": "一時停止",
|
|
405
|
-
"xmind.badge.collapsed": "折りたたみ",
|
|
406
|
-
"xmind.badge.floating": "フローティング",
|
|
407
|
-
"xmind.badge.summary": "サマリー",
|
|
408
|
-
"xmind.badge.callout": "吹き出し",
|
|
409
|
-
"xmind.imageResource": "画像リソース:{name}",
|
|
410
|
-
"xmind.error.unrecognized": "XMind ファイルを認識できません。ZIP パッケージ内に content.json または content.xml がありません。",
|
|
411
|
-
"xmind.error.noCanvas": "この XMind ファイルにはプレビュー可能なキャンバスがありません",
|
|
412
|
-
"cad.toolbar.fit": "全体表示",
|
|
413
|
-
"cad.toolbar.zoomOut": "縮小",
|
|
414
|
-
"cad.toolbar.zoomIn": "拡大",
|
|
415
|
-
"cad.layers.title": "レイヤー",
|
|
416
|
-
"cad.layers.count": "{count} 件",
|
|
417
|
-
"cad.layers.merged": "{name}(同名レイヤー {count} 件を統合)",
|
|
418
|
-
"cad.inspector.title": "構造",
|
|
419
|
-
"cad.inspector.entities": "エンティティ",
|
|
420
|
-
"cad.inspector.blocks": "ブロック",
|
|
421
|
-
"cad.inspector.pages": "ページ",
|
|
422
|
-
"cad.inspector.drawn": "描画済み",
|
|
423
|
-
"cad.state.loadingViewer": "CAD ビューアーを読み込んでいます...",
|
|
424
|
-
"cad.state.parsing": "CAD を解析しています...",
|
|
425
|
-
"cad.error.parseFailed": "CAD ファイルの解析に失敗しました",
|
|
426
|
-
"image.alt": "画像",
|
|
427
|
-
"image.toolbar.rotation": "画像の回転",
|
|
428
|
-
"image.toolbar.rotateLeft": "画像を左に回転",
|
|
429
|
-
"image.toolbar.rotateRight": "画像を右に回転",
|
|
430
|
-
"image.lightbox.alt": "画像プレビュー",
|
|
431
|
-
"image.lightbox.close": "画像プレビューを閉じる",
|
|
432
|
-
"gitBundle.error.invalid": "有効な Git bundle ファイルではありません。",
|
|
433
|
-
"gitBundle.error.missingPack": "Git bundle ヘッダーの後に PACK データがありません。",
|
|
434
|
-
"gitBundle.notice.delta": "この bundle には delta 圧縮オブジェクトが含まれています。ビューアーは一般的な OFS_DELTA / REF_DELTA をブラウザー内で解決します。ファイルが不足する場合は、bundle が非常に大きい、オブジェクト数が多い、または外部 prerequisite が必要な可能性があります。",
|
|
435
|
-
"gitBundle.title.history": "履歴",
|
|
436
|
-
"gitBundle.title.fileTree": "ファイルツリー",
|
|
437
|
-
"gitBundle.file.choose": "確認するファイルを選択",
|
|
438
|
-
"gitBundle.file.noTree": "この bundle の tree/blob オブジェクトは delta 圧縮されている可能性があり、展開可能なファイルを解析できませんでした。",
|
|
439
|
-
"gitBundle.file.none": "解析済みファイルはありません",
|
|
440
|
-
"gitBundle.history.empty": "commit オブジェクトを解析できませんでした。refs と pack の概要のみ表示します。",
|
|
441
|
-
"gitBundle.toolbar.summary": "{commits} コミット · {files} ファイル",
|
|
442
|
-
"gitBundle.meta.bundle": "Bundle",
|
|
443
|
-
"gitBundle.meta.refs": "Refs",
|
|
444
|
-
"gitBundle.meta.commits": "コミット",
|
|
445
|
-
"gitBundle.meta.objects": "オブジェクト",
|
|
446
|
-
"gitBundle.meta.deltas": "Delta",
|
|
447
|
-
"gitBundle.meta.objectFormat": "オブジェクト形式",
|
|
448
|
-
"gitBundle.meta.objectTypes": "オブジェクト種類",
|
|
449
|
-
"geo.error.unrecognized": "GeoJSON データを認識できません",
|
|
450
|
-
"geo.error.xmlParseFailed": "XML の解析に失敗しました",
|
|
451
|
-
"geo.error.unsupported": ".{type} 地理空間形式には対応していません",
|
|
452
|
-
"geo.title": "地理空間データプレビュー",
|
|
453
|
-
"geo.featureCount": "フィーチャー数",
|
|
454
|
-
"geo.bounds": "範囲",
|
|
455
|
-
"geo.geometryTypes": "ジオメトリ種類",
|
|
456
|
-
"geo.aria": "地理空間 SVG プレビュー",
|
|
457
|
-
"geo.loading": "地理空間データを解析しています...",
|
|
458
|
-
"geo.projection": "座標系",
|
|
459
|
-
"geo.engine": "レンダラー",
|
|
460
|
-
"geo.basemap": "ベースマップ",
|
|
461
|
-
"geo.basemap.offline": "オフライン空ベースマップ",
|
|
462
|
-
"geo.basemap.custom": "カスタムタイル",
|
|
463
|
-
"geo.engine.maplibre": "MapLibre ベクターマップ",
|
|
464
|
-
"geo.engine.svg": "SVG フォールバック",
|
|
465
|
-
"geo.error.projection": "地理座標の変換に失敗しました:{reason}",
|
|
466
|
-
"geo.action.fit": "範囲に合わせる",
|
|
467
|
-
"model.toolbar.fit": "全体表示",
|
|
468
|
-
"model.toolbar.rotate": "回転",
|
|
469
|
-
"model.toolbar.wireframe": "ワイヤーフレーム",
|
|
470
|
-
"model.toolbar.grid": "グリッド",
|
|
471
|
-
"model.toolbar.axes": "軸",
|
|
472
|
-
"model.state.loadingSummary": "モデルを読み込んでいます",
|
|
473
|
-
"model.state.loading": "3D モデルを解析しています...",
|
|
474
|
-
"model.state.loaded": "モデルを読み込みました",
|
|
475
|
-
"model.state.parseFailed": "モデルの解析に失敗しました",
|
|
476
|
-
"model.summary.meshes": "{count} メッシュ",
|
|
477
|
-
"model.summary.points": "{count} 点群",
|
|
478
|
-
"model.error.daeEmpty": "DAE モデルに有効なシーンがありません",
|
|
479
|
-
"model.error.unsupported": ".{type} モデル形式にはまだ対応していません",
|
|
480
|
-
"model.error.parseFailed": "{type} モデルの解析に失敗しました",
|
|
481
|
-
"model.notice.signature": "ファイルシグネチャを検出しました:{signature}。",
|
|
482
|
-
"loading.generic.label": "ファイル内容",
|
|
483
|
-
"loading.generic.hint": "内容構造とプレビューを準備しています。",
|
|
484
|
-
"loading.word.label": "Word 文書",
|
|
485
|
-
"loading.word.hint": "文書構造、テキストスタイル、レイアウトを準備しています。",
|
|
486
|
-
"loading.wordWorker.hint": "Worker で文書構造、テキストスタイル、レイアウトを準備しています。",
|
|
487
|
-
"loading.sheet.label": "Excel ワークブック",
|
|
488
|
-
"loading.sheet.hint": "ワークシート、スタイル、ビューポートデータを準備しています。",
|
|
489
|
-
"loading.csv.label": "表形式データ",
|
|
490
|
-
"loading.csv.hint": "行、列、基本スタイルを準備しています。",
|
|
491
|
-
"loading.presentation.label": "PowerPoint プレゼンテーション",
|
|
492
|
-
"loading.presentation.hint": "スライドレイアウトとメディア内容を構築しています。",
|
|
493
|
-
"loading.pdf.label": "PDF 文書",
|
|
494
|
-
"loading.pdf.hint": "ページ画像、テキストレイヤー、ズーム表示を読み込んでいます。",
|
|
495
|
-
"loading.ofd.label": "OFD レイアウト文書",
|
|
496
|
-
"loading.ofd.hint": "OFD ページとレイアウトオブジェクトを解析しています。",
|
|
497
|
-
"loading.archive.label": "圧縮ファイル",
|
|
498
|
-
"loading.archive.hint": "Worker を起動し、圧縮ファイル内の項目を読み込んでいます。",
|
|
499
|
-
"loading.email.label": "メールファイル",
|
|
500
|
-
"loading.email.hint": "メールヘッダー、本文、添付ファイルを解析しています。",
|
|
501
|
-
"loading.msg.hint": "Outlook メッセージと添付ファイルを解析しています。",
|
|
502
|
-
"loading.eda.label": "EDA ファイル",
|
|
503
|
-
"loading.eda.hint": "EDA コンテナ構造とプロパティを読み込んでいます。",
|
|
504
|
-
"loading.cad.label": "CAD 図面",
|
|
505
|
-
"loading.cad.hint": "CAD レイヤー、ジオメトリ、キャンバス表示を準備しています。",
|
|
506
|
-
"loading.dwg.hint": "Worker で DWG ジオメトリと LibreDWG WASM を読み込んでいます。",
|
|
507
|
-
"loading.dwf.hint": "ネイティブ DWF レンダラーと W2D/W3D グラフィックスを読み込んでいます。",
|
|
508
|
-
"loading.dwfx.hint": "ネイティブ DWFx/XPS レンダラーとページグラフィックスを読み込んでいます。",
|
|
509
|
-
"loading.xps.hint": "ネイティブ XPS レンダラーと埋め込みフォントを読み込んでいます。",
|
|
510
|
-
"loading.drawio.label": "draw.io ダイアグラム",
|
|
511
|
-
"loading.drawio.hint": "図形、コネクター、SVG プレビューを解析しています。",
|
|
512
|
-
"loading.excalidraw.label": "Excalidraw シーン",
|
|
513
|
-
"loading.excalidraw.hint": "手描き要素を解析し、安全な SVG を生成しています。",
|
|
514
|
-
"loading.epub.label": "EPUB 電子書籍",
|
|
515
|
-
"loading.epub.hint": "目次、章リソース、読書ページを解析しています。",
|
|
516
|
-
"loading.umd.label": "UMD 電子書籍",
|
|
517
|
-
"loading.umd.hint": "モバイル電子書籍のメタデータ、目次、圧縮された章を解析しています。",
|
|
518
|
-
"loading.image.label": "画像ファイル",
|
|
519
|
-
"loading.image.hint": "ピクセルをデコードしてプレビューを生成しています。",
|
|
520
|
-
"loading.video.label": "動画ファイル",
|
|
521
|
-
"loading.video.hint": "メディアリソースとプレーヤーを準備しています。",
|
|
522
|
-
"loading.audio.label": "音声ファイル",
|
|
523
|
-
"loading.audio.hint": "音声リソースと再生コントロールを準備しています。"
|
|
524
|
-
}, l = "zh-CN", u = "en-US", d = Object.freeze({
|
|
525
|
-
"zh-CN": {
|
|
526
|
-
"toolbar.zoomGroup": "缩放控制",
|
|
527
|
-
"toolbar.zoomOut": "缩小预览",
|
|
528
|
-
"toolbar.zoomIn": "放大预览",
|
|
529
|
-
"toolbar.zoomReset": "还原比例",
|
|
530
|
-
"toolbar.download": "下载",
|
|
531
|
-
"toolbar.downloadTitle": "下载原始文件",
|
|
532
|
-
"toolbar.print": "打印",
|
|
533
|
-
"toolbar.printTitle": "打印完整渲染内容",
|
|
534
|
-
"toolbar.printDirect": "直接打印",
|
|
535
|
-
"toolbar.printMask": "遮罩/盖章打印",
|
|
536
|
-
"toolbar.printMaskTitle": "遮盖敏感区域或上传印章后再打印",
|
|
537
|
-
"toolbar.printMaskAdd": "添加掩膜",
|
|
538
|
-
"toolbar.printMaskClear": "清空",
|
|
539
|
-
"toolbar.printMaskCancel": "取消",
|
|
540
|
-
"toolbar.printMaskConfirm": "确认打印",
|
|
541
|
-
"toolbar.printMaskHint": "绘制遮盖块,或上传印章后拖动和缩放",
|
|
542
|
-
"toolbar.printStampUpload": "上传印章",
|
|
543
|
-
"toolbar.printStampRemove": "删除印章",
|
|
544
|
-
"toolbar.printStampResize": "缩放印章",
|
|
545
|
-
"toolbar.exportHtml": "HTML",
|
|
546
|
-
"toolbar.exportHtmlTitle": "导出当前渲染后的 HTML",
|
|
547
|
-
"toolbar.search": "搜索",
|
|
548
|
-
"toolbar.searchPlaceholder": "搜索文档",
|
|
549
|
-
"toolbar.searchPrevious": "上一个匹配",
|
|
550
|
-
"toolbar.searchNext": "下一个匹配",
|
|
551
|
-
"toolbar.searchClear": "清除搜索",
|
|
552
|
-
"toolbar.theme": "主题",
|
|
553
|
-
"toolbar.themeToLight": "切换为浅色模式",
|
|
554
|
-
"toolbar.themeToDark": "切换为深色模式",
|
|
555
|
-
"state.ready.title": "预览完成",
|
|
556
|
-
"state.ready.message": "文件内容已完成渲染。",
|
|
557
|
-
"state.empty.title": "暂无文件",
|
|
558
|
-
"state.empty.message": "请选择文件或提供可访问的文件地址后开始预览。",
|
|
559
|
-
"state.unsupported.install.title": "需要装配预览能力",
|
|
560
|
-
"state.unsupported.install.message": "{extension} 格式已在支持矩阵中,但当前项目尚未装配 {rendererLabel} renderer。",
|
|
561
|
-
"state.unsupported.install.description": "推荐安装 {presetPackage},通过 options.preset / options.renderers 注入对应能力{rendererTip};Vite 项目也可以使用 @file-viewer/vite-plugin 自动发现已安装 preset。",
|
|
562
|
-
"state.unsupported.title": "暂不支持在线预览",
|
|
563
|
-
"state.unsupported.message": "不支持{extension}格式的在线预览,请下载后预览或转换为支持的格式。",
|
|
564
|
-
"state.unsupported.description": "支持 Office、PDF、OFD、Typst、压缩包、邮件、OLB/DRA、CAD、地理数据、3D 模型、Excalidraw、draw.io、EPUB、UMD、Markdown、代码/文本、图片、音视频、字体和数据资产的在线预览",
|
|
565
|
-
"state.error.title": "预览失败",
|
|
566
|
-
"preview.downloading": "正在下载文件资源...",
|
|
567
|
-
"preview.streamingPdf": "正在建立 PDF 流式预览...",
|
|
568
|
-
"preview.reading": "正在解析文件内容...",
|
|
569
|
-
"error.download": "下载失败",
|
|
570
|
-
"error.print": "打印失败",
|
|
571
|
-
"error.exportHtml": "导出 HTML 失败",
|
|
572
|
-
"error.noDownloadSource": "当前没有可下载的源文件",
|
|
573
|
-
"error.noExportContent": "当前没有可导出的预览内容",
|
|
574
|
-
"error.printUnavailable": "当前文件类型不支持完整打印,请下载原文件后在本地应用中打印",
|
|
575
|
-
"error.printWindowBlocked": "浏览器拦截了打印窗口",
|
|
576
|
-
"error.remoteDownload": "文件下载失败",
|
|
577
|
-
"error.localRead": "读取文件异常",
|
|
578
|
-
"error.load": "加载文件异常",
|
|
579
|
-
"error.stream": "加载 PDF 流式预览异常",
|
|
580
|
-
"error.beforeOperation": "操作前置校验失败",
|
|
581
|
-
"error.unknown": "未知错误",
|
|
582
|
-
"error.blobUnavailable": "当前运行环境不支持 Blob,无法读取文件内容。",
|
|
583
|
-
"error.sourceUnsupported": "不支持当前文件来源输入。",
|
|
584
|
-
"error.fileReadArrayBuffer": "读取文件二进制内容失败。",
|
|
585
|
-
"error.fileReadDataUrl": "读取文件 Data URL 失败。",
|
|
586
|
-
"error.fileReadText": "读取文件文本内容失败。",
|
|
587
|
-
"error.imageDataUrlRead": "读取图片数据失败。",
|
|
588
|
-
"operation.download": "下载原始文件",
|
|
589
|
-
"operation.print": "打印完整渲染内容",
|
|
590
|
-
"operation.exportHtml": "导出渲染 HTML",
|
|
591
|
-
"operation.zoomIn": "放大预览",
|
|
592
|
-
"operation.zoomOut": "缩小预览",
|
|
593
|
-
"operation.zoomReset": "还原预览比例",
|
|
594
|
-
"pdf.toolbar.toggleNavigation": "切换导航窗格",
|
|
595
|
-
"pdf.toolbar.previousPage": "上一页",
|
|
596
|
-
"pdf.toolbar.nextPage": "下一页",
|
|
597
|
-
"pdf.toolbar.fitWidth": "适合宽度",
|
|
598
|
-
"pdf.toolbar.zoomOut": "缩小",
|
|
599
|
-
"pdf.toolbar.zoomIn": "放大",
|
|
600
|
-
"pdf.toolbar.rotateLeft": "向左旋转",
|
|
601
|
-
"pdf.toolbar.rotateRight": "向右旋转",
|
|
602
|
-
"pdf.nav.typeLabel": "PDF 导航类型",
|
|
603
|
-
"pdf.nav.pagesTab": "页面",
|
|
604
|
-
"pdf.nav.outlineTab": "目录",
|
|
605
|
-
"pdf.nav.pagesTitle": "页面导航",
|
|
606
|
-
"pdf.nav.outlineTitle": "目录导航",
|
|
607
|
-
"pdf.nav.pageCount": "{count} 页",
|
|
608
|
-
"pdf.nav.itemCount": "{count} 项",
|
|
609
|
-
"pdf.nav.pageLabel": "第 {page} 页",
|
|
610
|
-
"pdf.nav.outlineEmpty": "当前 PDF 没有可用目录",
|
|
611
|
-
"pdf.nav.outlineFallbackTitle": "目录 {index}",
|
|
612
|
-
"pdf.thumbnail.alt": "第 {page} 页缩略图",
|
|
613
|
-
"pdf.state.loading": "正在加载 PDF...",
|
|
614
|
-
"pdf.error.browserWindow": "PDF 预览需要浏览器窗口",
|
|
615
|
-
"pdf.error.missingSource": "PDF 缺少可读取的数据源",
|
|
616
|
-
"pdf.error.loadFailed": "PDF 加载失败",
|
|
617
|
-
"pdf.error.notLoaded": "PDF 尚未加载完成,请稍后再试",
|
|
618
|
-
"pdf.error.unloaded": "PDF 已卸载,无法继续打印",
|
|
619
|
-
"pdf.error.canvasUnavailable": "当前浏览器无法创建 PDF 打印画布",
|
|
620
|
-
"pdf.export.pageTitle": "{title} - 第 {page} 页",
|
|
621
|
-
"spreadsheet.loading.kicker": "Excel 表格",
|
|
622
|
-
"spreadsheet.loading.title": "正在解析 Excel 工作簿",
|
|
623
|
-
"spreadsheet.loading.hint": "正在准备工作表、样式和大数据视口,请稍候。",
|
|
624
|
-
"spreadsheet.loading.streaming": "正在平滑补充可视区数据",
|
|
625
|
-
"spreadsheet.tabs.ariaLabel": "工作表列表",
|
|
626
|
-
"spreadsheet.state.parsingWorkbook": "正在解析 Excel 工作簿,请耐心等待...",
|
|
627
|
-
"spreadsheet.state.preparingSheet": "正在准备工作表内容...",
|
|
628
|
-
"spreadsheet.state.preparingSheetNamed": "正在准备「{name}」...",
|
|
629
|
-
"spreadsheet.state.cachedRows": "已缓存 {cached} / {total} 行",
|
|
630
|
-
"spreadsheet.state.rows": "共 {rows} 行,按视口预取平滑加载",
|
|
631
|
-
"spreadsheet.state.rowsAndColumns": "共 {rows} 行,{cols} 列,按视口预取平滑加载",
|
|
632
|
-
"spreadsheet.error.parseFailed": "Excel 解析失败",
|
|
633
|
-
"spreadsheet.error.workerFailed": "Excel Worker 运行失败",
|
|
634
|
-
"word.error.invalidDocx": "文件不是有效的 DOCX/OOXML 压缩包,可能下载不完整或被服务端错误内容替换,请重新上传或检查文件源。",
|
|
635
|
-
"word.error.missingOdfContent": "ODF 文件缺少 content.xml。",
|
|
636
|
-
"word.error.odfXmlParseFailed": "ODF XML 解析失败。",
|
|
637
|
-
"word.title.rtf": "RTF 文档预览",
|
|
638
|
-
"word.title.openDocumentPresentation": "OpenDocument 演示文稿预览",
|
|
639
|
-
"word.title.openDocumentText": "OpenDocument 文档预览",
|
|
640
|
-
"word.page.fallback": "第 {page} 页",
|
|
641
|
-
"word.page.empty": "该页没有可提取文本",
|
|
642
|
-
"word.body": "正文",
|
|
643
|
-
"word.body.empty": "没有提取到可读文本",
|
|
644
|
-
"ofd.toolbar.pageNavigation": "OFD 分页导航",
|
|
645
|
-
"ofd.toolbar.documentPages": "OFD 文档页面",
|
|
646
|
-
"ofd.toolbar.previousPage": "上一页",
|
|
647
|
-
"ofd.toolbar.nextPage": "下一页",
|
|
648
|
-
"ofd.toolbar.pageStatus": "第 {current} 页,共 {total} 页",
|
|
649
|
-
"ofd.toolbar.noPages": "暂无可用页面",
|
|
650
|
-
"ofd.state.loading": "正在解析 OFD...",
|
|
651
|
-
"ofd.error.empty": "OFD 文件中没有可渲染的文档",
|
|
652
|
-
"ofd.error.parseFailed": "OFD 文件解析失败",
|
|
653
|
-
"presentation.state.loading": "正在解析 PPTX...",
|
|
654
|
-
"presentation.error.title": "PPTX 预览失败",
|
|
655
|
-
"presentation.error.parseFailed": "PPTX 解析失败",
|
|
656
|
-
"presentation.ppt.state.loading": "正在解析 PowerPoint 97–2003...",
|
|
657
|
-
"presentation.ppt.error.title": "PPT 预览失败",
|
|
658
|
-
"presentation.ppt.error.parseFailed": "无法解析这个 PPT 文件。",
|
|
659
|
-
"presentation.ppt.error.assetHint": "请检查 @file-viewer/ppt 模块、pptWasmUrl、application/wasm MIME 类型、Web Crypto 和 CSP 配置。",
|
|
660
|
-
"archive.error.nestedUnsupported": "不支持 .{type} 格式的在线预览,请下载后预览或转换为支持的格式",
|
|
661
|
-
"archive.loading.readingDirectory": "正在读取压缩包目录...",
|
|
662
|
-
"archive.loading.readingDirectoryHint": "大文件会在 Worker 中解析,避免阻塞主线程。",
|
|
663
|
-
"archive.search.placeholder": "筛选压缩包内文件",
|
|
664
|
-
"archive.sidebar.hide": "隐藏压缩包文件列表",
|
|
665
|
-
"archive.sidebar.show": "显示压缩包文件列表",
|
|
666
|
-
"archive.preview.title": "压缩包内预览",
|
|
667
|
-
"archive.preview.chooseFile": "请选择一个文件",
|
|
668
|
-
"archive.preview.downloadFile": "下载文件",
|
|
669
|
-
"archive.error.title": "压缩包预览提示",
|
|
670
|
-
"archive.stats.summary": "{count} 个文件 · {size} · {previewable} 个可直接预览",
|
|
671
|
-
"archive.warning.encrypted": "检测到加密内容,输入正确密码后即可预览;密码仅在当前会话中传递给 libarchive Worker。",
|
|
672
|
-
"archive.password.title": "请输入压缩包密码",
|
|
673
|
-
"archive.password.description": "该压缩包包含加密内容,需要密码才能继续读取目录或预览内部文件。",
|
|
674
|
-
"archive.password.placeholder": "压缩包密码",
|
|
675
|
-
"archive.password.invalid": "密码不正确或无法解密,请重新输入。",
|
|
676
|
-
"archive.password.required": "请输入密码后继续。",
|
|
677
|
-
"archive.password.cancel": "取消",
|
|
678
|
-
"archive.password.confirm": "解锁预览",
|
|
679
|
-
"archive.error.passwordRequired": "已取消输入密码,无法预览加密压缩包。",
|
|
680
|
-
"archive.error.encryptedRequiresWorker": "该压缩包包含加密内容,需要发布 libarchive Worker/WASM 后才能在线解密预览。",
|
|
681
|
-
"archive.empty.title": "选择左侧文件即可预览",
|
|
682
|
-
"archive.empty.message": "压缩包只读取目录;文件内容会在点击后按需解压,并在体积允许时缓存到 IndexedDB。",
|
|
683
|
-
"archive.loading.initializingCandidate": "正在初始化 {label}...",
|
|
684
|
-
"archive.loading.initializingCandidateHint": "如果当前服务器没有正确发布 Worker/WASM,会自动切换兼容模式。",
|
|
685
|
-
"archive.error.candidateInitTimeout": "{label} 初始化超时",
|
|
686
|
-
"archive.error.encryptedCheckTimeout": "{label} 加密检测超时",
|
|
687
|
-
"archive.loading.directoryReadyHint": "目录读取完成后,点击内部文件才会按需解压。",
|
|
688
|
-
"archive.error.candidateReadTimeout": "{label} 读取目录超时",
|
|
689
|
-
"archive.loading.workerFallback": "Worker 不可用,正在切换 ZIP/TAR 兼容模式...",
|
|
690
|
-
"archive.loading.workerFallbackHint": "兼容模式无需额外静态 Worker,适合手机 WebView 或本地临时服务器。",
|
|
691
|
-
"archive.notice.workerFallback": "当前环境的 libarchive Worker 未能启动,已自动切换到 ZIP/TAR/GZIP 兼容模式。RAR、7z 等格式仍建议发布 vendor/libarchive/worker-bundle.js 与 libarchive.wasm。",
|
|
692
|
-
"archive.error.tooLarge": "压缩包体积 {size} 超过安全上限 {limit},请下载后在本地解压。",
|
|
693
|
-
"archive.loading.initializingWorker": "正在初始化压缩包解析 Worker...",
|
|
694
|
-
"archive.loading.initializingWorkerHint": "大文件会在 Worker 中解析,避免阻塞主线程。",
|
|
695
|
-
"archive.error.workerInitFailed": "压缩包 Worker 初始化失败",
|
|
696
|
-
"archive.error.workerUnsupported": "当前浏览器不支持 Web Worker。",
|
|
697
|
-
"archive.error.indexedDbUnavailable": "IndexedDB 不可用",
|
|
698
|
-
"archive.error.entryTooLarge": "压缩包内文件 {name} 体积 {size} 超过预览上限 {limit}。",
|
|
699
|
-
"archive.loading.extracting": "正在按需解压 {name}...",
|
|
700
|
-
"archive.loading.rendering": "正在渲染 {name}...",
|
|
701
|
-
"archive.loading.exporting": "正在导出 {name}...",
|
|
702
|
-
"media.audio.title": "音频预览",
|
|
703
|
-
"media.audio.description": "使用浏览器原生播放器打开,兼容性取决于当前浏览器支持的音频编码。",
|
|
704
|
-
"media.audio.unsupported": "当前浏览器不支持音频播放。",
|
|
705
|
-
"media.video.title": "视频预览",
|
|
706
|
-
"media.video.unsupported": "当前浏览器不支持该视频格式。",
|
|
707
|
-
"media.video.hlsHint": "HLS 会优先使用原始 URL 加载分片;如果传入的是本地单文件清单,请确保分片地址可被浏览器访问。",
|
|
708
|
-
"media.midi.title": "MIDI 文件",
|
|
709
|
-
"media.midi.loading": "正在解析 MIDI 轨道...",
|
|
710
|
-
"media.midi.trackHeader": "轨道",
|
|
711
|
-
"media.midi.instrumentHeader": "乐器",
|
|
712
|
-
"media.midi.channelHeader": "通道",
|
|
713
|
-
"media.midi.noteCountHeader": "音符数",
|
|
714
|
-
"media.midi.durationHeader": "时长",
|
|
715
|
-
"media.midi.durationStat": "时长",
|
|
716
|
-
"media.midi.trackStat": "轨道",
|
|
717
|
-
"media.midi.noteStat": "音符",
|
|
718
|
-
"media.midi.parseFailed": "MIDI 解析失败",
|
|
719
|
-
"email.mbox.subject": "{filename} · 第 1 封",
|
|
720
|
-
"email.mbox.summary": "MBOX 共识别 {count} 封邮件,当前展示第 1 封。",
|
|
721
|
-
"email.error.title": "邮件预览提示",
|
|
722
|
-
"email.meta.from": "发件人",
|
|
723
|
-
"email.meta.to": "收件人",
|
|
724
|
-
"email.meta.cc": "抄送",
|
|
725
|
-
"email.meta.date": "时间",
|
|
726
|
-
"email.tabs.text": "正文",
|
|
727
|
-
"email.tabs.headers": "头信息",
|
|
728
|
-
"email.attachments.title": "附件",
|
|
729
|
-
"email.attachments.empty": "暂无附件",
|
|
730
|
-
"email.attachments.download": "下载附件",
|
|
731
|
-
"email.attachments.opening": "正在打开附件 {name}...",
|
|
732
|
-
"email.attachments.nestedUnavailable": "当前运行环境未提供附件嵌套预览入口,请下载 {name} 后查看。",
|
|
733
|
-
"email.loading.parsing": "正在解析邮件...",
|
|
734
|
-
"data.font.sample": "Flyfish Viewer 轻量预览 AaBbCc 1234567890",
|
|
735
|
-
"data.error.fontFaceUnsupported": "当前浏览器不支持 FontFace API",
|
|
736
|
-
"data.title.font": "字体文件预览",
|
|
737
|
-
"data.title.sqlite": "SQLite 数据库预览",
|
|
738
|
-
"data.title.parquet": "Parquet 列式数据预览",
|
|
739
|
-
"data.title.avro": "Avro 对象容器预览",
|
|
740
|
-
"data.title.wasm": "WebAssembly 模块预览",
|
|
741
|
-
"data.title.eps": "EPS 矢量文件摘要",
|
|
742
|
-
"data.title.ai": "Illustrator 文件摘要",
|
|
743
|
-
"data.title.webarchive": "WebArchive 摘要预览",
|
|
744
|
-
"data.title.summary": "数据资产摘要",
|
|
745
|
-
"data.label.format": "格式",
|
|
746
|
-
"data.label.size": "大小",
|
|
747
|
-
"data.label.rendering": "渲染方式",
|
|
748
|
-
"data.label.objects": "对象数",
|
|
749
|
-
"data.label.sampleTable": "示例表",
|
|
750
|
-
"data.label.rows": "行数",
|
|
751
|
-
"data.label.columns": "列数",
|
|
752
|
-
"data.label.sampleRows": "示例行",
|
|
753
|
-
"data.label.imports": "导入",
|
|
754
|
-
"data.label.exports": "导出",
|
|
755
|
-
"data.label.magic": "Magic",
|
|
756
|
-
"data.label.note": "说明",
|
|
757
|
-
"data.label.container": "容器",
|
|
758
|
-
"data.value.schemaRead": "已读取",
|
|
759
|
-
"data.value.schemaUnread": "未读取",
|
|
760
|
-
"data.note.aiSummary": "非 PDF-compatible AI 按摘要展示",
|
|
761
|
-
"data.note.postscriptSummary": "PostScript 摘要展示",
|
|
762
|
-
"data.note.webarchive": "安全提取可读片段,不执行网页脚本",
|
|
763
|
-
"data.image.alt": "资产预览",
|
|
764
|
-
"psd.title": "PSD 图层预览",
|
|
765
|
-
"psd.action.fit": "适合",
|
|
766
|
-
"psd.action.showAll": "全显",
|
|
767
|
-
"psd.action.hideAll": "全隐",
|
|
768
|
-
"psd.layers.title": "图层",
|
|
769
|
-
"psd.layers.redrawable": "{count} 可重绘",
|
|
770
|
-
"psd.layers.empty": "未发现可展示图层,使用合成图预览。",
|
|
771
|
-
"psd.layers.hidden": "隐藏",
|
|
772
|
-
"drawing.error.viewerLoadFailed": "diagrams.net viewer 加载失败",
|
|
773
|
-
"drawing.error.excalidrawEmpty": "Excalidraw 文件中没有可预览图元",
|
|
774
|
-
"drawing.error.excalidrawTimeout": "Excalidraw SVG 导出超时,自动切换 rough.js 兼容渲染",
|
|
775
|
-
"drawing.error.drawioParseFailed": "Draw.io XML 解析失败:{message}",
|
|
776
|
-
"drawing.error.drawioNoModel": "当前 Draw.io 文件没有可直接渲染的 mxGraphModel。",
|
|
777
|
-
"drawing.error.drawioNoElements": "当前 Draw.io 文件没有可预览图元。",
|
|
778
|
-
"drawing.error.viewerInitFailed": "diagrams.net viewer 未正确初始化",
|
|
779
|
-
"drawing.error.drawioTimeout": "diagrams.net 官方 Viewer 加载超时,自动切换本地 SVG 预览",
|
|
780
|
-
"drawing.error.svgParseFailed": "SVG 解析失败",
|
|
781
|
-
"drawing.error.plantumlRenderFailed": "PlantUML SVG 渲染失败:{status}",
|
|
782
|
-
"drawing.title.excalidraw": "Excalidraw SVG 预览",
|
|
783
|
-
"drawing.title.mermaid": "Mermaid SVG 预览",
|
|
784
|
-
"drawing.title.plantuml": "PlantUML SVG 预览",
|
|
785
|
-
"drawing.title.drawio": "Draw.io 离线 SVG 预览",
|
|
786
|
-
"drawing.toolbar.zoomOut": "缩小",
|
|
787
|
-
"drawing.toolbar.zoomIn": "放大",
|
|
788
|
-
"drawing.toolbar.fit": "适合",
|
|
789
|
-
"drawing.toolbar.fitWidth": "适合宽度",
|
|
790
|
-
"drawing.state.loading": "正在加载绘图预览...",
|
|
791
|
-
"text.code.loadingHighlight": "正在加载高亮...",
|
|
792
|
-
"text.code.indexingLargeFile": "正在建立大文件索引 {progress}%",
|
|
793
|
-
"text.code.virtualized": "大文件 · 虚拟滚动 · 已关闭高亮",
|
|
794
|
-
"text.code.firstSegment": "首段",
|
|
795
|
-
"text.code.previousSegment": "上一段",
|
|
796
|
-
"text.code.nextSegment": "下一段",
|
|
797
|
-
"text.code.lastSegment": "末段",
|
|
798
|
-
"ebook.toc": "目录",
|
|
799
|
-
"ebook.reading": "阅读中",
|
|
800
|
-
"ebook.itemCount": "{count} 项",
|
|
801
|
-
"epub.title": "EPUB 电子书",
|
|
802
|
-
"epub.previousPage": "上一页",
|
|
803
|
-
"epub.nextPage": "下一页",
|
|
804
|
-
"epub.loading": "正在解析 EPUB...",
|
|
805
|
-
"epub.chapterFallback": "章节 {index}",
|
|
806
|
-
"epub.renderIncomplete": "EPUB 正文渲染未完成,请刷新后重试",
|
|
807
|
-
"umd.title": "UMD 电子书",
|
|
808
|
-
"umd.previousChapter": "上一章",
|
|
809
|
-
"umd.nextChapter": "下一章",
|
|
810
|
-
"umd.loading": "正在解析 UMD...",
|
|
811
|
-
"umd.emptyContent": "未解析到正文内容",
|
|
812
|
-
"umd.chapterFallback": "章节 {index}",
|
|
813
|
-
"umd.galleryFallback": "图集 {index}",
|
|
814
|
-
"umd.warningBodyTooShort": "UMD 正文长度小于声明长度,文件可能不完整",
|
|
815
|
-
"umd.error.unexpectedEnd": "UMD 文件结构不完整,读取时遇到意外结尾",
|
|
816
|
-
"umd.error.invalidFile": "不是有效的 UMD 电子书文件",
|
|
817
|
-
"typst.summaryRenderer": "Typst WASM 渲染器",
|
|
818
|
-
"typst.pageSummary.empty": "0 页",
|
|
819
|
-
"typst.pageSummary.ready": "{count} 页 / {width} x {height} pt",
|
|
820
|
-
"typst.status.compiling": "正在编译",
|
|
821
|
-
"typst.status.failed": "编译失败",
|
|
822
|
-
"typst.status.rendered": "已渲染",
|
|
823
|
-
"typst.loading.title": "正在解析 Typst",
|
|
824
|
-
"typst.loading.hint": "加载编译器并生成页面预览...",
|
|
825
|
-
"typst.error.title": "Typst 渲染失败",
|
|
826
|
-
"typst.error.timeout": "Typst WASM / 字体加载或编译超过 {seconds} 秒",
|
|
827
|
-
"typst.error.timeoutHint": "请检查 Typst compiler WASM、renderer WASM、字体目录的下载速度和缓存策略;弱网或跨境部署可通过 options.typst.renderTimeoutMs 调大浏览器端加载/编译超时。",
|
|
828
|
-
"typst.error.assetHint": "Typst 需要本地 compiler / renderer WASM 和字体目录。请运行 file-viewer-copy-assets,或配置 options.typst.compilerWasmUrl / options.typst.rendererWasmUrl / options.typst.fontAssetsUrl,并确认服务器以 application/wasm 返回 WASM。",
|
|
829
|
-
"typst.error.svgParseFailed": "Typst SVG 解析失败",
|
|
830
|
-
"typst.error.wasmLoadFailed": "Typst WASM 加载失败",
|
|
831
|
-
"xmind.toolbar.zoomOut": "缩小",
|
|
832
|
-
"xmind.toolbar.zoomIn": "放大",
|
|
833
|
-
"xmind.toolbar.fit": "适合",
|
|
834
|
-
"xmind.toolbar.fitTitle": "适配画布",
|
|
835
|
-
"xmind.state.loading": "正在解析 XMind 脑图...",
|
|
836
|
-
"xmind.stats.nodes": "节点",
|
|
837
|
-
"xmind.stats.depth": "层级",
|
|
838
|
-
"xmind.stats.theme": "主题",
|
|
839
|
-
"xmind.stats.template": "模板",
|
|
840
|
-
"xmind.badge.paused": "暂停",
|
|
841
|
-
"xmind.badge.collapsed": "折叠",
|
|
842
|
-
"xmind.badge.floating": "浮动",
|
|
843
|
-
"xmind.badge.summary": "概要",
|
|
844
|
-
"xmind.badge.callout": "标注",
|
|
845
|
-
"xmind.imageResource": "图片资源: {name}",
|
|
846
|
-
"xmind.error.unrecognized": "无法识别 XMind 文件: ZIP 中未找到 content.json 或 content.xml",
|
|
847
|
-
"xmind.error.noCanvas": "XMind 文件中没有可预览的画布",
|
|
848
|
-
"cad.toolbar.fit": "适配",
|
|
849
|
-
"cad.toolbar.zoomOut": "缩小",
|
|
850
|
-
"cad.toolbar.zoomIn": "放大",
|
|
851
|
-
"cad.layers.title": "图层",
|
|
852
|
-
"cad.layers.count": "{count} 项",
|
|
853
|
-
"cad.layers.merged": "{name}(已合并 {count} 个同名图层)",
|
|
854
|
-
"cad.inspector.title": "结构",
|
|
855
|
-
"cad.inspector.entities": "实体",
|
|
856
|
-
"cad.inspector.blocks": "块",
|
|
857
|
-
"cad.inspector.pages": "页面",
|
|
858
|
-
"cad.inspector.drawn": "绘制",
|
|
859
|
-
"cad.state.loadingViewer": "正在加载 CAD 预览器...",
|
|
860
|
-
"cad.state.parsing": "正在解析 CAD...",
|
|
861
|
-
"cad.error.parseFailed": "CAD 文件解析失败",
|
|
862
|
-
"image.alt": "图片",
|
|
863
|
-
"image.toolbar.rotation": "图片旋转",
|
|
864
|
-
"image.toolbar.rotateLeft": "向左旋转图片",
|
|
865
|
-
"image.toolbar.rotateRight": "向右旋转图片",
|
|
866
|
-
"image.lightbox.alt": "图片预览",
|
|
867
|
-
"image.lightbox.close": "关闭图片预览",
|
|
868
|
-
"gitBundle.error.invalid": "当前文件不是标准 Git bundle。",
|
|
869
|
-
"gitBundle.error.missingPack": "Git bundle header 后未找到 PACK 数据。",
|
|
870
|
-
"gitBundle.notice.delta": "当前 bundle 包含 delta 压缩对象。预览器已在浏览器端解析常规 OFS_DELTA / REF_DELTA;若仍有缺失文件,通常是包体过大、对象过多或依赖外部 prerequisite。",
|
|
871
|
-
"gitBundle.title.history": "历史记录",
|
|
872
|
-
"gitBundle.title.fileTree": "文件树",
|
|
873
|
-
"gitBundle.file.choose": "选择文件查看内容",
|
|
874
|
-
"gitBundle.file.noTree": "当前 bundle 的 tree/blob 可能被 delta 压缩,暂未解析到可展开文件。",
|
|
875
|
-
"gitBundle.file.none": "未解析到文件",
|
|
876
|
-
"gitBundle.history.empty": "当前 bundle 未解析到 commit 对象,仅展示 refs 和 pack 摘要。",
|
|
877
|
-
"gitBundle.toolbar.summary": "{commits} commits · {files} files",
|
|
878
|
-
"gitBundle.meta.bundle": "Bundle",
|
|
879
|
-
"gitBundle.meta.refs": "Refs",
|
|
880
|
-
"gitBundle.meta.commits": "Commits",
|
|
881
|
-
"gitBundle.meta.objects": "Objects",
|
|
882
|
-
"gitBundle.meta.deltas": "Deltas",
|
|
883
|
-
"gitBundle.meta.objectFormat": "Object format",
|
|
884
|
-
"gitBundle.meta.objectTypes": "Object types",
|
|
885
|
-
"geo.error.unrecognized": "无法识别的 GeoJSON 数据",
|
|
886
|
-
"geo.error.xmlParseFailed": "XML 解析失败",
|
|
887
|
-
"geo.error.unsupported": "不支持 .{type} 地理格式",
|
|
888
|
-
"geo.title": "地理数据预览",
|
|
889
|
-
"geo.featureCount": "要素数",
|
|
890
|
-
"geo.bounds": "范围",
|
|
891
|
-
"geo.geometryTypes": "几何类型",
|
|
892
|
-
"geo.aria": "地理数据 SVG 预览",
|
|
893
|
-
"geo.loading": "正在解析地理数据...",
|
|
894
|
-
"geo.projection": "坐标系",
|
|
895
|
-
"geo.engine": "渲染引擎",
|
|
896
|
-
"geo.basemap": "底图",
|
|
897
|
-
"geo.basemap.offline": "离线空底图",
|
|
898
|
-
"geo.basemap.custom": "自定义瓦片",
|
|
899
|
-
"geo.engine.maplibre": "MapLibre 矢量地图",
|
|
900
|
-
"geo.engine.svg": "SVG 后备预览",
|
|
901
|
-
"geo.error.projection": "地理坐标转换失败:{reason}",
|
|
902
|
-
"geo.action.fit": "适配范围",
|
|
903
|
-
"model.toolbar.fit": "适配",
|
|
904
|
-
"model.toolbar.rotate": "旋转",
|
|
905
|
-
"model.toolbar.wireframe": "线框",
|
|
906
|
-
"model.toolbar.grid": "网格",
|
|
907
|
-
"model.toolbar.axes": "坐标",
|
|
908
|
-
"model.state.loadingSummary": "正在加载模型",
|
|
909
|
-
"model.state.loading": "正在解析 3D 模型...",
|
|
910
|
-
"model.state.loaded": "模型已加载",
|
|
911
|
-
"model.state.parseFailed": "模型解析失败",
|
|
912
|
-
"model.summary.meshes": "{count} 个网格",
|
|
913
|
-
"model.summary.points": "{count} 个点云",
|
|
914
|
-
"model.error.daeEmpty": "DAE 模型未解析出有效场景",
|
|
915
|
-
"model.error.unsupported": "暂不支持 .{type} 模型格式",
|
|
916
|
-
"model.error.parseFailed": "{type} 模型解析失败",
|
|
917
|
-
"model.notice.signature": "检测到文件签名: {signature}。",
|
|
918
|
-
"loading.generic.label": "文件内容",
|
|
919
|
-
"loading.generic.hint": "正在整理内容结构并生成预览。",
|
|
920
|
-
"loading.word.label": "Word 文档",
|
|
921
|
-
"loading.word.hint": "正在准备分页、文本样式和文档结构。",
|
|
922
|
-
"loading.wordWorker.hint": "正在通过 Worker 准备文档结构、文本样式和分页结果。",
|
|
923
|
-
"loading.sheet.label": "Excel 表格",
|
|
924
|
-
"loading.sheet.hint": "正在准备工作表、样式和可视区数据。",
|
|
925
|
-
"loading.csv.label": "表格数据",
|
|
926
|
-
"loading.csv.hint": "正在准备行列数据和基础样式。",
|
|
927
|
-
"loading.presentation.label": "PPT 演示文稿",
|
|
928
|
-
"loading.presentation.hint": "正在构建幻灯片布局和媒体内容。",
|
|
929
|
-
"loading.pdf.label": "PDF 文档",
|
|
930
|
-
"loading.pdf.hint": "正在载入页面位图、文本层和缩放视图。",
|
|
931
|
-
"loading.ofd.label": "OFD 版式文件",
|
|
932
|
-
"loading.ofd.hint": "正在解析国产版式文档和页面对象。",
|
|
933
|
-
"loading.archive.label": "压缩包",
|
|
934
|
-
"loading.archive.hint": "正在启动 Worker 并读取压缩包目录。",
|
|
935
|
-
"loading.email.label": "邮件文件",
|
|
936
|
-
"loading.email.hint": "正在解析邮件头、正文和附件。",
|
|
937
|
-
"loading.msg.hint": "正在解析 Outlook 邮件和附件。",
|
|
938
|
-
"loading.eda.label": "EDA 文件",
|
|
939
|
-
"loading.eda.hint": "正在读取 EDA 容器结构和可读属性。",
|
|
940
|
-
"loading.cad.label": "CAD 图纸",
|
|
941
|
-
"loading.cad.hint": "正在准备 CAD 图层、几何对象和画布视图。",
|
|
942
|
-
"loading.dwg.hint": "正在通过 Worker 加载 DWG 几何和 LibreDWG WASM。",
|
|
943
|
-
"loading.dwf.hint": "正在加载 DWF native renderer 与 W2D/W3D 图形。",
|
|
944
|
-
"loading.dwfx.hint": "正在加载 DWFx/XPS native renderer 与页面图形。",
|
|
945
|
-
"loading.xps.hint": "正在加载 XPS native renderer 与嵌入字体。",
|
|
946
|
-
"loading.drawio.label": "draw.io 图纸",
|
|
947
|
-
"loading.drawio.hint": "正在解析图元、连线和 SVG 预览。",
|
|
948
|
-
"loading.excalidraw.label": "Excalidraw 图纸",
|
|
949
|
-
"loading.excalidraw.hint": "正在解析手绘图元并生成安全 SVG。",
|
|
950
|
-
"loading.epub.label": "EPUB 电子书",
|
|
951
|
-
"loading.epub.hint": "正在解析目录、章节资源和阅读分页。",
|
|
952
|
-
"loading.umd.label": "UMD 电子书",
|
|
953
|
-
"loading.umd.hint": "正在解析移动电子书结构、目录和压缩正文。",
|
|
954
|
-
"loading.image.label": "图片文件",
|
|
955
|
-
"loading.image.hint": "正在解码像素数据并生成预览。",
|
|
956
|
-
"loading.video.label": "视频文件",
|
|
957
|
-
"loading.video.hint": "正在准备媒体资源和播放组件。",
|
|
958
|
-
"loading.audio.label": "音频文件",
|
|
959
|
-
"loading.audio.hint": "正在准备音频资源和播放控件。"
|
|
960
|
-
},
|
|
961
|
-
"en-US": {
|
|
962
|
-
"toolbar.zoomGroup": "Zoom controls",
|
|
963
|
-
"toolbar.zoomOut": "Zoom out",
|
|
964
|
-
"toolbar.zoomIn": "Zoom in",
|
|
965
|
-
"toolbar.zoomReset": "Reset zoom",
|
|
966
|
-
"toolbar.download": "Download",
|
|
967
|
-
"toolbar.downloadTitle": "Download the original file",
|
|
968
|
-
"toolbar.print": "Print",
|
|
969
|
-
"toolbar.printTitle": "Print the complete rendered document",
|
|
970
|
-
"toolbar.printDirect": "Print now",
|
|
971
|
-
"toolbar.printMask": "Mask / stamp & print",
|
|
972
|
-
"toolbar.printMaskTitle": "Cover sensitive areas or add a stamp before printing",
|
|
973
|
-
"toolbar.printMaskAdd": "Add mask",
|
|
974
|
-
"toolbar.printMaskClear": "Clear",
|
|
975
|
-
"toolbar.printMaskCancel": "Cancel",
|
|
976
|
-
"toolbar.printMaskConfirm": "Print",
|
|
977
|
-
"toolbar.printMaskHint": "Draw cover blocks, or upload a stamp and drag or resize it.",
|
|
978
|
-
"toolbar.printStampUpload": "Upload stamp",
|
|
979
|
-
"toolbar.printStampRemove": "Remove stamp",
|
|
980
|
-
"toolbar.printStampResize": "Resize stamp",
|
|
981
|
-
"toolbar.exportHtml": "HTML",
|
|
982
|
-
"toolbar.exportHtmlTitle": "Export the rendered HTML",
|
|
983
|
-
"toolbar.search": "Search",
|
|
984
|
-
"toolbar.searchPlaceholder": "Search document",
|
|
985
|
-
"toolbar.searchPrevious": "Previous match",
|
|
986
|
-
"toolbar.searchNext": "Next match",
|
|
987
|
-
"toolbar.searchClear": "Clear search",
|
|
988
|
-
"toolbar.theme": "Theme",
|
|
989
|
-
"toolbar.themeToLight": "Switch to light mode",
|
|
990
|
-
"toolbar.themeToDark": "Switch to dark mode",
|
|
991
|
-
"state.ready.title": "Preview ready",
|
|
992
|
-
"state.ready.message": "The file has been rendered.",
|
|
993
|
-
"state.empty.title": "No file selected",
|
|
994
|
-
"state.empty.message": "Choose a file or provide an accessible URL to start previewing.",
|
|
995
|
-
"state.unsupported.install.title": "Preview capability required",
|
|
996
|
-
"state.unsupported.install.message": "{extension} is in the supported matrix, but {rendererLabel} renderer is not assembled in this project.",
|
|
997
|
-
"state.unsupported.install.description": "Install {presetPackage} and pass the capability through options.preset / options.renderers{rendererTip}. Vite projects can also use @file-viewer/vite-plugin to auto-discover installed presets.",
|
|
998
|
-
"state.unsupported.title": "Online preview is not supported yet",
|
|
999
|
-
"state.unsupported.message": "{extension} cannot be previewed online. Download it or convert it to a supported format.",
|
|
1000
|
-
"state.unsupported.description": "Supports online preview for Office, PDF, OFD, Typst, archives, email, OLB/DRA, CAD, geospatial data, 3D models, Excalidraw, draw.io, EPUB, UMD, Markdown, code/text, images, audio/video, fonts, and structured data assets.",
|
|
1001
|
-
"state.error.title": "Preview failed",
|
|
1002
|
-
"preview.downloading": "Downloading file resources...",
|
|
1003
|
-
"preview.streamingPdf": "Preparing streaming PDF preview...",
|
|
1004
|
-
"preview.reading": "Parsing file content...",
|
|
1005
|
-
"error.download": "Download failed",
|
|
1006
|
-
"error.print": "Print failed",
|
|
1007
|
-
"error.exportHtml": "HTML export failed",
|
|
1008
|
-
"error.noDownloadSource": "There is no original file source to download.",
|
|
1009
|
-
"error.noExportContent": "There is no rendered preview content to export.",
|
|
1010
|
-
"error.printUnavailable": "This file type does not support full-document printing. Download the original file and print it locally.",
|
|
1011
|
-
"error.printWindowBlocked": "The browser blocked the print window.",
|
|
1012
|
-
"error.remoteDownload": "File download failed",
|
|
1013
|
-
"error.localRead": "Failed to read local file",
|
|
1014
|
-
"error.load": "Failed to load file",
|
|
1015
|
-
"error.stream": "Failed to load streaming PDF preview",
|
|
1016
|
-
"error.beforeOperation": "Before-operation check failed",
|
|
1017
|
-
"error.unknown": "Unknown error",
|
|
1018
|
-
"error.blobUnavailable": "Blob is not available in the current execution environment.",
|
|
1019
|
-
"error.sourceUnsupported": "Unsupported file source input.",
|
|
1020
|
-
"error.fileReadArrayBuffer": "Failed to read the file as an ArrayBuffer.",
|
|
1021
|
-
"error.fileReadDataUrl": "Failed to read the file as a data URL.",
|
|
1022
|
-
"error.fileReadText": "Failed to read the file as text.",
|
|
1023
|
-
"error.imageDataUrlRead": "Unable to read image data URL.",
|
|
1024
|
-
"operation.download": "Download original file",
|
|
1025
|
-
"operation.print": "Print complete rendered content",
|
|
1026
|
-
"operation.exportHtml": "Export rendered HTML",
|
|
1027
|
-
"operation.zoomIn": "Zoom in",
|
|
1028
|
-
"operation.zoomOut": "Zoom out",
|
|
1029
|
-
"operation.zoomReset": "Reset preview zoom",
|
|
1030
|
-
"pdf.toolbar.toggleNavigation": "Toggle navigation pane",
|
|
1031
|
-
"pdf.toolbar.previousPage": "Previous page",
|
|
1032
|
-
"pdf.toolbar.nextPage": "Next page",
|
|
1033
|
-
"pdf.toolbar.fitWidth": "Fit to width",
|
|
1034
|
-
"pdf.toolbar.zoomOut": "Zoom out",
|
|
1035
|
-
"pdf.toolbar.zoomIn": "Zoom in",
|
|
1036
|
-
"pdf.toolbar.rotateLeft": "Rotate left",
|
|
1037
|
-
"pdf.toolbar.rotateRight": "Rotate right",
|
|
1038
|
-
"pdf.nav.typeLabel": "PDF navigation type",
|
|
1039
|
-
"pdf.nav.pagesTab": "Pages",
|
|
1040
|
-
"pdf.nav.outlineTab": "Outline",
|
|
1041
|
-
"pdf.nav.pagesTitle": "Page navigation",
|
|
1042
|
-
"pdf.nav.outlineTitle": "Outline navigation",
|
|
1043
|
-
"pdf.nav.pageCount": "{count} pages",
|
|
1044
|
-
"pdf.nav.itemCount": "{count} items",
|
|
1045
|
-
"pdf.nav.pageLabel": "Page {page}",
|
|
1046
|
-
"pdf.nav.outlineEmpty": "This PDF has no available outline.",
|
|
1047
|
-
"pdf.nav.outlineFallbackTitle": "Outline {index}",
|
|
1048
|
-
"pdf.thumbnail.alt": "Page {page} thumbnail",
|
|
1049
|
-
"pdf.state.loading": "Loading PDF...",
|
|
1050
|
-
"pdf.error.browserWindow": "PDF preview requires a browser window",
|
|
1051
|
-
"pdf.error.missingSource": "PDF has no readable data source",
|
|
1052
|
-
"pdf.error.loadFailed": "Failed to load PDF",
|
|
1053
|
-
"pdf.error.notLoaded": "The PDF is not loaded yet. Please try again later.",
|
|
1054
|
-
"pdf.error.unloaded": "The PDF has been unloaded and cannot continue printing.",
|
|
1055
|
-
"pdf.error.canvasUnavailable": "This browser cannot create a PDF print canvas.",
|
|
1056
|
-
"pdf.export.pageTitle": "{title} - Page {page}",
|
|
1057
|
-
"spreadsheet.loading.kicker": "Excel workbook",
|
|
1058
|
-
"spreadsheet.loading.title": "Parsing Excel workbook",
|
|
1059
|
-
"spreadsheet.loading.hint": "Preparing worksheets, styles, and virtualized viewport data.",
|
|
1060
|
-
"spreadsheet.loading.streaming": "Loading visible worksheet data",
|
|
1061
|
-
"spreadsheet.tabs.ariaLabel": "Worksheet list",
|
|
1062
|
-
"spreadsheet.state.parsingWorkbook": "Parsing the Excel workbook. Please wait...",
|
|
1063
|
-
"spreadsheet.state.preparingSheet": "Preparing worksheet content...",
|
|
1064
|
-
"spreadsheet.state.preparingSheetNamed": "Preparing “{name}”...",
|
|
1065
|
-
"spreadsheet.state.cachedRows": "Cached {cached} / {total} rows",
|
|
1066
|
-
"spreadsheet.state.rows": "{rows} rows, loading smoothly by viewport",
|
|
1067
|
-
"spreadsheet.state.rowsAndColumns": "{rows} rows, {cols} columns, loading smoothly by viewport",
|
|
1068
|
-
"spreadsheet.error.parseFailed": "Failed to parse Excel",
|
|
1069
|
-
"spreadsheet.error.workerFailed": "Excel Worker failed",
|
|
1070
|
-
"word.error.invalidDocx": "The file is not a valid DOCX/OOXML package. It may be incomplete or replaced by an error response from the server. Upload it again or check the file source.",
|
|
1071
|
-
"word.error.missingOdfContent": "The ODF file is missing content.xml.",
|
|
1072
|
-
"word.error.odfXmlParseFailed": "Failed to parse ODF XML.",
|
|
1073
|
-
"word.title.rtf": "RTF document preview",
|
|
1074
|
-
"word.title.openDocumentPresentation": "OpenDocument presentation preview",
|
|
1075
|
-
"word.title.openDocumentText": "OpenDocument document preview",
|
|
1076
|
-
"word.page.fallback": "Page {page}",
|
|
1077
|
-
"word.page.empty": "No extractable text on this page",
|
|
1078
|
-
"word.body": "Body",
|
|
1079
|
-
"word.body.empty": "No readable text was extracted",
|
|
1080
|
-
"ofd.toolbar.pageNavigation": "OFD page navigation",
|
|
1081
|
-
"ofd.toolbar.documentPages": "OFD document pages",
|
|
1082
|
-
"ofd.toolbar.previousPage": "Previous page",
|
|
1083
|
-
"ofd.toolbar.nextPage": "Next page",
|
|
1084
|
-
"ofd.toolbar.pageStatus": "Page {current} of {total}",
|
|
1085
|
-
"ofd.toolbar.noPages": "No pages available",
|
|
1086
|
-
"ofd.state.loading": "Parsing OFD...",
|
|
1087
|
-
"ofd.error.empty": "The OFD file has no renderable document.",
|
|
1088
|
-
"ofd.error.parseFailed": "Failed to parse OFD file",
|
|
1089
|
-
"presentation.state.loading": "Parsing PPTX...",
|
|
1090
|
-
"presentation.error.title": "PPTX preview failed",
|
|
1091
|
-
"presentation.error.parseFailed": "Failed to parse PPTX",
|
|
1092
|
-
"presentation.ppt.state.loading": "Parsing PowerPoint 97–2003...",
|
|
1093
|
-
"presentation.ppt.error.title": "PPT preview failed",
|
|
1094
|
-
"presentation.ppt.error.parseFailed": "This PPT file could not be parsed.",
|
|
1095
|
-
"presentation.ppt.error.assetHint": "Check the @file-viewer/ppt module, pptWasmUrl, application/wasm MIME type, Web Crypto, and CSP settings.",
|
|
1096
|
-
"archive.error.nestedUnsupported": ".{type} cannot be previewed online. Download it or convert it to a supported format.",
|
|
1097
|
-
"archive.loading.readingDirectory": "Reading archive directory...",
|
|
1098
|
-
"archive.loading.readingDirectoryHint": "Large files are parsed in a Worker to keep the main thread responsive.",
|
|
1099
|
-
"archive.search.placeholder": "Filter files inside the archive",
|
|
1100
|
-
"archive.sidebar.hide": "Hide archive file list",
|
|
1101
|
-
"archive.sidebar.show": "Show archive file list",
|
|
1102
|
-
"archive.preview.title": "Archive entry preview",
|
|
1103
|
-
"archive.preview.chooseFile": "Choose a file",
|
|
1104
|
-
"archive.preview.downloadFile": "Download file",
|
|
1105
|
-
"archive.error.title": "Archive preview notice",
|
|
1106
|
-
"archive.stats.summary": "{count} files · {size} · {previewable} directly previewable",
|
|
1107
|
-
"archive.warning.encrypted": "Encrypted content was detected. Enter the correct password to preview it; the password is passed only to the libarchive Worker for this session.",
|
|
1108
|
-
"archive.password.title": "Enter archive password",
|
|
1109
|
-
"archive.password.description": "This archive contains encrypted content. A password is required to read the directory or preview entries.",
|
|
1110
|
-
"archive.password.placeholder": "Archive password",
|
|
1111
|
-
"archive.password.invalid": "The password is incorrect or the entry could not be decrypted. Try again.",
|
|
1112
|
-
"archive.password.required": "Enter a password to continue.",
|
|
1113
|
-
"archive.password.cancel": "Cancel",
|
|
1114
|
-
"archive.password.confirm": "Unlock preview",
|
|
1115
|
-
"archive.error.passwordRequired": "Password entry was cancelled, so the encrypted archive cannot be previewed.",
|
|
1116
|
-
"archive.error.encryptedRequiresWorker": "This archive contains encrypted content and requires the libarchive Worker/WASM assets for online decryption.",
|
|
1117
|
-
"archive.empty.title": "Choose a file from the left to preview",
|
|
1118
|
-
"archive.empty.message": "The archive directory is read first. File contents are extracted on demand and cached in IndexedDB when size allows.",
|
|
1119
|
-
"archive.loading.initializingCandidate": "Initializing {label}...",
|
|
1120
|
-
"archive.loading.initializingCandidateHint": "If the server does not publish Worker/WASM assets correctly, the viewer falls back automatically.",
|
|
1121
|
-
"archive.error.candidateInitTimeout": "{label} initialization timed out",
|
|
1122
|
-
"archive.error.encryptedCheckTimeout": "{label} encryption check timed out",
|
|
1123
|
-
"archive.loading.directoryReadyHint": "After the directory is ready, click an entry to extract it on demand.",
|
|
1124
|
-
"archive.error.candidateReadTimeout": "{label} directory read timed out",
|
|
1125
|
-
"archive.loading.workerFallback": "Worker unavailable. Switching to ZIP/TAR compatibility mode...",
|
|
1126
|
-
"archive.loading.workerFallbackHint": "Compatibility mode needs no static Worker and works well in mobile WebViews or temporary local servers.",
|
|
1127
|
-
"archive.notice.workerFallback": "The libarchive Worker could not start in this environment, so ZIP/TAR/GZIP compatibility mode is active. RAR, 7z, and similar formats should still publish vendor/libarchive/worker-bundle.js and libarchive.wasm.",
|
|
1128
|
-
"archive.error.tooLarge": "Archive size {size} exceeds the safety limit {limit}. Download and extract it locally.",
|
|
1129
|
-
"archive.loading.initializingWorker": "Initializing archive parsing Worker...",
|
|
1130
|
-
"archive.loading.initializingWorkerHint": "Large files are parsed in a Worker to keep the main thread responsive.",
|
|
1131
|
-
"archive.error.workerInitFailed": "Archive Worker initialization failed",
|
|
1132
|
-
"archive.error.workerUnsupported": "This browser does not support Web Workers.",
|
|
1133
|
-
"archive.error.indexedDbUnavailable": "IndexedDB is unavailable",
|
|
1134
|
-
"archive.error.entryTooLarge": "Entry {name} is {size}, exceeding the preview limit {limit}.",
|
|
1135
|
-
"archive.loading.extracting": "Extracting {name} on demand...",
|
|
1136
|
-
"archive.loading.rendering": "Rendering {name}...",
|
|
1137
|
-
"archive.loading.exporting": "Exporting {name}...",
|
|
1138
|
-
"media.audio.title": "Audio preview",
|
|
1139
|
-
"media.audio.description": "Opened with the browser-native audio player. Codec support depends on the current browser.",
|
|
1140
|
-
"media.audio.unsupported": "This browser does not support audio playback.",
|
|
1141
|
-
"media.video.title": "Video preview",
|
|
1142
|
-
"media.video.unsupported": "This browser does not support this video format.",
|
|
1143
|
-
"media.video.hlsHint": "HLS prefers the original URL for segment loading. If the input is a local single-file playlist, make sure segment URLs are reachable by the browser.",
|
|
1144
|
-
"media.midi.title": "MIDI file",
|
|
1145
|
-
"media.midi.loading": "Parsing MIDI tracks...",
|
|
1146
|
-
"media.midi.trackHeader": "Track",
|
|
1147
|
-
"media.midi.instrumentHeader": "Instrument",
|
|
1148
|
-
"media.midi.channelHeader": "Channel",
|
|
1149
|
-
"media.midi.noteCountHeader": "Notes",
|
|
1150
|
-
"media.midi.durationHeader": "Duration",
|
|
1151
|
-
"media.midi.durationStat": "Duration",
|
|
1152
|
-
"media.midi.trackStat": "Tracks",
|
|
1153
|
-
"media.midi.noteStat": "Notes",
|
|
1154
|
-
"media.midi.parseFailed": "Failed to parse MIDI",
|
|
1155
|
-
"email.mbox.subject": "{filename} · message 1",
|
|
1156
|
-
"email.mbox.summary": "Detected {count} messages in the MBOX archive. Showing message 1.",
|
|
1157
|
-
"email.error.title": "Email preview notice",
|
|
1158
|
-
"email.meta.from": "From",
|
|
1159
|
-
"email.meta.to": "To",
|
|
1160
|
-
"email.meta.cc": "Cc",
|
|
1161
|
-
"email.meta.date": "Date",
|
|
1162
|
-
"email.tabs.text": "Body",
|
|
1163
|
-
"email.tabs.headers": "Headers",
|
|
1164
|
-
"email.attachments.title": "Attachments",
|
|
1165
|
-
"email.attachments.empty": "No attachments",
|
|
1166
|
-
"email.attachments.download": "Download attachment",
|
|
1167
|
-
"email.attachments.opening": "Opening attachment {name}...",
|
|
1168
|
-
"email.attachments.nestedUnavailable": "Nested attachment preview is not available in this environment. Download {name} to inspect it.",
|
|
1169
|
-
"email.loading.parsing": "Parsing email...",
|
|
1170
|
-
"data.font.sample": "Flyfish Viewer preview AaBbCc 1234567890",
|
|
1171
|
-
"data.error.fontFaceUnsupported": "This browser does not support the FontFace API",
|
|
1172
|
-
"data.title.font": "Font file preview",
|
|
1173
|
-
"data.title.sqlite": "SQLite database preview",
|
|
1174
|
-
"data.title.parquet": "Parquet columnar data preview",
|
|
1175
|
-
"data.title.avro": "Avro object container preview",
|
|
1176
|
-
"data.title.wasm": "WebAssembly module preview",
|
|
1177
|
-
"data.title.eps": "EPS vector file summary",
|
|
1178
|
-
"data.title.ai": "Illustrator file summary",
|
|
1179
|
-
"data.title.webarchive": "WebArchive summary preview",
|
|
1180
|
-
"data.title.summary": "Data asset summary",
|
|
1181
|
-
"data.label.format": "Format",
|
|
1182
|
-
"data.label.size": "Size",
|
|
1183
|
-
"data.label.rendering": "Renderer",
|
|
1184
|
-
"data.label.objects": "Objects",
|
|
1185
|
-
"data.label.sampleTable": "Sample table",
|
|
1186
|
-
"data.label.rows": "Rows",
|
|
1187
|
-
"data.label.columns": "Columns",
|
|
1188
|
-
"data.label.sampleRows": "Sample rows",
|
|
1189
|
-
"data.label.imports": "Imports",
|
|
1190
|
-
"data.label.exports": "Exports",
|
|
1191
|
-
"data.label.magic": "Magic",
|
|
1192
|
-
"data.label.note": "Note",
|
|
1193
|
-
"data.label.container": "Container",
|
|
1194
|
-
"data.value.schemaRead": "Read",
|
|
1195
|
-
"data.value.schemaUnread": "Not read",
|
|
1196
|
-
"data.note.aiSummary": "Non PDF-compatible AI is shown as a safe summary.",
|
|
1197
|
-
"data.note.postscriptSummary": "PostScript summary preview",
|
|
1198
|
-
"data.note.webarchive": "Readable fragments are extracted safely. Web scripts are not executed.",
|
|
1199
|
-
"data.image.alt": "Asset preview",
|
|
1200
|
-
"psd.title": "PSD layer preview",
|
|
1201
|
-
"psd.action.fit": "Fit",
|
|
1202
|
-
"psd.action.showAll": "Show all",
|
|
1203
|
-
"psd.action.hideAll": "Hide all",
|
|
1204
|
-
"psd.layers.title": "Layers",
|
|
1205
|
-
"psd.layers.redrawable": "{count} redrawable",
|
|
1206
|
-
"psd.layers.empty": "No displayable layers were found. Showing the composite image.",
|
|
1207
|
-
"psd.layers.hidden": "hidden",
|
|
1208
|
-
"drawing.error.viewerLoadFailed": "Failed to load the diagrams.net viewer",
|
|
1209
|
-
"drawing.error.excalidrawEmpty": "This Excalidraw file has no previewable elements",
|
|
1210
|
-
"drawing.error.excalidrawTimeout": "Excalidraw SVG export timed out. Falling back to the rough.js renderer.",
|
|
1211
|
-
"drawing.error.drawioParseFailed": "Failed to parse Draw.io XML: {message}",
|
|
1212
|
-
"drawing.error.drawioNoModel": "This Draw.io file has no directly renderable mxGraphModel.",
|
|
1213
|
-
"drawing.error.drawioNoElements": "This Draw.io file has no previewable elements.",
|
|
1214
|
-
"drawing.error.viewerInitFailed": "The diagrams.net viewer was not initialized correctly",
|
|
1215
|
-
"drawing.error.drawioTimeout": "Official diagrams.net Viewer timed out. Falling back to the local SVG preview.",
|
|
1216
|
-
"drawing.error.svgParseFailed": "Failed to parse SVG",
|
|
1217
|
-
"drawing.error.plantumlRenderFailed": "Failed to render PlantUML SVG: {status}",
|
|
1218
|
-
"drawing.title.excalidraw": "Excalidraw SVG preview",
|
|
1219
|
-
"drawing.title.mermaid": "Mermaid SVG preview",
|
|
1220
|
-
"drawing.title.plantuml": "PlantUML SVG preview",
|
|
1221
|
-
"drawing.title.drawio": "Draw.io offline SVG preview",
|
|
1222
|
-
"drawing.toolbar.zoomOut": "Zoom out",
|
|
1223
|
-
"drawing.toolbar.zoomIn": "Zoom in",
|
|
1224
|
-
"drawing.toolbar.fit": "Fit",
|
|
1225
|
-
"drawing.toolbar.fitWidth": "Fit width",
|
|
1226
|
-
"drawing.state.loading": "Loading drawing preview...",
|
|
1227
|
-
"text.code.loadingHighlight": "Loading syntax highlighting...",
|
|
1228
|
-
"text.code.indexingLargeFile": "Indexing large file {progress}%",
|
|
1229
|
-
"text.code.virtualized": "Large file · virtual scrolling · highlighting off",
|
|
1230
|
-
"text.code.firstSegment": "First segment",
|
|
1231
|
-
"text.code.previousSegment": "Previous segment",
|
|
1232
|
-
"text.code.nextSegment": "Next segment",
|
|
1233
|
-
"text.code.lastSegment": "Last segment",
|
|
1234
|
-
"ebook.toc": "Table of contents",
|
|
1235
|
-
"ebook.reading": "Reading",
|
|
1236
|
-
"ebook.itemCount": "{count} items",
|
|
1237
|
-
"epub.title": "EPUB ebook",
|
|
1238
|
-
"epub.previousPage": "Previous",
|
|
1239
|
-
"epub.nextPage": "Next",
|
|
1240
|
-
"epub.loading": "Parsing EPUB...",
|
|
1241
|
-
"epub.chapterFallback": "Chapter {index}",
|
|
1242
|
-
"epub.renderIncomplete": "EPUB content did not finish rendering. Refresh and try again.",
|
|
1243
|
-
"umd.title": "UMD ebook",
|
|
1244
|
-
"umd.previousChapter": "Previous chapter",
|
|
1245
|
-
"umd.nextChapter": "Next chapter",
|
|
1246
|
-
"umd.loading": "Parsing UMD...",
|
|
1247
|
-
"umd.emptyContent": "No readable body content was parsed.",
|
|
1248
|
-
"umd.chapterFallback": "Chapter {index}",
|
|
1249
|
-
"umd.galleryFallback": "Gallery {index}",
|
|
1250
|
-
"umd.warningBodyTooShort": "The UMD body is shorter than declared and may be incomplete.",
|
|
1251
|
-
"umd.error.unexpectedEnd": "The UMD structure is incomplete and ended unexpectedly.",
|
|
1252
|
-
"umd.error.invalidFile": "This is not a valid UMD ebook file.",
|
|
1253
|
-
"typst.summaryRenderer": "Typst WASM renderer",
|
|
1254
|
-
"typst.pageSummary.empty": "0 pages",
|
|
1255
|
-
"typst.pageSummary.ready": "{count} pages / {width} x {height} pt",
|
|
1256
|
-
"typst.status.compiling": "Compiling",
|
|
1257
|
-
"typst.status.failed": "Compilation failed",
|
|
1258
|
-
"typst.status.rendered": "Rendered",
|
|
1259
|
-
"typst.loading.title": "Parsing Typst",
|
|
1260
|
-
"typst.loading.hint": "Loading the compiler and generating page previews...",
|
|
1261
|
-
"typst.error.title": "Typst render failed",
|
|
1262
|
-
"typst.error.timeout": "Typst WASM / font loading or compilation exceeded {seconds} seconds",
|
|
1263
|
-
"typst.error.timeoutHint": "Check the download speed and cache strategy for the Typst compiler WASM, renderer WASM, and font directory. On weak networks or cross-region deployments, increase options.typst.renderTimeoutMs.",
|
|
1264
|
-
"typst.error.assetHint": "Typst requires local compiler / renderer WASM files and a font directory. Run file-viewer-copy-assets, or configure options.typst.compilerWasmUrl / options.typst.rendererWasmUrl / options.typst.fontAssetsUrl, and make sure the server returns WASM with application/wasm.",
|
|
1265
|
-
"typst.error.svgParseFailed": "Failed to parse Typst SVG",
|
|
1266
|
-
"typst.error.wasmLoadFailed": "Failed to load Typst WASM",
|
|
1267
|
-
"xmind.toolbar.zoomOut": "Zoom out",
|
|
1268
|
-
"xmind.toolbar.zoomIn": "Zoom in",
|
|
1269
|
-
"xmind.toolbar.fit": "Fit",
|
|
1270
|
-
"xmind.toolbar.fitTitle": "Fit canvas",
|
|
1271
|
-
"xmind.state.loading": "Parsing XMind mind map...",
|
|
1272
|
-
"xmind.stats.nodes": "Nodes",
|
|
1273
|
-
"xmind.stats.depth": "Depth",
|
|
1274
|
-
"xmind.stats.theme": "Theme",
|
|
1275
|
-
"xmind.stats.template": "Template",
|
|
1276
|
-
"xmind.badge.paused": "Paused",
|
|
1277
|
-
"xmind.badge.collapsed": "Collapsed",
|
|
1278
|
-
"xmind.badge.floating": "Floating",
|
|
1279
|
-
"xmind.badge.summary": "Summary",
|
|
1280
|
-
"xmind.badge.callout": "Callout",
|
|
1281
|
-
"xmind.imageResource": "Image resource: {name}",
|
|
1282
|
-
"xmind.error.unrecognized": "Unrecognized XMind file: content.json or content.xml was not found in the ZIP package.",
|
|
1283
|
-
"xmind.error.noCanvas": "This XMind file has no previewable canvas.",
|
|
1284
|
-
"cad.toolbar.fit": "Fit",
|
|
1285
|
-
"cad.toolbar.zoomOut": "Zoom out",
|
|
1286
|
-
"cad.toolbar.zoomIn": "Zoom in",
|
|
1287
|
-
"cad.layers.title": "Layers",
|
|
1288
|
-
"cad.layers.count": "{count} items",
|
|
1289
|
-
"cad.layers.merged": "{name} ({count} merged layers)",
|
|
1290
|
-
"cad.inspector.title": "Structure",
|
|
1291
|
-
"cad.inspector.entities": "Entities",
|
|
1292
|
-
"cad.inspector.blocks": "Blocks",
|
|
1293
|
-
"cad.inspector.pages": "Pages",
|
|
1294
|
-
"cad.inspector.drawn": "Drawn",
|
|
1295
|
-
"cad.state.loadingViewer": "Loading CAD viewer...",
|
|
1296
|
-
"cad.state.parsing": "Parsing CAD...",
|
|
1297
|
-
"cad.error.parseFailed": "Failed to parse CAD file",
|
|
1298
|
-
"image.alt": "Image",
|
|
1299
|
-
"image.toolbar.rotation": "Image rotation",
|
|
1300
|
-
"image.toolbar.rotateLeft": "Rotate image left",
|
|
1301
|
-
"image.toolbar.rotateRight": "Rotate image right",
|
|
1302
|
-
"image.lightbox.alt": "Image preview",
|
|
1303
|
-
"image.lightbox.close": "Close image preview",
|
|
1304
|
-
"gitBundle.error.invalid": "This file is not a valid Git bundle.",
|
|
1305
|
-
"gitBundle.error.missingPack": "No PACK data was found after the Git bundle header.",
|
|
1306
|
-
"gitBundle.notice.delta": "This bundle contains delta-compressed objects. The viewer resolves common OFS_DELTA / REF_DELTA objects in the browser. Missing files usually indicate a very large bundle, too many objects, or an external prerequisite.",
|
|
1307
|
-
"gitBundle.title.history": "History",
|
|
1308
|
-
"gitBundle.title.fileTree": "File tree",
|
|
1309
|
-
"gitBundle.file.choose": "Select a file to inspect",
|
|
1310
|
-
"gitBundle.file.noTree": "The tree/blob objects in this bundle may be delta-compressed, and no expandable files were parsed.",
|
|
1311
|
-
"gitBundle.file.none": "No files parsed",
|
|
1312
|
-
"gitBundle.history.empty": "No commit objects were parsed. Showing refs and pack summary only.",
|
|
1313
|
-
"gitBundle.toolbar.summary": "{commits} commits · {files} files",
|
|
1314
|
-
"gitBundle.meta.bundle": "Bundle",
|
|
1315
|
-
"gitBundle.meta.refs": "Refs",
|
|
1316
|
-
"gitBundle.meta.commits": "Commits",
|
|
1317
|
-
"gitBundle.meta.objects": "Objects",
|
|
1318
|
-
"gitBundle.meta.deltas": "Deltas",
|
|
1319
|
-
"gitBundle.meta.objectFormat": "Object format",
|
|
1320
|
-
"gitBundle.meta.objectTypes": "Object types",
|
|
1321
|
-
"geo.error.unrecognized": "Unrecognized GeoJSON data",
|
|
1322
|
-
"geo.error.xmlParseFailed": "Failed to parse XML",
|
|
1323
|
-
"geo.error.unsupported": ".{type} geospatial format is not supported",
|
|
1324
|
-
"geo.title": "Geospatial preview",
|
|
1325
|
-
"geo.featureCount": "Features",
|
|
1326
|
-
"geo.bounds": "Bounds",
|
|
1327
|
-
"geo.geometryTypes": "Geometry types",
|
|
1328
|
-
"geo.aria": "Geospatial SVG preview",
|
|
1329
|
-
"geo.loading": "Parsing geospatial data...",
|
|
1330
|
-
"geo.projection": "Projection",
|
|
1331
|
-
"geo.engine": "Renderer",
|
|
1332
|
-
"geo.basemap": "Basemap",
|
|
1333
|
-
"geo.basemap.offline": "Offline empty basemap",
|
|
1334
|
-
"geo.basemap.custom": "Custom tiles",
|
|
1335
|
-
"geo.engine.maplibre": "MapLibre vector map",
|
|
1336
|
-
"geo.engine.svg": "SVG fallback",
|
|
1337
|
-
"geo.error.projection": "Geospatial projection failed: {reason}",
|
|
1338
|
-
"geo.action.fit": "Fit bounds",
|
|
1339
|
-
"model.toolbar.fit": "Fit",
|
|
1340
|
-
"model.toolbar.rotate": "Rotate",
|
|
1341
|
-
"model.toolbar.wireframe": "Wireframe",
|
|
1342
|
-
"model.toolbar.grid": "Grid",
|
|
1343
|
-
"model.toolbar.axes": "Axes",
|
|
1344
|
-
"model.state.loadingSummary": "Loading model",
|
|
1345
|
-
"model.state.loading": "Parsing 3D model...",
|
|
1346
|
-
"model.state.loaded": "Model loaded",
|
|
1347
|
-
"model.state.parseFailed": "Failed to parse model",
|
|
1348
|
-
"model.summary.meshes": "{count} meshes",
|
|
1349
|
-
"model.summary.points": "{count} point clouds",
|
|
1350
|
-
"model.error.daeEmpty": "The DAE model did not contain a valid scene.",
|
|
1351
|
-
"model.error.unsupported": ".{type} model format is not supported yet",
|
|
1352
|
-
"model.error.parseFailed": "Failed to parse {type} model",
|
|
1353
|
-
"model.notice.signature": "Detected file signature: {signature}.",
|
|
1354
|
-
"loading.generic.label": "File content",
|
|
1355
|
-
"loading.generic.hint": "Preparing content structure and preview.",
|
|
1356
|
-
"loading.word.label": "Word document",
|
|
1357
|
-
"loading.word.hint": "Preparing document structure, text styles, and layout.",
|
|
1358
|
-
"loading.wordWorker.hint": "Preparing document structure, text styles, and layout in a Worker.",
|
|
1359
|
-
"loading.sheet.label": "Excel workbook",
|
|
1360
|
-
"loading.sheet.hint": "Preparing worksheets, styles, and viewport data.",
|
|
1361
|
-
"loading.csv.label": "Tabular data",
|
|
1362
|
-
"loading.csv.hint": "Preparing rows, columns, and basic styling.",
|
|
1363
|
-
"loading.presentation.label": "PowerPoint deck",
|
|
1364
|
-
"loading.presentation.hint": "Building slide layout and media content.",
|
|
1365
|
-
"loading.pdf.label": "PDF document",
|
|
1366
|
-
"loading.pdf.hint": "Loading page bitmaps, text layers, and zoom view.",
|
|
1367
|
-
"loading.ofd.label": "OFD layout document",
|
|
1368
|
-
"loading.ofd.hint": "Parsing OFD pages and layout objects.",
|
|
1369
|
-
"loading.archive.label": "Archive",
|
|
1370
|
-
"loading.archive.hint": "Starting Worker and reading archive entries.",
|
|
1371
|
-
"loading.email.label": "Email file",
|
|
1372
|
-
"loading.email.hint": "Parsing message headers, body, and attachments.",
|
|
1373
|
-
"loading.msg.hint": "Parsing Outlook message and attachments.",
|
|
1374
|
-
"loading.eda.label": "EDA file",
|
|
1375
|
-
"loading.eda.hint": "Reading EDA container structure and properties.",
|
|
1376
|
-
"loading.cad.label": "CAD drawing",
|
|
1377
|
-
"loading.cad.hint": "Preparing CAD layers, geometry, and canvas view.",
|
|
1378
|
-
"loading.dwg.hint": "Loading DWG geometry and LibreDWG WASM in a Worker.",
|
|
1379
|
-
"loading.dwf.hint": "Loading native DWF renderer and W2D/W3D graphics.",
|
|
1380
|
-
"loading.dwfx.hint": "Loading native DWFx/XPS renderer and page graphics.",
|
|
1381
|
-
"loading.xps.hint": "Loading native XPS renderer and embedded fonts.",
|
|
1382
|
-
"loading.drawio.label": "draw.io diagram",
|
|
1383
|
-
"loading.drawio.hint": "Parsing shapes, connectors, and SVG preview.",
|
|
1384
|
-
"loading.excalidraw.label": "Excalidraw scene",
|
|
1385
|
-
"loading.excalidraw.hint": "Parsing hand-drawn elements and generating safe SVG.",
|
|
1386
|
-
"loading.epub.label": "EPUB ebook",
|
|
1387
|
-
"loading.epub.hint": "Parsing table of contents, chapter resources, and reading pages.",
|
|
1388
|
-
"loading.umd.label": "UMD ebook",
|
|
1389
|
-
"loading.umd.hint": "Parsing mobile ebook metadata, table of contents, and compressed chapters.",
|
|
1390
|
-
"loading.image.label": "Image file",
|
|
1391
|
-
"loading.image.hint": "Decoding pixels and generating preview.",
|
|
1392
|
-
"loading.video.label": "Video file",
|
|
1393
|
-
"loading.video.hint": "Preparing media resource and player.",
|
|
1394
|
-
"loading.audio.label": "Audio file",
|
|
1395
|
-
"loading.audio.hint": "Preparing audio resource and playback controls."
|
|
1396
|
-
},
|
|
1397
|
-
"ja-JP": c
|
|
1398
|
-
}), f = (e) => {
|
|
1399
|
-
let t = String(e || "").trim().replace(/_/g, "-").toLowerCase();
|
|
1400
|
-
if (t) {
|
|
1401
|
-
if (t === "zh" || t.startsWith("zh-")) return "zh-CN";
|
|
1402
|
-
if (t === "ja" || t.startsWith("ja-")) return "ja-JP";
|
|
1403
|
-
if (t === "en" || t.startsWith("en-")) return "en-US";
|
|
1404
|
-
}
|
|
1405
|
-
}, p = () => {
|
|
1406
|
-
let e = typeof window < "u" ? window.navigator : void 0;
|
|
1407
|
-
return e ? Array.from(new Set([...Array.isArray(e.languages) ? e.languages : [], e.language].filter((e) => typeof e == "string" && !!e.trim()))) : [];
|
|
1408
|
-
}, m = (e) => {
|
|
1409
|
-
if (e && e !== "auto") return f(e) || "en-US";
|
|
1410
|
-
let t = p();
|
|
1411
|
-
for (let e of t) {
|
|
1412
|
-
let t = f(e);
|
|
1413
|
-
if (t) return t;
|
|
1414
|
-
}
|
|
1415
|
-
return t.length > 0 ? u : l;
|
|
1416
|
-
}, h = (e) => {
|
|
1417
|
-
var t;
|
|
1418
|
-
return ((t = e == null ? void 0 : e.i18n) == null ? void 0 : t.messages) || (e == null ? void 0 : e.messages);
|
|
1419
|
-
}, g = (e) => {
|
|
1420
|
-
var t;
|
|
1421
|
-
return m(((t = e == null ? void 0 : e.i18n) == null ? void 0 : t.locale) || (e == null ? void 0 : e.locale));
|
|
1422
|
-
}, _ = (e, t = {}) => e.replace(/\{([a-zA-Z0-9_.-]+)\}/g, (e, n) => {
|
|
1423
|
-
let r = t[n];
|
|
1424
|
-
return r == null ? "" : String(r);
|
|
1425
|
-
}), v = (e, t, n = {}) => {
|
|
1426
|
-
let r = g(e), i = h(e);
|
|
1427
|
-
return _((typeof i == "function" ? i(t, n, r) : i == null ? void 0 : i[t]) || d[r][t] || d["en-US"][t] || d["zh-CN"][t], n);
|
|
1428
|
-
}, y = (e) => (t, n) => v(e, t, n);
|
|
1429
|
-
//#endregion
|
|
1430
|
-
export { a, s as i, g as n, r as o, v as r, y as t };
|
|
1
|
+
var L=j;(function(k,q){var F=j,w=k();while(!![]){try{var x=-parseInt(F(0x1da))/0x1+parseInt(F(0x149))/0x2*(-parseInt(F(0x202))/0x3)+-parseInt(F(0x135))/0x4+-parseInt(F(0x12c))/0x5*(parseInt(F(0x1d8))/0x6)+-parseInt(F(0x131))/0x7*(-parseInt(F(0x17b))/0x8)+parseInt(F(0x1d6))/0x9*(parseInt(F(0x1e8))/0xa)+parseInt(F(0x146))/0xb*(parseInt(F(0x189))/0xc);if(x===q)break;else w['push'](w['shift']());}catch(z){w['push'](w['shift']());}}}(b,0x9b676));function j(a,c){a=a-0x12b;var d=b();var e=d[a];return e;}function e(k){'@babel/helpers - typeof';return e=typeof Symbol=='function'&&typeof Symbol['iterator']=='symbol'?function(q){return typeof q;}:function(q){return q&&typeof Symbol=='function'&&q['constructor']===Symbol&&q!==Symbol['prototype']?'symbol':typeof q;},e(k);}function t(k,q){var G=j;if(e(k)!='object'||!k)return k;var w=k[Symbol[G(0x213)]];if(w!==void 0x0){var x=w['call'](k,q||'default');if(e(x)!='object')return x;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(q==='string'?String:Number)(k);}function n(k){var H=j,q=t(k,H(0x13c));return e(q)=='symbol'?q:q+'';}function r(k,q,w){var I=j;return(q=n(q))in k?Object[I(0x19c)](k,q,{'value':w,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):k[q]=w,k;}function i(k,q){var J=j,w=Object['keys'](k);if(Object[J(0x14f)]){var x=Object[J(0x14f)](k);q&&(x=x['filter'](function(z){var K=J;return Object[K(0x1a1)](k,z)['enumerable'];})),w['push']['apply'](w,x);}return w;}function a(k){for(var q=0x1;q<arguments['length'];q++){var w=arguments[q]==null?{}:arguments[q];q%0x2?i(Object(w),!0x0)['forEach'](function(x){r(k,x,w[x]);}):Object['getOwnPropertyDescriptors']?Object['defineProperties'](k,Object['getOwnPropertyDescriptors'](w)):i(Object(w))['forEach'](function(x){Object['defineProperty'](k,x,Object['getOwnPropertyDescriptor'](w,x));});}return k;}function b(){var R=['Instrument','Magic','Geometry\x20types','en-US','このファイル形式は文書全体の印刷に対応していません。元ファイルをダウンロードし、ローカルアプリで印刷してください。','Loading\x20DWG\x20geometry\x20and\x20LibreDWG\x20WASM\x20in\x20a\x20Worker.','locale','文件树','不支持\x20.{type}\x20格式的在线预览,请下载后预览或转换为支持的格式','正在解析\x20UMD...','{label}\x20初始化超时','第\x20{page}\x20页','Object\x20format','defineProperty','Download\x20file','The\x20archive\x20directory\x20is\x20read\x20first.\x20File\x20contents\x20are\x20extracted\x20on\x20demand\x20and\x20cached\x20in\x20IndexedDB\x20when\x20size\x20allows.','Exporting\x20{name}...','Archive\x20password','getOwnPropertyDescriptor','切换为浅色模式','Show\x20all','Gallery\x20{index}','No\x20files\x20parsed','适配范围','地理空間データを解析しています...','HLS\x20prefers\x20the\x20original\x20URL\x20for\x20segment\x20loading.\x20If\x20the\x20input\x20is\x20a\x20local\x20single-file\x20playlist,\x20make\x20sure\x20segment\x20URLs\x20are\x20reachable\x20by\x20the\x20browser.','diagrams.net\x20viewer\x20加载失败','Preparing\x20worksheets,\x20styles,\x20and\x20virtualized\x20viewport\x20data.','Failed\x20to\x20load\x20PDF','筛选压缩包内文件','正在解析国产版式文档和页面对象。','Date','章节\x20{index}','有効な\x20DOCX/OOXML\x20パッケージではありません。ダウンロードが不完全か、サーバーのエラー応答に置き換わった可能性があります。再アップロードするかファイル元を確認してください。','表示可能なページはありません','请输入压缩包密码','{count}\x20页','Excel\x20ワークブックを解析しています','プレビューを拡大','IndexedDB\x20is\x20unavailable','This\x20is\x20not\x20a\x20valid\x20UMD\x20ebook\x20file.','Preparing\x20content\x20structure\x20and\x20preview.','Typst\x20WASM\x20レンダラー','Previous\x20match','描画済み','Bounds','Worker\x20不可用,正在切换\x20ZIP/TAR\x20兼容模式...','{total}\x20ページ中\x20{current}\x20ページ','Reset\x20zoom','This\x20file\x20type\x20does\x20not\x20support\x20full-document\x20printing.\x20Download\x20the\x20original\x20file\x20and\x20print\x20it\x20locally.','replace','导出\x20HTML\x20失败','サマリー','PostScript\x20summary\x20preview','Typst\x20WASM\x20渲染器','EPUB\x20本文のレンダリングが完了しませんでした。更新して再試行してください。','Typst\x20のレンダリングに失敗しました','There\x20is\x20no\x20original\x20file\x20source\x20to\x20download.','This\x20Draw.io\x20file\x20has\x20no\x20previewable\x20elements.','No\x20displayable\x20layers\x20were\x20found.\x20Showing\x20the\x20composite\x20image.','レイヤー','Indexing\x20large\x20file\x20{progress}%','操作前置校验失败','Previous','UMD\x20文件结构不完整,读取时遇到意外结尾','Offline\x20empty\x20basemap','ワイヤーフレーム','Fit\x20bounds','OFD\x20版式文件','Draw.io\x20XML\x20の解析に失敗しました:{message}','正在解析文件内容...','71082jtaCmb','大きなファイルは\x20Worker\x20で解析し、メインスレッドのブロックを防ぎます。','36948SskGla','XMind\x20ファイルを認識できません。ZIP\x20パッケージ内に\x20content.json\x20または\x20content.xml\x20がありません。','85052nPhmiz','Tracks','{commits}\x20commits\x20·\x20{files}\x20files','Unable\x20to\x20read\x20image\x20data\x20URL.','No\x20file\x20selected','Excalidraw\x20SVG\x20导出超时,自动切换\x20rough.js\x20兼容渲染','This\x20file\x20is\x20not\x20a\x20valid\x20Git\x20bundle.','{count}\x20items','次の一致','全体表示','PPTX\x20预览失败','绘制遮盖块,或上传印章后拖动和缩放','表示範囲のデータを順次読み込んでいます','CAD\x20ファイルの解析に失敗しました','260oCSzUm','モバイル電子書籍のメタデータ、目次、圧縮された章を解析しています。','HTML','目次、章リソース、読書ページを解析しています。','チャンネル','The\x20diagrams.net\x20viewer\x20was\x20not\x20initialized\x20correctly','0\x20pages','上一个匹配','检测到文件签名:\x20{signature}。','HTML\x20の書き出しに失敗しました','Last\x20segment','当前\x20PDF\x20没有可用目录','读取文件文本内容失败。','CAD\x20图纸','Initializing\x20archive\x20parsing\x20Worker...','下载文件','大文件\x20·\x20虚拟滚动\x20·\x20已关闭高亮','ピクセルをデコードしてプレビューを生成しています。','オブジェクト','データ資産概要','缩小预览','前のページ','PlantUML\x20SVG\x20のレンダリングに失敗しました:{status}','Word\x20document','下载原始文件','CAD\x20ビューアーを読み込んでいます...','7071ZiSzPs','Failed\x20to\x20parse\x20SVG','ja-','このブラウザーは\x20FontFace\x20API\x20に対応していません','Zoom\x20controls','模型解析失败','CAD\x20drawing','Loading\x20native\x20DWF\x20renderer\x20and\x20W2D/W3D\x20graphics.','正在编译','正在解析目录、章节资源和阅读分页。','キャンバス全体を表示','Resize\x20stamp','文件下载失败','Failed\x20to\x20parse\x20PPTX','If\x20the\x20server\x20does\x20not\x20publish\x20Worker/WASM\x20assets\x20correctly,\x20the\x20viewer\x20falls\x20back\x20automatically.','{page}\x20ページのサムネイル','OFD\x20page\x20navigation','toPrimitive','OFD\x20文档页面','Worker\x20unavailable.\x20Switching\x20to\x20ZIP/TAR\x20compatibility\x20mode...','GeoJSON\x20データを認識できません','Add\x20mask','上一页','このブラウザーはこの動画形式に対応していません。','図形、コネクター、SVG\x20プレビューを解析しています。','先頭セグメント','Preparing\x20audio\x20resource\x20and\x20playback\x20controls.','The\x20DAE\x20model\x20did\x20not\x20contain\x20a\x20valid\x20scene.','切换导航窗格','ファイルをダウンロード','Callout','Avro\x20object\x20container\x20preview','955ijiHuI','Headers','Word\x20文書','Deltas','3D\x20モデルを解析しています...','137732njhxzp','Upload\x20stamp','Excel\x20Worker\x20の実行に失敗しました','ノート数','2416948adQKri','添付ファイルはありません','draw.io\x20ダイアグラム','この圧縮ファイルには暗号化された内容があります。ディレクトリの読み込みや内部ファイルのプレビューを続けるにはパスワードが必要です。','Mermaid\x20SVG\x20preview','Archive\x20entry\x20preview','圧縮ファイル','string','正在初始化\x20{label}...','Excel\x20Worker\x20运行失败','Loading\x20CAD\x20viewer...','Preparing\x20streaming\x20PDF\x20preview...','.{type}\x20モデル形式にはまだ対応していません','Failed\x20to\x20parse\x20Draw.io\x20XML:\x20{message}','{label}\x20directory\x20read\x20timed\x20out','The\x20UMD\x20body\x20is\x20shorter\x20than\x20declared\x20and\x20may\x20be\x20incomplete.','适合宽度','682RvFQIS','Excel\x20ワークブックを解析しています。しばらくお待ちください...','Fit','2KRANuc','画像リソース:{name}','この\x20bundle\x20の\x20tree/blob\x20オブジェクトは\x20delta\x20圧縮されている可能性があり、展開可能なファイルを解析できませんでした。','第\x20{index}\x20章','字体文件预览','ファイルのテキスト内容を読み込めませんでした。','getOwnPropertySymbols','レンダリング済みの全内容を印刷','Outline\x20{index}','压缩包只读取目录;文件内容会在点击后按需解压,并在体积允许时缓存到\x20IndexedDB。','ジオメトリ種類','邮件预览提示','PlantUML\x20SVG\x20プレビュー','OpenDocument\x20文档预览','Print\x20now','Model\x20loaded','Print\x20failed','EPUB\x20を解析しています...','读取文件异常','Unrecognized\x20XMind\x20file:\x20content.json\x20or\x20content.xml\x20was\x20not\x20found\x20in\x20the\x20ZIP\x20package.','正在初始化压缩包解析\x20Worker...','{label}\x20读取目录超时','.{type}\x20cannot\x20be\x20previewed\x20online.\x20Download\x20it\x20or\x20convert\x20it\x20to\x20a\x20supported\x20format.','Drawn','有効な\x20UMD\x20電子書籍ファイルではありません','レンダリング結果を\x20HTML\x20として書き出す','commit\x20オブジェクトを解析できませんでした。refs\x20と\x20pack\x20の概要のみ表示します。','Parquet\x20列式数据预览','Page\x20{page}','Parsing\x20the\x20Excel\x20workbook.\x20Please\x20wait...','messages','PSD\x20レイヤープレビュー','{count}\x20个文件\x20·\x20{size}\x20·\x20{previewable}\x20个可直接预览','Typst\x20WASM\x20/\x20字体加载或编译超过\x20{seconds}\x20秒','圧縮ファイルのサイズ\x20{size}\x20が安全上限\x20{limit}\x20を超えています。ダウンロードしてローカルで展開してください。','遮罩/盖章打印','下载失败','Worker\x20で文書構造、テキストスタイル、レイアウトを準備しています。','{count}\x20项','已取消输入密码,无法预览加密压缩包。','次の章','読み取り可能なテキストを抽出できませんでした','Chapter\x20{index}','Zoom\x20in','当前\x20bundle\x20的\x20tree/blob\x20可能被\x20delta\x20压缩,暂未解析到可展开文件。','{page}\x20ページ','Typst\x20にはローカルの\x20compiler\x20/\x20renderer\x20WASM\x20とフォントディレクトリが必要です。file-viewer-copy-assets\x20を実行するか、options.typst.compilerWasmUrl\x20/\x20options.typst.rendererWasmUrl\x20/\x20options.typst.fontAssetsUrl\x20を設定し、サーバーが\x20WASM\x20を\x20application/wasm\x20で返すことを確認してください。','兼容模式无需额外静态\x20Worker,适合手机\x20WebView\x20或本地临时服务器。','Enter\x20archive\x20password','左に回転','424ToEcJH','Remove\x20stamp','PDF\x20文档','{label}\x20加密检测超时','Parsing\x20OFD...','Preparing\x20document\x20structure,\x20text\x20styles,\x20and\x20layout\x20in\x20a\x20Worker.','Hide\x20all','Loading\x20drawing\x20preview...','trim','正在准备行列数据和基础样式。','zh-','Worker\x20を起動し、圧縮ファイル内の項目を読み込んでいます。','Print\x20complete\x20rendered\x20content','ページ','243132QfypfA','Excalidraw\x20SVG\x20プレビュー','PDF\x20ストリーミングプレビューの読み込みに失敗しました','当前\x20bundle\x20未解析到\x20commit\x20对象,仅展示\x20refs\x20和\x20pack\x20摘要。','Projection','After\x20the\x20directory\x20is\x20ready,\x20click\x20an\x20entry\x20to\x20extract\x20it\x20on\x20demand.'];b=function(){return R;};return b();}function o(k,q,w,x,z,A,B){try{var C=k[A](B),D=C['value'];}catch(E){w(E);return;}C['done']?q(D):Promise['resolve'](D)['then'](x,z);}function s(k){return function(){var q=this,w=arguments;return new Promise(function(x,z){var A=k['apply'](q,w);function B(D){o(A,x,z,B,C,'next',D);}function C(D){o(A,x,z,B,C,'throw',D);}B(void 0x0);});};}var c={'toolbar.zoomGroup':'ズーム操作','toolbar.zoomOut':'縮小','toolbar.zoomIn':'拡大','toolbar.zoomReset':'倍率をリセット','toolbar.download':'ダウンロード','toolbar.downloadTitle':'元のファイルをダウンロード','toolbar.print':'印刷','toolbar.printTitle':'レンダリング済みの全内容を印刷','toolbar.printDirect':'直接印刷','toolbar.printMask':'マスク・印章付き印刷','toolbar.printMaskTitle':'機密領域を隠すか印章を追加してから印刷','toolbar.printMaskAdd':'マスクを追加','toolbar.printMaskClear':'クリア','toolbar.printMaskCancel':'キャンセル','toolbar.printMaskConfirm':'印刷を確定','toolbar.printMaskHint':'マスクを描画するか、印章をアップロードして移動・サイズ変更します。','toolbar.printStampUpload':'印章をアップロード','toolbar.printStampRemove':'印章を削除','toolbar.printStampResize':'印章のサイズ変更','toolbar.exportHtml':L(0x1ea),'toolbar.exportHtmlTitle':'現在のレンダリング結果を\x20HTML\x20として書き出す','toolbar.search':'検索','toolbar.searchPlaceholder':'ドキュメントを検索','toolbar.searchPrevious':'前の一致','toolbar.searchNext':L(0x1e2),'toolbar.searchClear':'検索をクリア','toolbar.theme':'テーマ','toolbar.themeToLight':'ライトモードに切り替え','toolbar.themeToDark':'ダークモードに切り替え','state.ready.title':'プレビュー完了','state.ready.message':'ファイルのレンダリングが完了しました。','state.empty.title':'ファイルがありません','state.empty.message':'ファイルを選択するか、アクセス可能な\x20URL\x20を指定してプレビューを開始してください。','state.unsupported.install.title':'プレビュー機能の追加が必要です','state.unsupported.install.message':'{extension}は対応表に含まれていますが、このプロジェクトには\x20{rendererLabel}\x20renderer\x20がまだ組み込まれていません。','state.unsupported.install.description':'{presetPackage}\x20をインストールし、options.preset\x20/\x20options.renderers\x20から対応機能を渡してください{rendererTip}。Vite\x20プロジェクトでは\x20@file-viewer/vite-plugin\x20によるインストール済み\x20preset\x20の自動検出も利用できます。','state.unsupported.title':'オンラインプレビューには未対応です','state.unsupported.message':'{extension}はオンラインでプレビューできません。ダウンロードするか、対応形式へ変換してください。','state.unsupported.description':'Office、PDF、OFD、Typst、圧縮ファイル、メール、OLB/DRA、CAD、地理空間データ、3D\x20モデル、Excalidraw、draw.io、EPUB、UMD、Markdown、コード/テキスト、画像、音声/動画、フォント、構造化データ資産のオンラインプレビューに対応しています。','state.error.title':'プレビューに失敗しました','preview.downloading':'ファイルをダウンロードしています...','preview.streamingPdf':'PDF\x20ストリーミングプレビューを準備しています...','preview.reading':'ファイル内容を解析しています...','error.download':'ダウンロードに失敗しました','error.print':'印刷に失敗しました','error.exportHtml':L(0x1f1),'error.noDownloadSource':'ダウンロード可能な元ファイルがありません','error.noExportContent':'書き出し可能なプレビュー内容がありません','error.printUnavailable':L(0x193),'error.printWindowBlocked':'ブラウザーによって印刷ウィンドウがブロックされました','error.remoteDownload':'ファイルのダウンロードに失敗しました','error.localRead':'ローカルファイルの読み込みに失敗しました','error.load':'ファイルの読み込みに失敗しました','error.stream':L(0x18b),'error.beforeOperation':'操作前の検証に失敗しました','error.unknown':'不明なエラー','error.blobUnavailable':'現在の実行環境では\x20Blob\x20を利用できないため、ファイル内容を読み込めません。','error.sourceUnsupported':'このファイル入力元には対応していません。','error.fileReadArrayBuffer':'ファイルのバイナリ内容を読み込めませんでした。','error.fileReadDataUrl':'ファイルの\x20Data\x20URL\x20を読み込めませんでした。','error.fileReadText':L(0x14e),'error.imageDataUrlRead':'画像データを読み込めませんでした。','operation.download':'元ファイルをダウンロード','operation.print':L(0x150),'operation.exportHtml':L(0x162),'operation.zoomIn':L(0x1b5),'operation.zoomOut':'プレビューを縮小','operation.zoomReset':'プレビュー倍率をリセット','pdf.toolbar.toggleNavigation':'ナビゲーションペインを切り替え','pdf.toolbar.previousPage':L(0x1fd),'pdf.toolbar.nextPage':'次のページ','pdf.toolbar.fitWidth':'幅に合わせる','pdf.toolbar.zoomOut':'縮小','pdf.toolbar.zoomIn':'拡大','pdf.toolbar.rotateLeft':L(0x17a),'pdf.toolbar.rotateRight':'右に回転','pdf.nav.typeLabel':'PDF\x20ナビゲーションの種類','pdf.nav.pagesTab':L(0x188),'pdf.nav.outlineTab':'目次','pdf.nav.pagesTitle':'ページナビゲーション','pdf.nav.outlineTitle':'目次ナビゲーション','pdf.nav.pageCount':'{count}\x20ページ','pdf.nav.itemCount':'{count}\x20件','pdf.nav.pageLabel':'{page}\x20ページ','pdf.nav.outlineEmpty':'この\x20PDF\x20には利用可能な目次がありません','pdf.nav.outlineFallbackTitle':'目次\x20{index}','pdf.thumbnail.alt':L(0x211),'pdf.state.loading':'PDF\x20を読み込んでいます...','pdf.error.browserWindow':'PDF\x20プレビューにはブラウザーウィンドウが必要です','pdf.error.missingSource':'PDF\x20に読み取り可能なデータソースがありません','pdf.error.loadFailed':'PDF\x20の読み込みに失敗しました','pdf.error.notLoaded':'PDF\x20の読み込みがまだ完了していません。しばらくしてから再試行してください。','pdf.error.unloaded':'PDF\x20はアンロードされているため、印刷を続行できません','pdf.error.canvasUnavailable':'このブラウザーでは\x20PDF\x20印刷用キャンバスを作成できません','pdf.export.pageTitle':'{title}\x20-\x20{page}\x20ページ','spreadsheet.loading.kicker':'Excel\x20ワークブック','spreadsheet.loading.title':L(0x1b4),'spreadsheet.loading.hint':'ワークシート、スタイル、大規模データ用ビューポートを準備しています。','spreadsheet.loading.streaming':L(0x1e6),'spreadsheet.tabs.ariaLabel':'ワークシート一覧','spreadsheet.state.parsingWorkbook':L(0x147),'spreadsheet.state.preparingSheet':'ワークシート内容を準備しています...','spreadsheet.state.preparingSheetNamed':'「{name}」を準備しています...','spreadsheet.state.cachedRows':'{cached}\x20/\x20{total}\x20行をキャッシュ済み','spreadsheet.state.rows':'全\x20{rows}\x20行をビューポートに応じて順次読み込みます','spreadsheet.state.rowsAndColumns':'全\x20{rows}\x20行、{cols}\x20列をビューポートに応じて順次読み込みます','spreadsheet.error.parseFailed':'Excel\x20の解析に失敗しました','spreadsheet.error.workerFailed':L(0x133),'word.error.invalidDocx':L(0x1b0),'word.error.missingOdfContent':'ODF\x20ファイルに\x20content.xml\x20がありません。','word.error.odfXmlParseFailed':'ODF\x20XML\x20の解析に失敗しました。','word.title.rtf':'RTF\x20文書プレビュー','word.title.openDocumentPresentation':'OpenDocument\x20プレゼンテーションプレビュー','word.title.openDocumentText':'OpenDocument\x20文書プレビュー','word.page.fallback':L(0x176),'word.page.empty':'このページから抽出できるテキストはありません','word.body':'本文','word.body.empty':L(0x172),'ofd.toolbar.pageNavigation':'OFD\x20ページナビゲーション','ofd.toolbar.documentPages':'OFD\x20文書ページ','ofd.toolbar.previousPage':'前のページ','ofd.toolbar.nextPage':'次のページ','ofd.toolbar.pageStatus':L(0x1be),'ofd.toolbar.noPages':L(0x1b1),'ofd.state.loading':'OFD\x20を解析しています...','ofd.error.empty':'OFD\x20ファイルにレンダリング可能な文書がありません','ofd.error.parseFailed':'OFD\x20ファイルの解析に失敗しました','presentation.state.loading':'PPTX\x20を解析しています...','presentation.error.title':'PPTX\x20プレビューに失敗しました','presentation.error.parseFailed':'PPTX\x20の解析に失敗しました','presentation.ppt.state.loading':'PowerPoint\x2097–2003\x20を解析しています...','presentation.ppt.error.title':'PPT\x20プレビューに失敗しました','presentation.ppt.error.parseFailed':'この\x20PPT\x20ファイルを解析できませんでした。','presentation.ppt.error.assetHint':'@file-viewer/ppt\x20モジュール、pptWasmUrl、application/wasm\x20MIME\x20タイプ、Web\x20Crypto、CSP\x20設定を確認してください。','archive.error.nestedUnsupported':'.{type}\x20形式はオンラインでプレビューできません。ダウンロードするか、対応形式へ変換してください。','archive.loading.readingDirectory':'圧縮ファイルのディレクトリを読み込んでいます...','archive.loading.readingDirectoryHint':L(0x1d7),'archive.search.placeholder':'圧縮ファイル内を絞り込み','archive.sidebar.hide':'ファイル一覧を非表示','archive.sidebar.show':'ファイル一覧を表示','archive.preview.title':'圧縮ファイル内プレビュー','archive.preview.chooseFile':'ファイルを選択してください','archive.preview.downloadFile':L(0x21f),'archive.error.title':'圧縮ファイルプレビューのお知らせ','archive.stats.summary':'{count}\x20ファイル\x20·\x20{size}\x20·\x20直接プレビュー可能\x20{previewable}\x20件','archive.warning.encrypted':'暗号化された内容を検出しました。正しいパスワードを入力するとプレビューできます。パスワードはこのセッション中だけ\x20libarchive\x20Worker\x20に渡されます。','archive.password.title':'圧縮ファイルのパスワードを入力','archive.password.description':L(0x138),'archive.password.placeholder':'圧縮ファイルのパスワード','archive.password.invalid':'パスワードが正しくないか、復号できませんでした。再入力してください。','archive.password.required':'続行するにはパスワードを入力してください。','archive.password.cancel':'キャンセル','archive.password.confirm':'ロックを解除してプレビュー','archive.error.passwordRequired':'パスワード入力がキャンセルされたため、暗号化された圧縮ファイルをプレビューできません。','archive.error.encryptedRequiresWorker':'この圧縮ファイルのオンライン復号プレビューには\x20libarchive\x20Worker/WASM\x20の配布が必要です。','archive.empty.title':'左側のファイルを選択してプレビュー','archive.empty.message':'最初にディレクトリのみを読み取ります。ファイル内容はクリック時にオンデマンドで展開し、容量が許す場合は\x20IndexedDB\x20にキャッシュします。','archive.loading.initializingCandidate':'{label}\x20を初期化しています...','archive.loading.initializingCandidateHint':'サーバーで\x20Worker/WASM\x20が正しく配布されていない場合は、自動的に互換モードへ切り替えます。','archive.error.candidateInitTimeout':'{label}\x20の初期化がタイムアウトしました','archive.error.encryptedCheckTimeout':'{label}\x20の暗号化チェックがタイムアウトしました','archive.loading.directoryReadyHint':'ディレクトリの読み込み後、内部ファイルをクリックするとオンデマンドで展開します。','archive.error.candidateReadTimeout':'{label}\x20のディレクトリ読み込みがタイムアウトしました','archive.loading.workerFallback':'Worker\x20を利用できないため、ZIP/TAR\x20互換モードへ切り替えています...','archive.loading.workerFallbackHint':'互換モードは追加の静的\x20Worker\x20を必要とせず、モバイル\x20WebView\x20や一時的なローカルサーバーにも適しています。','archive.notice.workerFallback':'この環境では\x20libarchive\x20Worker\x20を起動できなかったため、ZIP/TAR/GZIP\x20互換モードへ自動的に切り替えました。RAR、7z\x20などでは\x20vendor/libarchive/worker-bundle.js\x20と\x20libarchive.wasm\x20の配布を推奨します。','archive.error.tooLarge':L(0x16b),'archive.loading.initializingWorker':'圧縮ファイル解析\x20Worker\x20を初期化しています...','archive.loading.initializingWorkerHint':L(0x1d7),'archive.error.workerInitFailed':'圧縮ファイル\x20Worker\x20の初期化に失敗しました','archive.error.workerUnsupported':'このブラウザーは\x20Web\x20Worker\x20に対応していません。','archive.error.indexedDbUnavailable':'IndexedDB\x20を利用できません','archive.error.entryTooLarge':'圧縮ファイル内の\x20{name}\x20は\x20{size}\x20で、プレビュー上限\x20{limit}\x20を超えています。','archive.loading.extracting':'{name}\x20をオンデマンドで展開しています...','archive.loading.rendering':'{name}\x20をレンダリングしています...','archive.loading.exporting':'{name}\x20を書き出しています...','media.audio.title':'音声プレビュー','media.audio.description':'ブラウザー標準プレーヤーで開きます。互換性は現在のブラウザーが対応する音声コーデックに依存します。','media.audio.unsupported':'このブラウザーは音声再生に対応していません。','media.video.title':'動画プレビュー','media.video.unsupported':L(0x219),'media.video.hlsHint':'HLS\x20はセグメント読み込みに元の\x20URL\x20を優先します。ローカルの単一ファイルプレイリストを渡す場合は、セグメント\x20URL\x20にブラウザーからアクセスできることを確認してください。','media.midi.title':'MIDI\x20ファイル','media.midi.loading':'MIDI\x20トラックを解析しています...','media.midi.trackHeader':'トラック','media.midi.instrumentHeader':'楽器','media.midi.channelHeader':L(0x1ec),'media.midi.noteCountHeader':L(0x134),'media.midi.durationHeader':'長さ','media.midi.durationStat':'長さ','media.midi.trackStat':'トラック','media.midi.noteStat':'ノート','media.midi.parseFailed':'MIDI\x20の解析に失敗しました','email.mbox.subject':'{filename}\x20·\x201\x20通目','email.mbox.summary':'MBOX\x20から\x20{count}\x20通のメールを検出しました。現在は\x201\x20通目を表示しています。','email.error.title':'メールプレビューのお知らせ','email.meta.from':'差出人','email.meta.to':'宛先','email.meta.cc':'Cc','email.meta.date':'日時','email.tabs.text':'本文','email.tabs.headers':'ヘッダー','email.attachments.title':'添付ファイル','email.attachments.empty':L(0x136),'email.attachments.download':'添付ファイルをダウンロード','email.attachments.opening':'添付ファイル\x20{name}\x20を開いています...','email.attachments.nestedUnavailable':'この実行環境では添付ファイルの入れ子プレビューを利用できません。{name}\x20をダウンロードして確認してください。','email.loading.parsing':'メールを解析しています...','data.font.sample':'Flyfish\x20Viewer\x20日本語プレビュー\x20AaBbCc\x201234567890','data.error.fontFaceUnsupported':L(0x205),'data.title.font':'フォントファイルプレビュー','data.title.sqlite':'SQLite\x20データベースプレビュー','data.title.parquet':'Parquet\x20列指向データプレビュー','data.title.avro':'Avro\x20オブジェクトコンテナプレビュー','data.title.wasm':'WebAssembly\x20モジュールプレビュー','data.title.eps':'EPS\x20ベクターファイル概要','data.title.ai':'Illustrator\x20ファイル概要','data.title.webarchive':'WebArchive\x20概要プレビュー','data.title.summary':L(0x1fb),'data.label.format':'形式','data.label.size':'サイズ','data.label.rendering':'レンダラー','data.label.objects':L(0x1fa),'data.label.sampleTable':'サンプルテーブル','data.label.rows':'行','data.label.columns':'列','data.label.sampleRows':'サンプル行','data.label.imports':'インポート','data.label.exports':'エクスポート','data.label.magic':'マジック','data.label.note':'注記','data.label.container':'コンテナ','data.value.schemaRead':'読み込み済み','data.value.schemaUnread':'未読み込み','data.note.aiSummary':'PDF\x20互換でない\x20AI\x20は安全な概要として表示します。','data.note.postscriptSummary':'PostScript\x20の概要プレビュー','data.note.webarchive':'読み取り可能な断片を安全に抽出します。Web\x20スクリプトは実行しません。','data.image.alt':'資産プレビュー','psd.title':L(0x168),'psd.action.fit':L(0x1e3),'psd.action.showAll':'すべて表示','psd.action.hideAll':'すべて非表示','psd.layers.title':'レイヤー','psd.layers.redrawable':'再描画可能\x20{count}\x20件','psd.layers.empty':'表示可能なレイヤーがありません。合成画像を表示します。','psd.layers.hidden':'非表示','drawing.error.viewerLoadFailed':'diagrams.net\x20viewer\x20の読み込みに失敗しました','drawing.error.excalidrawEmpty':'この\x20Excalidraw\x20ファイルにはプレビュー可能な要素がありません','drawing.error.excalidrawTimeout':'Excalidraw\x20の\x20SVG\x20書き出しがタイムアウトしたため、rough.js\x20レンダラーへ切り替えます。','drawing.error.drawioParseFailed':L(0x1d4),'drawing.error.drawioNoModel':'この\x20Draw.io\x20ファイルには直接レンダリング可能な\x20mxGraphModel\x20がありません。','drawing.error.drawioNoElements':'この\x20Draw.io\x20ファイルにはプレビュー可能な要素がありません。','drawing.error.viewerInitFailed':'diagrams.net\x20viewer\x20が正しく初期化されませんでした','drawing.error.drawioTimeout':'diagrams.net\x20公式\x20Viewer\x20がタイムアウトしたため、ローカル\x20SVG\x20プレビューへ切り替えます。','drawing.error.svgParseFailed':'SVG\x20の解析に失敗しました','drawing.error.plantumlRenderFailed':L(0x1fe),'drawing.title.excalidraw':L(0x18a),'drawing.title.mermaid':'Mermaid\x20SVG\x20プレビュー','drawing.title.plantuml':L(0x155),'drawing.title.drawio':'Draw.io\x20オフライン\x20SVG\x20プレビュー','drawing.toolbar.zoomOut':'縮小','drawing.toolbar.zoomIn':'拡大','drawing.toolbar.fit':'全体表示','drawing.toolbar.fitWidth':'幅に合わせる','drawing.state.loading':'図面プレビューを読み込んでいます...','text.code.loadingHighlight':'シンタックスハイライトを読み込んでいます...','text.code.indexingLargeFile':'大きなファイルを索引化しています\x20{progress}%','text.code.virtualized':'大きなファイル\x20·\x20仮想スクロール\x20·\x20ハイライト無効','text.code.firstSegment':L(0x21b),'text.code.previousSegment':'前のセグメント','text.code.nextSegment':'次のセグメント','text.code.lastSegment':'末尾セグメント','ebook.toc':'目次','ebook.reading':'読書中','ebook.itemCount':'{count}\x20件','epub.title':'EPUB\x20電子書籍','epub.previousPage':'前へ','epub.nextPage':'次へ','epub.loading':L(0x15a),'epub.chapterFallback':L(0x14c),'epub.renderIncomplete':L(0x1c6),'umd.title':'UMD\x20電子書籍','umd.previousChapter':'前の章','umd.nextChapter':L(0x171),'umd.loading':'UMD\x20を解析しています...','umd.emptyContent':'読み取り可能な本文を解析できませんでした','umd.chapterFallback':'第\x20{index}\x20章','umd.galleryFallback':'ギャラリー\x20{index}','umd.warningBodyTooShort':'UMD\x20本文が宣言された長さより短く、不完全な可能性があります','umd.error.unexpectedEnd':'UMD\x20構造が不完全で、予期せず終了しました','umd.error.invalidFile':L(0x161),'typst.summaryRenderer':L(0x1b9),'typst.pageSummary.empty':'0\x20ページ','typst.pageSummary.ready':'{count}\x20ページ\x20/\x20{width}\x20x\x20{height}\x20pt','typst.status.compiling':'コンパイル中','typst.status.failed':'コンパイル失敗','typst.status.rendered':'レンダリング済み','typst.loading.title':'Typst\x20を解析しています','typst.loading.hint':'コンパイラーを読み込み、ページプレビューを生成しています...','typst.error.title':L(0x1c7),'typst.error.timeout':'Typst\x20WASM\x20/\x20フォントの読み込みまたはコンパイルが\x20{seconds}\x20秒を超えました','typst.error.timeoutHint':'Typst\x20compiler\x20WASM、renderer\x20WASM、フォントディレクトリのダウンロード速度とキャッシュ戦略を確認してください。低速回線やリージョンをまたぐ配信では\x20options.typst.renderTimeoutMs\x20を増やしてください。','typst.error.assetHint':L(0x177),'typst.error.svgParseFailed':'Typst\x20SVG\x20の解析に失敗しました','typst.error.wasmLoadFailed':'Typst\x20WASM\x20の読み込みに失敗しました','xmind.toolbar.zoomOut':'縮小','xmind.toolbar.zoomIn':'拡大','xmind.toolbar.fit':'全体表示','xmind.toolbar.fitTitle':L(0x20c),'xmind.state.loading':'XMind\x20マインドマップを解析しています...','xmind.stats.nodes':'ノード','xmind.stats.depth':'深さ','xmind.stats.theme':'テーマ','xmind.stats.template':'テンプレート','xmind.badge.paused':'一時停止','xmind.badge.collapsed':'折りたたみ','xmind.badge.floating':'フローティング','xmind.badge.summary':L(0x1c3),'xmind.badge.callout':'吹き出し','xmind.imageResource':L(0x14a),'xmind.error.unrecognized':L(0x1d9),'xmind.error.noCanvas':'この\x20XMind\x20ファイルにはプレビュー可能なキャンバスがありません','cad.toolbar.fit':L(0x1e3),'cad.toolbar.zoomOut':'縮小','cad.toolbar.zoomIn':'拡大','cad.layers.title':L(0x1cb),'cad.layers.count':'{count}\x20件','cad.layers.merged':'{name}(同名レイヤー\x20{count}\x20件を統合)','cad.inspector.title':'構造','cad.inspector.entities':'エンティティ','cad.inspector.blocks':'ブロック','cad.inspector.pages':'ページ','cad.inspector.drawn':L(0x1bb),'cad.state.loadingViewer':L(0x201),'cad.state.parsing':'CAD\x20を解析しています...','cad.error.parseFailed':L(0x1e7),'image.alt':'画像','image.toolbar.rotation':'画像の回転','image.toolbar.rotateLeft':'画像を左に回転','image.toolbar.rotateRight':'画像を右に回転','image.lightbox.alt':'画像プレビュー','image.lightbox.close':'画像プレビューを閉じる','gitBundle.error.invalid':'有効な\x20Git\x20bundle\x20ファイルではありません。','gitBundle.error.missingPack':'Git\x20bundle\x20ヘッダーの後に\x20PACK\x20データがありません。','gitBundle.notice.delta':'この\x20bundle\x20には\x20delta\x20圧縮オブジェクトが含まれています。ビューアーは一般的な\x20OFS_DELTA\x20/\x20REF_DELTA\x20をブラウザー内で解決します。ファイルが不足する場合は、bundle\x20が非常に大きい、オブジェクト数が多い、または外部\x20prerequisite\x20が必要な可能性があります。','gitBundle.title.history':'履歴','gitBundle.title.fileTree':'ファイルツリー','gitBundle.file.choose':'確認するファイルを選択','gitBundle.file.noTree':L(0x14b),'gitBundle.file.none':'解析済みファイルはありません','gitBundle.history.empty':L(0x163),'gitBundle.toolbar.summary':'{commits}\x20コミット\x20·\x20{files}\x20ファイル','gitBundle.meta.bundle':'Bundle','gitBundle.meta.refs':'Refs','gitBundle.meta.commits':'コミット','gitBundle.meta.objects':'オブジェクト','gitBundle.meta.deltas':'Delta','gitBundle.meta.objectFormat':'オブジェクト形式','gitBundle.meta.objectTypes':'オブジェクト種類','geo.error.unrecognized':L(0x216),'geo.error.xmlParseFailed':'XML\x20の解析に失敗しました','geo.error.unsupported':'.{type}\x20地理空間形式には対応していません','geo.title':'地理空間データプレビュー','geo.featureCount':'フィーチャー数','geo.bounds':'範囲','geo.geometryTypes':L(0x153),'geo.aria':'地理空間\x20SVG\x20プレビュー','geo.loading':L(0x1a7),'geo.projection':'座標系','geo.engine':'レンダラー','geo.basemap':'ベースマップ','geo.basemap.offline':'オフライン空ベースマップ','geo.basemap.custom':'カスタムタイル','geo.engine.maplibre':'MapLibre\x20ベクターマップ','geo.engine.svg':'SVG\x20フォールバック','geo.error.projection':'地理座標の変換に失敗しました:{reason}','geo.action.fit':'範囲に合わせる','model.toolbar.fit':L(0x1e3),'model.toolbar.rotate':'回転','model.toolbar.wireframe':L(0x1d1),'model.toolbar.grid':'グリッド','model.toolbar.axes':'軸','model.state.loadingSummary':'モデルを読み込んでいます','model.state.loading':L(0x130),'model.state.loaded':'モデルを読み込みました','model.state.parseFailed':'モデルの解析に失敗しました','model.summary.meshes':'{count}\x20メッシュ','model.summary.points':'{count}\x20点群','model.error.daeEmpty':'DAE\x20モデルに有効なシーンがありません','model.error.unsupported':L(0x141),'model.error.parseFailed':'{type}\x20モデルの解析に失敗しました','model.notice.signature':'ファイルシグネチャを検出しました:{signature}。','loading.generic.label':'ファイル内容','loading.generic.hint':'内容構造とプレビューを準備しています。','loading.word.label':L(0x12e),'loading.word.hint':'文書構造、テキストスタイル、レイアウトを準備しています。','loading.wordWorker.hint':L(0x16e),'loading.sheet.label':'Excel\x20ワークブック','loading.sheet.hint':'ワークシート、スタイル、ビューポートデータを準備しています。','loading.csv.label':'表形式データ','loading.csv.hint':'行、列、基本スタイルを準備しています。','loading.presentation.label':'PowerPoint\x20プレゼンテーション','loading.presentation.hint':'スライドレイアウトとメディア内容を構築しています。','loading.pdf.label':'PDF\x20文書','loading.pdf.hint':'ページ画像、テキストレイヤー、ズーム表示を読み込んでいます。','loading.ofd.label':'OFD\x20レイアウト文書','loading.ofd.hint':'OFD\x20ページとレイアウトオブジェクトを解析しています。','loading.archive.label':L(0x13b),'loading.archive.hint':L(0x186),'loading.email.label':'メールファイル','loading.email.hint':'メールヘッダー、本文、添付ファイルを解析しています。','loading.msg.hint':'Outlook\x20メッセージと添付ファイルを解析しています。','loading.eda.label':'EDA\x20ファイル','loading.eda.hint':'EDA\x20コンテナ構造とプロパティを読み込んでいます。','loading.cad.label':'CAD\x20図面','loading.cad.hint':'CAD\x20レイヤー、ジオメトリ、キャンバス表示を準備しています。','loading.dwg.hint':'Worker\x20で\x20DWG\x20ジオメトリと\x20LibreDWG\x20WASM\x20を読み込んでいます。','loading.dwf.hint':'ネイティブ\x20DWF\x20レンダラーと\x20W2D/W3D\x20グラフィックスを読み込んでいます。','loading.dwfx.hint':'ネイティブ\x20DWFx/XPS\x20レンダラーとページグラフィックスを読み込んでいます。','loading.xps.hint':'ネイティブ\x20XPS\x20レンダラーと埋め込みフォントを読み込んでいます。','loading.drawio.label':L(0x137),'loading.drawio.hint':L(0x21a),'loading.excalidraw.label':'Excalidraw\x20シーン','loading.excalidraw.hint':'手描き要素を解析し、安全な\x20SVG\x20を生成しています。','loading.epub.label':'EPUB\x20電子書籍','loading.epub.hint':L(0x1eb),'loading.umd.label':'UMD\x20電子書籍','loading.umd.hint':L(0x1e9),'loading.image.label':'画像ファイル','loading.image.hint':L(0x1f9),'loading.video.label':'動画ファイル','loading.video.hint':'メディアリソースとプレーヤーを準備しています。','loading.audio.label':'音声ファイル','loading.audio.hint':'音声リソースと再生コントロールを準備しています。'},l='zh-CN',u='en-US',d=Object['freeze']({'zh-CN':{'toolbar.zoomGroup':'缩放控制','toolbar.zoomOut':L(0x1fc),'toolbar.zoomIn':'放大预览','toolbar.zoomReset':'还原比例','toolbar.download':'下载','toolbar.downloadTitle':'下载原始文件','toolbar.print':'打印','toolbar.printTitle':'打印完整渲染内容','toolbar.printDirect':'直接打印','toolbar.printMask':L(0x16c),'toolbar.printMaskTitle':'遮盖敏感区域或上传印章后再打印','toolbar.printMaskAdd':'添加掩膜','toolbar.printMaskClear':'清空','toolbar.printMaskCancel':'取消','toolbar.printMaskConfirm':'确认打印','toolbar.printMaskHint':L(0x1e5),'toolbar.printStampUpload':'上传印章','toolbar.printStampRemove':'删除印章','toolbar.printStampResize':'缩放印章','toolbar.exportHtml':'HTML','toolbar.exportHtmlTitle':'导出当前渲染后的\x20HTML','toolbar.search':'搜索','toolbar.searchPlaceholder':'搜索文档','toolbar.searchPrevious':L(0x1ef),'toolbar.searchNext':'下一个匹配','toolbar.searchClear':'清除搜索','toolbar.theme':'主题','toolbar.themeToLight':L(0x1a2),'toolbar.themeToDark':'切换为深色模式','state.ready.title':'预览完成','state.ready.message':'文件内容已完成渲染。','state.empty.title':'暂无文件','state.empty.message':'请选择文件或提供可访问的文件地址后开始预览。','state.unsupported.install.title':'需要装配预览能力','state.unsupported.install.message':'{extension}\x20格式已在支持矩阵中,但当前项目尚未装配\x20{rendererLabel}\x20renderer。','state.unsupported.install.description':'推荐安装\x20{presetPackage},通过\x20options.preset\x20/\x20options.renderers\x20注入对应能力{rendererTip};Vite\x20项目也可以使用\x20@file-viewer/vite-plugin\x20自动发现已安装\x20preset。','state.unsupported.title':'暂不支持在线预览','state.unsupported.message':'不支持{extension}格式的在线预览,请下载后预览或转换为支持的格式。','state.unsupported.description':'支持\x20Office、PDF、OFD、Typst、压缩包、邮件、OLB/DRA、CAD、地理数据、3D\x20模型、Excalidraw、draw.io、EPUB、UMD、Markdown、代码/文本、图片、音视频、字体和数据资产的在线预览','state.error.title':'预览失败','preview.downloading':'正在下载文件资源...','preview.streamingPdf':'正在建立\x20PDF\x20流式预览...','preview.reading':L(0x1d5),'error.download':L(0x16d),'error.print':'打印失败','error.exportHtml':L(0x1c2),'error.noDownloadSource':'当前没有可下载的源文件','error.noExportContent':'当前没有可导出的预览内容','error.printUnavailable':'当前文件类型不支持完整打印,请下载原文件后在本地应用中打印','error.printWindowBlocked':'浏览器拦截了打印窗口','error.remoteDownload':L(0x20e),'error.localRead':L(0x15b),'error.load':'加载文件异常','error.stream':'加载\x20PDF\x20流式预览异常','error.beforeOperation':L(0x1cd),'error.unknown':'未知错误','error.blobUnavailable':'当前运行环境不支持\x20Blob,无法读取文件内容。','error.sourceUnsupported':'不支持当前文件来源输入。','error.fileReadArrayBuffer':'读取文件二进制内容失败。','error.fileReadDataUrl':'读取文件\x20Data\x20URL\x20失败。','error.fileReadText':L(0x1f4),'error.imageDataUrlRead':'读取图片数据失败。','operation.download':L(0x200),'operation.print':'打印完整渲染内容','operation.exportHtml':'导出渲染\x20HTML','operation.zoomIn':'放大预览','operation.zoomOut':'缩小预览','operation.zoomReset':'还原预览比例','pdf.toolbar.toggleNavigation':L(0x21e),'pdf.toolbar.previousPage':L(0x218),'pdf.toolbar.nextPage':'下一页','pdf.toolbar.fitWidth':L(0x145),'pdf.toolbar.zoomOut':'缩小','pdf.toolbar.zoomIn':'放大','pdf.toolbar.rotateLeft':'向左旋转','pdf.toolbar.rotateRight':'向右旋转','pdf.nav.typeLabel':'PDF\x20导航类型','pdf.nav.pagesTab':'页面','pdf.nav.outlineTab':'目录','pdf.nav.pagesTitle':'页面导航','pdf.nav.outlineTitle':'目录导航','pdf.nav.pageCount':L(0x1b3),'pdf.nav.itemCount':L(0x16f),'pdf.nav.pageLabel':L(0x19a),'pdf.nav.outlineEmpty':L(0x1f3),'pdf.nav.outlineFallbackTitle':'目录\x20{index}','pdf.thumbnail.alt':'第\x20{page}\x20页缩略图','pdf.state.loading':'正在加载\x20PDF...','pdf.error.browserWindow':'PDF\x20预览需要浏览器窗口','pdf.error.missingSource':'PDF\x20缺少可读取的数据源','pdf.error.loadFailed':'PDF\x20加载失败','pdf.error.notLoaded':'PDF\x20尚未加载完成,请稍后再试','pdf.error.unloaded':'PDF\x20已卸载,无法继续打印','pdf.error.canvasUnavailable':'当前浏览器无法创建\x20PDF\x20打印画布','pdf.export.pageTitle':'{title}\x20-\x20第\x20{page}\x20页','spreadsheet.loading.kicker':'Excel\x20表格','spreadsheet.loading.title':'正在解析\x20Excel\x20工作簿','spreadsheet.loading.hint':'正在准备工作表、样式和大数据视口,请稍候。','spreadsheet.loading.streaming':'正在平滑补充可视区数据','spreadsheet.tabs.ariaLabel':'工作表列表','spreadsheet.state.parsingWorkbook':'正在解析\x20Excel\x20工作簿,请耐心等待...','spreadsheet.state.preparingSheet':'正在准备工作表内容...','spreadsheet.state.preparingSheetNamed':'正在准备「{name}」...','spreadsheet.state.cachedRows':'已缓存\x20{cached}\x20/\x20{total}\x20行','spreadsheet.state.rows':'共\x20{rows}\x20行,按视口预取平滑加载','spreadsheet.state.rowsAndColumns':'共\x20{rows}\x20行,{cols}\x20列,按视口预取平滑加载','spreadsheet.error.parseFailed':'Excel\x20解析失败','spreadsheet.error.workerFailed':L(0x13e),'word.error.invalidDocx':'文件不是有效的\x20DOCX/OOXML\x20压缩包,可能下载不完整或被服务端错误内容替换,请重新上传或检查文件源。','word.error.missingOdfContent':'ODF\x20文件缺少\x20content.xml。','word.error.odfXmlParseFailed':'ODF\x20XML\x20解析失败。','word.title.rtf':'RTF\x20文档预览','word.title.openDocumentPresentation':'OpenDocument\x20演示文稿预览','word.title.openDocumentText':L(0x156),'word.page.fallback':L(0x19a),'word.page.empty':'该页没有可提取文本','word.body':'正文','word.body.empty':'没有提取到可读文本','ofd.toolbar.pageNavigation':'OFD\x20分页导航','ofd.toolbar.documentPages':L(0x214),'ofd.toolbar.previousPage':L(0x218),'ofd.toolbar.nextPage':'下一页','ofd.toolbar.pageStatus':'第\x20{current}\x20页,共\x20{total}\x20页','ofd.toolbar.noPages':'暂无可用页面','ofd.state.loading':'正在解析\x20OFD...','ofd.error.empty':'OFD\x20文件中没有可渲染的文档','ofd.error.parseFailed':'OFD\x20文件解析失败','presentation.state.loading':'正在解析\x20PPTX...','presentation.error.title':L(0x1e4),'presentation.error.parseFailed':'PPTX\x20解析失败','presentation.ppt.state.loading':'正在解析\x20PowerPoint\x2097–2003...','presentation.ppt.error.title':'PPT\x20预览失败','presentation.ppt.error.parseFailed':'无法解析这个\x20PPT\x20文件。','presentation.ppt.error.assetHint':'请检查\x20@file-viewer/ppt\x20模块、pptWasmUrl、application/wasm\x20MIME\x20类型、Web\x20Crypto\x20和\x20CSP\x20配置。','archive.error.nestedUnsupported':L(0x197),'archive.loading.readingDirectory':'正在读取压缩包目录...','archive.loading.readingDirectoryHint':'大文件会在\x20Worker\x20中解析,避免阻塞主线程。','archive.search.placeholder':L(0x1ac),'archive.sidebar.hide':'隐藏压缩包文件列表','archive.sidebar.show':'显示压缩包文件列表','archive.preview.title':'压缩包内预览','archive.preview.chooseFile':'请选择一个文件','archive.preview.downloadFile':L(0x1f7),'archive.error.title':'压缩包预览提示','archive.stats.summary':L(0x169),'archive.warning.encrypted':'检测到加密内容,输入正确密码后即可预览;密码仅在当前会话中传递给\x20libarchive\x20Worker。','archive.password.title':L(0x1b2),'archive.password.description':'该压缩包包含加密内容,需要密码才能继续读取目录或预览内部文件。','archive.password.placeholder':'压缩包密码','archive.password.invalid':'密码不正确或无法解密,请重新输入。','archive.password.required':'请输入密码后继续。','archive.password.cancel':'取消','archive.password.confirm':'解锁预览','archive.error.passwordRequired':L(0x170),'archive.error.encryptedRequiresWorker':'该压缩包包含加密内容,需要发布\x20libarchive\x20Worker/WASM\x20后才能在线解密预览。','archive.empty.title':'选择左侧文件即可预览','archive.empty.message':L(0x152),'archive.loading.initializingCandidate':L(0x13d),'archive.loading.initializingCandidateHint':'如果当前服务器没有正确发布\x20Worker/WASM,会自动切换兼容模式。','archive.error.candidateInitTimeout':L(0x199),'archive.error.encryptedCheckTimeout':L(0x17e),'archive.loading.directoryReadyHint':'目录读取完成后,点击内部文件才会按需解压。','archive.error.candidateReadTimeout':L(0x15e),'archive.loading.workerFallback':L(0x1bd),'archive.loading.workerFallbackHint':L(0x178),'archive.notice.workerFallback':'当前环境的\x20libarchive\x20Worker\x20未能启动,已自动切换到\x20ZIP/TAR/GZIP\x20兼容模式。RAR、7z\x20等格式仍建议发布\x20vendor/libarchive/worker-bundle.js\x20与\x20libarchive.wasm。','archive.error.tooLarge':'压缩包体积\x20{size}\x20超过安全上限\x20{limit},请下载后在本地解压。','archive.loading.initializingWorker':L(0x15d),'archive.loading.initializingWorkerHint':'大文件会在\x20Worker\x20中解析,避免阻塞主线程。','archive.error.workerInitFailed':'压缩包\x20Worker\x20初始化失败','archive.error.workerUnsupported':'当前浏览器不支持\x20Web\x20Worker。','archive.error.indexedDbUnavailable':'IndexedDB\x20不可用','archive.error.entryTooLarge':'压缩包内文件\x20{name}\x20体积\x20{size}\x20超过预览上限\x20{limit}。','archive.loading.extracting':'正在按需解压\x20{name}...','archive.loading.rendering':'正在渲染\x20{name}...','archive.loading.exporting':'正在导出\x20{name}...','media.audio.title':'音频预览','media.audio.description':'使用浏览器原生播放器打开,兼容性取决于当前浏览器支持的音频编码。','media.audio.unsupported':'当前浏览器不支持音频播放。','media.video.title':'视频预览','media.video.unsupported':'当前浏览器不支持该视频格式。','media.video.hlsHint':'HLS\x20会优先使用原始\x20URL\x20加载分片;如果传入的是本地单文件清单,请确保分片地址可被浏览器访问。','media.midi.title':'MIDI\x20文件','media.midi.loading':'正在解析\x20MIDI\x20轨道...','media.midi.trackHeader':'轨道','media.midi.instrumentHeader':'乐器','media.midi.channelHeader':'通道','media.midi.noteCountHeader':'音符数','media.midi.durationHeader':'时长','media.midi.durationStat':'时长','media.midi.trackStat':'轨道','media.midi.noteStat':'音符','media.midi.parseFailed':'MIDI\x20解析失败','email.mbox.subject':'{filename}\x20·\x20第\x201\x20封','email.mbox.summary':'MBOX\x20共识别\x20{count}\x20封邮件,当前展示第\x201\x20封。','email.error.title':L(0x154),'email.meta.from':'发件人','email.meta.to':'收件人','email.meta.cc':'抄送','email.meta.date':'时间','email.tabs.text':'正文','email.tabs.headers':'头信息','email.attachments.title':'附件','email.attachments.empty':'暂无附件','email.attachments.download':'下载附件','email.attachments.opening':'正在打开附件\x20{name}...','email.attachments.nestedUnavailable':'当前运行环境未提供附件嵌套预览入口,请下载\x20{name}\x20后查看。','email.loading.parsing':'正在解析邮件...','data.font.sample':'Flyfish\x20Viewer\x20轻量预览\x20AaBbCc\x201234567890','data.error.fontFaceUnsupported':'当前浏览器不支持\x20FontFace\x20API','data.title.font':L(0x14d),'data.title.sqlite':'SQLite\x20数据库预览','data.title.parquet':L(0x164),'data.title.avro':'Avro\x20对象容器预览','data.title.wasm':'WebAssembly\x20模块预览','data.title.eps':'EPS\x20矢量文件摘要','data.title.ai':'Illustrator\x20文件摘要','data.title.webarchive':'WebArchive\x20摘要预览','data.title.summary':'数据资产摘要','data.label.format':'格式','data.label.size':'大小','data.label.rendering':'渲染方式','data.label.objects':'对象数','data.label.sampleTable':'示例表','data.label.rows':'行数','data.label.columns':'列数','data.label.sampleRows':'示例行','data.label.imports':'导入','data.label.exports':'导出','data.label.magic':'Magic','data.label.note':'说明','data.label.container':'容器','data.value.schemaRead':'已读取','data.value.schemaUnread':'未读取','data.note.aiSummary':'非\x20PDF-compatible\x20AI\x20按摘要展示','data.note.postscriptSummary':'PostScript\x20摘要展示','data.note.webarchive':'安全提取可读片段,不执行网页脚本','data.image.alt':'资产预览','psd.title':'PSD\x20图层预览','psd.action.fit':'适合','psd.action.showAll':'全显','psd.action.hideAll':'全隐','psd.layers.title':'图层','psd.layers.redrawable':'{count}\x20可重绘','psd.layers.empty':'未发现可展示图层,使用合成图预览。','psd.layers.hidden':'隐藏','drawing.error.viewerLoadFailed':L(0x1a9),'drawing.error.excalidrawEmpty':'Excalidraw\x20文件中没有可预览图元','drawing.error.excalidrawTimeout':L(0x1df),'drawing.error.drawioParseFailed':'Draw.io\x20XML\x20解析失败:{message}','drawing.error.drawioNoModel':'当前\x20Draw.io\x20文件没有可直接渲染的\x20mxGraphModel。','drawing.error.drawioNoElements':'当前\x20Draw.io\x20文件没有可预览图元。','drawing.error.viewerInitFailed':'diagrams.net\x20viewer\x20未正确初始化','drawing.error.drawioTimeout':'diagrams.net\x20官方\x20Viewer\x20加载超时,自动切换本地\x20SVG\x20预览','drawing.error.svgParseFailed':'SVG\x20解析失败','drawing.error.plantumlRenderFailed':'PlantUML\x20SVG\x20渲染失败:{status}','drawing.title.excalidraw':'Excalidraw\x20SVG\x20预览','drawing.title.mermaid':'Mermaid\x20SVG\x20预览','drawing.title.plantuml':'PlantUML\x20SVG\x20预览','drawing.title.drawio':'Draw.io\x20离线\x20SVG\x20预览','drawing.toolbar.zoomOut':'缩小','drawing.toolbar.zoomIn':'放大','drawing.toolbar.fit':'适合','drawing.toolbar.fitWidth':'适合宽度','drawing.state.loading':'正在加载绘图预览...','text.code.loadingHighlight':'正在加载高亮...','text.code.indexingLargeFile':'正在建立大文件索引\x20{progress}%','text.code.virtualized':L(0x1f8),'text.code.firstSegment':'首段','text.code.previousSegment':'上一段','text.code.nextSegment':'下一段','text.code.lastSegment':'末段','ebook.toc':'目录','ebook.reading':'阅读中','ebook.itemCount':'{count}\x20项','epub.title':'EPUB\x20电子书','epub.previousPage':'上一页','epub.nextPage':'下一页','epub.loading':'正在解析\x20EPUB...','epub.chapterFallback':'章节\x20{index}','epub.renderIncomplete':'EPUB\x20正文渲染未完成,请刷新后重试','umd.title':'UMD\x20电子书','umd.previousChapter':'上一章','umd.nextChapter':'下一章','umd.loading':L(0x198),'umd.emptyContent':'未解析到正文内容','umd.chapterFallback':L(0x1af),'umd.galleryFallback':'图集\x20{index}','umd.warningBodyTooShort':'UMD\x20正文长度小于声明长度,文件可能不完整','umd.error.unexpectedEnd':L(0x1cf),'umd.error.invalidFile':'不是有效的\x20UMD\x20电子书文件','typst.summaryRenderer':L(0x1c5),'typst.pageSummary.empty':'0\x20页','typst.pageSummary.ready':'{count}\x20页\x20/\x20{width}\x20x\x20{height}\x20pt','typst.status.compiling':L(0x20a),'typst.status.failed':'编译失败','typst.status.rendered':'已渲染','typst.loading.title':'正在解析\x20Typst','typst.loading.hint':'加载编译器并生成页面预览...','typst.error.title':'Typst\x20渲染失败','typst.error.timeout':L(0x16a),'typst.error.timeoutHint':'请检查\x20Typst\x20compiler\x20WASM、renderer\x20WASM、字体目录的下载速度和缓存策略;弱网或跨境部署可通过\x20options.typst.renderTimeoutMs\x20调大浏览器端加载/编译超时。','typst.error.assetHint':'Typst\x20需要本地\x20compiler\x20/\x20renderer\x20WASM\x20和字体目录。请运行\x20file-viewer-copy-assets,或配置\x20options.typst.compilerWasmUrl\x20/\x20options.typst.rendererWasmUrl\x20/\x20options.typst.fontAssetsUrl,并确认服务器以\x20application/wasm\x20返回\x20WASM。','typst.error.svgParseFailed':'Typst\x20SVG\x20解析失败','typst.error.wasmLoadFailed':'Typst\x20WASM\x20加载失败','xmind.toolbar.zoomOut':'缩小','xmind.toolbar.zoomIn':'放大','xmind.toolbar.fit':'适合','xmind.toolbar.fitTitle':'适配画布','xmind.state.loading':'正在解析\x20XMind\x20脑图...','xmind.stats.nodes':'节点','xmind.stats.depth':'层级','xmind.stats.theme':'主题','xmind.stats.template':'模板','xmind.badge.paused':'暂停','xmind.badge.collapsed':'折叠','xmind.badge.floating':'浮动','xmind.badge.summary':'概要','xmind.badge.callout':'标注','xmind.imageResource':'图片资源:\x20{name}','xmind.error.unrecognized':'无法识别\x20XMind\x20文件:\x20ZIP\x20中未找到\x20content.json\x20或\x20content.xml','xmind.error.noCanvas':'XMind\x20文件中没有可预览的画布','cad.toolbar.fit':'适配','cad.toolbar.zoomOut':'缩小','cad.toolbar.zoomIn':'放大','cad.layers.title':'图层','cad.layers.count':'{count}\x20项','cad.layers.merged':'{name}(已合并\x20{count}\x20个同名图层)','cad.inspector.title':'结构','cad.inspector.entities':'实体','cad.inspector.blocks':'块','cad.inspector.pages':'页面','cad.inspector.drawn':'绘制','cad.state.loadingViewer':'正在加载\x20CAD\x20预览器...','cad.state.parsing':'正在解析\x20CAD...','cad.error.parseFailed':'CAD\x20文件解析失败','image.alt':'图片','image.toolbar.rotation':'图片旋转','image.toolbar.rotateLeft':'向左旋转图片','image.toolbar.rotateRight':'向右旋转图片','image.lightbox.alt':'图片预览','image.lightbox.close':'关闭图片预览','gitBundle.error.invalid':'当前文件不是标准\x20Git\x20bundle。','gitBundle.error.missingPack':'Git\x20bundle\x20header\x20后未找到\x20PACK\x20数据。','gitBundle.notice.delta':'当前\x20bundle\x20包含\x20delta\x20压缩对象。预览器已在浏览器端解析常规\x20OFS_DELTA\x20/\x20REF_DELTA;若仍有缺失文件,通常是包体过大、对象过多或依赖外部\x20prerequisite。','gitBundle.title.history':'历史记录','gitBundle.title.fileTree':L(0x196),'gitBundle.file.choose':'选择文件查看内容','gitBundle.file.noTree':L(0x175),'gitBundle.file.none':'未解析到文件','gitBundle.history.empty':L(0x18c),'gitBundle.toolbar.summary':L(0x1dc),'gitBundle.meta.bundle':'Bundle','gitBundle.meta.refs':'Refs','gitBundle.meta.commits':'Commits','gitBundle.meta.objects':'Objects','gitBundle.meta.deltas':L(0x12f),'gitBundle.meta.objectFormat':'Object\x20format','gitBundle.meta.objectTypes':'Object\x20types','geo.error.unrecognized':'无法识别的\x20GeoJSON\x20数据','geo.error.xmlParseFailed':'XML\x20解析失败','geo.error.unsupported':'不支持\x20.{type}\x20地理格式','geo.title':'地理数据预览','geo.featureCount':'要素数','geo.bounds':'范围','geo.geometryTypes':'几何类型','geo.aria':'地理数据\x20SVG\x20预览','geo.loading':'正在解析地理数据...','geo.projection':'坐标系','geo.engine':'渲染引擎','geo.basemap':'底图','geo.basemap.offline':'离线空底图','geo.basemap.custom':'自定义瓦片','geo.engine.maplibre':'MapLibre\x20矢量地图','geo.engine.svg':'SVG\x20后备预览','geo.error.projection':'地理坐标转换失败:{reason}','geo.action.fit':L(0x1a6),'model.toolbar.fit':'适配','model.toolbar.rotate':'旋转','model.toolbar.wireframe':'线框','model.toolbar.grid':'网格','model.toolbar.axes':'坐标','model.state.loadingSummary':'正在加载模型','model.state.loading':'正在解析\x203D\x20模型...','model.state.loaded':'模型已加载','model.state.parseFailed':L(0x207),'model.summary.meshes':'{count}\x20个网格','model.summary.points':'{count}\x20个点云','model.error.daeEmpty':'DAE\x20模型未解析出有效场景','model.error.unsupported':'暂不支持\x20.{type}\x20模型格式','model.error.parseFailed':'{type}\x20模型解析失败','model.notice.signature':L(0x1f0),'loading.generic.label':'文件内容','loading.generic.hint':'正在整理内容结构并生成预览。','loading.word.label':'Word\x20文档','loading.word.hint':'正在准备分页、文本样式和文档结构。','loading.wordWorker.hint':'正在通过\x20Worker\x20准备文档结构、文本样式和分页结果。','loading.sheet.label':'Excel\x20表格','loading.sheet.hint':'正在准备工作表、样式和可视区数据。','loading.csv.label':'表格数据','loading.csv.hint':L(0x184),'loading.presentation.label':'PPT\x20演示文稿','loading.presentation.hint':'正在构建幻灯片布局和媒体内容。','loading.pdf.label':L(0x17d),'loading.pdf.hint':'正在载入页面位图、文本层和缩放视图。','loading.ofd.label':L(0x1d3),'loading.ofd.hint':L(0x1ad),'loading.archive.label':'压缩包','loading.archive.hint':'正在启动\x20Worker\x20并读取压缩包目录。','loading.email.label':'邮件文件','loading.email.hint':'正在解析邮件头、正文和附件。','loading.msg.hint':'正在解析\x20Outlook\x20邮件和附件。','loading.eda.label':'EDA\x20文件','loading.eda.hint':'正在读取\x20EDA\x20容器结构和可读属性。','loading.cad.label':L(0x1f5),'loading.cad.hint':'正在准备\x20CAD\x20图层、几何对象和画布视图。','loading.dwg.hint':'正在通过\x20Worker\x20加载\x20DWG\x20几何和\x20LibreDWG\x20WASM。','loading.dwf.hint':'正在加载\x20DWF\x20native\x20renderer\x20与\x20W2D/W3D\x20图形。','loading.dwfx.hint':'正在加载\x20DWFx/XPS\x20native\x20renderer\x20与页面图形。','loading.xps.hint':'正在加载\x20XPS\x20native\x20renderer\x20与嵌入字体。','loading.drawio.label':'draw.io\x20图纸','loading.drawio.hint':'正在解析图元、连线和\x20SVG\x20预览。','loading.excalidraw.label':'Excalidraw\x20图纸','loading.excalidraw.hint':'正在解析手绘图元并生成安全\x20SVG。','loading.epub.label':'EPUB\x20电子书','loading.epub.hint':L(0x20b),'loading.umd.label':'UMD\x20电子书','loading.umd.hint':'正在解析移动电子书结构、目录和压缩正文。','loading.image.label':'图片文件','loading.image.hint':'正在解码像素数据并生成预览。','loading.video.label':'视频文件','loading.video.hint':'正在准备媒体资源和播放组件。','loading.audio.label':'音频文件','loading.audio.hint':'正在准备音频资源和播放控件。'},'en-US':{'toolbar.zoomGroup':L(0x206),'toolbar.zoomOut':'Zoom\x20out','toolbar.zoomIn':'Zoom\x20in','toolbar.zoomReset':L(0x1bf),'toolbar.download':'Download','toolbar.downloadTitle':'Download\x20the\x20original\x20file','toolbar.print':'Print','toolbar.printTitle':'Print\x20the\x20complete\x20rendered\x20document','toolbar.printDirect':L(0x157),'toolbar.printMask':'Mask\x20/\x20stamp\x20&\x20print','toolbar.printMaskTitle':'Cover\x20sensitive\x20areas\x20or\x20add\x20a\x20stamp\x20before\x20printing','toolbar.printMaskAdd':L(0x217),'toolbar.printMaskClear':'Clear','toolbar.printMaskCancel':'Cancel','toolbar.printMaskConfirm':'Print','toolbar.printMaskHint':'Draw\x20cover\x20blocks,\x20or\x20upload\x20a\x20stamp\x20and\x20drag\x20or\x20resize\x20it.','toolbar.printStampUpload':L(0x132),'toolbar.printStampRemove':L(0x17c),'toolbar.printStampResize':L(0x20d),'toolbar.exportHtml':'HTML','toolbar.exportHtmlTitle':'Export\x20the\x20rendered\x20HTML','toolbar.search':'Search','toolbar.searchPlaceholder':'Search\x20document','toolbar.searchPrevious':L(0x1ba),'toolbar.searchNext':'Next\x20match','toolbar.searchClear':'Clear\x20search','toolbar.theme':'Theme','toolbar.themeToLight':'Switch\x20to\x20light\x20mode','toolbar.themeToDark':'Switch\x20to\x20dark\x20mode','state.ready.title':'Preview\x20ready','state.ready.message':'The\x20file\x20has\x20been\x20rendered.','state.empty.title':L(0x1de),'state.empty.message':'Choose\x20a\x20file\x20or\x20provide\x20an\x20accessible\x20URL\x20to\x20start\x20previewing.','state.unsupported.install.title':'Preview\x20capability\x20required','state.unsupported.install.message':'{extension}\x20is\x20in\x20the\x20supported\x20matrix,\x20but\x20{rendererLabel}\x20renderer\x20is\x20not\x20assembled\x20in\x20this\x20project.','state.unsupported.install.description':'Install\x20{presetPackage}\x20and\x20pass\x20the\x20capability\x20through\x20options.preset\x20/\x20options.renderers{rendererTip}.\x20Vite\x20projects\x20can\x20also\x20use\x20@file-viewer/vite-plugin\x20to\x20auto-discover\x20installed\x20presets.','state.unsupported.title':'Online\x20preview\x20is\x20not\x20supported\x20yet','state.unsupported.message':'{extension}\x20cannot\x20be\x20previewed\x20online.\x20Download\x20it\x20or\x20convert\x20it\x20to\x20a\x20supported\x20format.','state.unsupported.description':'Supports\x20online\x20preview\x20for\x20Office,\x20PDF,\x20OFD,\x20Typst,\x20archives,\x20email,\x20OLB/DRA,\x20CAD,\x20geospatial\x20data,\x203D\x20models,\x20Excalidraw,\x20draw.io,\x20EPUB,\x20UMD,\x20Markdown,\x20code/text,\x20images,\x20audio/video,\x20fonts,\x20and\x20structured\x20data\x20assets.','state.error.title':'Preview\x20failed','preview.downloading':'Downloading\x20file\x20resources...','preview.streamingPdf':L(0x140),'preview.reading':'Parsing\x20file\x20content...','error.download':'Download\x20failed','error.print':L(0x159),'error.exportHtml':'HTML\x20export\x20failed','error.noDownloadSource':L(0x1c8),'error.noExportContent':'There\x20is\x20no\x20rendered\x20preview\x20content\x20to\x20export.','error.printUnavailable':L(0x1c0),'error.printWindowBlocked':'The\x20browser\x20blocked\x20the\x20print\x20window.','error.remoteDownload':'File\x20download\x20failed','error.localRead':'Failed\x20to\x20read\x20local\x20file','error.load':'Failed\x20to\x20load\x20file','error.stream':'Failed\x20to\x20load\x20streaming\x20PDF\x20preview','error.beforeOperation':'Before-operation\x20check\x20failed','error.unknown':'Unknown\x20error','error.blobUnavailable':'Blob\x20is\x20not\x20available\x20in\x20the\x20current\x20execution\x20environment.','error.sourceUnsupported':'Unsupported\x20file\x20source\x20input.','error.fileReadArrayBuffer':'Failed\x20to\x20read\x20the\x20file\x20as\x20an\x20ArrayBuffer.','error.fileReadDataUrl':'Failed\x20to\x20read\x20the\x20file\x20as\x20a\x20data\x20URL.','error.fileReadText':'Failed\x20to\x20read\x20the\x20file\x20as\x20text.','error.imageDataUrlRead':L(0x1dd),'operation.download':'Download\x20original\x20file','operation.print':L(0x187),'operation.exportHtml':'Export\x20rendered\x20HTML','operation.zoomIn':L(0x174),'operation.zoomOut':'Zoom\x20out','operation.zoomReset':'Reset\x20preview\x20zoom','pdf.toolbar.toggleNavigation':'Toggle\x20navigation\x20pane','pdf.toolbar.previousPage':'Previous\x20page','pdf.toolbar.nextPage':'Next\x20page','pdf.toolbar.fitWidth':'Fit\x20to\x20width','pdf.toolbar.zoomOut':'Zoom\x20out','pdf.toolbar.zoomIn':'Zoom\x20in','pdf.toolbar.rotateLeft':'Rotate\x20left','pdf.toolbar.rotateRight':'Rotate\x20right','pdf.nav.typeLabel':'PDF\x20navigation\x20type','pdf.nav.pagesTab':'Pages','pdf.nav.outlineTab':'Outline','pdf.nav.pagesTitle':'Page\x20navigation','pdf.nav.outlineTitle':'Outline\x20navigation','pdf.nav.pageCount':'{count}\x20pages','pdf.nav.itemCount':'{count}\x20items','pdf.nav.pageLabel':L(0x165),'pdf.nav.outlineEmpty':'This\x20PDF\x20has\x20no\x20available\x20outline.','pdf.nav.outlineFallbackTitle':L(0x151),'pdf.thumbnail.alt':'Page\x20{page}\x20thumbnail','pdf.state.loading':'Loading\x20PDF...','pdf.error.browserWindow':'PDF\x20preview\x20requires\x20a\x20browser\x20window','pdf.error.missingSource':'PDF\x20has\x20no\x20readable\x20data\x20source','pdf.error.loadFailed':L(0x1ab),'pdf.error.notLoaded':'The\x20PDF\x20is\x20not\x20loaded\x20yet.\x20Please\x20try\x20again\x20later.','pdf.error.unloaded':'The\x20PDF\x20has\x20been\x20unloaded\x20and\x20cannot\x20continue\x20printing.','pdf.error.canvasUnavailable':'This\x20browser\x20cannot\x20create\x20a\x20PDF\x20print\x20canvas.','pdf.export.pageTitle':'{title}\x20-\x20Page\x20{page}','spreadsheet.loading.kicker':'Excel\x20workbook','spreadsheet.loading.title':'Parsing\x20Excel\x20workbook','spreadsheet.loading.hint':L(0x1aa),'spreadsheet.loading.streaming':'Loading\x20visible\x20worksheet\x20data','spreadsheet.tabs.ariaLabel':'Worksheet\x20list','spreadsheet.state.parsingWorkbook':L(0x166),'spreadsheet.state.preparingSheet':'Preparing\x20worksheet\x20content...','spreadsheet.state.preparingSheetNamed':'Preparing\x20“{name}”...','spreadsheet.state.cachedRows':'Cached\x20{cached}\x20/\x20{total}\x20rows','spreadsheet.state.rows':'{rows}\x20rows,\x20loading\x20smoothly\x20by\x20viewport','spreadsheet.state.rowsAndColumns':'{rows}\x20rows,\x20{cols}\x20columns,\x20loading\x20smoothly\x20by\x20viewport','spreadsheet.error.parseFailed':'Failed\x20to\x20parse\x20Excel','spreadsheet.error.workerFailed':'Excel\x20Worker\x20failed','word.error.invalidDocx':'The\x20file\x20is\x20not\x20a\x20valid\x20DOCX/OOXML\x20package.\x20It\x20may\x20be\x20incomplete\x20or\x20replaced\x20by\x20an\x20error\x20response\x20from\x20the\x20server.\x20Upload\x20it\x20again\x20or\x20check\x20the\x20file\x20source.','word.error.missingOdfContent':'The\x20ODF\x20file\x20is\x20missing\x20content.xml.','word.error.odfXmlParseFailed':'Failed\x20to\x20parse\x20ODF\x20XML.','word.title.rtf':'RTF\x20document\x20preview','word.title.openDocumentPresentation':'OpenDocument\x20presentation\x20preview','word.title.openDocumentText':'OpenDocument\x20document\x20preview','word.page.fallback':'Page\x20{page}','word.page.empty':'No\x20extractable\x20text\x20on\x20this\x20page','word.body':'Body','word.body.empty':'No\x20readable\x20text\x20was\x20extracted','ofd.toolbar.pageNavigation':L(0x212),'ofd.toolbar.documentPages':'OFD\x20document\x20pages','ofd.toolbar.previousPage':'Previous\x20page','ofd.toolbar.nextPage':'Next\x20page','ofd.toolbar.pageStatus':'Page\x20{current}\x20of\x20{total}','ofd.toolbar.noPages':'No\x20pages\x20available','ofd.state.loading':L(0x17f),'ofd.error.empty':'The\x20OFD\x20file\x20has\x20no\x20renderable\x20document.','ofd.error.parseFailed':'Failed\x20to\x20parse\x20OFD\x20file','presentation.state.loading':'Parsing\x20PPTX...','presentation.error.title':'PPTX\x20preview\x20failed','presentation.error.parseFailed':L(0x20f),'presentation.ppt.state.loading':'Parsing\x20PowerPoint\x2097–2003...','presentation.ppt.error.title':'PPT\x20preview\x20failed','presentation.ppt.error.parseFailed':'This\x20PPT\x20file\x20could\x20not\x20be\x20parsed.','presentation.ppt.error.assetHint':'Check\x20the\x20@file-viewer/ppt\x20module,\x20pptWasmUrl,\x20application/wasm\x20MIME\x20type,\x20Web\x20Crypto,\x20and\x20CSP\x20settings.','archive.error.nestedUnsupported':L(0x15f),'archive.loading.readingDirectory':'Reading\x20archive\x20directory...','archive.loading.readingDirectoryHint':'Large\x20files\x20are\x20parsed\x20in\x20a\x20Worker\x20to\x20keep\x20the\x20main\x20thread\x20responsive.','archive.search.placeholder':'Filter\x20files\x20inside\x20the\x20archive','archive.sidebar.hide':'Hide\x20archive\x20file\x20list','archive.sidebar.show':'Show\x20archive\x20file\x20list','archive.preview.title':L(0x13a),'archive.preview.chooseFile':'Choose\x20a\x20file','archive.preview.downloadFile':L(0x19d),'archive.error.title':'Archive\x20preview\x20notice','archive.stats.summary':'{count}\x20files\x20·\x20{size}\x20·\x20{previewable}\x20directly\x20previewable','archive.warning.encrypted':'Encrypted\x20content\x20was\x20detected.\x20Enter\x20the\x20correct\x20password\x20to\x20preview\x20it;\x20the\x20password\x20is\x20passed\x20only\x20to\x20the\x20libarchive\x20Worker\x20for\x20this\x20session.','archive.password.title':L(0x179),'archive.password.description':'This\x20archive\x20contains\x20encrypted\x20content.\x20A\x20password\x20is\x20required\x20to\x20read\x20the\x20directory\x20or\x20preview\x20entries.','archive.password.placeholder':L(0x1a0),'archive.password.invalid':'The\x20password\x20is\x20incorrect\x20or\x20the\x20entry\x20could\x20not\x20be\x20decrypted.\x20Try\x20again.','archive.password.required':'Enter\x20a\x20password\x20to\x20continue.','archive.password.cancel':'Cancel','archive.password.confirm':'Unlock\x20preview','archive.error.passwordRequired':'Password\x20entry\x20was\x20cancelled,\x20so\x20the\x20encrypted\x20archive\x20cannot\x20be\x20previewed.','archive.error.encryptedRequiresWorker':'This\x20archive\x20contains\x20encrypted\x20content\x20and\x20requires\x20the\x20libarchive\x20Worker/WASM\x20assets\x20for\x20online\x20decryption.','archive.empty.title':'Choose\x20a\x20file\x20from\x20the\x20left\x20to\x20preview','archive.empty.message':L(0x19e),'archive.loading.initializingCandidate':'Initializing\x20{label}...','archive.loading.initializingCandidateHint':L(0x210),'archive.error.candidateInitTimeout':'{label}\x20initialization\x20timed\x20out','archive.error.encryptedCheckTimeout':'{label}\x20encryption\x20check\x20timed\x20out','archive.loading.directoryReadyHint':L(0x18e),'archive.error.candidateReadTimeout':L(0x143),'archive.loading.workerFallback':L(0x215),'archive.loading.workerFallbackHint':'Compatibility\x20mode\x20needs\x20no\x20static\x20Worker\x20and\x20works\x20well\x20in\x20mobile\x20WebViews\x20or\x20temporary\x20local\x20servers.','archive.notice.workerFallback':'The\x20libarchive\x20Worker\x20could\x20not\x20start\x20in\x20this\x20environment,\x20so\x20ZIP/TAR/GZIP\x20compatibility\x20mode\x20is\x20active.\x20RAR,\x207z,\x20and\x20similar\x20formats\x20should\x20still\x20publish\x20vendor/libarchive/worker-bundle.js\x20and\x20libarchive.wasm.','archive.error.tooLarge':'Archive\x20size\x20{size}\x20exceeds\x20the\x20safety\x20limit\x20{limit}.\x20Download\x20and\x20extract\x20it\x20locally.','archive.loading.initializingWorker':L(0x1f6),'archive.loading.initializingWorkerHint':'Large\x20files\x20are\x20parsed\x20in\x20a\x20Worker\x20to\x20keep\x20the\x20main\x20thread\x20responsive.','archive.error.workerInitFailed':'Archive\x20Worker\x20initialization\x20failed','archive.error.workerUnsupported':'This\x20browser\x20does\x20not\x20support\x20Web\x20Workers.','archive.error.indexedDbUnavailable':L(0x1b6),'archive.error.entryTooLarge':'Entry\x20{name}\x20is\x20{size},\x20exceeding\x20the\x20preview\x20limit\x20{limit}.','archive.loading.extracting':'Extracting\x20{name}\x20on\x20demand...','archive.loading.rendering':'Rendering\x20{name}...','archive.loading.exporting':L(0x19f),'media.audio.title':'Audio\x20preview','media.audio.description':'Opened\x20with\x20the\x20browser-native\x20audio\x20player.\x20Codec\x20support\x20depends\x20on\x20the\x20current\x20browser.','media.audio.unsupported':'This\x20browser\x20does\x20not\x20support\x20audio\x20playback.','media.video.title':'Video\x20preview','media.video.unsupported':'This\x20browser\x20does\x20not\x20support\x20this\x20video\x20format.','media.video.hlsHint':L(0x1a8),'media.midi.title':'MIDI\x20file','media.midi.loading':'Parsing\x20MIDI\x20tracks...','media.midi.trackHeader':'Track','media.midi.instrumentHeader':L(0x18f),'media.midi.channelHeader':'Channel','media.midi.noteCountHeader':'Notes','media.midi.durationHeader':'Duration','media.midi.durationStat':'Duration','media.midi.trackStat':L(0x1db),'media.midi.noteStat':'Notes','media.midi.parseFailed':'Failed\x20to\x20parse\x20MIDI','email.mbox.subject':'{filename}\x20·\x20message\x201','email.mbox.summary':'Detected\x20{count}\x20messages\x20in\x20the\x20MBOX\x20archive.\x20Showing\x20message\x201.','email.error.title':'Email\x20preview\x20notice','email.meta.from':'From','email.meta.to':'To','email.meta.cc':'Cc','email.meta.date':L(0x1ae),'email.tabs.text':'Body','email.tabs.headers':L(0x12d),'email.attachments.title':'Attachments','email.attachments.empty':'No\x20attachments','email.attachments.download':'Download\x20attachment','email.attachments.opening':'Opening\x20attachment\x20{name}...','email.attachments.nestedUnavailable':'Nested\x20attachment\x20preview\x20is\x20not\x20available\x20in\x20this\x20environment.\x20Download\x20{name}\x20to\x20inspect\x20it.','email.loading.parsing':'Parsing\x20email...','data.font.sample':'Flyfish\x20Viewer\x20preview\x20AaBbCc\x201234567890','data.error.fontFaceUnsupported':'This\x20browser\x20does\x20not\x20support\x20the\x20FontFace\x20API','data.title.font':'Font\x20file\x20preview','data.title.sqlite':'SQLite\x20database\x20preview','data.title.parquet':'Parquet\x20columnar\x20data\x20preview','data.title.avro':L(0x12b),'data.title.wasm':'WebAssembly\x20module\x20preview','data.title.eps':'EPS\x20vector\x20file\x20summary','data.title.ai':'Illustrator\x20file\x20summary','data.title.webarchive':'WebArchive\x20summary\x20preview','data.title.summary':'Data\x20asset\x20summary','data.label.format':'Format','data.label.size':'Size','data.label.rendering':'Renderer','data.label.objects':'Objects','data.label.sampleTable':'Sample\x20table','data.label.rows':'Rows','data.label.columns':'Columns','data.label.sampleRows':'Sample\x20rows','data.label.imports':'Imports','data.label.exports':'Exports','data.label.magic':L(0x190),'data.label.note':'Note','data.label.container':'Container','data.value.schemaRead':'Read','data.value.schemaUnread':'Not\x20read','data.note.aiSummary':'Non\x20PDF-compatible\x20AI\x20is\x20shown\x20as\x20a\x20safe\x20summary.','data.note.postscriptSummary':L(0x1c4),'data.note.webarchive':'Readable\x20fragments\x20are\x20extracted\x20safely.\x20Web\x20scripts\x20are\x20not\x20executed.','data.image.alt':'Asset\x20preview','psd.title':'PSD\x20layer\x20preview','psd.action.fit':'Fit','psd.action.showAll':L(0x1a3),'psd.action.hideAll':L(0x181),'psd.layers.title':'Layers','psd.layers.redrawable':'{count}\x20redrawable','psd.layers.empty':L(0x1ca),'psd.layers.hidden':'hidden','drawing.error.viewerLoadFailed':'Failed\x20to\x20load\x20the\x20diagrams.net\x20viewer','drawing.error.excalidrawEmpty':'This\x20Excalidraw\x20file\x20has\x20no\x20previewable\x20elements','drawing.error.excalidrawTimeout':'Excalidraw\x20SVG\x20export\x20timed\x20out.\x20Falling\x20back\x20to\x20the\x20rough.js\x20renderer.','drawing.error.drawioParseFailed':L(0x142),'drawing.error.drawioNoModel':'This\x20Draw.io\x20file\x20has\x20no\x20directly\x20renderable\x20mxGraphModel.','drawing.error.drawioNoElements':L(0x1c9),'drawing.error.viewerInitFailed':L(0x1ed),'drawing.error.drawioTimeout':'Official\x20diagrams.net\x20Viewer\x20timed\x20out.\x20Falling\x20back\x20to\x20the\x20local\x20SVG\x20preview.','drawing.error.svgParseFailed':L(0x203),'drawing.error.plantumlRenderFailed':'Failed\x20to\x20render\x20PlantUML\x20SVG:\x20{status}','drawing.title.excalidraw':'Excalidraw\x20SVG\x20preview','drawing.title.mermaid':L(0x139),'drawing.title.plantuml':'PlantUML\x20SVG\x20preview','drawing.title.drawio':'Draw.io\x20offline\x20SVG\x20preview','drawing.toolbar.zoomOut':'Zoom\x20out','drawing.toolbar.zoomIn':'Zoom\x20in','drawing.toolbar.fit':'Fit','drawing.toolbar.fitWidth':'Fit\x20width','drawing.state.loading':L(0x182),'text.code.loadingHighlight':'Loading\x20syntax\x20highlighting...','text.code.indexingLargeFile':L(0x1cc),'text.code.virtualized':'Large\x20file\x20·\x20virtual\x20scrolling\x20·\x20highlighting\x20off','text.code.firstSegment':'First\x20segment','text.code.previousSegment':'Previous\x20segment','text.code.nextSegment':'Next\x20segment','text.code.lastSegment':L(0x1f2),'ebook.toc':'Table\x20of\x20contents','ebook.reading':'Reading','ebook.itemCount':L(0x1e1),'epub.title':'EPUB\x20ebook','epub.previousPage':L(0x1ce),'epub.nextPage':'Next','epub.loading':'Parsing\x20EPUB...','epub.chapterFallback':L(0x173),'epub.renderIncomplete':'EPUB\x20content\x20did\x20not\x20finish\x20rendering.\x20Refresh\x20and\x20try\x20again.','umd.title':'UMD\x20ebook','umd.previousChapter':'Previous\x20chapter','umd.nextChapter':'Next\x20chapter','umd.loading':'Parsing\x20UMD...','umd.emptyContent':'No\x20readable\x20body\x20content\x20was\x20parsed.','umd.chapterFallback':'Chapter\x20{index}','umd.galleryFallback':L(0x1a4),'umd.warningBodyTooShort':L(0x144),'umd.error.unexpectedEnd':'The\x20UMD\x20structure\x20is\x20incomplete\x20and\x20ended\x20unexpectedly.','umd.error.invalidFile':L(0x1b7),'typst.summaryRenderer':'Typst\x20WASM\x20renderer','typst.pageSummary.empty':L(0x1ee),'typst.pageSummary.ready':'{count}\x20pages\x20/\x20{width}\x20x\x20{height}\x20pt','typst.status.compiling':'Compiling','typst.status.failed':'Compilation\x20failed','typst.status.rendered':'Rendered','typst.loading.title':'Parsing\x20Typst','typst.loading.hint':'Loading\x20the\x20compiler\x20and\x20generating\x20page\x20previews...','typst.error.title':'Typst\x20render\x20failed','typst.error.timeout':'Typst\x20WASM\x20/\x20font\x20loading\x20or\x20compilation\x20exceeded\x20{seconds}\x20seconds','typst.error.timeoutHint':'Check\x20the\x20download\x20speed\x20and\x20cache\x20strategy\x20for\x20the\x20Typst\x20compiler\x20WASM,\x20renderer\x20WASM,\x20and\x20font\x20directory.\x20On\x20weak\x20networks\x20or\x20cross-region\x20deployments,\x20increase\x20options.typst.renderTimeoutMs.','typst.error.assetHint':'Typst\x20requires\x20local\x20compiler\x20/\x20renderer\x20WASM\x20files\x20and\x20a\x20font\x20directory.\x20Run\x20file-viewer-copy-assets,\x20or\x20configure\x20options.typst.compilerWasmUrl\x20/\x20options.typst.rendererWasmUrl\x20/\x20options.typst.fontAssetsUrl,\x20and\x20make\x20sure\x20the\x20server\x20returns\x20WASM\x20with\x20application/wasm.','typst.error.svgParseFailed':'Failed\x20to\x20parse\x20Typst\x20SVG','typst.error.wasmLoadFailed':'Failed\x20to\x20load\x20Typst\x20WASM','xmind.toolbar.zoomOut':'Zoom\x20out','xmind.toolbar.zoomIn':L(0x174),'xmind.toolbar.fit':'Fit','xmind.toolbar.fitTitle':'Fit\x20canvas','xmind.state.loading':'Parsing\x20XMind\x20mind\x20map...','xmind.stats.nodes':'Nodes','xmind.stats.depth':'Depth','xmind.stats.theme':'Theme','xmind.stats.template':'Template','xmind.badge.paused':'Paused','xmind.badge.collapsed':'Collapsed','xmind.badge.floating':'Floating','xmind.badge.summary':'Summary','xmind.badge.callout':L(0x220),'xmind.imageResource':'Image\x20resource:\x20{name}','xmind.error.unrecognized':L(0x15c),'xmind.error.noCanvas':'This\x20XMind\x20file\x20has\x20no\x20previewable\x20canvas.','cad.toolbar.fit':'Fit','cad.toolbar.zoomOut':'Zoom\x20out','cad.toolbar.zoomIn':'Zoom\x20in','cad.layers.title':'Layers','cad.layers.count':L(0x1e1),'cad.layers.merged':'{name}\x20({count}\x20merged\x20layers)','cad.inspector.title':'Structure','cad.inspector.entities':'Entities','cad.inspector.blocks':'Blocks','cad.inspector.pages':'Pages','cad.inspector.drawn':L(0x160),'cad.state.loadingViewer':L(0x13f),'cad.state.parsing':'Parsing\x20CAD...','cad.error.parseFailed':'Failed\x20to\x20parse\x20CAD\x20file','image.alt':'Image','image.toolbar.rotation':'Image\x20rotation','image.toolbar.rotateLeft':'Rotate\x20image\x20left','image.toolbar.rotateRight':'Rotate\x20image\x20right','image.lightbox.alt':'Image\x20preview','image.lightbox.close':'Close\x20image\x20preview','gitBundle.error.invalid':L(0x1e0),'gitBundle.error.missingPack':'No\x20PACK\x20data\x20was\x20found\x20after\x20the\x20Git\x20bundle\x20header.','gitBundle.notice.delta':'This\x20bundle\x20contains\x20delta-compressed\x20objects.\x20The\x20viewer\x20resolves\x20common\x20OFS_DELTA\x20/\x20REF_DELTA\x20objects\x20in\x20the\x20browser.\x20Missing\x20files\x20usually\x20indicate\x20a\x20very\x20large\x20bundle,\x20too\x20many\x20objects,\x20or\x20an\x20external\x20prerequisite.','gitBundle.title.history':'History','gitBundle.title.fileTree':'File\x20tree','gitBundle.file.choose':'Select\x20a\x20file\x20to\x20inspect','gitBundle.file.noTree':'The\x20tree/blob\x20objects\x20in\x20this\x20bundle\x20may\x20be\x20delta-compressed,\x20and\x20no\x20expandable\x20files\x20were\x20parsed.','gitBundle.file.none':L(0x1a5),'gitBundle.history.empty':'No\x20commit\x20objects\x20were\x20parsed.\x20Showing\x20refs\x20and\x20pack\x20summary\x20only.','gitBundle.toolbar.summary':'{commits}\x20commits\x20·\x20{files}\x20files','gitBundle.meta.bundle':'Bundle','gitBundle.meta.refs':'Refs','gitBundle.meta.commits':'Commits','gitBundle.meta.objects':'Objects','gitBundle.meta.deltas':'Deltas','gitBundle.meta.objectFormat':L(0x19b),'gitBundle.meta.objectTypes':'Object\x20types','geo.error.unrecognized':'Unrecognized\x20GeoJSON\x20data','geo.error.xmlParseFailed':'Failed\x20to\x20parse\x20XML','geo.error.unsupported':'.{type}\x20geospatial\x20format\x20is\x20not\x20supported','geo.title':'Geospatial\x20preview','geo.featureCount':'Features','geo.bounds':L(0x1bc),'geo.geometryTypes':L(0x191),'geo.aria':'Geospatial\x20SVG\x20preview','geo.loading':'Parsing\x20geospatial\x20data...','geo.projection':L(0x18d),'geo.engine':'Renderer','geo.basemap':'Basemap','geo.basemap.offline':L(0x1d0),'geo.basemap.custom':'Custom\x20tiles','geo.engine.maplibre':'MapLibre\x20vector\x20map','geo.engine.svg':'SVG\x20fallback','geo.error.projection':'Geospatial\x20projection\x20failed:\x20{reason}','geo.action.fit':L(0x1d2),'model.toolbar.fit':L(0x148),'model.toolbar.rotate':'Rotate','model.toolbar.wireframe':'Wireframe','model.toolbar.grid':'Grid','model.toolbar.axes':'Axes','model.state.loadingSummary':'Loading\x20model','model.state.loading':'Parsing\x203D\x20model...','model.state.loaded':L(0x158),'model.state.parseFailed':'Failed\x20to\x20parse\x20model','model.summary.meshes':'{count}\x20meshes','model.summary.points':'{count}\x20point\x20clouds','model.error.daeEmpty':L(0x21d),'model.error.unsupported':'.{type}\x20model\x20format\x20is\x20not\x20supported\x20yet','model.error.parseFailed':'Failed\x20to\x20parse\x20{type}\x20model','model.notice.signature':'Detected\x20file\x20signature:\x20{signature}.','loading.generic.label':'File\x20content','loading.generic.hint':L(0x1b8),'loading.word.label':L(0x1ff),'loading.word.hint':'Preparing\x20document\x20structure,\x20text\x20styles,\x20and\x20layout.','loading.wordWorker.hint':L(0x180),'loading.sheet.label':'Excel\x20workbook','loading.sheet.hint':'Preparing\x20worksheets,\x20styles,\x20and\x20viewport\x20data.','loading.csv.label':'Tabular\x20data','loading.csv.hint':'Preparing\x20rows,\x20columns,\x20and\x20basic\x20styling.','loading.presentation.label':'PowerPoint\x20deck','loading.presentation.hint':'Building\x20slide\x20layout\x20and\x20media\x20content.','loading.pdf.label':'PDF\x20document','loading.pdf.hint':'Loading\x20page\x20bitmaps,\x20text\x20layers,\x20and\x20zoom\x20view.','loading.ofd.label':'OFD\x20layout\x20document','loading.ofd.hint':'Parsing\x20OFD\x20pages\x20and\x20layout\x20objects.','loading.archive.label':'Archive','loading.archive.hint':'Starting\x20Worker\x20and\x20reading\x20archive\x20entries.','loading.email.label':'Email\x20file','loading.email.hint':'Parsing\x20message\x20headers,\x20body,\x20and\x20attachments.','loading.msg.hint':'Parsing\x20Outlook\x20message\x20and\x20attachments.','loading.eda.label':'EDA\x20file','loading.eda.hint':'Reading\x20EDA\x20container\x20structure\x20and\x20properties.','loading.cad.label':L(0x208),'loading.cad.hint':'Preparing\x20CAD\x20layers,\x20geometry,\x20and\x20canvas\x20view.','loading.dwg.hint':L(0x194),'loading.dwf.hint':L(0x209),'loading.dwfx.hint':'Loading\x20native\x20DWFx/XPS\x20renderer\x20and\x20page\x20graphics.','loading.xps.hint':'Loading\x20native\x20XPS\x20renderer\x20and\x20embedded\x20fonts.','loading.drawio.label':'draw.io\x20diagram','loading.drawio.hint':'Parsing\x20shapes,\x20connectors,\x20and\x20SVG\x20preview.','loading.excalidraw.label':'Excalidraw\x20scene','loading.excalidraw.hint':'Parsing\x20hand-drawn\x20elements\x20and\x20generating\x20safe\x20SVG.','loading.epub.label':'EPUB\x20ebook','loading.epub.hint':'Parsing\x20table\x20of\x20contents,\x20chapter\x20resources,\x20and\x20reading\x20pages.','loading.umd.label':'UMD\x20ebook','loading.umd.hint':'Parsing\x20mobile\x20ebook\x20metadata,\x20table\x20of\x20contents,\x20and\x20compressed\x20chapters.','loading.image.label':'Image\x20file','loading.image.hint':'Decoding\x20pixels\x20and\x20generating\x20preview.','loading.video.label':'Video\x20file','loading.video.hint':'Preparing\x20media\x20resource\x20and\x20player.','loading.audio.label':'Audio\x20file','loading.audio.hint':L(0x21c)},'ja-JP':c}),f=k=>{var M=L;let q=String(k||'')[M(0x183)]()[M(0x1c1)](/_/g,'-')['toLowerCase']();if(q){if(q==='zh'||q['startsWith'](M(0x185)))return'zh-CN';if(q==='ja'||q['startsWith'](M(0x204)))return'ja-JP';if(q==='en'||q['startsWith']('en-'))return'en-US';}},p=()=>{let k=typeof window<'u'?window['navigator']:void 0x0;return k?Array['from'](new Set([...Array['isArray'](k['languages'])?k['languages']:[],k['language']]['filter'](q=>typeof q=='string'&&!!q['trim']()))):[];},m=k=>{var N=L;if(k&&k!=='auto')return f(k)||N(0x192);let q=p();for(let w of q){let x=f(w);if(x)return x;}return q['length']>0x0?u:l;},h=k=>{var O=L,q;return((q=k==null?void 0x0:k['i18n'])==null?void 0x0:q['messages'])||(k==null?void 0x0:k[O(0x167)]);},g=k=>{var P=L,q;return m(((q=k==null?void 0x0:k['i18n'])==null?void 0x0:q['locale'])||(k==null?void 0x0:k[P(0x195)]));},_=(k,q={})=>k['replace'](/\{([a-zA-Z0-9_.-]+)\}/g,(w,x)=>{let z=q[x];return z==null?'':String(z);}),v=(k,q,w={})=>{var Q=L;let x=g(k),z=h(k);return _((typeof z=='function'?z(q,w,x):z==null?void 0x0:z[q])||d[x][q]||d[Q(0x192)][q]||d['zh-CN'][q],w);},y=k=>(q,w)=>v(k,q,w);export{a,s as i,g as n,r as o,v as r,y as t};
|