From 1d400f65e5f57413cecd145737cc6eb289170e02 Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Fri, 31 May 2024 00:01:17 +0300 Subject: [PATCH] Add locale for shape shadow in pdf editor --- apps/pdfeditor/main/locale/en.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index 5e3f8e0285..60c87214e4 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -310,6 +310,11 @@ "Common.Views.SearchPanel.tipPreviousResult": "Previous result", "Common.Views.SelectFileDlg.textLoading": "Loading", "Common.Views.SelectFileDlg.textTitle": "Select data source", + "Common.Views.ShapeShadowDialog.txtTitle": "Adjust Shadow", + "Common.Views.ShapeShadowDialog.txtTransparency": "Transparency", + "Common.Views.ShapeShadowDialog.txtSize": "Size", + "Common.Views.ShapeShadowDialog.txtAngle": "Angle", + "Common.Views.ShapeShadowDialog.txtDistance": "Distance", "Common.Views.UserNameDialog.textDontShow": "Don't ask me again", "Common.Views.UserNameDialog.textLabel": "Label:", "Common.Views.UserNameDialog.textLabelError": "Label must not be empty.", @@ -1577,6 +1582,11 @@ "PDFE.Views.ShapeSettings.textDirection": "Direction", "PDFE.Views.ShapeSettings.textEditPoints": "Edit points", "PDFE.Views.ShapeSettings.textEditShape": "Edit shape", + "PDFE.Views.ShapeSettings.textShadow": "Shadow", + "PDFE.Views.ShapeSettings.textNoShadow": "No Shadow", + "PDFE.Views.ShapeSettings.textAdjustShadow": "Adjust Shadow", + "PDFE.Views.ShapeSettings.textMoreColors": "More colors", + "PDFE.Views.ShapeSettings.textEyedropper": "Eyedropper", "PDFE.Views.ShapeSettings.textEmptyPattern": "No pattern", "PDFE.Views.ShapeSettings.textFlip": "Flip", "PDFE.Views.ShapeSettings.textFromFile": "From file",