From 55b1ecb3f51b0d950c243653f39a4947bf9cb29d Mon Sep 17 00:00:00 2001
From: github-actions <github-actions@github.com>
Date: Mon, 26 Feb 2024 00:12:37 +0000
Subject: [PATCH] Fetch translations from Crowdin

---
 intl/msg_hash_de.h |  2 +-
 intl/msg_hash_fa.h | 12 ++++++++++++
 intl/progress.h    |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h
index 56abb5a7b7..7a82ae722e 100644
--- a/intl/msg_hash_de.h
+++ b/intl/msg_hash_de.h
@@ -3987,7 +3987,7 @@ MSG_HASH(
    )
 MSG_HASH(
    MENU_ENUM_SUBLABEL_INPUT_MOUSE_INDEX,
-   "Die physische Maus wie von RetroArc erkannt."
+   "Die physische Maus wie von RetroArch erkannt."
    )
 MSG_HASH(
    MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_B,
diff --git a/intl/msg_hash_fa.h b/intl/msg_hash_fa.h
index 2cc1e43346..ed5b778e35 100644
--- a/intl/msg_hash_fa.h
+++ b/intl/msg_hash_fa.h
@@ -44,6 +44,10 @@ MSG_HASH(
    MENU_ENUM_LABEL_VALUE_EXPLORE_TAB,
    "کاوش"
    )
+MSG_HASH(
+   MENU_ENUM_LABEL_VALUE_CONTENTLESS_CORES_TAB,
+   ""
+   )
 MSG_HASH(
    MENU_ENUM_LABEL_VALUE_ADD_TAB,
    "وارد کردن محتوا"
@@ -67,6 +71,10 @@ MSG_HASH(
    MENU_ENUM_SUBLABEL_CORE_LIST,
    "هستهٔ مورد نظر خود را انتخاب کنید."
    )
+MSG_HASH(
+   MENU_ENUM_LABEL_HELP_CORE_LIST,
+   "."
+   )
 MSG_HASH(
    MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST,
    "بارگذاری محتوا"
@@ -274,6 +282,10 @@ MSG_HASH(
    MENU_ENUM_SUBLABEL_GOTO_EXPLORE,
    "تمام محتوای مطابق با پایگاه داده را از طریق یک رابط جستجوی طبقه بندی شده مرور کنید."
    )
+MSG_HASH(
+   MENU_ENUM_LABEL_VALUE_GOTO_CONTENTLESS_CORES,
+   ""
+   )
 MSG_HASH(
    MENU_ENUM_SUBLABEL_GOTO_CONTENTLESS_CORES,
    "هسته‌های نصب‌شده‌ای که می‌توانند بدون بارگذاری محتوا کار کنند، اینجا ظاهر می‌شوند."
diff --git a/intl/progress.h b/intl/progress.h
index f0d4dde340..6a814ad8d2 100644
--- a/intl/progress.h
+++ b/intl/progress.h
@@ -47,7 +47,7 @@
 #define LANGUAGE_PROGRESS_SPANISH_APPROVED   91
 
 /* Persian */
-#define LANGUAGE_PROGRESS_PERSIAN_TRANSLATED 6
+#define LANGUAGE_PROGRESS_PERSIAN_TRANSLATED 7
 #define LANGUAGE_PROGRESS_PERSIAN_APPROVED   0
 
 /* Finnish */