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