├── .editorconfig ├── .gitattributes ├── .gitignore ├── .vscode └── settings.json ├── Gemfile ├── LICENSE.txt ├── Rakefile ├── _config.yml ├── _data ├── navigation │ ├── af_ZA.yml │ ├── ar_SA.yml │ ├── ca_ES.yml │ ├── cs_CZ.yml │ ├── da_DK.yml │ ├── de_DE.yml │ ├── el_GR.yml │ ├── en_PT.yml │ ├── en_US.yml │ ├── es_ES.yml │ ├── fi_FI.yml │ ├── fr_FR.yml │ ├── he_IL.yml │ ├── hu_HU.yml │ ├── id_ID.yml │ ├── it_IT.yml │ ├── ja_JP.yml │ ├── ko_KR.yml │ ├── ms_MY.yml │ ├── nl_NL.yml │ ├── no_NO.yml │ ├── pl_PL.yml │ ├── pt_BR.yml │ ├── pt_PT.yml │ ├── ro_RO.yml │ ├── ru_RU.yml │ ├── sr_SP.yml │ ├── sv_SE.yml │ ├── th_TH.yml │ ├── tr_TR.yml │ ├── uk_UA.yml │ ├── vi_VN.yml │ ├── zh_CN.yml │ └── zh_TW.yml └── ui-text.yml ├── _includes ├── analytics-providers │ ├── custom.html │ ├── google-universal.html │ └── google.html ├── analytics.html ├── archive-single.html ├── author-profile-custom-links.html ├── author-profile.html ├── base_path ├── breadcrumbs.html ├── browser-upgrade.html ├── category-list.html ├── comment.html ├── comments-providers │ ├── custom.html │ ├── discourse.html │ ├── disqus.html │ ├── facebook.html │ ├── google-plus.html │ ├── scripts.html │ └── staticman.html ├── comments.html ├── feature_row ├── figure ├── footer.html ├── footer │ └── custom.html ├── gallery ├── group-by-array ├── head.html ├── head │ └── custom.html ├── masthead.html ├── nav_list ├── page__hero.html ├── page__hero_video.html ├── page__taxonomy.html ├── paginator.html ├── post_pagination.html ├── read-time.html ├── scripts.html ├── seo.html ├── sidebar.html ├── social-share.html ├── tag-list.html ├── toc └── video ├── _layouts ├── archive-taxonomy.html ├── archive.html ├── compress.html ├── default.html ├── home.html ├── single-no-ads.html ├── single.html └── splash.html ├── _pages ├── af_ZA │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ar_SA │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ca_ES │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── cs_CZ │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── da_DK │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── de_DE │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── el_GR │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── en_PT │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── en_US │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── es_ES │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── fi_FI │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── fr_FR │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── he_IL │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── hu_HU │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── id_ID │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── it_IT │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ja_JP │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ko_KR │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ms_MY │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── nl_NL │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── no_NO │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── pl_PL │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── pt_BR │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── pt_PT │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ro_RO │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── ru_RU │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── sr_SP │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── sv_SE │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── th_TH │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── tr_TR │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── uk_UA │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── vi_VN │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── zh_CN │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt └── zh_TW │ ├── 404.txt │ ├── blocking-updates.txt │ ├── credits.txt │ ├── development-(libtransistor).txt │ ├── donations.txt │ ├── f3-(linux).txt │ ├── f3x-(mac).txt │ ├── faq.txt │ ├── file-extensions-(windows).txt │ ├── game-card-update.txt │ ├── get-started.txt │ ├── h2testw-(windows).txt │ ├── home.txt │ ├── homebrew-development.txt │ ├── homebrew-launcher-(installer).txt │ ├── homebrew-launcher-(pegaswitch).txt │ ├── homebrew-launcher.txt │ ├── pegaswitch.txt │ ├── privacy-policy.txt │ ├── site-navigation.txt │ ├── troubleshooting.txt │ └── why-ads.txt ├── _sass ├── minimal-mistakes.scss └── minimal-mistakes │ ├── _animations.scss │ ├── _archive.scss │ ├── _base.scss │ ├── _buttons.scss │ ├── _footer.scss │ ├── _forms.scss │ ├── _masthead.scss │ ├── _mixins.scss │ ├── _navigation.scss │ ├── _notices.scss │ ├── _page.scss │ ├── _print.scss │ ├── _reset.scss │ ├── _sidebar.scss │ ├── _syntax.scss │ ├── _tables.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── skins │ ├── _air.scss │ ├── _contrast.scss │ ├── _dark.scss │ ├── _default.scss │ ├── _dirt.scss │ ├── _mint.scss │ ├── _nord.scss │ └── _sunrise.scss │ └── vendor │ ├── breakpoint │ ├── _breakpoint.scss │ ├── _context.scss │ ├── _helpers.scss │ ├── _legacy-settings.scss │ ├── _no-query.scss │ ├── _parsers.scss │ ├── _respond-to.scss │ ├── _settings.scss │ └── parsers │ │ ├── _double.scss │ │ ├── _query.scss │ │ ├── _resolution.scss │ │ ├── _single.scss │ │ ├── _triple.scss │ │ ├── double │ │ ├── _default-pair.scss │ │ ├── _default.scss │ │ └── _double-string.scss │ │ ├── resolution │ │ └── _resolution.scss │ │ ├── single │ │ └── _default.scss │ │ └── triple │ │ └── _default.scss │ ├── font-awesome │ ├── _animated.scss │ ├── _bordered-pulled.scss │ ├── _core.scss │ ├── _fixed-width.scss │ ├── _font-awesome.scss │ ├── _icons.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _mixins.scss │ ├── _path.scss │ ├── _rotated-flipped.scss │ ├── _screen-reader.scss │ ├── _stacked.scss │ └── _variables.scss │ ├── magnific-popup │ ├── _magnific-popup.scss │ └── _settings.scss │ └── susy │ ├── _su.scss │ ├── _susy-prefix.scss │ ├── _susy.scss │ ├── plugins │ ├── _svg-grid.scss │ └── svg-grid │ │ ├── _prefix.scss │ │ ├── _svg-api.scss │ │ ├── _svg-grid-math.scss │ │ ├── _svg-settings.scss │ │ ├── _svg-unprefix.scss │ │ └── _svg-utilities.scss │ └── susy │ ├── _api.scss │ ├── _normalize.scss │ ├── _parse.scss │ ├── _settings.scss │ ├── _su-math.scss │ ├── _su-validate.scss │ ├── _syntax-helpers.scss │ ├── _unprefix.scss │ └── _utilities.scss ├── assets ├── css │ └── main.scss ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 └── js │ ├── _main.js │ ├── main.min.js │ ├── plugins │ ├── jquery.fitvids.js │ ├── jquery.greedy-navigation.js │ ├── jquery.magnific-popup.js │ ├── jquery.smooth-scroll.min.js │ └── stickyfill.min.js │ └── vendor │ └── jquery │ ├── jquery-1.12.4.min.js │ └── jquery-3.2.1.min.js ├── banner.js ├── crowdin.yaml ├── images ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── bio-photo.png ├── bitcoin_white.png ├── browserconfig.xml ├── ethereum_white.png ├── extraerrorinfo.js ├── favicon-16x16.png ├── favicon-194x194.png ├── favicon-32x32.png ├── favicon.ico ├── hbl.nsp ├── home-page-feature.jpg ├── manifest.json ├── mstile-144x144.png ├── mstile-150x150.png ├── nsp.js ├── paypal_white.png ├── safari-pinned-tab.svg └── screenshots │ ├── pokken-game-card.png │ ├── system-version.png │ ├── windows-7-folder-options-start-menu.png │ └── windows-7-folder-options.png ├── minimal-mistakes-jekyll.gemspec ├── package-lock.json └── package.json /.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = false 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | _assets/css/vendor/* linguist-vendored 2 | _assets/js/plugins/* linguist-vendored 3 | _assets/js/vendor/* linguist-vendored 4 | assets/fonts/* linguist-vendored 5 | assets/js/vendor/* linguist-vendored -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.gem 2 | *.sublime-project 3 | *.sublime-workspace 4 | .bundle 5 | .DS_Store 6 | .jekyll-metadata 7 | .sass-cache 8 | _asset_bundler_cache 9 | _site 10 | codekit-config.json 11 | example/_site 12 | node_modules 13 | npm-debug.log* 14 | /vendor 15 | torrents 16 | Gemfile.lock -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | // Place your settings in this file to overwrite default and user settings. 2 | { 3 | "files.associations": {"*.txt": "markdown"} 4 | } -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | gem 'jekyll-redirect-from' 3 | gemspec 4 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2017 Michael Rose 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /_includes/analytics-providers/custom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /_includes/analytics-providers/google-universal.html: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /_includes/analytics-providers/google.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/analytics.html: -------------------------------------------------------------------------------- 1 | {% if site.analytics.provider and page.analytics != false %} 2 | 3 | {% case site.analytics.provider %} 4 | {% when "google" %} 5 | {% include /analytics-providers/google.html %} 6 | {% when "google-universal" %} 7 | {% include /analytics-providers/google-universal.html %} 8 | {% when "custom" %} 9 | {% include /analytics-providers/custom.html %} 10 | {% endcase %} 11 | 12 | {% endif %} -------------------------------------------------------------------------------- /_includes/author-profile-custom-links.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/base_path: -------------------------------------------------------------------------------- 1 | {% if site.url %} 2 | {% assign base_path = site.url | append: site.baseurl %} 3 | {% else %} 4 | {% assign base_path = site.github.url %} 5 | {% endif %} -------------------------------------------------------------------------------- /_includes/browser-upgrade.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/comments-providers/custom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /_includes/comments-providers/discourse.html: -------------------------------------------------------------------------------- 1 | {% if site.comments.discourse.server %} 2 | {% capture canonical %}{% if site.permalink contains '.html' %}{{ page.url | absolute_url }}{% else %}{{ page.url | absolute_url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} 3 | 12 | 13 | {% endif %} 14 | -------------------------------------------------------------------------------- /_includes/comments-providers/disqus.html: -------------------------------------------------------------------------------- 1 | {% if site.comments.disqus.shortname %} 2 | 14 | 15 | {% endif %} 16 | -------------------------------------------------------------------------------- /_includes/comments-providers/facebook.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /_includes/comments-providers/google-plus.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_includes/comments-providers/scripts.html: -------------------------------------------------------------------------------- 1 | {% if site.comments.provider and page.comments %} 2 | {% case site.comments.provider %} 3 | {% when "disqus" %} 4 | {% include /comments-providers/disqus.html %} 5 | {% when "discourse" %} 6 | {% include /comments-providers/discourse.html %} 7 | {% when "facebook" %} 8 | {% include /comments-providers/facebook.html %} 9 | {% when "google-plus" %} 10 | {% include /comments-providers/google-plus.html %} 11 | {% when "staticman" %} 12 | {% include /comments-providers/staticman.html %} 13 | {% when "custom" %} 14 | {% include /comments-providers/custom.html %} 15 | {% endcase %} 16 | {% endif %} 17 | -------------------------------------------------------------------------------- /_includes/figure: -------------------------------------------------------------------------------- 1 |
2 | {% if include.alt %}{{ include.alt }}{% endif %} 9 | {% if include.caption %} 10 |
{{ include.caption | markdownify | remove: "

" | remove: "

" }}
11 | {% endif %} 12 |
13 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | {% include base_path %} 2 | {% assign split_path = page.path | split: "/" %} 3 | {% assign locale = split_path[1] %} 4 | {% assign titles = site.data.navigation[locale].footer %} 5 | 6 | -------------------------------------------------------------------------------- /_includes/footer/custom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /_includes/page__hero_video.html: -------------------------------------------------------------------------------- 1 | {% capture video_id %}{{ page.header.video.id }}{% endcapture %} 2 | {% capture video_provider %}{{ page.header.video.provider }}{% endcapture %} 3 | 4 | {% include video id=video_id provider=video_provider %} 5 | -------------------------------------------------------------------------------- /_includes/page__taxonomy.html: -------------------------------------------------------------------------------- 1 | {% if site.tag_archive.type and page.tags[0] %} 2 | {% include tag-list.html %} 3 | {% endif %} 4 | 5 | {% if site.category_archive.type and page.categories[0] %} 6 | {% include category-list.html %} 7 | {% endif %} 8 | -------------------------------------------------------------------------------- /_includes/post_pagination.html: -------------------------------------------------------------------------------- 1 | {% if page.previous or page.next %} 2 | 14 | {% endif %} 15 | -------------------------------------------------------------------------------- /_includes/read-time.html: -------------------------------------------------------------------------------- 1 | {% assign words_per_minute = site.words_per_minute | default: 200 %} 2 | 3 | {% if post.read_time %} 4 | {% assign words = post.content | strip_html | number_of_words %} 5 | {% elsif page.read_time %} 6 | {% assign words = page.content | strip_html | number_of_words %} 7 | {% endif %} 8 | 9 | {% if words < words_per_minute %} 10 | {{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }} 11 | {% elsif words == words_per_minute %} 12 | 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }} 13 | {% else %} 14 | {{ words | divided_by:words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }} 15 | {% endif %} 16 | -------------------------------------------------------------------------------- /_includes/scripts.html: -------------------------------------------------------------------------------- 1 | {% if site.footer_scripts %} 2 | {% for script in site.footer_scripts %} 3 | {% if script contains "://" %} 4 | {% capture script_path %}{{ script }}{% endcapture %} 5 | {% else %} 6 | {% capture script_path %}{{ script | absolute_url }}{% endcapture %} 7 | {% endif %} 8 | 9 | {% endfor %} 10 | {% else %} 11 | 12 | {% endif %} 13 | 14 | {% include analytics.html %} 15 | {% include /comments-providers/scripts.html %} 16 | -------------------------------------------------------------------------------- /_includes/sidebar.html: -------------------------------------------------------------------------------- 1 | {% if page.sidebar %} 2 | 3 | 6 | 7 | {% endif %} -------------------------------------------------------------------------------- /_includes/toc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/video: -------------------------------------------------------------------------------- 1 | {% capture video_id %}{{ include.id }}{% endcapture %} 2 | {% capture video_provider %}{{ include.provider }}{% endcapture %} 3 | 4 | 5 |
6 | {% if video_provider == "vimeo" %} 7 | 8 | {% elsif video_provider == "youtube" %} 9 | 10 | {% endif %} 11 |
12 | -------------------------------------------------------------------------------- /_layouts/archive-taxonomy.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | author_profile: false 4 | --- 5 | 6 |
7 | {% include sidebar.html %} 8 | 9 |
10 |

{{ page.title }}

11 | {% for post in page.posts %} 12 | {% include archive-single.html %} 13 | {% endfor %} 14 |
15 |
16 | -------------------------------------------------------------------------------- /_layouts/archive.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | {% if page.header.overlay_color or page.header.overlay_image or page.header.image %} 6 | {% include page__hero.html %} 7 | {% elsif page.header.video.id and page.header.video.provider %} 8 | {% include page__hero_video.html %} 9 | {% endif %} 10 | 11 | {% if page.url != "/" and site.breadcrumbs %} 12 | {% unless paginator %} 13 | {% include breadcrumbs.html %} 14 | {% endunless %} 15 | {% endif %} 16 | 17 |
18 | {% include sidebar.html %} 19 | 20 |
21 | {% unless page.header.overlay_color or page.header.overlay_image %} 22 |

{{ page.title }}

23 | {% endunless %} 24 | {{ content }} 25 |
26 |
27 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | 11 | 12 | 13 | {% include head.html %} 14 | {% include head/custom.html %} 15 | 16 | 17 | 18 | 19 | {% include browser-upgrade.html %} 20 | {% include masthead.html %} 21 | 22 | {{ content }} 23 | 24 | 30 | 31 | {% include scripts.html %} 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: archive 3 | --- 4 | 5 |

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

6 | 7 | {% for post in paginator.posts %} 8 | {% include archive-single.html %} 9 | {% endfor %} 10 | 11 | {% include paginator.html %} 12 | -------------------------------------------------------------------------------- /_pages/af_ZA/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/af_ZA/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/af_ZA/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/af_ZA/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/af_ZA/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ar_SA/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "لم يتم العثور على الصفحة" # 3 | layout: single-no-ads 4 | excerpt: "لم يتم العثور على الصفحة. شكرا لك ماريو! لكن أميرتنا في قلعة أخرى." # 5 | sitemap: false 6 | --- 7 | 8 | نأسف, ولكن الصفحة التي تحاول مشاهدتها ليست موجوده. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ar_SA/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "الشكر والتقدير" 3 | --- 4 | 5 | * * شكر خاص لكل من [المترجمين] (https://crowdin.com/project/switch-guide) لكونهم رائعين! ** 6 | {: .notice--primary} 7 | 8 | إذا نسيت ذكر اسمك هنا، قم بالتواصل معي لكي أضيف اسمك. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ar_SA/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "التبرعات" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ar_SA/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "إستكشاف الأخطاء وإصلاحها" 3 | --- 4 | 5 | {% include toc title="جدول المحتويات" %} 6 | 7 | ### يتطلب القراءة 8 | 9 | إذا صادفت مشكلة، رجاءا راجع القسم المطابق لمشكلتك وتابع التعليمات. 10 | 11 | إذا لم تتمكن من حل مشكلتك وتريد المساعدة، رجاءا تواصل معنا بوصف مفصل لمشكلتك وما هي محاولاتك لحلها. 12 | 13 | ## خطاء رقم 0003-2347 14 | 15 | هذا الخطأ يحدث بسبب عدم وجود "nx-hbmenu `.nro`" في ذاكرة جهازك الخارجية SD Card. 16 | 17 | ### ما تحتاجة 18 | 19 | * أحدث إصدار من [nx-hbmenu] 20 | (https://github.com/switchbrew/nx-hbmenu/releases/latest) 21 | 22 | ### التعليمات 23 | 24 | 1. أطفأ الجهاز 25 | 1. أدخل بطاقة الذاكرة الخارجية SD Card في حاسبك 26 | 1. أنسخ ملف `hbmenu.nro` من nx-hbmenu `.zip` إلى جذر (الملف الرئيسي) بطاقة الذاكرة الخارجية SD Card لجهازك 27 | 1. أرجع بطاقة الذكرة الخارجية SD Card إلى جهازك 28 | 1. شغل الجهاز الخاص بك -------------------------------------------------------------------------------- /_pages/ar_SA/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "لماذا الإعلانات؟" 3 | layout: single-no-ads 4 | --- 5 | 6 | من الكاتب الأصلي: 7 | "هذا المشروع ثمرة مئات الساعات من الجهد المتواصل". 8 | 9 | "أقوم بتحديث هذا الدليل مجانا، و أحرص على مواكبته المستجدات. و لهذا السبب، أظنه من الإنصاف أن أحاول أن أسترزق قليلا من عملي.". 10 | 11 | "هذا الموقع لا يكلفك شيئا لاستعماله، و كل الإعلانات فيه لا تفسد على القارئ. لو كنت تمانع رغم كل هذا، فخذ حريتك في حجب هذه الإعلانات بمتصفحك". 12 | 13 | "لو اخترت حجب الإعلانات، فأود تذكيرك بصفحة التبرعات [Donations](التبرعات)، مع أنها هي الأخرى اختيارية أيضا". 14 | 15 | "شكرا،"
16 | Plailect 17 | -------------------------------------------------------------------------------- /_pages/ca_ES/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ca_ES/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ca_ES/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ca_ES/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/ca_ES/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/cs_CZ/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/cs_CZ/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/cs_CZ/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/cs_CZ/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/cs_CZ/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/da_DK/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/da_DK/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/da_DK/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/da_DK/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/da_DK/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/de_DE/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Seite nicht gefunden" # 3 | layout: single-no-ads 4 | excerpt: "Seite nicht gefunden. Deine Pixel befinden sich auf einem anderen Canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Es tut uns leid, die gewünschte Seite existiert nicht. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/de_DE/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Danksagung" 3 | --- 4 | 5 | **Vielen Dank an alle [Übersetzer](https://crowdin.com/project/switch-guide)! Ihr seid großartig!** 6 | {: .notice--primary} 7 | 8 | Sollte ich vergessen haben, dich hier aufzuführen, dann kontaktiere mich und ich füge deinen Namen hinzu. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/de_DE/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Spenden" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/de_DE/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Problembehandlung" 3 | --- 4 | 5 | {% include toc title="Inhalt" %} 6 | 7 | ### Wichtig 8 | 9 | Wenn Probleme auftreten, suche bitte den Abschnitt der passt und folge seinen Anweisungen. 10 | 11 | Solltest du dein Problem immer noch nicht lösen können und du brauchst Hilfe, bitte bereite eine detailierte Beschreibung deines Problems vor. 12 | 13 | ## Fehler 2347-0003 14 | 15 | Dieser Fehler tritt auf, wenn die nx-hbmenu `.nro` nicht auf der SD Karte gefunden wurde. 16 | 17 | ### Was du brauchst 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Anleitung 22 | 23 | 1. Schalte das Gerät aus 24 | 1. Stecke deine SD Karte in den Computer 25 | 1. Kopiere `hbmenu.nro` aus der nx-hbmenu `.zip` auf das Stammverzeichnis deiner SD-Karte 26 | 1. Stecke deine SD-Karte wieder in die Gerät 27 | 1. Schalte dein Gerät an -------------------------------------------------------------------------------- /_pages/de_DE/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Warum Werbung?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Dieses Projekt hat Tausende von Stunden durchgehender Arbeit in Anspruch genommen. 7 | 8 | Ich halte diese Anleitung immer auf dem neuesten Stand und das kostenlos. Wegen diesem Aufwand denke ich, dass es fair ist, einige Einnahmen für die Arbeit zu erhalten. 9 | 10 | Diese Seite kostet dich nichts und die Werbung, die ich geschaltet habe, ist unaufdringlich. Solltest du dennoch ein Problem damit haben, steht es dir frei, die Werbung zu blockieren. 11 | 12 | Wenn du die Werbung blockiert, möchte ich dich hiermit noch einmal an die [Spendenseite](donations) erinnern, aber auch Spenden sind optional. 13 | 14 | Vielen Dank,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/el_GR/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Η Σελίδα Δεν Βρέθηκε" # 3 | layout: single-no-ads 4 | excerpt: "Η σελίδα δεν βρέθηκε. Τα pixel σας βρίσκονται σε άλλον καμβά." # 5 | sitemap: false 6 | --- 7 | 8 | Συγνώμη, αλλά η σελίδα που προσπαθείτε να προβάλετε δεν υπάρχει. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/el_GR/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ευχαριστίες" 3 | --- 4 | 5 | **Ευχαριστώ ιδιαίτερα όλους τους [μεταφραστές](https://crowdin.com/project/switch-guide) για την ανεκτίμητη βοήθειά τους!** 6 | {: .notice--primary} 7 | 8 | Εάν σας ξέχασα, επικοινωνήστε μαζί μου ώστε να προσθέσω το όνομά σας. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/el_GR/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Δωρεές" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/el_GR/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Αντιμετώπιση Προβλημάτων" 3 | --- 4 | 5 | {% include toc title="Πίνακας Περιεχομένων" %} 6 | 7 | ### Απαραίτητη Ανάγνωση 8 | 9 | Εάν αντιμετωπίζετε κάποιο πρόβλημα μπορείτε να ψάξετε στην ανάλογη ενότητα για βοήθεια. 10 | 11 | Εάν παρόλα αυτά δεν καταφέρατε να λύσετε το πρόβλημά σας και χρειάζεστε βοήθεια, παρακαλείσθε να έρθετε με μία αναλυτική περιγραφή του προβλήματος, συμπεριλαμβανομένων και των βημάτων που λάβατε στην προσπάθειά σας να το διευθετήσετε. 12 | 13 | ## Error 2347-0003 14 | 15 | Αυτό το σφάλμα εμφανίζεται όταν το αρχείο nx-hbmenu `.nro` απουσιάζει από την κάρτα SD. 16 | 17 | ### Τι χρειάζεστε 18 | 19 | * Την τελευταία έκδοση του [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Οδηγίες 22 | 23 | 1. Απενεργοποιήστε την κονσόλα σας 24 | 1. Εισάγετε την κάρτα SD στον υπολογιστή σας 25 | 1. Αντιγράψτε το αρχείο `hbmenu.nro` από το nx-hbmenu `.zip` στην κάρτα SD 26 | 1. Τοποθετήστε ξανά την κάρτα SD στην κονσόλα σας 27 | 1. Ενεργοποιήστε τη συσκευή σας -------------------------------------------------------------------------------- /_pages/el_GR/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Γιατί βλέπω διαφημίσεις;" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Αυτή η εργασία είναι συσσώρευση δουλειάς εκατοντάδων ωρών συνεχούς εργασίας. 7 | 8 | Συντηρώ αυτό τον οδηγό, δωρεάν, και διασφαλίζω πως είναι πάντα ενημερωμένος. Λόγο αυτής της προσπάθειας, πιστεύω πως είναι δίκαιο να προσπαθήσω να αποκτήσω ένα λιγοστό εισόδημα για την προσπάθεια που κατέβαλα. 9 | 10 | Αυτή η ιστοσελίδα δεν κοστίζει απολύτως τίποτα για να χρησιμοποιηθεί και όλες οι διαφημίσεις που προβάλλω είναι διακριτικές. Αν εξακολουθείτε να έχετε πρόβλημα με αυτό, μην διστάσετε να μπλοκάρετε αυτές τις διαφημίσεις. 11 | 12 | Εάν μπλοκάρετε τις διαφημίσεις, θα ήθελα να σας υπενθυμίσω σχετικά με την σελίδα για τα [Donations](donations), αλλά ξανά, αυτό είναι προαιρετικό. 13 | 14 | Ευχαριστώ,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/en_PT/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Ye pixels be on another treasure map." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but th' page ye were tryin' to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/en_PT/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all 'o [th' translators](https://crowdin.com/project/switch-guide) fer bein' true crewmates!** 6 | {: .notice--primary} 7 | 8 | If I forgot ye here, be contactin' me 'n I gunna be addin' ye name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/en_PT/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Gimme Ye Gold" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/en_PT/f3x-(mac).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "F3X (Mac)" 3 | --- 4 | 5 | {% include toc title="Page Treasure Map" %} 6 | 7 | ### Required Readin' 8 | 9 | 'Tis be an add-on section fer checkin' ye SD card fer errors usin' F3X. 10 | 11 | Dependin' on th' size 'o ye SD card 'n th' speed 'o ye computer, 'tis process can take up to several hours! 12 | 13 | 'Tis page be fer Mac users only. If ye be not on Mac, check out th' [H2testw (windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages. 14 | 15 | ### What Ye Need 16 | 17 | * Th' latest release 'o [F3X](https://github.com/insidegui/F3X/releases/latest) 18 | 19 | ### Instructions 20 | 21 | 1. Unzip th' F3X `.zip` file 22 | 1. Insert ye SD card into ye computer 23 | 1. Run th' F3X app 24 | 1. Select ye SD card 25 | 1. Press "Start Test" 26 | 1. Wait 'til th' process be complete. 27 | 28 | ___ 29 | 30 | If th' test shows th' result `Success! Your card is ok!` ye SD card be good 'n ye can be deletin' all `.h2w` files on ye SD card 31 | {: .notice--success} 32 | 33 | If th' test shows any other results, ye SD card may be corrupted or damaged 'n ye may have to replace it! 34 | {: .notice--danger} 35 | 36 | ### Return to [Get Started](get-started) 37 | {: .notice--primary} 38 | -------------------------------------------------------------------------------- /_pages/en_PT/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshootin'" 3 | --- 4 | 5 | {% include toc title="Page Treasure Map" %} 6 | 7 | ### Required Readin' 8 | 9 | If ye be encounterin' issues, please look fer th' section relevant to ye 'n follow th' instructions. 10 | 11 | If ye still can't solve ye issue 'n need to reach out fer help, please come prepared wit' a detailed description 'o ye problem 'n what ye've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | 'Tis error occurs when th' nx-hbmenu `.nro` be missin' from ye SD card. 16 | 17 | ### What Ye Need 18 | 19 | * Th' latest release 'o [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off ye device 24 | 1. Insert ye SD card into ye computer 25 | 1. Copy `hbmenu.nro` from th' nx-hbmenu `.zip` to th' root 'o ye SD card 26 | 1. Reinsert ye SD card into ye device 27 | 1. Power on ye device -------------------------------------------------------------------------------- /_pages/en_PT/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | 'Tis project be th' culmination 'o thousands 'o hours 'o constant deck work. 7 | 8 | I maintain 'tis guide, fer free, 'n ensure it be always up to date. Because 'o 'tis effort, I feel that it be fair fer me to attempt to be gainin' a meager income from me work. 9 | 10 | 'Tis site be costin' ye nothin' to use, 'n all that I display be non-intrusive ads. If ye still have a problem wit' 'tis, feel free to block these ads. 11 | 12 | If ye do block ads, I would like to also be remindin' ye 'o th' [Gimme Ye Gold](donations) page, but once again that be optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/en_US/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/en_US/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/en_US/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/en_US/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/en_US/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/es_ES/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Página no encontrada" # 3 | layout: single-no-ads 4 | excerpt: "Página no encontrada. Tus píxeles están en otro lienzo." # 5 | sitemap: false 6 | --- 7 | 8 | Lo sentimos, la página que intentas ver no existe. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/es_ES/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Créditos" 3 | --- 4 | 5 | **¡Agradecimientos especiales a todos [los traductores](https://crowdin.com/project/switch-guide) por ser asombrosos!** 6 | {: .notice--primary} 7 | 8 | Si te he olvidado, puedes contactar conmigo para añadir tu nombre. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/es_ES/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donaciones" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/es_ES/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Solución de problemas" 3 | --- 4 | 5 | {% include toc title="Tabla de contenidos" %} 6 | 7 | ### Lectura requerida 8 | 9 | Si encuentras problemas, por favor revisa la sección que sea relevante para ti y sigue las instrucciones. 10 | 11 | Si aún no logras resolver tu problema y necesitas ayuda adicional, por favor busca ayuda teniendo preparada una descripción detallada de tu problema y de lo que has intentado para resolverlo. 12 | 13 | ## Error 2347-0003 14 | 15 | Este error ocurre cuando el archivo nx-hbmenu `.nro` no se encuentra en tu tarjeta SD. 16 | 17 | ### Qué necesitas 18 | 19 | * La última versión de [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instrucciones 22 | 23 | 1. Apaga tu consola 24 | 1. Inserta tu tarjeta SD en tu computadora 25 | 1. Copia el archivo `hbmenu.nro` desde el `.zip` de nx-hbmenu a la raíz de tu tarjeta SD 26 | 1. Reinserta la tarjeta SD en tu consola 27 | 1. Enciende tu consola -------------------------------------------------------------------------------- /_pages/es_ES/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "¿Por qué anuncios?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Este proyecto es el resultado de miles de horas de trabajo constante. 7 | 8 | Mantengo esta guía, sin que me paguen, y me aseguro de que siempre esté al día. Por este esfuerzo, siento que es justo intentar ganar un poco de dinero por mi trabajo. 9 | 10 | Este sitio no cuesta nada usarlo, y ningún anuncio que pongo es intrusivo. Si aún así tienes un problema con esto, siéntete libre de bloquear los anuncios. 11 | 12 | Si bloqueas los anuncios, me gustaría recordarte la página de [Donaciones](donations), pero de nuevo, eso también es opcional. 13 | 14 | Gracias,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/fi_FI/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/fi_FI/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/fi_FI/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/fi_FI/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/fi_FI/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/fr_FR/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | titre: "Page Introuvable" # 3 | layout: single-no-ads 4 | excerpt: "Page introuvable. Vos pixels sont dans un autre canevas." # 5 | sitemap: false 6 | --- 7 | 8 | Désolé, la page que vous essayez d'atteindre n'existe pas. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/fr_FR/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Remerciements" 3 | --- 4 | 5 | **Un grand merci à tous [les traducteurs](https://crowdin.com/project/switch-guide), vous êtes géniaux !** 6 | {: .notice--primary} 7 | 8 | Si je vous ai oublié, contactez-moi et j'ajouterai votre nom. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/fr_FR/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Dons" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/fr_FR/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Problèmes et Dépannage" 3 | --- 4 | 5 | {% include toc title="Table des matières" %} 6 | 7 | ### Lecture requise 8 | 9 | Si vous rencontrez des problèmes, recherchez la section qui vous correspond et suivez les instructions. 10 | 11 | Si vous ne pouvez toujours pas résoudre votre problème et que vous avez besoin d'aide, veuillez nous demander de l'aide en ayant préparé une description détaillée de votre problème et de ce que vous avez essayé de faire pour y remédier. 12 | 13 | ## Error 2347-0003 14 | 15 | Cette erreur survient lorsque le fichier `.nro` de nx-hbmenu n'a pas été trouvé sur votre carte SD. 16 | 17 | ## Ce dont vous avez besoin 18 | 19 | * La dernière version de [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Éteignez votre console 24 | 1. Insérez votre carte SD dans votre ordinateur 25 | 1. Copiez `hbmenu.nro` du fichier `.zip` de nx-hbmenu vers la racine de votre carte SD 26 | 1. Réinsérez votre carte SD dans votre console 27 | 1. Allumez votre console -------------------------------------------------------------------------------- /_pages/fr_FR/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pourquoi des pubs ?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Ce projet est le fruit de centaines d’heures de travail constant. 7 | 8 | Je maintiens ce guide, gratuitement, et m’assure qu’il est toujours à jour. A cause de cet effort, il me semble juste d'essayer de gagner un peu d'argent a partir de mon travail. 9 | 10 | Ce site ne vous coûte rien, et les publicités affichées ne sont pas intrusives. Si cela vous pose quand même un problème, n'hésitez pas à bloquer les pubs. 11 | 12 | Si vous bloquez les publicités, j'aimerais vous rappeler que j'accepte également des [dons](donations), mais, à nouveau, vous n'êtes pas obligés d'en faire. 13 | 14 | Merci,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/he_IL/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/he_IL/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/he_IL/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/he_IL/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/he_IL/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/hu_HU/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/hu_HU/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/hu_HU/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/hu_HU/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/hu_HU/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/id_ID/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | judul: "Page Not Found" # 3 | layout: single-no-ads 4 | kutipan: "Halaman tidak ditemukan. Pixel Anda berada di kanvas yang lain." # 5 | sitemap: false 6 | --- 7 | 8 | Maaf, halaman yang ingin Anda lihat tidak tersedia. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/id_ID/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Terima kasih terkhususnya untuk semua [penerjemah(https://crowdin.com/project/switch-guide) karena sangat mengagumkan!** 6 | {: .notice--primary} 7 | 8 | Jika saya melupakan Anda di sini, hubungi saya dan saya akan menambahkan nama Anda. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/id_ID/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | judul: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/id_ID/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% termasuk judul toc="Table of Contents" %} 6 | 7 | ### Bacaan yang Perlu Dibaca 8 | 9 | Jika Anda mengalami masalah, cari bagian yang sesuai dengan Anda dan ikuti instruksinya. 10 | 11 | Jika Anda masih tidak dapat memecahkan masalah Anda dan perlu untuk mencari bantuan, silahkan datang untuk bantuan yang disiapkan dengan penjelasan rinci tentang masalah Anda dan apa yang telah Anda coba. 12 | 13 | ## Kesalahan 2347-0003 14 | 15 | Kesalahan ini terjadi saat nx-hbmenu `.nro` tidak ditemukan pada kartu SD Anda. 16 | 17 | ### Apa yang Anda Butuhkan 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instruksi 22 | 23 | 1. Matikan perangkat Anda 24 | 1. Masukkan kartu SD Anda ke dalam komputer 25 | 1. Salin `hbmenu.nro` dari nx-hbmenu `.zip` ke kartu SD Anda 26 | 1. Masukkan kembali kartu SD Anda ke dalam perangkat Anda 27 | 1. Hidupkan perangkat Anda -------------------------------------------------------------------------------- /_pages/id_ID/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | judul: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Proyek ini merupakan bentuk dari ratusan demi ratusan jam kerja yang konstan. 7 | 8 | Saya menjaga panduan ini, secara gratis, dan memastikan agar selalu diperbaharui. Karena upaya ini, saya merasa bahwa adil bagi saya untuk mencoba mendapatkan sedikit penghasilan dari pekerjaan saya. 9 | 10 | Situs ini gratis untuk digunakan, dan semua iklan yang saya tampilkan tidak mengganggu. Jika Anda masih memiliki masalah dengan ini, Anda bisa memblokir iklan ini. 11 | 12 | Jika Anda memblokir iklan, saya juga ingin mengingatkan Anda tentang laman [Donations](donations), tetapi sekali lagi hal ini juga opsional. 13 | 14 | Terima kasih,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/it_IT/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagina non trovata" # 3 | layout: single-no-ads 4 | excerpt: "Pagina non trovata. I tuoi pixel sono in un altro canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Mi dispiace, ma la pagina che stai cercando di raggiungere non esiste. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/it_IT/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Riconoscimenti" 3 | --- 4 | 5 | **Un ringraziamento speciale a [tutti i traduttori](https://crowdin.com/project/switch-guide)! Siete fantastici!** 6 | {: .notice--primary} 7 | 8 | Se ho dimenticato di inserirti in questa lista, contattami e ti aggiungerò. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/it_IT/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donazioni" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/it_IT/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Risoluzione dei problemi" 3 | --- 4 | 5 | {% include toc title="Indice" %} 6 | 7 | ### Lettura necessaria 8 | 9 | Se si dovessero verificare degli errori, consulta la sezione relativa al tuo problema e segui le istruzioni. 10 | 11 | Se non riesci comunque a risolvere il tuo problema e hai bisogno di aiuto, sei pregato di presentarti preparato con una descrizione dettagliata del problema e di cosa hai cercato di fare. 12 | 13 | ## Errore 2347-0003 14 | 15 | Questo errore si verifica quando il `.nro` di nx-hbmenu non viene trovato nella scheda SD. 16 | 17 | ### Requisiti 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Istruzioni 22 | 23 | 1. Spegni la tua console 24 | 1. Inserisci la scheda SD nel tuo computer 25 | 1. Copia `hbmenu.nro` dall'archivio `.zip` di nx-hbmenu nella directory principale della tua scheda SD 26 | 1. Reinserisci la scheda SD nella tua console 27 | 1. Accendi la console -------------------------------------------------------------------------------- /_pages/it_IT/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Perché c'è la pubblicità?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Questo progetto è il culmine di migliaia di ore di lavoro. 7 | 8 | Mantengo questa guida, gratuitamente, e mi assicuro che rimanga sempre aggiornata. Per questo, mi sembra corretto cercare di ottenere una minima gratificazione per il mio lavoro. 9 | 10 | Usare questo sito non ti costa nulla, e tutto ciò che mostro sono pubblicità non intrusive. Ma se per te è comunque un problema, sentiti libero di bloccarle. 11 | 12 | Se blocchi le pubblicità, ti vorrei anche ricordare della pagina delle [Donazioni](donations), anch'essa opzionale. 13 | 14 | Grazie,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ja_JP/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ja_JP/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ja_JP/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ja_JP/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/ja_JP/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ko_KR/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ko_KR/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ko_KR/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ko_KR/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/ko_KR/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ms_MY/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ms_MY/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ms_MY/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ms_MY/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/ms_MY/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/nl_NL/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagina niet gevonden" # 3 | layout: single-no-ads 4 | excerpt: "Pagina niet gevonden. Je pixels bevinden zich op een ander canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, maar de pagina die je probeert te bekijken bestaat niet. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/nl_NL/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Erg veel dank gaat uit naar [alle vertalers](https://crowdin.com/project/switch-guide), omdat jullie zo fantastisch zijn!** 6 | {: .notice--primary} 7 | 8 | Als ik je hier ben vergeten te noemen, neem contact met me op, dan voeg ik je toe. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/nl_NL/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donaties" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/nl_NL/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/nl_NL/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/no_NO/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/no_NO/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/no_NO/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/no_NO/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/no_NO/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/pl_PL/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/pl_PL/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/pl_PL/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/pl_PL/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/pl_PL/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/pt_BR/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Página Não Encontrada" # 3 | layout: single-no-ads 4 | excerpt: "Página não encontrada. Os teus píxeis estão noutra tela." # 5 | sitemap: false 6 | --- 7 | 8 | Desculpa, mas a página que estavas a tentar visualizar não existe. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/pt_BR/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Créditos" 3 | --- 4 | 5 | **Um agradecimento especial para todos [os tradutores](https://crowdin.com/project/switch-guide) por serem espectaculares!** 6 | {: .notice--primary} 7 | 8 | Se me esqueci de ti aqui, contacta-me e adicionarei o teu nome. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/pt_BR/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donativos" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/pt_BR/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Resolução de Problemas" 3 | --- 4 | 5 | {% include toc title="Tabela de Conteúdos" %} 6 | 7 | ### Leitura Obrigatória 8 | 9 | Se encontrares problemas, por favor procura pela secção relevante para ti e segue as instruções. 10 | 11 | Se ainda não conseguires resolver o teu problema e precisares de ajuda, por favor solicita ajuda com uma descrição detalhada do teu problema e do que tentaste. 12 | 13 | ## Erro 2347-0003 14 | 15 | Este erro ocorre quando o ficheiro nx-hbmenu `.nro` não foi encontrado no teu cartão SD. 16 | 17 | ### O Que Precisas 18 | 19 | * A ultima versão do [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instruções 22 | 23 | 1. Desliga a tua consola 24 | 1. Insere o teu cartão SD no teu computador 25 | 1. Copia o `hbmenu.nro` do arquivo nx-hbmenu `.zip` para a raiz do teu cartão SD 26 | 1. Reinsere o cartão SD na tua consola 27 | 1. Liga a tua consola -------------------------------------------------------------------------------- /_pages/pt_BR/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Porquê Anúncios?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Este projeto é a culminação de milhares de horas de trabalho constante. 7 | 8 | Eu preservo este guia, de graça, e asseguro-me de que está sempre atualizado. Por causa deste esforço, sinto que é justo tentar ganhar um salário escasso do meu trabalho. 9 | 10 | Este site não te custa um tostão para o poderes usar, e tudo o que eu exibo são anúncios não-intrusivos. Se ainda assim tiveres um problema com isto, fica à vontade de bloqueares estes anúncios. 11 | 12 | Se bloqueares os anúncios, gostaria de te relembrar da página de [Donativos](donations), mas mais uma vez isso é opcional também. 13 | 14 | Obrigado,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/pt_PT/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Página Não Encontrada" # 3 | layout: single-no-ads 4 | excerpt: "Página não encontrada. Os teus píxeis estão noutra tela." # 5 | sitemap: false 6 | --- 7 | 8 | Desculpa, mas a página que estavas a tentar visualizar não existe. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/pt_PT/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Créditos" 3 | --- 4 | 5 | **Um agradecimento especial para todos [os tradutores](https://crowdin.com/project/switch-guide) por serem espectaculares!** 6 | {: .notice--primary} 7 | 8 | Se me esqueci de ti aqui, contacta-me e adicionarei o teu nome. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/pt_PT/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donativos" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/pt_PT/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Resolução de Problemas" 3 | --- 4 | 5 | {% include toc title="Tabela de Conteúdos" %} 6 | 7 | ### Leitura Obrigatória 8 | 9 | Se encontrares problemas, por favor procura pela secção relevante para ti e segue as instruções. 10 | 11 | Se ainda não conseguires resolver o teu problema e precisares de ajuda, por favor solicita ajuda com uma descrição detalhada do teu problema e do que tentaste. 12 | 13 | ## Erro 2347-0003 14 | 15 | Este erro ocorre quando o ficheiro nx-hbmenu `.nro` não foi encontrado no teu cartão SD. 16 | 17 | ### O Que Precisas 18 | 19 | * A versão mais recente do [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instruções 22 | 23 | 1. Desliga a tua consola 24 | 1. Insere o teu cartão SD no teu computador 25 | 1. Copia o `hbmenu.nro` do arquivo nx-hbmenu `.zip` para a raiz do teu cartão SD 26 | 1. Reinsere o teu cartão SD na tua consola 27 | 1. Liga a tua consola -------------------------------------------------------------------------------- /_pages/pt_PT/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Porquê Anúncios?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Este projeto é a culminação de milhares de horas de trabalho constante. 7 | 8 | Eu preservo este guia, de graça, e asseguro-me de que está sempre atualizado. Por causa deste esforço, sinto que é justo tentar ganhar um salário escasso do meu trabalho. 9 | 10 | Este site não te custa um tostão para o poderes usar, e tudo o que eu exibo são anúncios não-intrusivos. Se ainda assim tiveres um problema com isto, fica à vontade de bloqueares estes anúncios. 11 | 12 | Se bloqueares os anúncios, gostaria de te relembrar da página de [Donativos](donations), mas mais uma vez isso é opcional também. 13 | 14 | Obrigado,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ro_RO/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pagina nu a fost găsită" # 3 | layout: single-no-ads 4 | excerpt: "Pagina nu a fost găsită. Pixeli voștri sunt într-o altă pânză." # 5 | sitemap: false 6 | --- 7 | 8 | Scuze, dar pagina pe care încercați să o accesați nu există. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ro_RO/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Contribuții" 3 | --- 4 | 5 | **Mulțumiri speciale tuturor [traducătorilor](https://crowdin.com/project/switch-guide) pentru că sunt minunați!** 6 | {: .notice--primary} 7 | 8 | Dacă te-am uitat, contactează-mă și îți voi adaugă numele. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ro_RO/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donaţii" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ro_RO/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Depanare" 3 | --- 4 | 5 | {% include toc title="Cuprins" %} 6 | 7 | ### Lectură obligatorie 8 | 9 | Dacă întâmpinaţi probleme, vă rugăm să vă uitați la secţiunea relevantă pentru dumneavoastră şi să urmaţi instrucţiunile. 10 | 11 | Dacă încă nu puteți rezolva problema şi aveți nevoie de ajutor în plus, vă rugăm să căutați după ajutor cu o descriere detaliată a problemei și ceea ce ați încercat. 12 | 13 | ## Eroare 2347-0003 14 | 15 | Această eroare apare când fișierul nx-hbmenu`.nro` nu este găsit pe cardul SD. 16 | 17 | ### Ce aveți nevoie 18 | 19 | * Cea mai recentă versiune de [nx-hbmenu] (https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instrucțiuni 22 | 23 | 1. Închideți consola 24 | 1. Introduceți cardul SD în calculator 25 | 1. Copiați `hbmenu.nro` de la nx-hbmenu `.zip` pe rădăcina cardului SD 26 | 1. Reintroduceţi cardul SD în dispozitiv 27 | 1. Porniți dispozitivul -------------------------------------------------------------------------------- /_pages/ro_RO/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "De ce sunt reclame?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Acest proiect este rezultatul a miilor de ore de muncă constantă. 7 | 8 | Mențin acest ghid, gratis, și mă asigur că e mereu de actualitate. Din cauza acestui efort, eu simt că este drept pentru mine să încerc să câștig un venit din munca mea. 9 | 10 | Acest site nu vă costă nimic să-l folosiți, și tot ce afișez sunt reclame non-intruzive. Dacă încă mai aveți o problemă cu acestea, nu ezitați să blocați aceste reclame. 11 | 12 | Dacă blocați anunturile, aș dori să vă reamintesc de pagina de [Donații](donations), dar încă o data acest lucru este opțional de asemenea. 13 | 14 | Mulţumesc,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/ru_RU/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Страница не найдена" # 3 | layout: single-no-ads 4 | excerpt: "Страница не найдена. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Извините, но страница, которую вы ищете, не существует. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/ru_RU/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Благодарности" 3 | --- 4 | 5 | **Отдельное спасибо всем [переводчикам](https://crowdin.com/project/switch-guide) за их работу!** 6 | {: .notice--primary} 7 | 8 | Если я кого-то забыл, свяжитесь со мной, и я добавлю ваше имя. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/ru_RU/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Пожертвования" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/ru_RU/f3x-(mac).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "F3X (Mac)" 3 | --- 4 | 5 | {% include toc title="Содержание" %} 6 | 7 | ### Обязательно к прочтению 8 | 9 | Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью F3X. 10 | 11 | В зависимости от размера SD-карты и скорости компьютера этот процесс может занять до нескольких часов! 12 | 13 | Этот раздел предназначен для пользователей Mac. Если у вас не Mac, воспользуйтесь [H2testw (windows)](h2testw-(windows)) или [F3 (Linux)](f3-(linux)). 14 | 15 | ### Что понадобится 16 | 17 | * Свежая версия [F3X](https://github.com/insidegui/F3X/releases/latest) 18 | 19 | ### Инструкция 20 | 21 | 1. Разархивируйте `.zip-архив` с F3X 22 | 1. Вставьте SD-карту в компьютер 23 | 1. Запустите F3X 24 | 1. Выберите вашу SD-карту 25 | 1. Нажмите "Start Test" 26 | 1. Дождитесь окончания процесса. 27 | 28 | ___ 29 | 30 | Если в результате тестирования вы видите `Success! Your card is ok!`, ваша карта в порядке. Можете удалить все файлы с расширением `.h2w` на SD-карте 31 | {: .notice--success} 32 | 33 | При любом другом результате SD-карта скорее всего повреждена и её стоит заменить! 34 | {: .notice--danger} 35 | 36 | ### Вернитесь к [Началу](get-started) 37 | {: .notice--primary} 38 | -------------------------------------------------------------------------------- /_pages/ru_RU/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Проблемы и их решения" 3 | --- 4 | 5 | {% include toc title="Содержание" %} 6 | 7 | ### Обязательно к прочтению 8 | 9 | При возникновении проблем, найдите соответствующий раздел и следуйте инструкциям. 10 | 11 | Если проблема всё ещё не может быть решена и вам требуется помощь, то обращайтесь с уже подготовленным описанием проблемы и проделанных действий по её устранению. 12 | 13 | ## Ошибка 2347-0003 14 | 15 | Ошибка возникает в случае отсутствия `.nro` файла nx-hbmenu на SD-карте. 16 | 17 | ### Что понадобится 18 | 19 | * Свежая версия [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Инструкция 22 | 23 | 1. Выключите консоль 24 | 1. Вставьте SD-карту в компьютер 25 | 1. Скопируйте файл `hbmenu.nro` из `.zip-архива` nx-hbmenu в корень SD-карты 26 | 1. Вставьте SD-карту обратно в консоль 27 | 1. Включите консоль -------------------------------------------------------------------------------- /_pages/ru_RU/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Зачем реклама?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | Этот проект - результат тысяч часов непрерывной работы. 7 | 8 | Я бесплатно поддерживаю это руководство в актуальном состоянии. Из-за этого я считаю, что это справедливо пытаться получить скудный доход от моей работы. 9 | 10 | Использование этого сайта бесплатно для вас, и вся реклама на сайте не мешает его использовать. Если она вам мешает, можете смело её блокировать. 11 | 12 | Если вы блокируете рекламу, то не забывайте про пожертвования на этой странице: [Donations](donations); впрочем, и это необязательно. 13 | 14 | С уважением,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/sr_SP/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/sr_SP/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/sr_SP/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/sr_SP/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/sr_SP/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/sv_SE/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/sv_SE/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/sv_SE/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/sv_SE/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/sv_SE/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/th_TH/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/th_TH/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/th_TH/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/th_TH/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/th_TH/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/tr_TR/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/tr_TR/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/tr_TR/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/tr_TR/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/tr_TR/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/uk_UA/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/uk_UA/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/uk_UA/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/uk_UA/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/uk_UA/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/vi_VN/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Page Not Found" # 3 | layout: single-no-ads 4 | excerpt: "Page not found. Your pixels are in another canvas." # 5 | sitemap: false 6 | --- 7 | 8 | Sorry, but the page you were trying to view does not exist. 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/vi_VN/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Credits" 3 | --- 4 | 5 | **Special thanks to all of [the translators](https://crowdin.com/project/switch-guide) for being awesome!** 6 | {: .notice--primary} 7 | 8 | If I forgot you here, contact me and I'll add your name. 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/vi_VN/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Donations" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/vi_VN/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="Table of Contents" %} 6 | 7 | ### Required Reading 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### What You Need 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### Instructions 22 | 23 | 1. Power off your device 24 | 1. Insert your SD card into your computer 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/vi_VN/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/zh_CN/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "找不到页面" # 3 | layout: single-no-ads 4 | excerpt: "找不到页面。 你的画在另一张画布上哦!"# 5 | sitemap: false 6 | --- 7 | 8 | 对不起,该页面不存在。 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/zh_CN/blocking-updates.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "阻止更新" 3 | --- 4 | 5 | {% include toc title="目录内容" %} 6 | 7 | ### 重要事项 8 | 9 | 目前,自制程序只能在最高为 3.0.0 的系统版本中运行,但是未来的自制程序和自制固件将会支持 5.0.2 的系统版本。 10 | 11 | 为了以后都可以继续使用自制程序,你需要将一个屏蔽了任天堂 Switch 升级服务器的DNS服务器(由 ReSwitched 提供)设为你的DNS服务器。 12 | 13 | 如果你的固件版本已经是 5.0.2,并且希望禁用更新后仍可使用在线服务,那么只有在最新版本还是 5.0.2 的时候你才能使用(因为只有最新版本的固件才可以使用在线服务)。 为此在进行这些操作前,唯一的要求是你至少使用过一次在线服务。 14 | 15 | 此外,我们将会进入还原 / 维护模式并删除任何可能已下载的更新数据。 16 | 17 | ### 操作步骤 18 | 19 | #### 第一部分 — 配置 DNS 20 | 21 | 请注意,你需要在连接设备的每个网络上都设置一遍 DNS 以阻止更新! 22 | {: .notice--warning} 23 | 24 | 1. 启动系统设置 25 | 1. 进入到 `互联网(Internet)` -> `互联网设置(Internet Settings)` 26 | 1. 选择你当前的网络 27 | + 已连接的网络旁边会有绿色的标记 28 | 1. 选择 “更改设置(Change Settings)” 29 | 1. 找到 “DNS设置(DNS Settings)” 将他设置为 “手动(Manual)” 30 | 1. 将 “主DNS(Primary DNS)” 设置为 `104.236.106.125` 31 | 1. 将 “备用DNS(Secondary DNS)” 设为 `62.210.147.20` 32 | 1. 保存网络设置 33 | 1. 退出系统设置 34 | 35 | #### 第二部分 — 删除升级数据 36 | 37 | 1. 将设备关机 38 | 1. 按住『电源键』+『音量加』+『音量减』来开机 39 | 1. 不要选择任何选项 40 | 1. 只要进入该菜单,所有已下载的更新数据都会从你的系统中删除 41 | 1. 长按“电源键”关机 42 | 43 | ___ 44 | 45 | 现在你的设备上应该已经屏蔽升级了 46 | {: .notice--success} -------------------------------------------------------------------------------- /_pages/zh_CN/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "致谢" 3 | --- 4 | 5 | **特别感谢所有的[翻译人员](https://crowdin.com/project/switch-guide),他们超棒的!** 6 | {: .notice--primary} 7 | 8 | 如果我忘了列出你的名字,请联系我。我会把你加上。 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/zh_CN/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "捐赠" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/zh_CN/f3x-(mac).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "F3X (Mac)" 3 | --- 4 | 5 | {% include toc title="目录內容" %} 6 | 7 | ### 重要事项 8 | 9 | 本附加章节是用来介绍如何使用 F3X 来检查你的 SD 卡有无问题。 10 | 11 | 这个操作的耗时取决于你的 SD 卡的容量大小和电脑的速度,可能将耗费数个小时完成! 12 | 13 | 本节教程仅限Mac用户。 如果你的操作系统不是Mac,参见[H2testw (windows)](h2testw-(windows))或[F3 (Linux)](f3-(linux))页面。 14 | 15 | ### 准备工作 16 | 17 | * 最新版 [F3X](https://github.com/insidegui/F3X/releases/latest) 18 | 19 | ### 操作步骤 20 | 21 | 1. 解压缩 F3X `.zip` 22 | 1. 将 SD 卡插入电脑 23 | 1. 运行 F3X 24 | 1. 选择你的SD卡 25 | 1. 点击“开始测试(Start Test)” 26 | 1. 等待,直到该过程执行完毕。 27 | 28 | ___ 29 | 30 | 如果测试结果显示`Success! Your card is ok!`(成功,你的SD卡没有问题!),代表你的SD卡完好,之后请删除SD卡上所有的 `.h2w` 文件 31 | {: .notice--success} 32 | 33 | 如果测试显示任何其他结果,则你的 SD 卡可能已经出错或损坏,你可能需要更换一张 SD卡 ! 34 | {: .notice--danger} 35 | 36 | ### 返回到[新手入门](get-started) 37 | {: .notice--primary} 38 | -------------------------------------------------------------------------------- /_pages/zh_CN/faq.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "常见问题" 3 | --- 4 | 5 | **问:** *我的系统是最新版本, 可以破解吗?* 6 | **答:** 是的。 目前市面上的所有 Switch 都可以用 Fusée Gelée 破解。 请参见 [ktemkin的Fusée Gelée FAQ](https://www.ktemkin.com/faq-fusee-gelee/)了解更多详情。 但是目前不清楚即将上市的 “mariko” 版本是否可以破解。 7 | 8 | **问:** *破解我的机器风险有多大?* 9 | **答:**仅运行 Homebrew Launcher 或 Fusée Gelée 基本上不会造成变砖。 但是如果手残的话,使用如 Fusée Gelée 这样高权限的漏洞修改系统保存数据时就很容易导致砖机。 请只从可信任的来源获取并运行PegaSwitch脚本、Homebrew Launcher NRO 以及特别是Fusée Gelée payload文件。 从不可信渠道获取并运行的自制 payload 文件有可能让你的机器永久变砖。 10 | 11 | **问:** *我可以使用 4GB (或更小)的 SD 卡来完成本教程吗?* 12 | **答:**如果你只是想运行自制程序启动器的话是可以的。但是如果你想运行像即将发布的 Atmosphère 这样的自制固件,你得有一个至少64GB的SD卡,因为一个Switch emuNAND会占至少32GB空间。 13 | 14 | **问:** *我的switch提示我需要进行系统更新才能使用我的SD卡,我可以解决这个问题吗? 15 | **答:** 是的;通常情况下,32GB以上的SD卡都是exFAT格式,如果不进行系统更新,Switch 将无法使用exFAT格式的SD卡。 坏消息,如果你的 Switch 系统版本不是最新的,那么你将无法在不更新系统的情况下安装此更新。 你可以通过[guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)这类的工具将 SD 卡格式化为 FAT32 来解决这个问题。 16 | 17 | **问:** *完成本教程后,如果我想更换SD卡该怎么做?* 18 | **答:** 把所有原 SD 卡上的所有文件复制到新 SD 卡上即可。 19 | -------------------------------------------------------------------------------- /_pages/zh_CN/file-extensions-(windows).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "显示文件扩展名 (Windows)" 3 | --- 4 | 5 | {% include toc title="目录内容" %} 6 | 7 | 本附加章节将介绍如何让 Windows 显示默认隐藏的文件扩展名。 8 | 9 | Windows 显示扩展名后,你可以更快找到本教程需要的文件。 10 | 11 | ### 操作步骤 12 | 13 | #### Windows 10 / 8.1 / 8 14 | 15 | 1. 打开任意一个文件夹来启动文件浏览器,例如SD卡目录 16 | 1. 点击窗口上方的“查看”按钮 17 | 1. 把“文件扩展名”打勾 18 | 19 | ![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }}) 20 | {: .notice--info} 21 | 22 | #### Windows 7 23 | 24 | 1. 点击左下角的开始按钮或按下键盘上的win键来打开开始菜单。 25 | 1. 找到 “文件夹选项” 26 | 27 | ![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }}) 28 | {: .notice--info} 29 | 30 | 1. 在文件夹选项菜单中点击 “视图” 选项卡 31 | 1. 取消选择 “为已知文件类型隐藏扩展名” 32 | 33 | ![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }}) 34 | {: .notice--info} 35 | 36 | ### 返回到[新手入门](get-started) 37 | {: .notice--primary} -------------------------------------------------------------------------------- /_pages/zh_CN/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Troubleshooting" 3 | --- 4 | 5 | {% include toc title="目录内容" %} 6 | 7 | ### 重要事项 8 | 9 | If you encounter issues, please look for the section relevant to you and follow the instructions. 10 | 11 | If you still cannot solve your issue and need to reach out for help, please come for help prepared with a detailed description of your problem and what you've tried. 12 | 13 | ## Error 2347-0003 14 | 15 | This error occurs when the nx-hbmenu `.nro` is not found on your SD card. 16 | 17 | ### 准备工作 18 | 19 | * The latest release of [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### 操作步骤 22 | 23 | 1. 将设备关机 24 | 1. 将 SD 卡插入电脑 25 | 1. Copy `hbmenu.nro` from the nx-hbmenu `.zip` to the root of your SD card 26 | 1. Reinsert your SD card into your device 27 | 1. Power on your device -------------------------------------------------------------------------------- /_pages/zh_CN/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Why Ads?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | This project is the culmination of thousands of hours of constant work. 7 | 8 | I maintain this guide, for free, and ensure it is always up to date. Because of this effort, I feel that it is fair for me to attempt to gain a meager income from my work. 9 | 10 | This site costs you nothing to use, and all that I display are non-intrusive ads. If you still have a problem with this, feel free to block these ads. 11 | 12 | If you do block ads, I would like to also remind you of the [Donations](donations) page, but once again that is optional too. 13 | 14 | Thanks,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_pages/zh_TW/404.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "找不到此頁面" # 3 | layout: single-no-ads 4 | excerpt: "耶,未找到此頁面欸。 您的畫在其他的畫布上噢!" # 5 | sitemap: false 6 | --- 7 | 8 | 對不起, 此頁面並不存在。 9 | {: .notice--info} 10 | -------------------------------------------------------------------------------- /_pages/zh_TW/blocking-updates.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "阻擋更新" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | ### 必讀事項 8 | 9 | 目前自製軟體僅適用於系統版本 3.0.0 (含) 以下的主機,但適用於系統版本 5.0.2 (含) 以下的自製軟體及自製韌體支援目前已在規劃中。 10 | 11 | 為了能確保您未來能順利使用它們,我們將把您 Switch 的 DNS 伺服器設定為 ReSwitched 的 DNS 伺服器以確實阻擋任天堂 Switch 系統更新的伺服器。 12 | 13 | 如果您目前使用的系統為 5.0.2 且希望能繼續使用線上服務並阻擋最新更新,只要 5.0.2 為最新版本,您仍可以進行下列步驟 (這是因為只有最新的系統版本能使用線上服務)。 為此,唯一的要求是在遵循這些步驟前,您必須至少連接到線上服務一次。 14 | 15 | 此外,我們將進入還原 / 維修模式中並將任何可能已下載的更新刪除。 16 | 17 | ### 操作說明 18 | 19 | #### 第一節 — DNS 設置 20 | 21 | 請注意,您需要在每個網路設定中設定這些 DNS 伺服器以阻止更新! 22 | {: .notice--warning} 23 | 24 | 1. 進入系統設定 (System Settings) 25 | 1. 移動至 `網路 (Internet)` -> `網路設定 (Internet Settings)` 26 | 1. 選擇您目前所連結的網路 27 | + 已連上的網路旁邊會有一個綠色勾勾 28 | 1. 選擇『更改設置 (Change Settings)』 29 | 1. 將『DNS設定 (DNS Settings)』改為『手動 (Manual)』 30 | 1. 將『主要 DNS (Primary DNS)』改為 `104.236.106.125` 31 | 1. 將『次要 DNS (Secondary DNS)』改為 `62.210.147.20` 32 | 1. 儲存網路設定 33 | 1. 退出系統設定 34 | 35 | #### 第二節 — 刪除更新資料 36 | 37 | 1. 關閉您的主機 38 | 1. 開機時按住 『電源紐』+『音量+』+『音量-』 39 | 1. 不要選擇任何選項 40 | 1. 只需進入此選單,任何已下載的更新數據都已從您的系統中刪除 41 | 1. 按『電源紐』關機 42 | 43 | ___ 44 | 45 | 從現在起,任何未來的更新將於您所設定的網路中被阻擋。 46 | {: .notice--success} -------------------------------------------------------------------------------- /_pages/zh_TW/credits.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "製作群" 3 | --- 4 | 5 | **感謝所有的超讚的[翻譯人員](https://crowdin.com/project/switch-guide)!** 6 | {: .notice--primary} 7 | 8 | 如果我忘記把您加進來的話,請與我聯繫。 9 | 10 | {% capture notice-1 %} 11 | 12 | + andoma 13 | + andeor 14 | + Aurora Wright 15 | + bunnei 16 | + Daeken 17 | + derrek 18 | + f916253 19 | + fincs 20 | + hedgeberg 21 | + hexkyz 22 | + hthh 23 | + ihaveahax 24 | + junko 25 | + kgsws 26 | + ktemkin 27 | + Maschell 28 | + misson20000 29 | + motezazer 30 | + mtheall 31 | + naehrwert 32 | + nedwill 33 | + neobrain 34 | + Nicolás 35 | + Normmatt 36 | + ogniK 37 | + q3k 38 | + racerxdl 39 | + s1w 40 | + SciresM 41 | + shinyquag 42 | + shufol3 43 | + sirocyl 44 | + smea 45 | + st4rk 46 | + Stary 47 | + stuckpixel 48 | + thexyz 49 | + TuxSH 50 | + Überflüp 51 | + WntrMute 52 | 53 | {% endcapture %} 54 | 55 |
{{ notice-1 | markdownify }}
-------------------------------------------------------------------------------- /_pages/zh_TW/donations.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "贊助" # 3 | layout: single-no-ads 4 | --- 5 | 6 | [![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} 7 | plailect@gmail.com 8 | {: .text-center} 9 | {: .notice--info} 10 | 11 | [![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} 12 | 3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp 13 | {: .text-center} 14 | {: .notice--info} 15 | 16 | [![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} 17 | 0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 18 | {: .text-center} 19 | {: .notice--info} -------------------------------------------------------------------------------- /_pages/zh_TW/f3x-(mac).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "F3X (Mac)" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | ### 必讀事項 8 | 9 | 本篇為透過 F3X 來檢查您 SD 卡是否有任何問題的附加章節。 10 | 11 | 根據您的 SD 卡的大小和電腦的速度,本過程可能將花費數小時才能完成 ! 12 | 13 | 本教學僅適用於 Mac 使用者。 如果您不在 Mac 平台上,請參閱 [H2testw (windows)](h2testw-(windows)) 或 [F3 (Linux)](f3-(linux))。 14 | 15 | ### 必備項目 16 | 17 | * 最新版的 [F3X](https://github.com/insidegui/F3X/releases/latest) 18 | 19 | ### 操作說明 20 | 21 | 1. 解壓 F3X `.zip` 壓縮檔 22 | 1. 將 SD 卡插入至電腦中 23 | 1. 開啟 F3X 24 | 1. 選擇您的 SD 卡 25 | 1. 按下『開始測試 (Start Test)』 26 | 1. 等到檢查完畢為止。 27 | 28 | ___ 29 | 30 | 如果測試顯示的結果『成功 ! 您的卡一切正常!(Success! Your card is ok!)』表示您的 SD 卡是正常的,然後您可以刪除上面所有的 `.h2w` 檔案 31 | {: .notice--success} 32 | 33 | 如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的! 34 | {: .notice--danger} 35 | 36 | ### 回到[新手入門](get-started) 37 | {: .notice--primary} 38 | -------------------------------------------------------------------------------- /_pages/zh_TW/faq.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "常見問題 FAQ" 3 | --- 4 | 5 |
**Q:** *我目前裝的系統為最新版本。 這樣可以改機嗎?* 6 | **A:** 可以的! 目前所有已推出的 Switch 主機都將能透過 Fusée Gelée 改機。 欲了解詳情,請見 [ktemkin 的 Fusée Gelée 常見問題](https://www.ktemkin.com/faq-fusee-gelee/)頁面。 不過,我們目前不曉得任天堂即將推出新的『mariko』版本 Switch 是否會受到影響。 7 | 8 | **Q:** *改機風險多高?* 9 | **A:** 僅使用 Homebrew Launcher 及 Fusée Gelée 的情況下變磚是極不可能的。 但是如果不小心的話,透過 Fusée Gelée 這種權力極高的漏洞修改任何系統檔案很可能會造成磚機。 在執行任何 PegaSwitch 腳本或 Homebrew Launcher NRO 檔案-尤其是 Fusée Gelée payload 檔案-前請先確保來源是可靠的。 執行任何不受信任來源的檔案很有可能會造成永久的磚機。 10 | 11 | **Q:** *我可以使用 4GB 或更小的 SD 卡嗎?* 12 | **A:** 如果您只想要運行 Homebrew Launcher,這是沒問題的;不過若您想要運行自製韌體 (如即將推出的『Atmosphère』),您需要至少 64GB 的 SD 卡。Switch 的 emuNAND 至少需要 32GB 的空間。 13 | 14 | **Q:** *我的 Switch 提到我需要進行系統更新才能使用我的SD卡,我可以解決這個問題嗎?* 15 | **A:** 是; 預設情況下,32GB 以上的 SD 卡將被格式化為exFAT,如果不安裝 exFAT 系統更新,Switch 將無法使用 exFAT 格式的卡。 不幸的是,如果您目前並不是使用最新的系統韌體,您將無法再不更新系統韌體的狀況下安裝此更新。 您可以透過像是 [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) 這類的工具將 SD 卡格式化為 FAT32 來解決這問題。 16 | 17 | **Q:** *改機後,我該如何更換新的 SD 卡?* 18 | **A:** 從舊的 SD 卡將所有檔案複製到新的 SD 卡中即可。 19 | -------------------------------------------------------------------------------- /_pages/zh_TW/file-extensions-(windows).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "檔案副檔名 (Windows)" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | 本篇為改變預設 Windows 隱藏副檔名行為的附加章節。 8 | 9 | 顯示副檔名可以讓您在找本教學提到的檔案時更方便些。 10 | 11 | ### 操作說明 12 | 13 | #### Windows 10 / 8.1 / 8 14 | 15 | 1. 於任何資料夾中開啟『檔案總管』 16 | 1. 點選上方的『檢視』按鈕 17 | 1. 將『副檔名』格子打勾 18 | 19 | ![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }}) 20 | {: .notice--info} 21 | 22 | #### Windows 7 23 | 24 | 1. 透過左下角開始按鈕或按下鍵盤上的 Windows 鍵以開啟開始選單 25 | 1. 尋找『資料夾選項』 26 | 27 | ![]({{ "/images/screenshots/windows-7-folder-options-start-menu.png" | absolute_url }}) 28 | {: .notice--info} 29 | 30 | 1. 於資料夾選項選單中上方點下『檢視』籤頁 31 | 1. 將『隱藏已知檔案類型的副檔名』選項取消 32 | 33 | ![]({{ "/images/screenshots/windows-7-folder-options.png" | absolute_url }}) 34 | {: .notice--info} 35 | 36 | ### 回到[新手入門](get-started) 37 | {: .notice--primary} -------------------------------------------------------------------------------- /_pages/zh_TW/h2testw-(windows).txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "H2testw (Windows)" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | ### 必讀事項 8 | 9 | 本篇為透過 h2testw 來檢查您 SD 卡是否有任何問題的附加章節。 10 | 11 | 根據您的 SD 卡的大小和電腦的速度,本過程可能將花費數小時才能完成 ! 12 | 13 | 本教學僅適用於 Windows 使用者。 如果您不在 Windows 平台上,請參閱 [F3 (linux)](f3-(linux)) 或 [F3X (mac)](f3x-(mac))。 14 | 15 | ### 必備項目 16 | 17 | * 最新版的 [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) 18 | 19 | ### 操作說明 20 | 21 | 1. 從 h2testw `.zip` 中解壓 `h2testw.exe` 22 | 1. 將 SD 卡插入至電腦中 23 | 1. 開啟 `h2testw.exe` 24 | 1. 選擇『英語 (English)』 25 | 1. 按下『Select target』 26 | 1. 選擇您的 SD 卡磁碟代號 27 | 1. 確保『all available space』為以勾選狀態 28 | 1. 點下『Write + Verify』 29 | 1. 等到檢查完畢為止。 30 | 31 | ___ 32 | 33 | 如果結果顯示 `Test finished without errors`,則表示您的 SD 卡是沒問題的,接著就可以刪除 SD 卡上所有的 `.h2w` 檔案了 34 | {: .notice--success} 35 | 36 | 如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的! 37 | {: .notice--danger} 38 | 39 | ### 回到[新手入門](get-started) 40 | {: .notice--primary} 41 | -------------------------------------------------------------------------------- /_pages/zh_TW/homebrew-development.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "開發自製軟體" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | ### 必讀事項 8 | 9 | 目前,用於 Switch 的主要漏洞開發工具包是由 ReSwitched 開發的 PegaSwitch。 10 | 11 | 如果您想與 ReSwitched 成員一同開發自製軟體,請見 Discord 上的 [ReSwitched 伺服器](https://discord.gg/DThbZ7z)。 12 | {: .notice--success} 13 | 14 | 如果您想要與 SwitchBrew 的成員一同開發自製程式,請見 EFnet 上的 #switchdev 頻道。 15 | {: .notice--success} 16 | 17 | ### 函式庫 (Libraries) 18 | 19 | 目前,有兩個主要的函式庫可用於開發 Switch 自製軟體。 20 | 21 | ___ 22 | 23 | #### 自製軟體開發 (libnx) 24 | 25 | libnx 函式庫是由 SwitchBrew 開發且建構於 devkitA64 工具鏈上。 26 | 27 | 編譯檔案可以透過您主機上的 Homebrew Launcher 運行。 28 | 29 | 繼續至 SwitchBrew 上的[設置開發環境](http://switchbrew.org/index.php?title=Setting_up_Development_Environment) 30 | {: .notice--primary} 31 | 32 | ___ 33 | 34 | #### 自製軟體開發 (libtransistor) 35 | 36 | libtransistor 函式庫是由 ReSwitched 開發且構建於 LLVM / Clang 上。 37 | 38 | 已編譯檔案可以透過 Mephisto 模擬器在您的PC上運行,或者使用 Homebrew Launcher 或 ACE Loader 在您的主機上運行。 39 | 40 | 繼續至 Reswitched Weekly 的 [開發自製軟體 (透過 libtransistor)](https://reswitchedweekly.github.io/Development-Setup/) 41 | {: .notice--primary} 42 | -------------------------------------------------------------------------------- /_pages/zh_TW/privacy-policy.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "隱私權政策" # 3 | layout: single-no-ads 4 | --- 5 | 6 | ### Cookies 7 | 8 | 本站透過 Cookies 引導用戶使用此手冊。 Cookies 讓手冊能在側欄顯示當前的進度,幫助用戶更容易的找到下一步指示。 9 | 10 | ### 來自其他網站的嵌入內容 11 | 12 | 本網站可能包含嵌入內容 (例如, 影片、圖案、文章等)。 打個比方,來自其他網站的嵌入內容就像您造訪其他網站一樣。 13 | 14 | 這些網站可能會透過 Cookies 收集有關您的資料,嵌入其他第三方追蹤器並監視您與嵌入內容的互動,這包括追蹤您與此嵌入內容的互動 (如果您於該網站已登入過您的帳戶)。 15 | 16 | ### 分析 17 | 18 | 本網站使用 Google Analytics 來監控和分析流量。 本網站由 GitHub Pages 托管,因此該網站也可能透過 Cookies 收集有關您的資料並嵌入其他第三方追蹤以及監控您與本網站的互動。 有關 GitHub 與用戶隱私有關的更多訊息,請查閱 [GitHub 隱私權聲明](https://help.github.com/en/articles/github-privacy-statement)。 19 | 20 | ### 收集的訊息 21 | 22 | 本網站不會收集任何個人資訊。 但本網站可能會收集使用相關資訊以分析用戶對內容的興趣並向廣告商提供彙總資訊。 我們不會與第三方廣告公司分享任何可識別用戶的資訊。 23 | 24 | Google (作為第三方廣告供應商) 使用 Cookies 在本網站上投放廣告。 Google 使用 DART Cookies 來根據用戶使用本網站以及其他網站的情況,向用戶提供廣告。 如果您想要退出 DART Cookies ,請查閱 [Google廣告隱私權政策](http://www.google.com/policies/technologies/ads/). 25 | 26 | 其他第三方廣告伺服器或網路可能也會使用 Cookies 來追蹤用戶使用本站的紀錄,以衡量廣告效果或其他於其隱私權政策提到的原因。 本網站無法使用或控管其他第三方廣告商所使用的 Cookies。 27 | 28 | ### 第三方網站 29 | 30 | 本網站可能會提及其他網站以供用戶使用或參考。 本站無權負責其他網站的隱私權政策。 用戶需知其他網站的隱私權政策可能與此網站的不同。 31 | 32 | ### 對隱私權原則的更改 33 | 34 | 我們有權隨時更改隱私權政策中的內容。 若您對本站之隱私權政策有任何問題,請聯繫 [plailect@gmail.com](mailto:plailect@gmail.com). 35 | -------------------------------------------------------------------------------- /_pages/zh_TW/site-navigation.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "網站導覽" # 3 | layout: single-no-ads 4 | sitemap: false 5 | --- 6 | 7 | {% capture notice-1 %} 8 | **熱門** 9 | 10 | + [Homebrew Launcher (透過安裝包)](homebrew-launcher-(installer)) 11 | + [Homebrew Launcher (透過 PegaSwitch)](homebrew-launcher-(pegaswitch)) 12 | + [阻擋更新](blocking-updates) 13 | + [遊戲卡帶更新](game-card-update) 14 | {% endcapture %} 15 |
{{ notice-1 | markdownify }}
16 | 17 | {% capture notice-2 %} 18 | **所有** 19 | 20 | + [阻擋更新](blocking-updates) 21 | + [製作群](credits) 22 | + [自製軟體開發 (libtransistor)](development-(libtransistor)) 23 | + [贊助](donations) 24 | + [F3 (Linux)](f3-(linux)) 25 | + [F3X (Mac)](f3x-(mac)) 26 | + [常見問題 FAQ](faq) 27 | + [檔案副檔名 (Windows)](file-extensions-(windows)) 28 | + [遊戲卡帶更新](game-card-update) 29 | + [新手入門](get-started) 30 | + [H2testw (Windows)](h2testw-(windows)) 31 | + [首頁](/zh_TW/) 32 | + [自製軟體開發](homebrew-development) 33 | + [Homebrew Launcher (透過安裝包)](homebrew-launcher-(installer)) 34 | + [Homebrew Launcher (透過 PegaSwitch)](homebrew-launcher-(pegaswitch)) 35 | + [疑難排解](troubleshooting) 36 | + [為什麼有廣告?](why-ads) 37 | {% endcapture %} 38 |
{{ notice-2 | markdownify }}
39 | -------------------------------------------------------------------------------- /_pages/zh_TW/troubleshooting.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "疑難排解" 3 | --- 4 | 5 | {% include toc title="條目內容" %} 6 | 7 | ### 必讀事項 8 | 9 | 如果您遇到了任何問題,請在這裡尋找可能的相關章節並照著步驟走。 10 | 11 | 如果您仍然無法解決您的問題並需要尋求幫助,請前來尋求幫助,並詳細描述您的問題以及您所嘗試的內容。 12 | 13 | ## 錯誤代碼 2347-0003 14 | 15 | 當您 SD 卡上找不到 nx-hbmenu `.nro` 時將會發生此錯誤。 16 | 17 | ### 必備項目 18 | 19 | * 最新版的 [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu/releases/latest) 20 | 21 | ### 操作說明 22 | 23 | 1. 關閉您的主機 24 | 1. 將 SD 卡插入至電腦中 25 | 1. 解壓 nx-hbmenu `.zip` 內的 `hbmenu.nro` 到 SD 卡的根目錄底下 26 | 1. 將 SD 卡插回至主機中 27 | 1. 啟動您的主機 -------------------------------------------------------------------------------- /_pages/zh_TW/why-ads.txt: -------------------------------------------------------------------------------- 1 | --- 2 | title: "為什麼有廣告?" # 3 | layout: single-no-ads 4 | --- 5 | 6 | 本專案是我們花了上千小時的努力做出來的。 7 | 8 | 我們不畏辛勞也從來不收半毛錢,並持續確保本手冊為最新狀態。 因為這點,我想放一些廣告,替我增加一些微薄的收入是再公平不過的了。 9 | 10 | 本網站所放的廣告都是非侵入式的,再加上手冊內所用到的工具都是完全免費的。 如果您還是不大喜歡,沒關係,我不介意您擋我所加入的廣告。 11 | 12 | 如果您擋掉了這些廣告,記得,我們有個[贊助](donations) 頁面。當然了,這也是看您要不要的。 13 | 14 | 謝啦,
15 | Plailect 16 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/_animations.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | ANIMATIONS 3 | ========================================================================== */ 4 | 5 | @-webkit-keyframes intro { 6 | 0% { 7 | opacity: 0; 8 | } 9 | 100% { 10 | opacity: 1; 11 | } 12 | } 13 | 14 | @keyframes intro { 15 | 0% { 16 | opacity: 0; 17 | } 18 | 100% { 19 | opacity: 1; 20 | } 21 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/_tables.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | TABLES 3 | ========================================================================== */ 4 | 5 | table { 6 | margin-bottom: 1em; 7 | width: 100%; 8 | font-family: $global-font-family; 9 | font-size: $type-size-6; 10 | border-collapse: collapse; 11 | border: 1px solid $light-gray; 12 | 13 | & + table { 14 | margin-top: 1em; 15 | } 16 | } 17 | 18 | thead { 19 | background-color: mix($background-color, $dark-gray, 45%);; 20 | border-bottom: 1px solid $light-gray; 21 | color: $primary-color; 22 | } 23 | 24 | th { 25 | padding: 0.5em; 26 | font-weight: bold; 27 | text-align: left; 28 | border-right: 1px solid $light-gray; 29 | } 30 | 31 | td { 32 | padding: 0.5em; 33 | border-bottom: 1px solid $light-gray; 34 | border-right: 1px solid $light-gray; 35 | } 36 | 37 | tr, td, th { 38 | vertical-align: middle; 39 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_air.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Air skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $background-color: #eeeeee !default; 7 | $text-color: #222831 !default; 8 | $muted-text-color: #393e46 !default; 9 | $primary-color: #0092ca !default; 10 | $border-color: mix(#fff, #393e46, 75%) !default; 11 | $footer-background-color: $primary-color !default; 12 | $link-color: #393e46 !default; 13 | $masthead-link-color: $text-color !default; 14 | $masthead-link-color-hover: $text-color !default; 15 | $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default; 16 | 17 | .page__footer { 18 | color: #fff !important; // override 19 | } 20 | 21 | .page__footer-follow .social-icons .fa { 22 | color: inherit; 23 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_contrast.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Contrast skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $text-color: #000 !default; 7 | $muted-text-color: $text-color !default; 8 | $primary-color: #ff0000 !default; 9 | $border-color: mix(#fff, $text-color, 75%) !default; 10 | $footer-background-color: #000 !default; 11 | $link-color: #0000ff !default; 12 | $masthead-link-color: $text-color !default; 13 | $masthead-link-color-hover: $text-color !default; 14 | $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default; 15 | 16 | .page__content { 17 | 18 | .notice, 19 | .notice--primary, 20 | .notice--info, 21 | .notice--warning, 22 | .notice--success, 23 | .notice--danger { 24 | color: $text-color; 25 | } 26 | } 27 | 28 | .page__footer { 29 | color: #fff !important; // override 30 | } 31 | 32 | .page__footer-follow .social-icons .fa { 33 | color: inherit; 34 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_dark.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Dark skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $background-color: #252a34 !default; 7 | $text-color: #eaeaea !default; 8 | $primary-color: #00adb5 !default; 9 | $border-color: mix(#fff, $background-color, 20%) !default; 10 | $code-background-color: mix(#000, $background-color, 15%) !default; 11 | $code-background-color-dark: mix(#000, $background-color, 20%) !default; 12 | $form-background-color: mix(#000, $background-color, 15%) !default; 13 | $footer-background-color: mix(#000, $background-color, 30%) !default; 14 | $link-color: mix($primary-color, $text-color, 40%) !default; 15 | $link-color-hover: mix(#fff, $link-color, 25%) !default; 16 | $link-color-visited: mix(#000, $link-color, 25%) !default; 17 | $masthead-link-color: $text-color !default; 18 | $masthead-link-color-hover: mix(#000, $text-color, 20%) !default; 19 | $navicon-link-color-hover: mix(#000, $background-color, 30%) !default; 20 | 21 | .author__urls.social-icons .fa, 22 | .page__footer-follow .social-icons .fa { 23 | color: inherit; 24 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_default.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Default skin 3 | ========================================================================== */ 4 | 5 | // Intentionally left blank 6 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_dirt.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Dirt skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $background-color: #f3f3f3 !default; 7 | $text-color: #343434 !default; 8 | $muted-text-color: #8e8b82 !default; 9 | $primary-color: #343434 !default; 10 | $border-color: #e9dcbe !default; 11 | $footer-background-color: #e9dcbe !default; 12 | $link-color: #343434 !default; 13 | $masthead-link-color: $text-color !default; 14 | $masthead-link-color-hover: $text-color !default; 15 | $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default; -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_mint.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Mint skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $background-color: #f3f6f6 !default; 7 | $text-color: #40514e !default; 8 | $muted-text-color: #40514e !default; 9 | $primary-color: #11999e !default; 10 | $border-color: mix(#fff, #40514e, 75%) !default; 11 | $footer-background-color: #30e3ca !default; 12 | $link-color: #11999e !default; 13 | $masthead-link-color: $text-color !default; 14 | $masthead-link-color-hover: $text-color !default; 15 | $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default; 16 | 17 | .page__footer { 18 | color: #fff !important; // override 19 | } 20 | 21 | .page__footer-follow .social-icons .fa { 22 | color: inherit; 23 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/skins/_nord.scss: -------------------------------------------------------------------------------- 1 | /* ========================================================================== 2 | Nord skin 3 | ========================================================================== */ 4 | 5 | /* Colors */ 6 | $background-color: #2E3440 !default; 7 | $text-color: #D8DEE9 !default; 8 | $primary-color: #88C0D0 !default; 9 | $border-color: mix(#fff, $background-color, 20%) !default; 10 | $code-background-color: mix(#000, $background-color, 15%) !default; 11 | $code-background-color-dark: mix(#000, $background-color, 20%) !default; 12 | $form-background-color: mix(#000, $background-color, 15%) !default; 13 | $footer-background-color: mix(#000, $background-color, 30%) !default; 14 | $link-color: mix($primary-color, $text-color, 40%) !default; 15 | $link-color-hover: mix(#fff, $link-color, 25%) !default; 16 | $link-color-visited: mix(#000, $link-color, 25%) !default; 17 | $masthead-link-color: $text-color !default; 18 | $masthead-link-color-hover: mix(#000, $text-color, 20%) !default; 19 | $navicon-link-color-hover: mix(#000, $background-color, 30%) !default; 20 | 21 | .author__urls.social-icons .fa, 22 | .page__footer-follow .social-icons .fa { 23 | color: inherit; 24 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-no-query($query) { 2 | @if type-of($query) == 'list' { 3 | $keyword: nth($query, 1); 4 | 5 | @if type-of($keyword) == 'string' and ($keyword == 'no-query' or $keyword == 'no query' or $keyword == 'fallback') { 6 | @return nth($query, 2); 7 | } 8 | @else { 9 | @return false; 10 | } 11 | } 12 | @else { 13 | @return false; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss: -------------------------------------------------------------------------------- 1 | @import "resolution/resolution"; 2 | 3 | @function breakpoint-build-resolution($query-print, $query-resolution, $empty-media, $first) { 4 | $leader: ''; 5 | // If we're forcing 6 | @if not ($empty-media) or not ($first) { 7 | $leader: 'and '; 8 | } 9 | 10 | @if breakpoint-get('transform resolutions') and $query-resolution { 11 | $resolutions: breakpoint-make-resolutions($query-resolution); 12 | $length: length($resolutions); 13 | $query-holder: ''; 14 | 15 | @for $i from 1 through $length { 16 | $query: '#{$query-print} #{$leader}#{nth($resolutions, $i)}'; 17 | @if $i == 1 { 18 | $query-holder: $query; 19 | } 20 | @else { 21 | $query-holder: '#{$query-holder}, #{$query}'; 22 | } 23 | } 24 | 25 | @return $query-holder; 26 | } 27 | @else { 28 | // Return with attached resolution 29 | @return $query-print; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss: -------------------------------------------------------------------------------- 1 | ////////////////////////////// 2 | // Import Pieces 3 | ////////////////////////////// 4 | @import "single/default"; 5 | 6 | @function breakpoint-parse-single($feature, $empty-media, $first) { 7 | $parsed: ''; 8 | $leader: ''; 9 | // If we're forcing 10 | @if not ($empty-media) or not ($first) { 11 | $leader: 'and '; 12 | } 13 | 14 | // If it's a single feature that can stand alone, we let it 15 | @if (breakpoint-single-string($feature)) { 16 | $parsed: $feature; 17 | // Set Context 18 | $context-setter: private-breakpoint-set-context($feature, $feature); 19 | } 20 | // If it's not a stand alone feature, we pass it off to the default handler. 21 | @else { 22 | $parsed: breakpoint-parse-default($feature); 23 | } 24 | 25 | @return $leader + '(' + $parsed + ')'; 26 | } 27 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss: -------------------------------------------------------------------------------- 1 | ////////////////////////////// 2 | // Import Pieces 3 | ////////////////////////////// 4 | @import "triple/default"; 5 | 6 | @function breakpoint-parse-triple($feature, $empty-media, $first) { 7 | $parsed: ''; 8 | $leader: ''; 9 | 10 | // If we're forcing 11 | @if not ($empty-media) or not ($first) { 12 | $leader: 'and '; 13 | } 14 | 15 | // separate the string features from the value numbers 16 | $string: null; 17 | $numbers: null; 18 | @each $val in $feature { 19 | @if type-of($val) == string { 20 | $string: $val; 21 | } 22 | @else { 23 | @if type-of($numbers) == 'null' { 24 | $numbers: $val; 25 | } 26 | @else { 27 | $numbers: append($numbers, $val); 28 | } 29 | } 30 | } 31 | 32 | $parsed: breakpoint-parse-triple-default($string, nth($numbers, 1), nth($numbers, 2)); 33 | 34 | @return $leader + $parsed; 35 | 36 | } 37 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-parse-default-pair($first, $second) { 2 | $default: breakpoint-get('default pair'); 3 | $min: ''; 4 | $max: ''; 5 | 6 | // Sort into min and max 7 | $min: min($first, $second); 8 | $max: max($first, $second); 9 | 10 | // Set Context 11 | $context-setter: private-breakpoint-set-context(min-#{$default}, $min); 12 | $context-setter: private-breakpoint-set-context(max-#{$default}, $max); 13 | 14 | // Make them EMs if need be 15 | @if (breakpoint-get('to ems') == true) { 16 | $min: breakpoint-to-base-em($min); 17 | $max: breakpoint-to-base-em($max); 18 | } 19 | 20 | @return '(min-#{$default}: #{$min}) and (max-#{$default}: #{$max})'; 21 | } 22 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-parse-double-default($first, $second) { 2 | $feature: ''; 3 | $value: ''; 4 | 5 | @if type-of($first) == 'string' { 6 | $feature: $first; 7 | $value: $second; 8 | } 9 | @else { 10 | $feature: $second; 11 | $value: $first; 12 | } 13 | 14 | // Set Context 15 | $context-setter: private-breakpoint-set-context($feature, $value); 16 | 17 | @if (breakpoint-get('to ems') == true) { 18 | $value: breakpoint-to-base-em($value); 19 | } 20 | 21 | @return '(#{$feature}: #{$value})' 22 | } 23 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-parse-double-string($first, $second) { 2 | $feature: ''; 3 | $value: ''; 4 | 5 | // Test to see which is the feature and which is the value 6 | @if (breakpoint-string-value($first) == true) { 7 | $feature: $first; 8 | $value: $second; 9 | } 10 | @else if (breakpoint-string-value($second) == true) { 11 | $feature: $second; 12 | $value: $first; 13 | } 14 | @else { 15 | @warn "Neither #{$first} nor #{$second} is a valid media query name."; 16 | } 17 | 18 | // Set Context 19 | $context-setter: private-breakpoint-set-context($feature, $value); 20 | 21 | @return '(#{$feature}: #{$value})'; 22 | } -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-parse-default($feature) { 2 | $default: breakpoint-get('default feature'); 3 | 4 | // Set Context 5 | $context-setter: private-breakpoint-set-context($default, $feature); 6 | 7 | @if (breakpoint-get('to ems') == true) and (type-of($feature) == 'number') { 8 | @return '#{$default}: #{breakpoint-to-base-em($feature)}'; 9 | } 10 | @else { 11 | @return '#{$default}: #{$feature}'; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss: -------------------------------------------------------------------------------- 1 | @function breakpoint-parse-triple-default($feature, $first, $second) { 2 | 3 | // Sort into min and max 4 | $min: min($first, $second); 5 | $max: max($first, $second); 6 | 7 | // Set Context 8 | $context-setter: private-breakpoint-set-context(min-#{$feature}, $min); 9 | $context-setter: private-breakpoint-set-context(max-#{$feature}, $max); 10 | 11 | // Make them EMs if need be 12 | @if (breakpoint-get('to ems') == true) { 13 | $min: breakpoint-to-base-em($min); 14 | $max: breakpoint-to-base-em($max); 15 | } 16 | 17 | @return '(min-#{$feature}: #{$min}) and (max-#{$feature}: #{$max})'; 18 | } 19 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_animated.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | .#{$fa-css-prefix}-pulse { 10 | -webkit-animation: fa-spin 1s infinite steps(8); 11 | animation: fa-spin 1s infinite steps(8); 12 | } 13 | 14 | @-webkit-keyframes fa-spin { 15 | 0% { 16 | -webkit-transform: rotate(0deg); 17 | transform: rotate(0deg); 18 | } 19 | 100% { 20 | -webkit-transform: rotate(359deg); 21 | transform: rotate(359deg); 22 | } 23 | } 24 | 25 | @keyframes fa-spin { 26 | 0% { 27 | -webkit-transform: rotate(0deg); 28 | transform: rotate(0deg); 29 | } 30 | 100% { 31 | -webkit-transform: rotate(359deg); 32 | transform: rotate(359deg); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { float: left; } 11 | .#{$fa-css-prefix}-pull-right { float: right; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .#{$fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "animated"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | @import "screen-reader"; 19 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), 9 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 10 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 11 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/_su.scss: -------------------------------------------------------------------------------- 1 | // Su 2 | // == 3 | 4 | @import 'susy/su'; 5 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss: -------------------------------------------------------------------------------- 1 | // Susy (Prefixed) 2 | // =============== 3 | 4 | $susy-version: 3; 5 | 6 | @import 'susy/utilities'; 7 | @import 'susy/su-validate'; 8 | @import 'susy/su-math'; 9 | @import 'susy/settings'; 10 | @import 'susy/normalize'; 11 | @import 'susy/parse'; 12 | @import 'susy/syntax-helpers'; 13 | @import 'susy/api'; 14 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/_susy.scss: -------------------------------------------------------------------------------- 1 | // Susy (Un-Prefixed) 2 | // ================== 3 | 4 | @import 'susy-prefix'; 5 | @import 'susy/unprefix'; 6 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss: -------------------------------------------------------------------------------- 1 | // SVG Grid Background 2 | // =================== 3 | 4 | @import 'svg-grid/prefix'; 5 | @import 'svg-grid/svg-unprefix'; 6 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss: -------------------------------------------------------------------------------- 1 | // Prefixed SVG Plugin 2 | // =================== 3 | 4 | @import 'svg-settings'; 5 | @import 'svg-utilities'; 6 | @import 'svg-grid-math'; 7 | @import 'svg-api'; 8 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss: -------------------------------------------------------------------------------- 1 | // SVG Settings 2 | // ============ 3 | 4 | 5 | // Susy SVG Defaults 6 | // ================= 7 | /// This plugin adds the `svg-grid-colors` property 8 | /// and default value to `$_susy-defaults` — 9 | /// you can override that value in `$susy` 10 | /// or any other grid settings map. 11 | /// @group plugin_svg-grid 12 | $_susy-defaults: map-merge(( 13 | 'svg-grid-colors': hsla(120, 50%, 50%, 0.5) hsla(120, 50%, 75%, 0.5), 14 | ), $_susy-defaults); 15 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss: -------------------------------------------------------------------------------- 1 | // Unprefix Susy SVG Grid 2 | // ====================== 3 | 4 | 5 | 6 | // SVG Grid 7 | // -------- 8 | /// Un-prefixed alias for `susy-svg-grid` 9 | /// 10 | /// @group plugin_svg-grid 11 | /// @alias susy-svg-grid 12 | @function svg-grid( 13 | $grid: $susy, 14 | $colors: susy-get('svg-grid-colors'), 15 | $offset: null 16 | ) { 17 | @return susy-svg-grid($grid, $colors, $offset); 18 | } 19 | -------------------------------------------------------------------------------- /_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss: -------------------------------------------------------------------------------- 1 | // Unprefix Susy 2 | // ============= 3 | 4 | 5 | // Span 6 | // ---- 7 | /// Un-prefixed alias for `susy-span` 8 | /// (available by default) 9 | /// 10 | /// @group api 11 | /// @alias susy-span 12 | /// 13 | /// @param {list} $span 14 | /// @param {map} $config [()] 15 | @function span( 16 | $span, 17 | $config: () 18 | ) { 19 | @return susy-span($span, $config); 20 | } 21 | 22 | 23 | // Gutter 24 | // ------ 25 | /// Un-prefixed alias for `susy-gutter` 26 | /// (available by default) 27 | /// 28 | /// @group api 29 | /// @alias susy-gutter 30 | /// 31 | /// @param {integer | list} $context [null] - 32 | /// @param {map} $config [()] 33 | @function gutter( 34 | $context: susy-get('columns'), 35 | $config: () 36 | ) { 37 | @return susy-gutter($context, $config); 38 | } 39 | 40 | 41 | // Slice 42 | // ----- 43 | /// Un-prefixed alias for `susy-slice` 44 | /// (available by default) 45 | /// 46 | /// @group api 47 | /// @alias susy-slice 48 | /// 49 | /// @param {list} $span 50 | /// @param {map} $config [()] 51 | @function slice( 52 | $span, 53 | $config: () 54 | ) { 55 | @return susy-slice($span, $config); 56 | } 57 | -------------------------------------------------------------------------------- /assets/css/main.scss: -------------------------------------------------------------------------------- 1 | --- 2 | # Only the main Sass file needs front matter (the dashes are enough) 3 | --- 4 | 5 | @charset "utf-8"; 6 | 7 | @import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin 8 | @import "minimal-mistakes"; // main partials 9 | -------------------------------------------------------------------------------- /assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /banner.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const pkg = require('./package.json'); 3 | const filename = 'assets/js/main.min.js'; 4 | const script = fs.readFileSync(filename); 5 | const padStart = str => ('0' + str).slice(-2) 6 | const dateObj = new Date; 7 | const date = `${dateObj.getFullYear()}-${padStart(dateObj.getMonth() + 1)}-${padStart(dateObj.getDate())}`; 8 | const banner = `/*! 9 | * Minimal Mistakes Jekyll Theme ${pkg.version} by ${pkg.author} 10 | * Copyright ${dateObj.getFullYear()} Michael Rose - mademistakes.com | @mmistakes 11 | * Licensed under ${pkg.license} 12 | */ 13 | `; 14 | 15 | if (script.slice(0, 3) != '/**') { 16 | fs.writeFileSync(filename, banner + script); 17 | } -------------------------------------------------------------------------------- /crowdin.yaml: -------------------------------------------------------------------------------- 1 | files: 2 | - source: /_pages/en_US/*.txt 3 | translation: /_pages/%locale_with_underscore%/%original_file_name% 4 | - source: /_data/navigation/en_US.yml 5 | translation: /_data/navigation/%locale_with_underscore%.yml 6 | -------------------------------------------------------------------------------- /images/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/android-chrome-192x192.png -------------------------------------------------------------------------------- /images/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/android-chrome-512x512.png -------------------------------------------------------------------------------- /images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/apple-touch-icon.png -------------------------------------------------------------------------------- /images/bio-photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/bio-photo.png -------------------------------------------------------------------------------- /images/bitcoin_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/bitcoin_white.png -------------------------------------------------------------------------------- /images/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #2E3440 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /images/ethereum_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/ethereum_white.png -------------------------------------------------------------------------------- /images/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/favicon-16x16.png -------------------------------------------------------------------------------- /images/favicon-194x194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/favicon-194x194.png -------------------------------------------------------------------------------- /images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/favicon-32x32.png -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/favicon.ico -------------------------------------------------------------------------------- /images/hbl.nsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/hbl.nsp -------------------------------------------------------------------------------- /images/home-page-feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/home-page-feature.jpg -------------------------------------------------------------------------------- /images/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Guide", 3 | "icons": [ 4 | { 5 | "src": "images\/android-chrome-192x192.png?v=PYEmwKvQAx", 6 | "sizes": "192x192", 7 | "type": "image\/png" 8 | }, 9 | { 10 | "src": "images\/android-chrome-512x512.png?v=PYEmwKvQAx", 11 | "sizes": "512x512", 12 | "type": "image\/png" 13 | } 14 | ], 15 | "theme_color": "#000000", 16 | "display": "standalone" 17 | } 18 | -------------------------------------------------------------------------------- /images/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/mstile-144x144.png -------------------------------------------------------------------------------- /images/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/mstile-150x150.png -------------------------------------------------------------------------------- /images/nsp.js: -------------------------------------------------------------------------------- 1 | /* PegaSwitch nspwn script to load HBmenu pre-3.0.0, load nsp homebrew like reboot_to_rcm, etc */ 2 | /* Clone latest PegaSwitch: https://github.com/reswitched/pegaswitch and put this in usefulscripts, 3 | then do evalfile usefulscripts/nsp.js */ 4 | /* Originally posted by TuxSH on RS #switch-hacking-general */ 5 | sc.getServices(["lr"], function (lr) { 6 | var path = utils.str2ab("@Sdcard:/hbl.nsp"); /* put hbl.nsp on your SD card root */ 7 | var tid = [0x100D, 0x01000000]; /* TID of the Album applet */ 8 | var storageId = 3; /* NAND (location of the Album applet) */ 9 | 10 | var msg = sc.ipcMsg(0).data(storageId).sendTo(lr).assertOk(); /* nn::lr::ILocationResolverManager(StorageId storageId) => nn::lr::ILocationResolver */ 11 | sc.withHandle(msg.movedHandles[0], (h) => { /* nn::lr::ILocationResolver::SetProgramNcaPath(u64 TID, const char *path) */ 12 | msg = sc.ipcMsg(1).data(tid).xDescriptor(path, path.byteLength, 0).sendTo(h).assertOk(); 13 | }); 14 | }); 15 | -------------------------------------------------------------------------------- /images/paypal_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/paypal_white.png -------------------------------------------------------------------------------- /images/screenshots/pokken-game-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/screenshots/pokken-game-card.png -------------------------------------------------------------------------------- /images/screenshots/system-version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/screenshots/system-version.png -------------------------------------------------------------------------------- /images/screenshots/windows-7-folder-options-start-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/screenshots/windows-7-folder-options-start-menu.png -------------------------------------------------------------------------------- /images/screenshots/windows-7-folder-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hacks-guide/Guide_Switch-OLD/90b88e0a7f04f68242430efd67b3780d29ea3d5f/images/screenshots/windows-7-folder-options.png --------------------------------------------------------------------------------