mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-04-24 07:27:16 -05:00
feat(i18n): Add Dutch translation
Closes #36 Co-authored-by: Ash Logan <ash@heyquark.com>
This commit is contained in:
parent
bdfb6ca859
commit
956419a438
|
|
@ -149,6 +149,18 @@ constexpr config_strings get_config_strings(nn::swkbd::LanguageType language) {
|
|||
.restart_to_apply_action = "再起動して適用",
|
||||
.need_menu_action = "WiiUメニューからのみ実行可能"
|
||||
};
|
||||
|
||||
case nn::swkbd::LanguageType::Dutch:
|
||||
return {
|
||||
.plugin_name = "Inkay",
|
||||
.network_category = "Netwerkselectie",
|
||||
.connect_to_network_setting = "Verbind met het Pretendo-netwerk",
|
||||
.other_category = "Overige instellingen",
|
||||
.reset_wwp_setting = "Reset het Wara Wara Plaza",
|
||||
.press_a_action = "Druk A",
|
||||
.restart_to_apply_action = "Herstart om toe te passen",
|
||||
.need_menu_action = "Alleen vanuit het WiiU-menu"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@ static const char *get_nintendo_network_message() {
|
|||
return "使用 Nintendo Network";
|
||||
case nn::swkbd::LanguageType::Japanese:
|
||||
return "ニンテンドーネットワークを使用中";
|
||||
case nn::swkbd::LanguageType::Dutch:
|
||||
return "Nintendo Network wordt gebruikt";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -141,6 +143,8 @@ static const char *get_pretendo_message() {
|
|||
return "使用 Pretendo Network";
|
||||
case nn::swkbd::LanguageType::Japanese:
|
||||
return "Pretendoネットワークを使用中";
|
||||
case nn::swkbd::LanguageType::Dutch:
|
||||
return "Pretendo Network wordt gebruikt";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user