From 6671916c78b2cdd5073c4ca32c07b9072dd61890 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 00:12:02 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_de.h | 20 ++++++++++++++++++++ intl/msg_hash_pt_br.h | 4 ++-- intl/progress.h | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 034094e6f8..6d948f5044 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -6467,6 +6467,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_CREATE_NEW_PLAYLIST, "Neue Wiedergabeliste erstellen" ) +MSG_HASH( + MSG_ADDED_TO_PLAYLIST, + "Zur Playlist hinzugefügt" + ) +MSG_HASH( + MSG_ADD_TO_PLAYLIST_FAILED, + "Fehler beim Hinzufügen zur Playlist: Playlist ist voll" + ) MSG_HASH( MENU_ENUM_SUBLABEL_CREATE_NEW_PLAYLIST, "Eine neue Wiedergabeliste erstellen und dieser den aktuellen Eintrag hinzufügen." @@ -9780,6 +9788,18 @@ MSG_HASH( MENU_ENUM_LABEL_CHEEVOS_SERVER_RECONNECTED, "Alle ausstehenden Anfragen wurden erfolgreich mit dem RetroAchievements-Server synchronisiert." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CHEEVOS_IDENTIFYING_GAME, + "Spiel wird identifiziert" +) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CHEEVOS_FETCHING_GAME_DATA, + "Spieldaten werden abgerufen" +) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CHEEVOS_STARTING_SESSION, + "Sitzung wird gestartet" +) MSG_HASH( MENU_ENUM_LABEL_VALUE_NOT_LOGGED_IN, "Nicht eingeloggt" diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index e030532613..b6bb13e53d 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -5389,7 +5389,7 @@ MSG_HASH( MSG_HASH( MENU_ENUM_LABEL_VALUE_ADD_TO_PLAYLIST, - "Adicionar à lista de reprodução" + "Adicionar em uma lista" ) MSG_HASH( MENU_ENUM_SUBLABEL_ADD_TO_PLAYLIST, @@ -5397,7 +5397,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CREATE_NEW_PLAYLIST, - "Criar nova lista de reprodução" + "Criar nova lista" ) MSG_HASH( MSG_ADDED_TO_PLAYLIST, diff --git a/intl/progress.h b/intl/progress.h index a36b9d55db..2981ae9940 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -31,7 +31,7 @@ #define LANGUAGE_PROGRESS_DANISH_APPROVED 0 /* German */ -#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 99 +#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_GERMAN_APPROVED 14 /* Greek */