From c769bed7dd6d61b5f56e0ec5d43c9f2662a156d2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 17 Aug 2023 19:49:29 +0300 Subject: [PATCH] Added remaining translations to feature custom transaltion strings on Admin Panel. Thanks to xet7 ! --- imports/i18n/data/en.i18n.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/imports/i18n/data/en.i18n.json b/imports/i18n/data/en.i18n.json index 8cf8ed4fa..28f10d6d2 100644 --- a/imports/i18n/data/en.i18n.json +++ b/imports/i18n/data/en.i18n.json @@ -1230,8 +1230,11 @@ "invalid-file": "If filename is invalid, upload or rename is cancelled.", "preview-pdf-not-supported": "Your device does not support previewing PDF. Try downloading instead.", "drag-board": "Drag board", - "translation-number": "The number of custom strings is: ", - "delete-translation-confirm-popup": "Are you sure you want to delete this custom string? There is no undo.", + "translation-number": "The number of custom translation strings is:", + "delete-translation-confirm-popup": "Are you sure you want to delete this custom translation string? There is no undo.", + "newTranslationPopup-title": "New custom translation string", + "editTranslationPopup-title": "Edit custom translation string", + "settingsTranslationPopup-title": "Delete this custom translation string?", "translation": "Translation", "text": "Text", "translation-text": "Translation text"