@pdf-viewer/react 1.18.0 → 1.19.0-beta.1
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/dist/assets/style.css +1 -1
- package/dist/components/RPController.js +3 -3
- package/dist/components/RPDropFileZone.js +1 -1
- package/dist/components/RPPages.js +3 -3
- package/dist/components/RPProvider.js +3 -3
- package/dist/components/layout/LayoutContainer.js +3 -3
- package/dist/components/layout/RPDefaultLayout.js +3 -3
- package/dist/components/layout/RPLayout.js +5 -5
- package/dist/components/layout/WrapperLayout.js +1 -1
- package/dist/components/layout/sidebar/RPSidebar.js +2 -2
- package/dist/components/layout/sidebar/Thumbnail.js +3 -3
- package/dist/components/layout/sidebar/Thumbnails.js +3 -3
- package/dist/components/layout/toolbar/DarkModeTool.js +1 -1
- package/dist/components/layout/toolbar/DocumentDialog.js +3 -3
- package/dist/components/layout/toolbar/DocumentProperties.js +1 -1
- package/dist/components/layout/toolbar/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/FileUploadTool.js +1 -1
- package/dist/components/layout/toolbar/FullScreenTool.js +1 -1
- package/dist/components/layout/toolbar/MostPageTool.js +3 -3
- package/dist/components/layout/toolbar/OtherTool.js +2 -2
- package/dist/components/layout/toolbar/Paginate.js +2 -2
- package/dist/components/layout/toolbar/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/RPMoreOptions.js +2 -2
- package/dist/components/layout/toolbar/RPToolbar.js +3 -3
- package/dist/components/layout/toolbar/RPToolbarEnd.js +2 -2
- package/dist/components/layout/toolbar/RotateTool.js +1 -1
- package/dist/components/layout/toolbar/ScrollModeTool.js +1 -1
- package/dist/components/layout/toolbar/SearchCloseButton.js +1 -1
- package/dist/components/layout/toolbar/SearchResultNavigator.js +2 -2
- package/dist/components/layout/toolbar/SearchTool.js +2 -2
- package/dist/components/layout/toolbar/SelectionModeTool.js +1 -1
- package/dist/components/layout/toolbar/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/ToolbarCustom.js +3 -3
- package/dist/components/layout/toolbar/ToolbarDefault.js +3 -3
- package/dist/components/layout/toolbar/ToolbarLayout.js +3 -3
- package/dist/components/layout/toolbar/ViewModeTool.js +1 -1
- package/dist/components/layout/toolbar/ZoomTool.js +2 -2
- package/dist/components/layout/toolbar/tools/DocumentPropertiesTool.js +2 -2
- package/dist/components/layout/toolbar/tools/DualPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/DualPageWithCoverTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FileUploadTool.js +1 -1
- package/dist/components/layout/toolbar/tools/FirstPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/FullScreenTool.js +1 -1
- package/dist/components/layout/toolbar/tools/HorizontalScrollingTool.js +1 -1
- package/dist/components/layout/toolbar/tools/InputPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/LastPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/NextPageTool.js +3 -3
- package/dist/components/layout/toolbar/tools/PageScrollingTool.js +1 -1
- package/dist/components/layout/toolbar/tools/PreviousPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/RotateClockwiseTool.js +1 -1
- package/dist/components/layout/toolbar/tools/RotateCounterclockwiseTool.js +1 -1
- package/dist/components/layout/toolbar/tools/SelectionModeSwitcherTool.js +1 -1
- package/dist/components/layout/toolbar/tools/SinglePageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ThemeSwitcherTool.js +1 -1
- package/dist/components/layout/toolbar/tools/ThumbnailTool.js +2 -2
- package/dist/components/layout/toolbar/tools/VerticalScrollingTool.js +1 -1
- package/dist/components/layout/toolbar/tools/ZoomInTool.js +1 -1
- package/dist/components/layout/toolbar/tools/ZoomLevelDisplay.js +3 -3
- package/dist/components/layout/toolbar/tools/ZoomLevelTool.js +2 -2
- package/dist/components/layout/toolbar/tools/ZoomOutTool.js +1 -1
- package/dist/components/layout/toolbar/tools/defaults/RPHorizontalBar.js +3 -3
- package/dist/components/layout/toolbar/tools/defaults/RPVerticalBar.js +3 -3
- package/dist/components/layout/toolbar/tools/more-options/DocumentProperties.js +1 -1
- package/dist/components/layout/toolbar/tools/more-options/FileDownloadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FileUploadTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/FullScreenTool.js +1 -1
- package/dist/components/layout/toolbar/tools/more-options/MostPageTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/PrintTool.js +2 -2
- package/dist/components/layout/toolbar/tools/more-options/RotateTool.js +1 -1
- package/dist/components/layout/toolbar/tools/more-options/ScrollModeTool.js +1 -1
- package/dist/components/layout/toolbar/tools/more-options/SelectionModeTool.js +1 -1
- package/dist/components/layout/toolbar/tools/more-options/ViewModeTool.js +1 -1
- package/dist/components/page/AnnotationLayer.js +3 -3
- package/dist/components/page/CanvasLayer.js +3 -3
- package/dist/components/page/CustomElement.js +1 -1
- package/dist/components/page/DualPage.js +3 -3
- package/dist/components/page/DualPageWithCover.js +3 -3
- package/dist/components/page/RPPage.js +3 -3
- package/dist/components/page/SinglePage.js +3 -3
- package/dist/components/page/TextHighlightLayer.js +3 -3
- package/dist/components/page/TextLayer.js +3 -3
- package/dist/components/ui/LoadingIndicator.js +3 -3
- package/dist/components/ui/PasswordModal.js +1 -1
- package/dist/contexts/DimensionPagesContext.js +1 -1
- package/dist/contexts/DropFileZoneContext.js +1 -1
- package/dist/contexts/ElementPageContext.js +1 -1
- package/dist/contexts/FileInputContext.js +1 -1
- package/dist/contexts/HighlightContext.js +1 -1
- package/dist/contexts/LocalizationContext.js +1 -1
- package/dist/contexts/PagesRotateContext.js +1 -1
- package/dist/contexts/PaginationContext.js +3 -3
- package/dist/contexts/PrintContext.js +3 -3
- package/dist/contexts/RPDocumentContext.js +1 -1
- package/dist/contexts/RenderQueueProvider.js +3 -3
- package/dist/contexts/RotationContext.js +1 -1
- package/dist/contexts/ScrollModeContext.js +1 -1
- package/dist/contexts/SearchContext.js +3 -3
- package/dist/contexts/SelectionModeContext.js +1 -1
- package/dist/contexts/ThumbnailsContext.js +3 -3
- package/dist/contexts/ViewModeContext.js +1 -1
- package/dist/contexts/ZoomContext.js +1 -1
- package/dist/{th_TH-d1686d95.js → de_DE-a553b162.js} +214 -133
- package/dist/main.js +102 -100
- package/dist/types/locales/de_DE.json.d.ts +83 -0
- package/dist/types/main.d.ts +2 -0
- package/dist/utils/annotations.js +1 -1
- package/dist/utils/getZoomLevel.js +1 -1
- package/dist/utils/hooks/useFileDownload.js +3 -3
- package/dist/utils/hooks/useLicense.js +1 -1
- package/dist/utils/hooks/useLoadPdf.js +1 -1
- package/dist/utils/hooks/useLocalization.js +10 -9
- package/dist/utils/hooks/usePageRotateContext.js +1 -1
- package/dist/utils/hooks/usePaginate.js +3 -3
- package/dist/utils/hooks/usePinch.js +1 -1
- package/dist/utils/hooks/usePresentPage.js +3 -3
- package/dist/utils/hooks/usePrint.js +3 -3
- package/dist/utils/hooks/useRotate.js +1 -1
- package/dist/utils/hooks/useScrollToPage.js +3 -3
- package/dist/utils/hooks/useSearch.js +3 -3
- package/dist/utils/hooks/useThumbnail.js +3 -3
- package/dist/utils/hooks/useVirtualReactWindow.js +3 -3
- package/dist/utils/types.js +15 -14
- package/package.json +1 -1
- package/dist/{ToolbarLayout.module-4a9a9362.js → ToolbarLayout.module-e31ae637.js} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previous match", a = "Next match", i = "Close", r = "Match Case", s = "Search case sensitive text", n = "Whole Words", c = "Search exact and case insensitive word(s)", p = "Previous page", d = "Current page", b = "Next page",
|
|
1
|
+
const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previous match", a = "Next match", i = "Close", r = "Match Case", s = "Search case sensitive text", n = "Whole Words", c = "Search exact and case insensitive word(s)", p = "Previous page", d = "Current page", b = "Next page", g = "Zoom out", T = "Zoom in", L = "Select zoom level", h = "Actual Size", u = "Page Fit", $ = "Page Width", P = "Enable dark theme", m = "Enable light theme", S = "Open local file", w = "Open local file", C = "Download file", z = "Download file", F = "Print", v = "Print", f = "Preparing Document", M = "Cancel", D = "Full screen", k = "Full screen", W = "More options", x = "First page", A = "Go to first page", E = "Last page", O = "Go to last page", I = "Rotate clockwise", B = "Rotate clockwise", V = "Rotate counterclockwise", N = "Rotate counterclockwise", q = "Text selection tool", K = "Enable text selection tool", R = "Hand tool", j = "Enable hand tool", y = "Document properties", G = "View document properties", H = "Page Scrolling", U = "Enable page scrolling", Z = "Vertical Scrolling", _ = "Enable vertical scrolling", Q = "Horizontal Scrolling", J = "Enable horizontal scrolling", X = "Wrapped Scrolling", Y = "Enable wrapped scrolling", oo = "Single Page", eo = "Enable single page view", to = "Dual Page", lo = "Enable dual page view", ao = "Dual page with cover", io = "Enable dual page view with cover", ro = "File name", so = "File size", no = "Title", co = "Author", po = "Subject", bo = "Keywords", go = "Creator", To = "Created on", Lo = "Modified on", ho = "PDF producer", uo = "PDF version", $o = "Page count", Po = "Thumbnail", mo = "Password Required", So = "This document is password protected. Please enter a password to open the file.", wo = "Enter password", Co = "Submit", zo = "Incorrect password", Fo = "Drag and drop the PDF file here", js = {
|
|
2
2
|
searchButtonTooltip: o,
|
|
3
3
|
searchInputPlaceholder: e,
|
|
4
4
|
searchInputTooltip: t,
|
|
@@ -12,11 +12,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
12
12
|
previousPageTooltip: p,
|
|
13
13
|
currentPageTooltip: d,
|
|
14
14
|
nextPageTooltip: b,
|
|
15
|
-
zoomOutTooltip:
|
|
16
|
-
zoomInTooltip:
|
|
15
|
+
zoomOutTooltip: g,
|
|
16
|
+
zoomInTooltip: T,
|
|
17
17
|
zoomSelectTooltip: L,
|
|
18
|
-
zoomActualSize:
|
|
19
|
-
zoomPageFit:
|
|
18
|
+
zoomActualSize: h,
|
|
19
|
+
zoomPageFit: u,
|
|
20
20
|
zoomPageWidth: $,
|
|
21
21
|
themeEnableDarkTooltip: P,
|
|
22
22
|
themeEnableLightTooltip: m,
|
|
@@ -26,11 +26,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
26
26
|
downloadFileTooltip: z,
|
|
27
27
|
printLabel: F,
|
|
28
28
|
printTooltip: v,
|
|
29
|
-
printLoadingMessage:
|
|
30
|
-
printCancelLabel:
|
|
31
|
-
fullScreenLabel:
|
|
32
|
-
fullScreenTooltip:
|
|
33
|
-
moreOptionTooltip:
|
|
29
|
+
printLoadingMessage: f,
|
|
30
|
+
printCancelLabel: M,
|
|
31
|
+
fullScreenLabel: D,
|
|
32
|
+
fullScreenTooltip: k,
|
|
33
|
+
moreOptionTooltip: W,
|
|
34
34
|
firstPageLabel: x,
|
|
35
35
|
firstPageTooltip: A,
|
|
36
36
|
lastPageLabel: E,
|
|
@@ -40,15 +40,15 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
40
40
|
rotateCounterclockwiseLabel: V,
|
|
41
41
|
rotateCounterclockwiseTooltip: N,
|
|
42
42
|
textSelectionLabel: q,
|
|
43
|
-
textSelectionTooltip:
|
|
44
|
-
handToolLabel:
|
|
45
|
-
handToolTooltip:
|
|
46
|
-
documentPropertiesLabel:
|
|
43
|
+
textSelectionTooltip: K,
|
|
44
|
+
handToolLabel: R,
|
|
45
|
+
handToolTooltip: j,
|
|
46
|
+
documentPropertiesLabel: y,
|
|
47
47
|
documentPropertiesTooltip: G,
|
|
48
|
-
pageScrollingLabel:
|
|
49
|
-
pageScrollingTooltip:
|
|
50
|
-
verticalScrollingLabel:
|
|
51
|
-
verticalScrollingTooltip:
|
|
48
|
+
pageScrollingLabel: H,
|
|
49
|
+
pageScrollingTooltip: U,
|
|
50
|
+
verticalScrollingLabel: Z,
|
|
51
|
+
verticalScrollingTooltip: _,
|
|
52
52
|
horizontalLabel: Q,
|
|
53
53
|
horizontalTooltip: J,
|
|
54
54
|
wrappedScrollingLabel: X,
|
|
@@ -65,11 +65,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
65
65
|
propertiesAuthorLabel: co,
|
|
66
66
|
propertiesSubjectLabel: po,
|
|
67
67
|
propertiesKeywordLabel: bo,
|
|
68
|
-
propertiesCreatorLabel:
|
|
69
|
-
propertiesCreateOnLabel:
|
|
68
|
+
propertiesCreatorLabel: go,
|
|
69
|
+
propertiesCreateOnLabel: To,
|
|
70
70
|
propertiesModifiedOnLabel: Lo,
|
|
71
|
-
propertiesPDFProducerLabel:
|
|
72
|
-
propertiesPDFVersionLabel:
|
|
71
|
+
propertiesPDFProducerLabel: ho,
|
|
72
|
+
propertiesPDFVersionLabel: uo,
|
|
73
73
|
propertiesPageCountLabel: $o,
|
|
74
74
|
thumbnailTooltip: Po,
|
|
75
75
|
passwordModalTitle: mo,
|
|
@@ -78,13 +78,13 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
78
78
|
passwordConfirmLabel: Co,
|
|
79
79
|
passwordError: zo,
|
|
80
80
|
dragDropFileMessage: Fo
|
|
81
|
-
}, vo = "搜索文件",
|
|
81
|
+
}, vo = "搜索文件", fo = "输入搜索词", Mo = "搜索", Do = "上一条", ko = "下一条", Wo = "关闭", xo = "区分大小写", Ao = "搜索区分大小写", Eo = "全字匹配", Oo = "搜索完全匹配", Io = "上一页", Bo = "当前页", Vo = "下一页", No = "缩小", qo = "放大", Ko = "选择缩放级别", Ro = "实际大小", jo = "适合页面", yo = "页面宽度", Go = "切换到深色模式", Ho = "切换到浅色模式", Uo = "打开文件", Zo = "打开文件", _o = "下载文件", Qo = "下载文件", Jo = "打印", Xo = "打印", Yo = "准备文件", oe = "取消", ee = "全屏", te = "全屏", le = "更多选项", ae = "第一页", ie = "跳转到第一页", re = "最后一页", se = "跳转到最后一页", ne = "顺时针旋转", ce = "顺时针旋转", pe = "逆时针旋转", de = "逆时针旋转", be = "文本选择工具", ge = "启用文本选择工具", Te = "手型工具", Le = "启用手型工具", he = "文件属性", ue = "查看文件属性", $e = "页面滚动", Pe = "启用页面滚动", me = "垂直滚动", Se = "启用垂直滚动", we = "水平滚动", Ce = "启用水平滚动", ze = "环绕滚动", Fe = "启用环绕滚动", ve = "单页面视图", fe = "启用单页视图", Me = "双页面视图", De = "启用双页视图", ke = "封面双页面视图", We = "启用封面双页视图", xe = "文件名称", Ae = "文件大小", Ee = "标题", Oe = "作者", Ie = "主题", Be = "关键字", Ve = "创建者", Ne = "创建于", qe = "修改于", Ke = "PDF 制作程序 ", Re = "PDF版本", je = "页数", ye = "缩略图", Ge = "需要密码", He = "此文件受密码保护。请输入密码以打开文件。", Ue = "输入密码", Ze = "提交", _e = "密码错误", Qe = "将PDF文件拖放到这里", ys = {
|
|
82
82
|
searchButtonTooltip: vo,
|
|
83
|
-
searchInputPlaceholder:
|
|
84
|
-
searchInputTooltip:
|
|
85
|
-
searchPrevTooltip:
|
|
86
|
-
searchNextTooltip:
|
|
87
|
-
searchCloseButtonTooltip:
|
|
83
|
+
searchInputPlaceholder: fo,
|
|
84
|
+
searchInputTooltip: Mo,
|
|
85
|
+
searchPrevTooltip: Do,
|
|
86
|
+
searchNextTooltip: ko,
|
|
87
|
+
searchCloseButtonTooltip: Wo,
|
|
88
88
|
searchMatchCaseLabel: xo,
|
|
89
89
|
searchMatchCaseTooltip: Ao,
|
|
90
90
|
searchWholeWordsLabel: Eo,
|
|
@@ -94,15 +94,15 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
94
94
|
nextPageTooltip: Vo,
|
|
95
95
|
zoomOutTooltip: No,
|
|
96
96
|
zoomInTooltip: qo,
|
|
97
|
-
zoomSelectTooltip:
|
|
98
|
-
zoomActualSize:
|
|
99
|
-
zoomPageFit:
|
|
100
|
-
zoomPageWidth:
|
|
97
|
+
zoomSelectTooltip: Ko,
|
|
98
|
+
zoomActualSize: Ro,
|
|
99
|
+
zoomPageFit: jo,
|
|
100
|
+
zoomPageWidth: yo,
|
|
101
101
|
themeEnableDarkTooltip: Go,
|
|
102
|
-
themeEnableLightTooltip:
|
|
103
|
-
openLocalFileLabel:
|
|
104
|
-
openLocalFileTooltip:
|
|
105
|
-
downloadFileLabel:
|
|
102
|
+
themeEnableLightTooltip: Ho,
|
|
103
|
+
openLocalFileLabel: Uo,
|
|
104
|
+
openLocalFileTooltip: Zo,
|
|
105
|
+
downloadFileLabel: _o,
|
|
106
106
|
downloadFileTooltip: Qo,
|
|
107
107
|
printLabel: Jo,
|
|
108
108
|
printTooltip: Xo,
|
|
@@ -120,11 +120,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
120
120
|
rotateCounterclockwiseLabel: pe,
|
|
121
121
|
rotateCounterclockwiseTooltip: de,
|
|
122
122
|
textSelectionLabel: be,
|
|
123
|
-
textSelectionTooltip:
|
|
124
|
-
handToolLabel:
|
|
123
|
+
textSelectionTooltip: ge,
|
|
124
|
+
handToolLabel: Te,
|
|
125
125
|
handToolTooltip: Le,
|
|
126
|
-
documentPropertiesLabel:
|
|
127
|
-
documentPropertiesTooltip:
|
|
126
|
+
documentPropertiesLabel: he,
|
|
127
|
+
documentPropertiesTooltip: ue,
|
|
128
128
|
pageScrollingLabel: $e,
|
|
129
129
|
pageScrollingTooltip: Pe,
|
|
130
130
|
verticalScrollingLabel: me,
|
|
@@ -134,11 +134,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
134
134
|
wrappedScrollingLabel: ze,
|
|
135
135
|
wrappedScrollingTooltip: Fe,
|
|
136
136
|
singlePageLabel: ve,
|
|
137
|
-
singlePageTooltip:
|
|
138
|
-
dualPageLabel:
|
|
139
|
-
dualPageTooltip:
|
|
140
|
-
dualPageWithCoverLabel:
|
|
141
|
-
dualPageWithCoverTooltip:
|
|
137
|
+
singlePageTooltip: fe,
|
|
138
|
+
dualPageLabel: Me,
|
|
139
|
+
dualPageTooltip: De,
|
|
140
|
+
dualPageWithCoverLabel: ke,
|
|
141
|
+
dualPageWithCoverTooltip: We,
|
|
142
142
|
propertiesFilenameLabel: xe,
|
|
143
143
|
propertiesFileSizeLabel: Ae,
|
|
144
144
|
propertiesTitleLabel: Ee,
|
|
@@ -148,17 +148,17 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
148
148
|
propertiesCreatorLabel: Ve,
|
|
149
149
|
propertiesCreateOnLabel: Ne,
|
|
150
150
|
propertiesModifiedOnLabel: qe,
|
|
151
|
-
propertiesPDFProducerLabel:
|
|
152
|
-
propertiesPDFVersionLabel:
|
|
153
|
-
propertiesPageCountLabel:
|
|
154
|
-
thumbnailTooltip:
|
|
151
|
+
propertiesPDFProducerLabel: Ke,
|
|
152
|
+
propertiesPDFVersionLabel: Re,
|
|
153
|
+
propertiesPageCountLabel: je,
|
|
154
|
+
thumbnailTooltip: ye,
|
|
155
155
|
passwordModalTitle: Ge,
|
|
156
|
-
passwordModalMessage:
|
|
157
|
-
passwordPlaceholder:
|
|
158
|
-
passwordConfirmLabel:
|
|
159
|
-
passwordError:
|
|
156
|
+
passwordModalMessage: He,
|
|
157
|
+
passwordPlaceholder: Ue,
|
|
158
|
+
passwordConfirmLabel: Ze,
|
|
159
|
+
passwordError: _e,
|
|
160
160
|
dragDropFileMessage: Qe
|
|
161
|
-
}, Je = "Cerca nel documento", Xe = "Premi Invio per cercare", Ye = "Cerca", ot = "Corrispondenza precedente", et = "Corrispondenza successiva", tt = "Chiudi", lt = "Maiuscole/minuscole", at = "Cerca testo con distinzione maiuscole/minuscole", it = "Parola intera", rt = "Cerca esatte parole senza distinzione maiuscole/minuscole", st = "Pagina precedente", nt = "Pagina corrente", ct = "Pagina successiva", pt = "Ridurre", dt = "Ingrandire", bt = "Seleziona un livello di zoom",
|
|
161
|
+
}, Je = "Cerca nel documento", Xe = "Premi Invio per cercare", Ye = "Cerca", ot = "Corrispondenza precedente", et = "Corrispondenza successiva", tt = "Chiudi", lt = "Maiuscole/minuscole", at = "Cerca testo con distinzione maiuscole/minuscole", it = "Parola intera", rt = "Cerca esatte parole senza distinzione maiuscole/minuscole", st = "Pagina precedente", nt = "Pagina corrente", ct = "Pagina successiva", pt = "Ridurre", dt = "Ingrandire", bt = "Seleziona un livello di zoom", gt = "Dimensioni effettive", Tt = "Adatta pagina", Lt = "Larghezza pagina", ht = "Abilita tema scuro", ut = "Abilita tema chiaro", $t = "Aprire file", Pt = "Aprire file", mt = "Scaricare file", St = "Scaricare file", wt = "Stampa", Ct = "Stampa", zt = "Preparazione del documento", Ft = "Annulla", vt = "Schermo intero", ft = "Schermo intero", Mt = "Altre opzioni", Dt = "Prima pagina", kt = "Vai alla prima pagina", Wt = "Ultima pagina", xt = "Vai all’ultima pagina", At = "Ruota in senso orario", Et = "Ruota in senso orario", Ot = "Ruota in senso antiorario", It = "Ruota in senso antiorario", Bt = "Strumento di selezione testo", Vt = "Abilita strumento di selezione testo", Nt = "Strumento mano", qt = "Abilita strumento mano", Kt = "Proprietà documento", Rt = "Visualizza proprietà documento", jt = "Scorrimento pagina", yt = "Abilita lo scorrimento delle pagine", Gt = "Scorrimento verticale", Ht = "Abilita lo scorrimento verticale", Ut = "Scorrimento orizzontale", Zt = "Abilita lo scorrimento orizzontale", _t = "Scorrimento avvolto", Qt = "Abilita lo scorrimento avvolto", Jt = "Singolo", Xt = "Visualizzazione singola", Yt = "Doppio", ol = "Visualizzazione doppio", el = "Doppio con copertina", tl = "Visualizzazione doppio con copertina", ll = "Nome file", al = "Dimensione file", il = "Titolo", rl = "Autore", sl = "Oggetto", nl = "Parole chiave", cl = "Creatore", pl = "Creato il", dl = "Modificato il", bl = "Produttore PDF", gl = "Versione PDF", Tl = "Numero di pagine", Ll = "Miniature", hl = "Password richiesta", ul = "Questo documento è protetto da password. Si prega di inserire una password per aprire il file.", $l = "Inserisci la password", Pl = "Invia", ml = "Password errata", Sl = "Trascina e rilascia il file PDF qui", Gs = {
|
|
162
162
|
searchButtonTooltip: Je,
|
|
163
163
|
searchInputPlaceholder: Xe,
|
|
164
164
|
searchInputTooltip: Ye,
|
|
@@ -175,11 +175,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
175
175
|
zoomOutTooltip: pt,
|
|
176
176
|
zoomInTooltip: dt,
|
|
177
177
|
zoomSelectTooltip: bt,
|
|
178
|
-
zoomActualSize:
|
|
179
|
-
zoomPageFit:
|
|
178
|
+
zoomActualSize: gt,
|
|
179
|
+
zoomPageFit: Tt,
|
|
180
180
|
zoomPageWidth: Lt,
|
|
181
|
-
themeEnableDarkTooltip:
|
|
182
|
-
themeEnableLightTooltip:
|
|
181
|
+
themeEnableDarkTooltip: ht,
|
|
182
|
+
themeEnableLightTooltip: ut,
|
|
183
183
|
openLocalFileLabel: $t,
|
|
184
184
|
openLocalFileTooltip: Pt,
|
|
185
185
|
downloadFileLabel: mt,
|
|
@@ -189,11 +189,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
189
189
|
printLoadingMessage: zt,
|
|
190
190
|
printCancelLabel: Ft,
|
|
191
191
|
fullScreenLabel: vt,
|
|
192
|
-
fullScreenTooltip:
|
|
193
|
-
moreOptionTooltip:
|
|
194
|
-
firstPageLabel:
|
|
195
|
-
firstPageTooltip:
|
|
196
|
-
lastPageLabel:
|
|
192
|
+
fullScreenTooltip: ft,
|
|
193
|
+
moreOptionTooltip: Mt,
|
|
194
|
+
firstPageLabel: Dt,
|
|
195
|
+
firstPageTooltip: kt,
|
|
196
|
+
lastPageLabel: Wt,
|
|
197
197
|
lastPageTooltip: xt,
|
|
198
198
|
rotateClockwiseLabel: At,
|
|
199
199
|
rotateClockwiseTooltip: Et,
|
|
@@ -203,15 +203,15 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
203
203
|
textSelectionTooltip: Vt,
|
|
204
204
|
handToolLabel: Nt,
|
|
205
205
|
handToolTooltip: qt,
|
|
206
|
-
documentPropertiesLabel:
|
|
207
|
-
documentPropertiesTooltip:
|
|
208
|
-
pageScrollingLabel:
|
|
209
|
-
pageScrollingTooltip:
|
|
206
|
+
documentPropertiesLabel: Kt,
|
|
207
|
+
documentPropertiesTooltip: Rt,
|
|
208
|
+
pageScrollingLabel: jt,
|
|
209
|
+
pageScrollingTooltip: yt,
|
|
210
210
|
verticalScrollingLabel: Gt,
|
|
211
|
-
verticalScrollingTooltip:
|
|
212
|
-
horizontalLabel:
|
|
213
|
-
horizontalTooltip:
|
|
214
|
-
wrappedScrollingLabel:
|
|
211
|
+
verticalScrollingTooltip: Ht,
|
|
212
|
+
horizontalLabel: Ut,
|
|
213
|
+
horizontalTooltip: Zt,
|
|
214
|
+
wrappedScrollingLabel: _t,
|
|
215
215
|
wrappedScrollingTooltip: Qt,
|
|
216
216
|
singlePageLabel: Jt,
|
|
217
217
|
singlePageTooltip: Xt,
|
|
@@ -229,26 +229,26 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
229
229
|
propertiesCreateOnLabel: pl,
|
|
230
230
|
propertiesModifiedOnLabel: dl,
|
|
231
231
|
propertiesPDFProducerLabel: bl,
|
|
232
|
-
propertiesPDFVersionLabel:
|
|
233
|
-
propertiesPageCountLabel:
|
|
232
|
+
propertiesPDFVersionLabel: gl,
|
|
233
|
+
propertiesPageCountLabel: Tl,
|
|
234
234
|
thumbnailTooltip: Ll,
|
|
235
|
-
passwordModalTitle:
|
|
236
|
-
passwordModalMessage:
|
|
235
|
+
passwordModalTitle: hl,
|
|
236
|
+
passwordModalMessage: ul,
|
|
237
237
|
passwordPlaceholder: $l,
|
|
238
238
|
passwordConfirmLabel: Pl,
|
|
239
239
|
passwordError: ml,
|
|
240
240
|
dragDropFileMessage: Sl
|
|
241
|
-
}, wl = "Pesquisar no documento", Cl = "Pressione Enter para pesquisar", zl = "Pesquisar", Fl = "Correspondência anterior", vl = "Correspondência seguinte",
|
|
241
|
+
}, wl = "Pesquisar no documento", Cl = "Pressione Enter para pesquisar", zl = "Pesquisar", Fl = "Correspondência anterior", vl = "Correspondência seguinte", fl = "Fechar", Ml = "Diferenciar maiúsculas/minúsculas", Dl = "Pesquisar texto com distinção de maiúsculas/minúsculas", kl = "Palavra inteira", Wl = "Pesquisar palavras exatas sem distinção de maiúsculas/minúsculas", xl = "Página anterior", Al = "Página atual", El = "Próxima página", Ol = "Reduzir", Il = "Ampliar", Bl = "Selecionar nível de zoom", Vl = "Tamanho real", Nl = "Ajustar à página", ql = "Largura da página", Kl = "Ativar tema escuro", Rl = "Ativar tema claro", jl = "Abrir arquivo", yl = "Abrir arquivo", Gl = "Baixar arquivo", Hl = "Baixar arquivo", Ul = "Imprimir", Zl = "Imprimir", _l = "Preparando documento", Ql = "Cancelar", Jl = "Tela inteira", Xl = "Tela inteira", Yl = "Mais opções", oa = "Primeira página", ea = "Ir para a primeira página", ta = "Última página", la = "Ir para a última página", aa = "Girar no sentido horário", ia = "Girar no sentido horário", ra = "Girar no sentido anti-horário", sa = "Girar no sentido anti-horário", na = "Ferramenta de seleção de texto", ca = "Ativar ferramenta de seleção de texto", pa = "Ferramenta de mão", da = "Ativar ferramenta de mão", ba = "Propriedades do documento", ga = "Ver propriedades do documento", Ta = "Rolagem página", La = "Ativar rolagem de página", ha = "Rolagem vertical", ua = "Ativar rolagem vertical", $a = "Rolagem horizontal", Pa = "Ativar rolagem horizontal", ma = "Rolagem envolvida", Sa = "Ativar rolagem envolvente", wa = "Página única", Ca = "Ativar página única", za = "Página dupla", Fa = "Ativar página dupla", va = "Página dupla com capa", fa = "Ativar página dupla com capa", Ma = "Nome do arquivo", Da = "Tamanho do arquivo", ka = "Título", Wa = "Autor", xa = "Assunto", Aa = "Palavras-chave", Ea = "Criador", Oa = "Criado em", Ia = "Modificado em", Ba = "Produtor do PDF", Va = "Versão do PDF", Na = "Número de páginas", qa = "Miniatura", Ka = "Senha necessária", Ra = "Este documento é protegido por senha. Por favor, insira uma senha para abrir o arquivo.", ja = "Insira a senha", ya = "Enviar", Ga = "Senha incorreta", Ha = "Arraste e solte o arquivo PDF aqui", Hs = {
|
|
242
242
|
searchButtonTooltip: wl,
|
|
243
243
|
searchInputPlaceholder: Cl,
|
|
244
244
|
searchInputTooltip: zl,
|
|
245
245
|
searchPrevTooltip: Fl,
|
|
246
246
|
searchNextTooltip: vl,
|
|
247
|
-
searchCloseButtonTooltip:
|
|
248
|
-
searchMatchCaseLabel:
|
|
249
|
-
searchMatchCaseTooltip:
|
|
250
|
-
searchWholeWordsLabel:
|
|
251
|
-
searchWholeWordsTooltip:
|
|
247
|
+
searchCloseButtonTooltip: fl,
|
|
248
|
+
searchMatchCaseLabel: Ml,
|
|
249
|
+
searchMatchCaseTooltip: Dl,
|
|
250
|
+
searchWholeWordsLabel: kl,
|
|
251
|
+
searchWholeWordsTooltip: Wl,
|
|
252
252
|
previousPageTooltip: xl,
|
|
253
253
|
currentPageTooltip: Al,
|
|
254
254
|
nextPageTooltip: El,
|
|
@@ -258,15 +258,15 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
258
258
|
zoomActualSize: Vl,
|
|
259
259
|
zoomPageFit: Nl,
|
|
260
260
|
zoomPageWidth: ql,
|
|
261
|
-
themeEnableDarkTooltip:
|
|
262
|
-
themeEnableLightTooltip:
|
|
263
|
-
openLocalFileLabel:
|
|
264
|
-
openLocalFileTooltip:
|
|
261
|
+
themeEnableDarkTooltip: Kl,
|
|
262
|
+
themeEnableLightTooltip: Rl,
|
|
263
|
+
openLocalFileLabel: jl,
|
|
264
|
+
openLocalFileTooltip: yl,
|
|
265
265
|
downloadFileLabel: Gl,
|
|
266
|
-
downloadFileTooltip:
|
|
267
|
-
printLabel:
|
|
268
|
-
printTooltip:
|
|
269
|
-
printLoadingMessage:
|
|
266
|
+
downloadFileTooltip: Hl,
|
|
267
|
+
printLabel: Ul,
|
|
268
|
+
printTooltip: Zl,
|
|
269
|
+
printLoadingMessage: _l,
|
|
270
270
|
printCancelLabel: Ql,
|
|
271
271
|
fullScreenLabel: Jl,
|
|
272
272
|
fullScreenTooltip: Xl,
|
|
@@ -284,11 +284,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
284
284
|
handToolLabel: pa,
|
|
285
285
|
handToolTooltip: da,
|
|
286
286
|
documentPropertiesLabel: ba,
|
|
287
|
-
documentPropertiesTooltip:
|
|
288
|
-
pageScrollingLabel:
|
|
287
|
+
documentPropertiesTooltip: ga,
|
|
288
|
+
pageScrollingLabel: Ta,
|
|
289
289
|
pageScrollingTooltip: La,
|
|
290
|
-
verticalScrollingLabel:
|
|
291
|
-
verticalScrollingTooltip:
|
|
290
|
+
verticalScrollingLabel: ha,
|
|
291
|
+
verticalScrollingTooltip: ua,
|
|
292
292
|
horizontalLabel: $a,
|
|
293
293
|
horizontalTooltip: Pa,
|
|
294
294
|
wrappedScrollingLabel: ma,
|
|
@@ -298,11 +298,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
298
298
|
dualPageLabel: za,
|
|
299
299
|
dualPageTooltip: Fa,
|
|
300
300
|
dualPageWithCoverLabel: va,
|
|
301
|
-
dualPageWithCoverTooltip:
|
|
302
|
-
propertiesFilenameLabel:
|
|
303
|
-
propertiesFileSizeLabel:
|
|
304
|
-
propertiesTitleLabel:
|
|
305
|
-
propertiesAuthorLabel:
|
|
301
|
+
dualPageWithCoverTooltip: fa,
|
|
302
|
+
propertiesFilenameLabel: Ma,
|
|
303
|
+
propertiesFileSizeLabel: Da,
|
|
304
|
+
propertiesTitleLabel: ka,
|
|
305
|
+
propertiesAuthorLabel: Wa,
|
|
306
306
|
propertiesSubjectLabel: xa,
|
|
307
307
|
propertiesKeywordLabel: Aa,
|
|
308
308
|
propertiesCreatorLabel: Ea,
|
|
@@ -312,16 +312,16 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
312
312
|
propertiesPDFVersionLabel: Va,
|
|
313
313
|
propertiesPageCountLabel: Na,
|
|
314
314
|
thumbnailTooltip: qa,
|
|
315
|
-
passwordModalTitle:
|
|
316
|
-
passwordModalMessage:
|
|
317
|
-
passwordPlaceholder:
|
|
318
|
-
passwordConfirmLabel:
|
|
315
|
+
passwordModalTitle: Ka,
|
|
316
|
+
passwordModalMessage: Ra,
|
|
317
|
+
passwordPlaceholder: ja,
|
|
318
|
+
passwordConfirmLabel: ya,
|
|
319
319
|
passwordError: Ga,
|
|
320
|
-
dragDropFileMessage:
|
|
321
|
-
},
|
|
322
|
-
searchButtonTooltip:
|
|
323
|
-
searchInputPlaceholder:
|
|
324
|
-
searchInputTooltip:
|
|
320
|
+
dragDropFileMessage: Ha
|
|
321
|
+
}, Ua = "ค้นหาในเอกสาร", Za = "กรอกคำค้นหา", _a = "ค้นหา", Qa = "ผลการค้นหาก่อนหน้า", Ja = "ผลการค้นหาถัดไป", Xa = "ปิด", Ya = "ข้อความที่มีคำ", oi = "ค้นหาข้อความที่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก", ei = "ทั้งคำ", ti = "ค้นหาคำที่ตรงตัวไม่มีการแยกตัวพิมพ์ใหญ่/พิมพ์เล็ก", li = "หน้าก่อนหน้า", ai = "หน้าปัจจุบัน", ii = "หน้าถัดไป", ri = "ย่อ", si = "ขยาย", ni = "เลือกระดับซูม", ci = "ขนาดจริง", pi = "พอดีหน้า", di = "พอดีความกว้าง", bi = "เปิดโหมดมืด", gi = "เปิดโหมดสว่าง", Ti = "เปิดไฟล์", Li = "เปิดไฟล์", hi = "ดาวน์โหลดเอกสาร", ui = "ดาวน์โหลดเอกสาร", $i = "พิมพ์", Pi = "พิมพ์", mi = "เตรียมเอกสาร", Si = "ยกเลิก", wi = "เต็มจอ", Ci = "เต็มจอ", zi = "ตัวเลือกเพิ่มเติม", Fi = "หน้าแรก", vi = "ไปที่หน้าแรก", fi = "หน้าสุดท้าย", Mi = "ไปที่หน้าสุดท้าย", Di = "หมุนตามเข็มนาฬิกา", ki = "หมุนตามเข็มนาฬิกา", Wi = "หมุนทวนเข็มนาฬิกา", xi = "หมุนทวนเข็มนาฬิกา", Ai = "เครื่องมือเลือกข้อความ", Ei = "เปิดใช้การเลือกข้อความ", Oi = "เครื่องมือแฮนด์ทูล", Ii = "เปิดใช้แฮนด์ทูล", Bi = "คุณสมบัติของเอกสาร", Vi = "ดูคุณสมบัติของเอกสาร", Ni = "การเลื่อนภายในหน้า", qi = "เปิดใช้การเลื่อนภายในหน้า", Ki = "การเลื่อนแนวตั้ง", Ri = "เปิดใช้การเลื่อนแนวตั้ง", ji = "การเลื่อนแนวนอน", yi = "เปิดใช้การเลื่อนแนวนอน", Gi = "การเลื่อนแบบแรพ", Hi = "เปิดใช้การเลื่อนแบบแรพ", Ui = "หน้าเดี่ยว", Zi = "เปิดใช้หน้าเดี่ยว", _i = "หน้าคู่", Qi = "เปิดใช้หน้าคู่", Ji = "หน้าคู่พร้อมปก", Xi = "เปิดใช้หน้าคู่พร้อมปก", Yi = "ชื่อเอกสาร", or = "ขนาดเอกสาร", er = "ชื่อเรื่อง", tr = "ผู้เขียน", lr = "หัวข้อ", ar = "คำสำคัญ", ir = "ผู้สร้าง", rr = "วันที่สร้าง", sr = "วันที่แก้ไข", nr = "ผู้ผลิต PDF", cr = "เวอร์ชัน PDF", pr = "จำนวนหน้า", dr = "ภาพย่อ", br = "กรุณากรอกรหัสผ่าน", gr = "เอกสารนี้ได้รับการป้องกันด้วยรหัสผ่าน กรุณาใส่รหัสผ่านเพื่อเปิดไฟล์", Tr = "กรอกรหัสผ่าน", Lr = "ส่ง", hr = "รหัสผ่านไม่ถูกต้อง", ur = "ลากและวางไฟล์ PDF ที่นี่", Us = {
|
|
322
|
+
searchButtonTooltip: Ua,
|
|
323
|
+
searchInputPlaceholder: Za,
|
|
324
|
+
searchInputTooltip: _a,
|
|
325
325
|
searchPrevTooltip: Qa,
|
|
326
326
|
searchNextTooltip: Ja,
|
|
327
327
|
searchCloseButtonTooltip: Xa,
|
|
@@ -339,11 +339,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
339
339
|
zoomPageFit: pi,
|
|
340
340
|
zoomPageWidth: di,
|
|
341
341
|
themeEnableDarkTooltip: bi,
|
|
342
|
-
themeEnableLightTooltip:
|
|
343
|
-
openLocalFileLabel:
|
|
342
|
+
themeEnableLightTooltip: gi,
|
|
343
|
+
openLocalFileLabel: Ti,
|
|
344
344
|
openLocalFileTooltip: Li,
|
|
345
|
-
downloadFileLabel:
|
|
346
|
-
downloadFileTooltip:
|
|
345
|
+
downloadFileLabel: hi,
|
|
346
|
+
downloadFileTooltip: ui,
|
|
347
347
|
printLabel: $i,
|
|
348
348
|
printTooltip: Pi,
|
|
349
349
|
printLoadingMessage: mi,
|
|
@@ -353,11 +353,11 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
353
353
|
moreOptionTooltip: zi,
|
|
354
354
|
firstPageLabel: Fi,
|
|
355
355
|
firstPageTooltip: vi,
|
|
356
|
-
lastPageLabel:
|
|
357
|
-
lastPageTooltip:
|
|
358
|
-
rotateClockwiseLabel:
|
|
359
|
-
rotateClockwiseTooltip:
|
|
360
|
-
rotateCounterclockwiseLabel:
|
|
356
|
+
lastPageLabel: fi,
|
|
357
|
+
lastPageTooltip: Mi,
|
|
358
|
+
rotateClockwiseLabel: Di,
|
|
359
|
+
rotateClockwiseTooltip: ki,
|
|
360
|
+
rotateCounterclockwiseLabel: Wi,
|
|
361
361
|
rotateCounterclockwiseTooltip: xi,
|
|
362
362
|
textSelectionLabel: Ai,
|
|
363
363
|
textSelectionTooltip: Ei,
|
|
@@ -367,15 +367,15 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
367
367
|
documentPropertiesTooltip: Vi,
|
|
368
368
|
pageScrollingLabel: Ni,
|
|
369
369
|
pageScrollingTooltip: qi,
|
|
370
|
-
verticalScrollingLabel:
|
|
371
|
-
verticalScrollingTooltip:
|
|
372
|
-
horizontalLabel:
|
|
373
|
-
horizontalTooltip:
|
|
370
|
+
verticalScrollingLabel: Ki,
|
|
371
|
+
verticalScrollingTooltip: Ri,
|
|
372
|
+
horizontalLabel: ji,
|
|
373
|
+
horizontalTooltip: yi,
|
|
374
374
|
wrappedScrollingLabel: Gi,
|
|
375
|
-
wrappedScrollingTooltip:
|
|
376
|
-
singlePageLabel:
|
|
377
|
-
singlePageTooltip:
|
|
378
|
-
dualPageLabel:
|
|
375
|
+
wrappedScrollingTooltip: Hi,
|
|
376
|
+
singlePageLabel: Ui,
|
|
377
|
+
singlePageTooltip: Zi,
|
|
378
|
+
dualPageLabel: _i,
|
|
379
379
|
dualPageTooltip: Qi,
|
|
380
380
|
dualPageWithCoverLabel: Ji,
|
|
381
381
|
dualPageWithCoverTooltip: Xi,
|
|
@@ -393,16 +393,97 @@ const o = "Search in Document", e = "Enter to search", t = "Search", l = "Previo
|
|
|
393
393
|
propertiesPageCountLabel: pr,
|
|
394
394
|
thumbnailTooltip: dr,
|
|
395
395
|
passwordModalTitle: br,
|
|
396
|
-
passwordModalMessage:
|
|
397
|
-
passwordPlaceholder:
|
|
396
|
+
passwordModalMessage: gr,
|
|
397
|
+
passwordPlaceholder: Tr,
|
|
398
398
|
passwordConfirmLabel: Lr,
|
|
399
|
-
passwordError:
|
|
400
|
-
dragDropFileMessage:
|
|
399
|
+
passwordError: hr,
|
|
400
|
+
dragDropFileMessage: ur
|
|
401
|
+
}, $r = "Im Dokument suchen", Pr = "Zum Suchen eingeben", mr = "Suche", Sr = "Vorheriger Treffer", wr = "Nächster Treffer", Cr = "Schließen", zr = "Groß-/Kleinschreibung", Fr = "Groß-/Kleinschreibung beachten", vr = "Ganze Wörter", fr = "Exakte Wörter suchen (Groß-/Kleinschreibung ignorieren)", Mr = "Vorherige Seite", Dr = "Aktuelle Seite", kr = "Nächste Seite", Wr = "Verkleinern", xr = "Vergrößern", Ar = "Zoomstufe auswählen", Er = "Originalgröße", Or = "Seite einpassen", Ir = "Seitenbreite", Br = "Dunkles Design aktivieren", Vr = "Helles Design aktivieren", Nr = "Lokale Datei öffnen", qr = "Lokale Datei öffnen", Kr = "Datei herunterladen", Rr = "Datei herunterladen", jr = "Drucken", yr = "Drucken", Gr = "Dokument wird vorbereitet", Hr = "Abbrechen", Ur = "Vollbild", Zr = "Vollbild", _r = "Weitere Optionen", Qr = "Erste Seite", Jr = "Zur ersten Seite", Xr = "Letzte Seite", Yr = "Zur letzten Seite", os = "Im Uhrzeigersinn drehen", es = "Im Uhrzeigersinn drehen", ts = "Gegen den Uhrzeigersinn drehen", ls = "Gegen den Uhrzeigersinn drehen", as = "Textauswahl-Werkzeug", is = "Textauswahl-Werkzeug aktivieren", rs = "Hand-Werkzeug", ss = "Hand-Werkzeug aktivieren", ns = "Dokumenteigenschaften", cs = "Dokumenteigenschaften anzeigen", ps = "Bildlauf", ds = "Seitenweises Blättern aktivieren", bs = "Vertikaler Bildlauf", gs = "Vertikalen Bildlauf aktivieren", Ts = "Horizontaler Bildlauf", Ls = "Horizontalen Bildlauf aktivieren", hs = "Bildlauf mit Umbruch", us = "Bildlauf mit Umbruch aktivieren", $s = "Einzelseite", Ps = "Einzelseitenansicht aktivieren", ms = "Doppelseite", Ss = "Doppelseitenansicht aktivieren", ws = "Doppelseite mit Deckblatt", Cs = "Doppelseitenansicht mit Deckblatt aktivieren", zs = "Dateiname", Fs = "Dateigröße", vs = "Titel", fs = "Autor", Ms = "Thema", Ds = "Stichwörter", ks = "Ersteller", Ws = "Erstellt am", xs = "Geändert am", As = "PDF-Produzent", Es = "PDF-Version", Os = "Seitenanzahl", Is = "Miniaturansicht", Bs = "Passwort erforderlich", Vs = "Dieses Dokument ist passwortgeschützt. Bitte geben Sie ein Passwort ein, um die Datei zu öffnen.", Ns = "Passwort eingeben", qs = "Bestätigen", Ks = "Falsches Passwort", Rs = "PDF-Datei hierher ziehen", Zs = {
|
|
402
|
+
searchButtonTooltip: $r,
|
|
403
|
+
searchInputPlaceholder: Pr,
|
|
404
|
+
searchInputTooltip: mr,
|
|
405
|
+
searchPrevTooltip: Sr,
|
|
406
|
+
searchNextTooltip: wr,
|
|
407
|
+
searchCloseButtonTooltip: Cr,
|
|
408
|
+
searchMatchCaseLabel: zr,
|
|
409
|
+
searchMatchCaseTooltip: Fr,
|
|
410
|
+
searchWholeWordsLabel: vr,
|
|
411
|
+
searchWholeWordsTooltip: fr,
|
|
412
|
+
previousPageTooltip: Mr,
|
|
413
|
+
currentPageTooltip: Dr,
|
|
414
|
+
nextPageTooltip: kr,
|
|
415
|
+
zoomOutTooltip: Wr,
|
|
416
|
+
zoomInTooltip: xr,
|
|
417
|
+
zoomSelectTooltip: Ar,
|
|
418
|
+
zoomActualSize: Er,
|
|
419
|
+
zoomPageFit: Or,
|
|
420
|
+
zoomPageWidth: Ir,
|
|
421
|
+
themeEnableDarkTooltip: Br,
|
|
422
|
+
themeEnableLightTooltip: Vr,
|
|
423
|
+
openLocalFileLabel: Nr,
|
|
424
|
+
openLocalFileTooltip: qr,
|
|
425
|
+
downloadFileLabel: Kr,
|
|
426
|
+
downloadFileTooltip: Rr,
|
|
427
|
+
printLabel: jr,
|
|
428
|
+
printTooltip: yr,
|
|
429
|
+
printLoadingMessage: Gr,
|
|
430
|
+
printCancelLabel: Hr,
|
|
431
|
+
fullScreenLabel: Ur,
|
|
432
|
+
fullScreenTooltip: Zr,
|
|
433
|
+
moreOptionTooltip: _r,
|
|
434
|
+
firstPageLabel: Qr,
|
|
435
|
+
firstPageTooltip: Jr,
|
|
436
|
+
lastPageLabel: Xr,
|
|
437
|
+
lastPageTooltip: Yr,
|
|
438
|
+
rotateClockwiseLabel: os,
|
|
439
|
+
rotateClockwiseTooltip: es,
|
|
440
|
+
rotateCounterclockwiseLabel: ts,
|
|
441
|
+
rotateCounterclockwiseTooltip: ls,
|
|
442
|
+
textSelectionLabel: as,
|
|
443
|
+
textSelectionTooltip: is,
|
|
444
|
+
handToolLabel: rs,
|
|
445
|
+
handToolTooltip: ss,
|
|
446
|
+
documentPropertiesLabel: ns,
|
|
447
|
+
documentPropertiesTooltip: cs,
|
|
448
|
+
pageScrollingLabel: ps,
|
|
449
|
+
pageScrollingTooltip: ds,
|
|
450
|
+
verticalScrollingLabel: bs,
|
|
451
|
+
verticalScrollingTooltip: gs,
|
|
452
|
+
horizontalLabel: Ts,
|
|
453
|
+
horizontalTooltip: Ls,
|
|
454
|
+
wrappedScrollingLabel: hs,
|
|
455
|
+
wrappedScrollingTooltip: us,
|
|
456
|
+
singlePageLabel: $s,
|
|
457
|
+
singlePageTooltip: Ps,
|
|
458
|
+
dualPageLabel: ms,
|
|
459
|
+
dualPageTooltip: Ss,
|
|
460
|
+
dualPageWithCoverLabel: ws,
|
|
461
|
+
dualPageWithCoverTooltip: Cs,
|
|
462
|
+
propertiesFilenameLabel: zs,
|
|
463
|
+
propertiesFileSizeLabel: Fs,
|
|
464
|
+
propertiesTitleLabel: vs,
|
|
465
|
+
propertiesAuthorLabel: fs,
|
|
466
|
+
propertiesSubjectLabel: Ms,
|
|
467
|
+
propertiesKeywordLabel: Ds,
|
|
468
|
+
propertiesCreatorLabel: ks,
|
|
469
|
+
propertiesCreateOnLabel: Ws,
|
|
470
|
+
propertiesModifiedOnLabel: xs,
|
|
471
|
+
propertiesPDFProducerLabel: As,
|
|
472
|
+
propertiesPDFVersionLabel: Es,
|
|
473
|
+
propertiesPageCountLabel: Os,
|
|
474
|
+
thumbnailTooltip: Is,
|
|
475
|
+
passwordModalTitle: Bs,
|
|
476
|
+
passwordModalMessage: Vs,
|
|
477
|
+
passwordPlaceholder: Ns,
|
|
478
|
+
passwordConfirmLabel: qs,
|
|
479
|
+
passwordError: Ks,
|
|
480
|
+
dragDropFileMessage: Rs
|
|
401
481
|
};
|
|
402
482
|
export {
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
483
|
+
Zs as d,
|
|
484
|
+
js as e,
|
|
485
|
+
Gs as i,
|
|
486
|
+
Hs as p,
|
|
487
|
+
Us as t,
|
|
488
|
+
ys as z
|
|
408
489
|
};
|