Fetch translations from Crowdin

This commit is contained in:
github-actions 2024-04-18 00:11:50 +00:00
parent c2eddfb260
commit 2ef8bb4eb4
2 changed files with 18 additions and 2 deletions

View file

@ -2959,6 +2959,22 @@ MSG_HASH( /* FIXME Not RGUI specific */
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_PLAYLIST,
"Adicionar à lista de reprodução"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_TO_PLAYLIST,
"Adiciona o conteúdo a uma lista de reprodução."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CREATE_NEW_PLAYLIST,
"Criar nova lista de reprodução"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CREATE_NEW_PLAYLIST,
"Cria uma nova lista de reprodução e adiciona a entrada atual à mesma."
)
/* Settings > User Interface > Views > Settings */

View file

@ -14495,7 +14495,7 @@ MSG_HASH(
)
MSG_HASH(
MSG_CHEAT_INIT_FAIL,
"Не получилось начать поиск читов."
"Не удалось запустить поиск чит-кодов."
)
MSG_HASH(
MSG_CHEAT_SEARCH_NOT_INITIALIZED,
@ -14523,7 +14523,7 @@ MSG_HASH(
)
MSG_HASH(
MSG_CHEAT_SEARCH_DELETE_MATCH_SUCCESS,
"Удалено совпадение."
"Совпадение удалено."
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADDED_MATCHES_TOO_MANY,