Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qutrits committed Jul 15, 2023
1 parent 02fee77 commit 667a204
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Entities/Multilingual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ public static class Multilingual {
{"level_played_prefix", "Played for"},
{"level_played_suffix", ""},

{"profile_change_tooltiptext", "Change the current profile with a left or right click."},
{"shows_detail_tooltiptext", "Click to view shows stats."},
{"rounds_detail_tooltiptext", "Click to view rounds stats."},
{"wins_detail_tooltiptext", "Click to view wins stats."},
{"finals_detail_tooltiptext", "Click to view rounds (reached finals only) stats."},
{"stats_detail_tooltiptext", "Click to view statistics graph by round."},
{"profile_change_tooltiptext", "Change the current profile with a left or right click"},
{"shows_detail_tooltiptext", "Click to view shows stats"},
{"rounds_detail_tooltiptext", "Click to view rounds stats"},
{"wins_detail_tooltiptext", "Click to view wins stats"},
{"finals_detail_tooltiptext", "Click to view rounds (reached finals only) stats"},
{"stats_detail_tooltiptext", "Click to view statistics graph by round"},

{"message_already_running_caption", "Launching Error"},
{"message_fall_guys_already_running", "Fall Guys is already running."},
Expand Down Expand Up @@ -936,11 +936,11 @@ public static class Multilingual {
{"level_played_prefix", ""},
{"level_played_suffix", "플레이함"},

{"profile_change_tooltiptext", "오른쪽 클릭 또는 왼쪽 클릭으로 현재 프로필을 변경하세요."},
{"shows_detail_tooltiptext", "쇼 통계를 보려면 클릭하세요."},
{"rounds_detail_tooltiptext", "라운드 통계를 보려면 클릭하세요."},
{"wins_detail_tooltiptext", "우승 통계를 보려면 클릭하세요."},
{"finals_detail_tooltiptext", "결승전 통계를 보려면 클릭하세요."},
{"profile_change_tooltiptext", "오른쪽 클릭 또는 왼쪽 클릭으로 현재 프로필을 변경하세요"},
{"shows_detail_tooltiptext", "쇼 통계를 보려면 클릭하세요"},
{"rounds_detail_tooltiptext", "라운드 통계를 보려면 클릭하세요"},
{"wins_detail_tooltiptext", "우승 통계를 보려면 클릭하세요"},
{"finals_detail_tooltiptext", "결승전 통계를 보려면 클릭하세요"},
{"stats_detail_tooltiptext", "라운드별 통계 그래프 보려면 클릭하세요"},

{"message_already_running_caption", "이미 실행 중"},
Expand Down Expand Up @@ -1726,12 +1726,12 @@ public static class Multilingual {
{"level_played_prefix", "播放了"},
{"level_played_suffix", ""},

{"profile_change_tooltiptext", "通过左键或右键单击更改当前配置文件"},
{"shows_detail_tooltiptext", "点击查看每场统计信息"},
{"rounds_detail_tooltiptext", "点击查看每轮统计信息"},
{"wins_detail_tooltiptext", "点击查看获胜统计信息"},
{"finals_detail_tooltiptext", "点击查看决赛统计信息"},
{"stats_detail_tooltiptext", "点击查看各轮的统计信息"},
{"profile_change_tooltiptext", "通过左键或右键单击更改当前配置文件"},
{"shows_detail_tooltiptext", "点击查看每场统计信息"},
{"rounds_detail_tooltiptext", "点击查看每轮统计信息"},
{"wins_detail_tooltiptext", "点击查看获胜统计信息"},
{"finals_detail_tooltiptext", "点击查看决赛统计信息"},
{"stats_detail_tooltiptext", "点击查看各轮的统计信息"},

{"message_already_running_caption", "已在运行"},
{"message_fall_guys_already_running", "糖豆人已在运行。"},
Expand Down

0 comments on commit 667a204

Please sign in to comment.