Skip to content

Commit

Permalink
Fetch translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 26, 2023
1 parent 5356afc commit 4f8e3fa
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 5 deletions.
4 changes: 4 additions & 0 deletions intl/msg_hash_be.h
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MONITOR_INDEX,
"Індэкс манітора"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_MONITOR_INDEX,
"Выбраць, які дысплэй будзе выкарыстоўвацца."
)
#if defined (WIIU)
#endif
MSG_HASH(
Expand Down
62 changes: 59 additions & 3 deletions intl/msg_hash_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -6248,11 +6248,11 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_AI_SERVICE,
"Afficher 'Service AI'"
"Afficher 'Service IA'"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_AI_SERVICE,
"Afficher les réglages pour 'Service AI'."
"Afficher les réglages pour 'Service IA'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_ACCESSIBILITY,
Expand Down Expand Up @@ -6429,6 +6429,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_MODE,
"Sortie du service IA "
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_MODE,
"Afficher la traduction en surimpression d'image (Mode image), en audio direct (Traduction vocale), en synthèse vocale (Narrateur) ou en superposition de texte (Texte)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_URL,
"URL du service IA "
Expand Down Expand Up @@ -6469,6 +6473,30 @@ MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_TARGET_LANG,
"La langue vers laquelle le service va traduire. 'Par défaut' est anglais."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_POLL_DELAY,
"Délai d'interrogation automatique du service IA"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_POLL_DELAY,
"Délai minimum en ms entre les appels automatiques. Diminue la réactivité, mais augmente les performances du processeur."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TEXT_POSITION,
"Modification de la position du texte pour le service IA"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_TEXT_POSITION,
"Modifier la position de la surimpression, lorsque le service est en mode texte."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TEXT_PADDING,
"Marge intérieure du texte pour le service IA (%)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_TEXT_PADDING,
"Marge verticale à appliquer au texte en surimpression, lorsque le service est en mode texte. Plus de remplissage poussera le texte vers le centre de l'écran."
)

/* Settings > Accessibility */

Expand Down Expand Up @@ -9626,12 +9654,24 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SPEECH_MODE,
"Mode parole"
"Mode traduction vocale"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_NARRATOR_MODE,
"Mode narrateur"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TEXT_MODE,
"Mode texte"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TEXT_NARRATOR_MODE,
"Texte + narrateur"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_IMAGE_NARRATOR_MODE,
"Image + narrateur"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TEXT_POSITION_BOTTOM,
"Bas"
Expand Down Expand Up @@ -12411,6 +12451,22 @@ MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_ERROR,
"Installation du cœur échouée"
)
MSG_HASH(
MSG_AI_VIDEO_DRIVER_NOT_SUPPORTED,
"Pilote vidéo non pris en charge pour le service IA."
)
MSG_HASH(
MSG_AI_AUTO_MODE_ENABLED,
"Traduction automatique activée."
)
MSG_HASH(
MSG_AI_AUTO_MODE_DISABLED,
"Traduction automatique désactivée."
)
MSG_HASH(
MSG_AI_NOTHING_TO_TRANSLATE,
"Rien à traduire."
)
MSG_HASH(
MSG_CHEAT_DELETE_ALL_INSTRUCTIONS,
"Appuyez cinq fois sur Droite pour supprimer tous les cheats."
Expand Down
4 changes: 2 additions & 2 deletions intl/progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 50

/* French */
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 99
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 100

/* Galician */
#define LANGUAGE_PROGRESS_GALICIAN_TRANSLATED 7
Expand Down

0 comments on commit 4f8e3fa

Please sign in to comment.