From f0d2e12c7b3568f3579091dd2bd3a083e3d7b6b9 Mon Sep 17 00:00:00 2001 From: Mic Date: Sun, 15 Jun 2025 23:32:00 +0200 Subject: [PATCH] var fixed --- _locales/en/messages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 21e142a7..7cf15bfe 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1591,5 +1591,25 @@ "customDataPH_btnAddNewCommit": { "message": "Add the Data Placeholder", "description": "" + }, + "importCustomDataPH_confirmText": { + "message": "You are about to import new custom data placeholders.", + "description": "" + }, + "importCustomDataPH_start_import": { + "message": "Starting custom data placeholders import...", + "description": "" + }, + "importCustomDataPH_import_completed": { + "message": "Custom data placeholders import completed! You need to click on the 'Save All' button to save your changes.", + "description": "" + }, + "importCustomDataPH_invalidFile": { + "message": "The file you're trying to import is not a valid custom data placeholders file.", + "description": "" + }, + "importCustomDataPH_invalidDataPHs": { + "message": "The file you're trying to import does not contain any valid custom data placeholders.", + "description": "" } } \ No newline at end of file