Skip to content

Commit a186bdb

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent ea59205 commit a186bdb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

intl/msg_hash_fr.h

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ MSG_HASH(
6767
MENU_ENUM_SUBLABEL_CORE_LIST,
6868
"Sélectionner le cœur à utiliser."
6969
)
70+
MSG_HASH(
71+
MENU_ENUM_LABEL_VALUE_CORE_LIST_UNLOAD,
72+
"Décharger le cœur"
73+
)
74+
MSG_HASH(
75+
MENU_ENUM_SUBLABEL_CORE_LIST_UNLOAD,
76+
"Relâche le cœur chargé."
77+
)
7078
MSG_HASH(
7179
MENU_ENUM_LABEL_HELP_CORE_LIST,
7280
"Rechercher une implémentation de cœur libretro. Le dossier de démarrage du navigateur de fichiers dépend de votre dossier d'emplacement des cœurs. S'il n'est pas défini, il démarrera à la racine.\nSi l'emplacement des cœurs est un dossier, le menu l'utilisera comme dossier principal. Si le dossier d'emplacement des cœurs est un chemin complet, il démarrera dans le dossier où se trouve le fichier."

intl/msg_hash_ko.h

+8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ MSG_HASH(
7171
MENU_ENUM_SUBLABEL_CORE_LIST,
7272
"사용할 코어를 선택합니다."
7373
)
74+
MSG_HASH(
75+
MENU_ENUM_LABEL_VALUE_CORE_LIST_UNLOAD,
76+
"코어 닫기"
77+
)
78+
MSG_HASH(
79+
MENU_ENUM_SUBLABEL_CORE_LIST_UNLOAD,
80+
"불러와져있는 코어를 종료합니다."
81+
)
7482
MSG_HASH(
7583
MENU_ENUM_LABEL_HELP_CORE_LIST,
7684
"libretro 코어 파일을 탐색합니다. 탐색기가 시작되는 위치는 코어 디렉토리 경로를 따릅니다. 만약 비어있다면 루트에서 시작됩니다.\n코어 디렉토리가 폴더로 설정되면 메뉴상에서 최상위 폴더로 사용됩니다. 코어 디렉토리가 전체 경로라면 파일이 있는 폴더에서 시작됩니다."

intl/progress.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 45
6060

6161
/* French */
62-
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
63-
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 99
62+
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
63+
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 100
6464

6565
/* Galician */
6666
#define LANGUAGE_PROGRESS_GALICIAN_TRANSLATED 99
@@ -91,7 +91,7 @@
9191
#define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0
9292

9393
/* Korean */
94-
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 99
94+
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 100
9595
#define LANGUAGE_PROGRESS_KOREAN_APPROVED 0
9696

9797
/* Dutch */

0 commit comments

Comments
 (0)