@vue-pdf-viewer/shared 1.0.1-rc.2 → 1.0.1-rc.3

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.
@@ -78,8 +78,12 @@
78
78
  "passwordConfirmLabel": "Submit",
79
79
  "passwordError": "Incorrect password",
80
80
  "dragDropFileMessage": "Drag and drop the PDF file here",
81
- "commentPanelLabel": "View comment",
82
- "commentPanelTooltip": "View comment",
81
+ "commentPanelLabel": "View comments",
82
+ "commentPanelTooltip": "View comments",
83
+ "commentPageSuffix": "",
84
+ "commentPagePrefix": "Page",
85
+ "commentLabel": "Comments",
86
+ "commentHideTooltip": "Hide comments",
83
87
  "annotationLabel": "Annotation tools",
84
88
  "annotationToggleShowTooltip": "Show annotation tools",
85
89
  "annotationToggleHideTooltip": "Hide annotation tools",
@@ -80,6 +80,10 @@
80
80
  "dragDropFileMessage": "Trascina e rilascia il file PDF qui",
81
81
  "commentPanelLabel": "Visualizza commenti",
82
82
  "commentPanelTooltip": "Visualizza commenti",
83
+ "commentPageSuffix": "",
84
+ "commentPagePrefix": "Pagina",
85
+ "commentLabel": "Commenti",
86
+ "commentHideTooltip": "Nascondi commenti",
83
87
  "annotationLabel": "Strumenti annotazione",
84
88
  "annotationToggleShowTooltip": "Mostra strumenti annotazione",
85
89
  "annotationToggleHideTooltip": "Nascondi strumenti annotazione",
@@ -80,6 +80,10 @@
80
80
  "dragDropFileMessage": "Arraste e solte o arquivo PDF aqui",
81
81
  "commentPanelLabel": "Ver comentários",
82
82
  "commentPanelTooltip": "Ver comentários",
83
+ "commentPageSuffix": "",
84
+ "commentPagePrefix": "Página",
85
+ "commentLabel": "Comentários",
86
+ "commentHideTooltip": "Ocultar comentários",
83
87
  "annotationLabel": "Ferramentas de anotação",
84
88
  "annotationToggleShowTooltip": "Mostrar ferramentas de anotação",
85
89
  "annotationToggleHideTooltip": "Ocultar ferramentas de anotação",
@@ -80,6 +80,10 @@
80
80
  "dragDropFileMessage": "ลากและวางไฟล์ PDF ที่นี่",
81
81
  "commentPanelLabel": "ดูความคิดเห็น",
82
82
  "commentPanelTooltip": "ดูความคิดเห็น",
83
+ "commentPagePrefix": "หน้า",
84
+ "commentPageSuffix": "",
85
+ "commentLabel": "ความคิดเห็น",
86
+ "commentHideTooltip": "ซ่อนความคิดเห็น",
83
87
  "annotationLabel": "เครื่องมือการออกแบบ",
84
88
  "annotationToggleShowTooltip": "แสดงเครื่องมือการออกแบบ",
85
89
  "annotationToggleHideTooltip": "ซ่อนเครื่องมือการออกแบบ",
@@ -80,6 +80,10 @@
80
80
  "dragDropFileMessage": "将PDF文件拖放到这里",
81
81
  "commentPanelLabel": "查看评论",
82
82
  "commentPanelTooltip": "查看评论",
83
+ "commentPagePrefix": "第",
84
+ "commentPageSuffix": "页",
85
+ "commentLabel": "评论",
86
+ "commentHideTooltip": "隐藏评论",
83
87
  "annotationLabel": "注释工具",
84
88
  "annotationToggleShowTooltip": "显示注释工具",
85
89
  "annotationToggleHideTooltip": "隐藏注释工具",
package/dist/types.d.ts CHANGED
@@ -28,6 +28,11 @@ export type Localization = {
28
28
  downloadFileLabel: string;
29
29
  downloadFileTooltip: string;
30
30
  commentPanelTooltip: string;
31
+ commentPanelLabel: string;
32
+ commentPageSuffix: string;
33
+ commentPagePrefix: string;
34
+ commentLabel: string;
35
+ commentHideTooltip: string;
31
36
  printLabel: string;
32
37
  printTooltip: string;
33
38
  printLoadingMessage: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.0.1-rc.2",
4
+ "version": "1.0.1-rc.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",