@vue-pdf-viewer/shared 1.0.0-alpha.1 → 1.0.0-alpha.2
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
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"annotationHighlightDeleteTooltip": "Delete highlight",
|
|
88
88
|
"annotationFreeTextLabel": "Free text",
|
|
89
89
|
"annotationFreeTextTooltip": "Free text",
|
|
90
|
+
"annotationFreeTextDeleteTooltip": "Delete free text",
|
|
90
91
|
"annotationSignatureLabel": "Signature",
|
|
91
92
|
"annotationSignatureTooltip": "Signature",
|
|
92
93
|
"annotationSignatureAddLabel": "Add new signature",
|
package/dist/locales/it_IT.json
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"annotationHighlightDeleteTooltip": "Elimina evidenziazione",
|
|
88
88
|
"annotationFreeTextLabel": "Testo libero",
|
|
89
89
|
"annotationFreeTextTooltip": "Testo libero",
|
|
90
|
+
"annotationFreeTextDeleteTooltip": "Elimina testo libero",
|
|
90
91
|
"annotationSignatureLabel": "Firma",
|
|
91
92
|
"annotationSignatureTooltip": "Firma",
|
|
92
93
|
"annotationSignatureAddLabel": "Aggiungi nuova firma",
|
package/dist/locales/pt_PT.json
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"annotationHighlightDeleteTooltip": "Excluir destaque",
|
|
88
88
|
"annotationFreeTextLabel": "Texto livre",
|
|
89
89
|
"annotationFreeTextTooltip": "Texto livre",
|
|
90
|
+
"annotationFreeTextDeleteTooltip": "Excluir texto livre",
|
|
90
91
|
"annotationSignatureLabel": "Assinatura",
|
|
91
92
|
"annotationSignatureTooltip": "Assinatura",
|
|
92
93
|
"annotationSignatureAddLabel": "Adicionar nova assinatura",
|
package/dist/locales/th_TH.json
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"annotationHighlightDeleteTooltip": "ลบไฮไลท์",
|
|
88
88
|
"annotationFreeTextLabel": "ข้อความ",
|
|
89
89
|
"annotationFreeTextTooltip": "ข้อความ",
|
|
90
|
+
"annotationFreeTextDeleteTooltip": "ลบข้อความ",
|
|
90
91
|
"annotationSignatureLabel": "ลายเซ็น",
|
|
91
92
|
"annotationSignatureTooltip": "ลายเซ็น",
|
|
92
93
|
"annotationSignatureAddLabel": "เพิ่มลายเซ็นใหม่",
|
package/dist/locales/zh_CN.json
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"annotationHighlightDeleteTooltip": "删除高亮",
|
|
88
88
|
"annotationFreeTextLabel": "自由文本",
|
|
89
89
|
"annotationFreeTextTooltip": "自由文本",
|
|
90
|
+
"annotationFreeTextDeleteTooltip": "删除自由文本",
|
|
90
91
|
"annotationSignatureLabel": "签名",
|
|
91
92
|
"annotationSignatureTooltip": "签名",
|
|
92
93
|
"annotationSignatureAddLabel": "添加新签名",
|
package/dist/types.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export type Localization = {
|
|
|
88
88
|
annotationHighlightDeleteTooltip: string;
|
|
89
89
|
annotationFreeTextLabel: string;
|
|
90
90
|
annotationFreeTextTooltip: string;
|
|
91
|
+
annotationFreeTextDeleteTooltip: string;
|
|
91
92
|
annotationSignatureLabel: string;
|
|
92
93
|
annotationSignatureTooltip: string;
|
|
93
94
|
annotationSignatureAddLabel: string;
|