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 Nov 12, 2023
1 parent 9b97b40 commit e71a83e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
8 changes: 8 additions & 0 deletions intl/msg_hash_cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -6302,6 +6302,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER,
"Obrázek na Pozadí"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WALLPAPER,
"Vyberte obrázek, který chcete nastavit jako pozadí menu. Ruční a dynamické obrázky budou mít přednost před \"Barevným motivem\"."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER_OPACITY,
"Neprůhlednost Pozadí"
Expand Down Expand Up @@ -12788,6 +12792,10 @@ MSG_HASH(
MSG_CONTENT_CRC32S_DIFFER,
"Obsah CRC32 se liší. Nelze použít různé hry."
)
MSG_HASH(
MSG_CONTENT_NETPACKET_CRC32S_DIFFER,
"Hostitel provozuje jinou hru."
)
MSG_HASH(
MSG_PING_TOO_HIGH,
"Váš ping je pro tohoto hostitele příliš vysoký."
Expand Down
12 changes: 12 additions & 0 deletions intl/msg_hash_ko.h
Original file line number Diff line number Diff line change
Expand Up @@ -6418,6 +6418,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER,
"배경 이미지"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WALLPAPER,
"메뉴 배경으로 설정할 이미지를 선택하세요. 수동 및 동적 이미지는 '색상 테마'보다 우선 적용됩니다."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER_OPACITY,
"배경 투명도"
Expand Down Expand Up @@ -12067,6 +12071,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_SETTINGS,
"치트 검색 시작 또는 재개"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_MUSIC,
"미디어 플레이어에서 재생"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SECONDS,
"초"
Expand Down Expand Up @@ -13076,6 +13084,10 @@ MSG_HASH(
MSG_CONTENT_CRC32S_DIFFER,
"콘텐츠의 CRC32가 다릅니다. 다른 게임은 사용할 수 없습니다."
)
MSG_HASH(
MSG_CONTENT_NETPACKET_CRC32S_DIFFER,
"호스트가 다른 게임을 실행 중입니다."
)
MSG_HASH(
MSG_PING_TOO_HIGH,
"핑이 너무 높아 이 호스트에 연결할 수 없습니다."
Expand Down
8 changes: 4 additions & 4 deletions intl/msg_hash_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL_AUTO,
"Авто"
"Автоматически"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ADAPTIVE_VSYNC,
Expand Down Expand Up @@ -2478,7 +2478,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY_AUTOMATIC,
"Авто"
"Автоматически"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY_EFFECTIVE,
Expand Down Expand Up @@ -10548,7 +10548,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_AUTO,
"Авто"
"Автоматически"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_16_9_CENTRE,
Expand All @@ -10572,7 +10572,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_AUTO,
"Авто"
"Автоматически"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_NONE,
Expand Down
4 changes: 2 additions & 2 deletions intl/progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define LANGUAGE_PROGRESS_CATALAN_APPROVED 0

/* Czech */
#define LANGUAGE_PROGRESS_CZECH_TRANSLATED 99
#define LANGUAGE_PROGRESS_CZECH_TRANSLATED 100
#define LANGUAGE_PROGRESS_CZECH_APPROVED 0

/* Welsh */
Expand Down Expand Up @@ -87,7 +87,7 @@
#define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0

/* Korean */
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 99
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 100
#define LANGUAGE_PROGRESS_KOREAN_APPROVED 0

/* Dutch */
Expand Down

0 comments on commit e71a83e

Please sign in to comment.