diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 6efde99b87..6d63aa21f6 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -248,6 +248,8 @@ "Common.define.effectData.textWipe": "Wipe", "Common.define.effectData.textZigzag": "Zigzag", "Common.define.effectData.textZoom": "Zoom", + "Common.define.gridlineData.txtCm": "cm", + "Common.define.gridlineData.txtPt": "pt", "Common.Translation.textMoreButton": "More", "Common.Translation.warnFileLocked": "The file is being edited in another app. You can continue editing and save it as a copy.", "Common.Translation.warnFileLockedBtnEdit": "Create a copy", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index bddbb71adf..e80c83d68b 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -248,6 +248,8 @@ "Common.define.effectData.textWipe": "Появление", "Common.define.effectData.textZigzag": "Зигзаг", "Common.define.effectData.textZoom": "Масштабирование", + "Common.define.gridlineData.txtCm": "см", + "Common.define.gridlineData.txtPt": "пт", "Common.Translation.textMoreButton": "Ещё", "Common.Translation.warnFileLocked": "Файл редактируется в другом приложении. Вы можете продолжить редактирование и сохранить его как копию.", "Common.Translation.warnFileLockedBtnEdit": "Создать копию",