diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index 2d05676e61..bbb59fde95 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -13613,6 +13613,10 @@ MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, "El nucli no admet estats desats." ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "El nucli no té suport per Disc Control." + ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, "S’ha creat correctament el fitxer d’opcions del nucli." diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 8c53255150..a6e289efbd 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -13365,6 +13365,10 @@ MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, "Core unterstützt keine Speicherabbilder." ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "Core unterstützt kein Disc Control." + ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, "Core-Einstellungsdatei wurde erfolgreich erstellt." diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 06d6cce3d6..e3fa51b89b 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -13703,7 +13703,11 @@ MSG_HASH( ) MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, - "El núcleo no soporta guardados rápidos." + "El núcleo no es compatible con guardados rápidos." + ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "El núcleo no es compatible con el control de discos." ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, @@ -14199,7 +14203,7 @@ MSG_HASH( ) MSG_HASH( MSG_NETPLAY_UNSUPPORTED, - "El núcleo no soporta el juego en red." + "El núcleo no es compatible con el juego en red." ) MSG_HASH( MSG_NO_CONTENT_STARTING_DUMMY_CORE, @@ -14703,7 +14707,7 @@ MSG_HASH( ) MSG_HASH( MSG_RUNAHEAD_CORE_DOES_NOT_SUPPORT_RUNAHEAD, - "La reducción predictiva de latencia no está disponible porque este núcleo no tiene soporte para guardados rápidos determinísticos." + "La reducción predictiva de latencia no está disponible porque este núcleo no es compatible con guardados rápidos determinísticos." ) MSG_HASH( MSG_RUNAHEAD_FAILED_TO_SAVE_STATE, @@ -14731,7 +14735,7 @@ MSG_HASH( ) MSG_HASH( MSG_PREEMPT_CORE_DOES_NOT_SUPPORT_PREEMPT, - "El sistema de fotogramas preventivos no está disponible porque este núcleo no tiene soporte para guardados rápidos determinísticos." + "El sistema de fotogramas preventivos no está disponible porque este núcleo no es compatible con guardados rápidos determinísticos." ) MSG_HASH( MSG_PREEMPT_FAILED_TO_ALLOCATE, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index d1042215a1..6660095d32 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -13673,6 +13673,10 @@ MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, "Le cœur ne prend pas en charge les sauvegardes instantanées." ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "Le cœur ne prend pas en charge le contrôle du disque." + ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, "Fichier d'options du cœur créé avec succès." diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index 1445911c53..6153d15890 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -13793,6 +13793,10 @@ MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, "Çekirdek durum kayıtlarını desteklemiyor." ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "Çekirdek disk kontrolünü desteklemiyor." + ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, "Çekirdek seçenekleri dosyası başarıyla oluşturuldu." diff --git a/intl/msg_hash_uk.h b/intl/msg_hash_uk.h index 97e02caa62..a4cb4543a8 100644 --- a/intl/msg_hash_uk.h +++ b/intl/msg_hash_uk.h @@ -13625,6 +13625,14 @@ MSG_HASH( MSG_ALL_CORES_SWITCHED_PFD, "Всі підтримувані ядра перемикаються на версії Play Store" ) +MSG_HASH( + MSG_NUM_CORES_UPDATED, + "Оновлено ядер: " + ) +MSG_HASH( + MSG_NUM_CORES_LOCKED, + "Пропущено ядер: " + ) MSG_HASH( MSG_CORE_UPDATE_DISABLED, "Оновлення ядра вимкнено - ядро заблоковано: " @@ -13793,6 +13801,10 @@ MSG_HASH( MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES, "Ядро не підтримує збереження станів." ) +MSG_HASH( + MSG_CORE_DOES_NOT_SUPPORT_DISK_OPTIONS, + "Ядро не підтримує Керування Диском." + ) MSG_HASH( MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY, "Файл опцій ядра успішно створено." diff --git a/intl/progress.h b/intl/progress.h index b56557958a..4e7b56cc62 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -123,7 +123,7 @@ #define LANGUAGE_PROGRESS_PORTUGUESE_APPROVED 0 /* Russian */ -#define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 100 +#define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 99 #define LANGUAGE_PROGRESS_RUSSIAN_APPROVED 12 /* Slovak */ @@ -147,7 +147,7 @@ #define LANGUAGE_PROGRESS_TATAR_APPROVED 0 /* Ukrainian */ -#define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 99 +#define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_UKRAINIAN_APPROVED 6 /* Valencian */