Fetch translations from Crowdin

This commit is contained in:
github-actions 2024-04-12 00:12:02 +00:00
parent 3229d645d6
commit 6671916c78
3 changed files with 23 additions and 3 deletions

View file

@ -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"

View file

@ -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,

View file

@ -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 */