From ae766d28c07628e71629a72452261898ea72057a Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 21 Dec 2022 18:09:20 +0100 Subject: Update - This is an automated commit --- i18n/en.json | 1 + i18n/fr.json | 1 + i18n/qqx.json | 4 +--- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 65ccfce..14925c4 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6,6 +6,7 @@ "file": "File not found" }, "details": { + "code": "Code:", "food": "Food:", "memory": "Shared memory:", "food_states": [ diff --git a/i18n/fr.json b/i18n/fr.json index 65cc9ce..e17e811 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -6,6 +6,7 @@ "file": "Fichier introuvable" }, "details": { + "code": "Code :", "food": "Nourriture :", "memory": "Mémoire :", "food_states": [ diff --git a/i18n/qqx.json b/i18n/qqx.json index 5f6ffd2..7f1683e 100644 --- a/i18n/qqx.json +++ b/i18n/qqx.json @@ -6,6 +6,7 @@ "file": "LANG_APP_FILE" }, "details": { + "code": "LANG_DETAILS_CODE", "food": "LANG_DETAILS_FOOD", "memory": "LANG_DETAILS_MEMORY", "food_states": [ @@ -223,9 +224,6 @@ "tree": { "title": "LANG_TREE_TITLE" }, - "alphabet": { - "title": "LANG_ALPHABET_TITLE" - }, "debug": { "docs_cleanup": "LANG_DEBUG_DOCS_CLEANUP", "important_backup": "LANG_DEBUG_IMPORTANT_BACKUP", -- cgit