@vue-pdf-viewer/shared 1.1.0 → 1.1.1-rc.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/locales/en_US.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"annotationToggleHideTooltip": "Hide annotation tools",
|
|
90
90
|
"annotationHighlightLabel": "Highlight",
|
|
91
91
|
"annotationHighlightTooltip": "Highlight",
|
|
92
|
+
"annotationHighlightColorTooltip": "Change highlight color",
|
|
92
93
|
"annotationHighlightColorPickerLabel": "Highlight color",
|
|
93
94
|
"annotationHighlightDeleteTooltip": "Delete highlight",
|
|
94
95
|
"annotationFreeTextLabel": "Free text",
|
package/dist/locales/it_IT.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"annotationToggleHideTooltip": "Nascondi strumenti annotazione",
|
|
90
90
|
"annotationHighlightLabel": "Evidenzia",
|
|
91
91
|
"annotationHighlightTooltip": "Evidenzia",
|
|
92
|
+
"annotationHighlightColorTooltip": "Cambia colore evidenziazione",
|
|
92
93
|
"annotationHighlightColorPickerLabel": "Colore evidenziazione",
|
|
93
94
|
"annotationHighlightDeleteTooltip": "Elimina evidenziazione",
|
|
94
95
|
"annotationFreeTextLabel": "Testo libero",
|
package/dist/locales/pt_PT.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"annotationToggleHideTooltip": "Ocultar ferramentas de anotação",
|
|
90
90
|
"annotationHighlightLabel": "Destacar",
|
|
91
91
|
"annotationHighlightTooltip": "Destacar",
|
|
92
|
+
"annotationHighlightColorTooltip": "Alterar cor do destaque",
|
|
92
93
|
"annotationHighlightColorPickerLabel": "Cor de destaque",
|
|
93
94
|
"annotationHighlightDeleteTooltip": "Excluir destaque",
|
|
94
95
|
"annotationFreeTextLabel": "Texto livre",
|
package/dist/locales/th_TH.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"annotationToggleHideTooltip": "ซ่อนเครื่องมือการออกแบบ",
|
|
90
90
|
"annotationHighlightLabel": "ไฮไลท์",
|
|
91
91
|
"annotationHighlightTooltip": "ไฮไลท์",
|
|
92
|
+
"annotationHighlightColorTooltip": "เปลี่ยนสีไฮไลท์",
|
|
92
93
|
"annotationHighlightColorPickerLabel": "สีไฮไลท์",
|
|
93
94
|
"annotationHighlightDeleteTooltip": "ลบไฮไลท์",
|
|
94
95
|
"annotationFreeTextLabel": "ข้อความ",
|
package/dist/locales/zh_CN.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"annotationToggleHideTooltip": "隐藏注释工具",
|
|
90
90
|
"annotationHighlightLabel": "高亮",
|
|
91
91
|
"annotationHighlightTooltip": "高亮",
|
|
92
|
+
"annotationHighlightColorTooltip": "更改高亮颜色",
|
|
92
93
|
"annotationHighlightColorPickerLabel": "高亮颜色",
|
|
93
94
|
"annotationHighlightDeleteTooltip": "删除高亮",
|
|
94
95
|
"annotationFreeTextLabel": "自由文本",
|
package/dist/types.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ export type Localization = {
|
|
|
92
92
|
annotationToggleHideTooltip: string;
|
|
93
93
|
annotationHighlightLabel: string;
|
|
94
94
|
annotationHighlightTooltip: string;
|
|
95
|
+
annotationHighlightColorTooltip: string;
|
|
95
96
|
annotationHighlightColorPickerLabel: string;
|
|
96
97
|
annotationHighlightDeleteTooltip: string;
|
|
97
98
|
annotationFreeTextLabel: string;
|