mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
3229d645d6
commit
6671916c78
@ -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"
|
||||
|
@ -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,
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user