From fba431e79d772c8b9209bc13afd05416077f7f83 Mon Sep 17 00:00:00 2001
From: the-ghost-bot <66320002+Ghost0159@users.noreply.github.com>
Date: Wed, 6 Nov 2024 15:31:03 +0100
Subject: [PATCH] add fr
---
docusaurus.config.js | 6 +-
.../current/citra/_category_.json | 8 +
.../current/citra/db.md | 11 ++
.../current/citra/first-install.md | 79 +++++++++
.../current/citra/more.md | 11 ++
.../current/citra/nds.md | 68 ++++++++
.../current/citra/recurring-problems.md | 11 ++
.../current/citra/thanks.md | 41 +++++
.../current/intro.md | 9 ++
.../current/nitro/_category_.json | 8 +
.../current/nitro/db.md | 9 ++
.../current/nitro/first-install.md | 9 ++
.../current/nitro/more.md | 9 ++
.../current/nitro/recurring-problems.md | 9 ++
.../current/nitro/thanks.md | 9 ++
.../current/nx/_category_.json | 8 +
.../current/nx/db.md | 9 ++
.../current/nx/first-install.md | 38 +++++
.../current/nx/games-saves.md | 9 ++
.../current/nx/missing-content.md | 15 ++
.../current/nx/more.md | 9 ++
.../current/nx/pro.md | 33 ++++
.../current/nx/recurring-problems.md | 9 ++
.../current/nx/retro.md | 9 ++
.../current/nx/thanks.md | 24 +++
.../current/tutorial-basics/_category_.json | 8 +
.../tutorial-basics/congratulations.md | 23 +++
.../tutorial-basics/create-a-blog-post.md | 34 ++++
.../tutorial-basics/create-a-document.md | 57 +++++++
.../current/tutorial-basics/create-a-page.md | 43 +++++
.../tutorial-basics/deploy-your-site.md | 31 ++++
.../tutorial-basics/markdown-features.mdx | 152 ++++++++++++++++++
.../current/tutorial-extras/_category_.json | 7 +
.../img/docsVersionDropdown.png | Bin 0 -> 25427 bytes
.../tutorial-extras/img/localeDropdown.png | Bin 0 -> 27841 bytes
.../tutorial-extras/manage-docs-versions.md | 55 +++++++
.../tutorial-extras/translate-your-site.md | 88 ++++++++++
37 files changed, 957 insertions(+), 1 deletion(-)
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/_category_.json
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/db.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/first-install.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/more.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/nds.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/recurring-problems.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/citra/thanks.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/intro.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/_category_.json
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/db.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/first-install.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/more.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/recurring-problems.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nitro/thanks.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/_category_.json
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/db.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/first-install.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/games-saves.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/missing-content.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/more.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/pro.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/recurring-problems.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/retro.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/nx/thanks.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/_category_.json
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/congratulations.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-blog-post.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-document.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-page.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/deploy-your-site.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/markdown-features.mdx
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/_category_.json
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/img/docsVersionDropdown.png
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/img/localeDropdown.png
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/manage-docs-versions.md
create mode 100644 i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/translate-your-site.md
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5431878..c6395f5 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -31,7 +31,7 @@ const config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
- locales: ['en'],
+ locales: ['en', 'fr'],
},
presets: [
@@ -80,6 +80,10 @@ const config = {
src: 'img/logo.svg',
},
items: [
+ {
+ type: 'localeDropdown',
+ position: 'left',
+ },
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/_category_.json b/i18n/fr/docusaurus-plugin-content-docs/current/citra/_category_.json
new file mode 100644
index 0000000..ae29af7
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "CITRA | Nintendo 3DS",
+ "position": 2,
+ "link": {
+ "type": "generated-index",
+ "description": "An Alternative eShop for Nintendo 3DS"
+ }
+}
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/db.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/db.md
new file mode 100644
index 0000000..6974582
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/db.md
@@ -0,0 +1,11 @@
+---
+sidebar_position: 4
+---
+
+# Database
+
+Informations sur la base de données 3DS
+
+---
+
+**Pour le moment, cette page wiki n'a pas été créée, mais si vous voulez aider avec le wiki, vous pouvez participer à travers ce [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki)**.
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/first-install.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/first-install.md
new file mode 100644
index 0000000..7613023
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/first-install.md
@@ -0,0 +1,79 @@
+---
+sidebar_position: 1
+---
+
+# First Install
+
+How install Ghost eShop on 3DS?
+
+
+**📙 Read :**
+*In order not to have any problems afterwards, please follow this guide **step by step***
+
+**Reminders :**
+* If you don’t know what is a 3DS (What to put if you are here 😂 ), then here is the beautiful Wikipedia page: [here](https://en.wikipedia.org/wiki/Nintendo_3DS).
+* In order for you to fully understand this guide, you need to know that words or groups of words underline and blue colours are links, it will redirect you to another page, for example : [FBI](https://github.com/Steveice10/FBI) you will redirect to the github of Steveice 10 for more details read [this markdown documentation](https://cours-web.ch/divers/markdown/).
+* And to finish the reminders, Ghost eshop team is in no way responsible for any damage that you could cause to your console or others, normally if you follow this guide, you will have no problem, but if they turned out to be a problem, you can always contact the Ghost eshop team staff by joining [the discord server](https://discord.gg/ENFGnYrKMf).
+**If you don’t know what you’re doing, don’t do it or let a competent person do it.**
+
+___
+#### 🏁 1- Prerequisite :
+In order to install the Ghost eShop homebrew, you will need :
+
+* A hacked console 🏴☠️. (See [here](https://3ds.hacks.guide/))
+* A .cia file installer, such as [FBI](https://github.com/Steveice10/FBI), or the [Homebrew Launcher (∩ ͡° ͜ʖ ͡°)⊃━☆゚](https://github.com/fincs/new-hbmenu) in order to start a .3dsx.
+* A SD💾 Card with at least 2Gb of free space (Because even if the homebrew is only a few MB, it would be silly not to have space and therefore not to be able to install a game)
+* And finally, a bit of patience...
+
+___
+#### 2- Installation :
+
+In order to use the Homebrew Ghost eShop, you will of course need either the ```.cia``` or the ```.3dsx```
+
+**Let's start with the ```.cia``` :**
+There are two solutions available to you :
+* Either download [GhostEshop.cia](https://cdn.ghosteshop.com/Homebrew/GhostEshop.cia) from a PC💻 or a téléphone📱 (Better to do it on a Windows or Linux PC)
+
+ * Then put ```GhostEshop.cia``` on your SD card in ```sdmc:/CIAs/GhostEshop.cia```
+ * Then switch on your console with your SD Card inserted in the front of the console, containing ```GhostEshop.cia```
+ * Then go into the FBI homebrew
+ * And then: ```SD > CIAs > Go down to GhostEshop.cia > click on the button (A) > Install and delete CIA > click on the button (A)```
+ * After waiting for the end of the installation, press **once** on the button **(A)**
+ * Then press **two** times on the button **(B)**
+ * Then **once** on the ```start``` button
+
+* Or the second solution is much faster and can be done from téléphone📱
+
+ * To do this, turn on your console
+ * Go to the FBI Homebrew
+ * Once in the homebrew, go to ```Remote Install > Scan QR Code```
+ * Then you just have to scan the QR Code just below :
+
+
+ * Then click **once** on the button **(A)**
+ * Wait for the end of the installation...
+ * Then click **once** on the button **(A)**
+ * Then **two times** on the button **(B)**
+ * Then **once** on the ```start``` button
+
+
+**Then, if you don't want to install the ```.cia```, it is also possible to start the Homebrew GhosteShop from a ```.3dsx```, which will then run with the Homebrew Launcher (∩ ͡° ͜ʖ ͡°)⊃━☆゚ :**
+* Well, to start, we will download ```GhostEshop.3dsx```, and place it through a computer *(Phone not recommended for this part)*
+ * To start, you will download [GhostEshop.3dsx](https://cdn.ghosteshop.com/Homebrew/GhostEshop.3dsx), if needed here is the ```.smdh``` : [GhostEshop.smdh](https://cdn.ghosteshop.com/Homebrew/GhostEshop.smdh)
+ * Once downloaded, place ```GhostEshop.3dsx``` in ```sdmc:/3ds/GhostEshop.3dsx```
+ * That's it, all you have to do is turn on the Homebrew Launcher (∩ ͡° ͜ʖ ͡°)⊃━☆゚, then start the Homebrew Ghost eShop
+
+* But, there is also another solution to be able to download the ```.3dsx``` directly from the console.
+ * To do this, turn on your console
+ * Go to the FBI Homebrew
+ * Then in ```Remote Install > Scan QR Code```
+ * Then you just have to scan the QR Code just below :
+
+
+ * Then click on the **once** on the **(A)** button
+ * Wait for the end of the download...
+ * Then click **once** on the button **(A)**
+ * Then **two times** on the button **(B)**
+ * Then **once** on the ```start``` button
+ * Then all you have to do is start the Homebrew Launcher (∩ ͡° ͜ʖ ͡°)⊃━☆゚
+ * Then run the Homebrew Ghost eShop
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/more.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/more.md
new file mode 100644
index 0000000..e8e99b3
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/more.md
@@ -0,0 +1,11 @@
+---
+sidebar_position: 5
+---
+
+# More Info
+
+You want more info about Ghost eShop for 3DS ?
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/nds.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/nds.md
new file mode 100644
index 0000000..3d19abe
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/nds.md
@@ -0,0 +1,68 @@
+---
+sidebar_position: 2
+---
+
+# Nintendo DS on 3DS
+
+Do you want to play Nintendo DS games on your 3DS?
+
+
+### __Adding the Ghost eShop DS database from the Ghost eSHop homebrew :__
+
+
+**📙 To read :**
+
+*In order for everything to work, please follow this guide **step by step***.
+
+
+**Reminders :**
+* If you don't know what a 3DS is (which you will if you are here 😂), then here is the wonderful Wikipedia page : [here](https://en.wikipedia.org/wiki/Nintendo_3DS).
+* And to finish the reminders, Ghost eShop Team is in no way responsible for any damage you may cause to your console or other, normally if you follow this guide well, you will have no problems, but if there proved to be a problem, you can always contact the staff of Ghost eShop Team by joining [the server discord](https://discord.gg/ENFGnYrKMf).
+**If you don't know what you are doing, don't do it or let someone else do it.**
+
+___
+#### 🏁 1- Prerequisites :
+In order to install the Ghost eShop homebrew, you will need :
+
+* A modded console 🏴☠️. (See [here](https://3ds.hacks.guide/))
+* Have installed the Ghost eShop homebrew, to install it, you can find a guide here
+* And finally, a little patience...
+
+___
+#### 2- Adding the Database :
+
+* **First step :**
+
+ Start the Ghost eShop homebrew
+
+* **Second step :**
+
+ Go to the homebrew settings
+
+* **Third step :**
+
+ Go to select eShop
+
+* **Fourth step :**
+
+ Click on the "**+**" icon
+* **Fifth step :**
+
+ Press Ghost eShop DS
+
+* **Sixth step :**
+
+ Wait for the end of the download (and be sure that the console is connected to the internet, if it is not the case it will not display the list of blinds)
+
+* **Seventh step :**
+
+ After downloading click on "ghosteshop-ds.unistore".
+
+* **Last step :**
+
+ Enjoy ☺️
+
+
+That's it, the Ghost eShop DS database is now added to your Ghost eShop homebrew.
+
+And if you want to change the database, you just have to go back to the homebrew settings, then on "select eshop", then click on the database you want to display.
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/recurring-problems.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/recurring-problems.md
new file mode 100644
index 0000000..b56fe78
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/recurring-problems.md
@@ -0,0 +1,11 @@
+---
+sidebar_position: 3
+---
+
+# Recurring Problems
+
+You have a problem?
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/citra/thanks.md b/i18n/fr/docusaurus-plugin-content-docs/current/citra/thanks.md
new file mode 100644
index 0000000..46e4be9
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/citra/thanks.md
@@ -0,0 +1,41 @@
+---
+sidebar_position: 6
+---
+
+# Special Thanks!
+
+Thank you to everyone who contributed
+
+
+## Ghost eShop Project :
+- [Ghost0159](https://github.com/Ghost0159) for the core project
+- [TomTalker](https://github.com/tomtalker) for giving the idea to Ghost0159 to create the very first UniStore of Ghost eShop
+- [Ghost eShop Team](https://github.com/ghost-land) (4 Members) for maintaining the Ghost eShop and continuing to maintain it
+
+## Homebrew :
+- [Ghost eShop Team](https://github.com/ghost-land)
+- [Universal-Team](https://github.com/universal-Team/) for [Universal-Updater](https://github.com/universal-Team/universal-updater)
+- [Ooggle](https://github.com/Ooggle) for some fixes in the download area
+- [Citra](https://citra-emu.org/), [Nintendo](https://nintendo.com) & [RetroGameFan NDS Rom Tool](https://gbatemp.net/download/retrogamefan-nds-rom-tool-v1-0_b1215.35735/) for games icons
+- [AnityEx](https://ko-fi.com/anityex) for the 3D banner
+- [Icons8](https://icons8.com)
+
+## Database (games icons, roms...) :
+- [RetroGameFan NDS Rom Tool](https://gbatemp.net/download/retrogamefan-nds-rom-tool-v1-0_b1215.35735/) for DS icons
+- [KirovAir](https://github.com/KirovAir) for creating [TwilightBoxart](https://github.com/KirovAir/TwilightBoxart) for DS BoxArts
+- [22sh](https://twitter.com/0x22sh) for his help on the script allowing to scrap the infos and images of WiiU and 3DS games
+- [Citra](https://citra-emu.org/) & [Nintendo](https://nintendo.com) for 3ds games icons
+- [hShop](https://hshop.erista.me/) for a part of the 3DS games, 3DS updates & DLC's
+- [Ziperto](https://www.ziperto.com/) for a few 3DS games, 3DS updates & DLC's
+- [NDS PASSION](https://www.nds-passion.xyz/) for a part of the European 3DS games
+- [Ghost eShop Team](https://github.com/ghost-land) for DS games and others
+- [ElghisJoestar](https://github.com/Elghis) for a few DS games
+- [Duckyq](https://discord.com/users/447352661424078858) & [panda_bandicoot](https://discord.com/users/835466498129657868) for a few DS roms hack
+
+## Translations :
+- [Anonyku](https://github.com/anonyku) (Spanish)
+- [Ghost0159](https://github.com/Ghost0159) (French)
+- [Ghost eShop Team](https://github.com/ghost-land) (French, English & Spanish)
+- [PlicyVimeo](https://github.com/kuragehimekurara1) (Japanese)
+
+## Donor (for server support)
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/intro.md b/i18n/fr/docusaurus-plugin-content-docs/current/intro.md
new file mode 100644
index 0000000..f0f2aea
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/intro.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 1
+---
+
+# Home
+
+---
+
+**Pour le moment, cette page wiki n'a pas été créée, mais si vous voulez aider avec le wiki, vous pouvez participer à travers ce [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**.
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/_category_.json b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/_category_.json
new file mode 100644
index 0000000..e006775
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "NITRO | Nintendo DS",
+ "position": 2,
+ "link": {
+ "type": "generated-index",
+ "description": "5 minutes to learn the most important Docusaurus concepts."
+ }
+}
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/db.md b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/db.md
new file mode 100644
index 0000000..7789bb9
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/db.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 3
+---
+
+# Database
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/first-install.md b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/first-install.md
new file mode 100644
index 0000000..7ab4127
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/first-install.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 1
+---
+
+# First Install
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/more.md b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/more.md
new file mode 100644
index 0000000..19a3111
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/more.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 4
+---
+
+# More Info
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/recurring-problems.md b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/recurring-problems.md
new file mode 100644
index 0000000..f1e16aa
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/recurring-problems.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 2
+---
+
+# Recurring Problems
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nitro/thanks.md b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/thanks.md
new file mode 100644
index 0000000..fd5ecbf
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nitro/thanks.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 5
+---
+
+# Special Thanks
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/_category_.json b/i18n/fr/docusaurus-plugin-content-docs/current/nx/_category_.json
new file mode 100644
index 0000000..d988ce0
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "NX | Nintendo Switch",
+ "position": 2,
+ "link": {
+ "type": "generated-index",
+ "description": "Here you can find all the documentation about NX | Nintendo Switch Ghost eShop"
+ }
+}
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/db.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/db.md
new file mode 100644
index 0000000..21e0a5f
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/db.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 7
+---
+
+# Database
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/first-install.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/first-install.md
new file mode 100644
index 0000000..f92eb84
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/first-install.md
@@ -0,0 +1,38 @@
+---
+sidebar_position: 1
+---
+
+# First Install
+How Install Ghost eShop on Switch ?
+
+---
+
+Hello Dear Ghostland User/Member,
+
+to use our Switch Tinfoil Service, please follow these steps to use our Service:
+
+__**PART 1 (Download and run Tinfoil)**__
+- Visit (_*http://www.tinfoil.io*_) and download the desired File you want to have.
+- You have the Choice to download an "**Self Installer**" (*.nsp and .nro included*) i recommend to use the "*.nro*" to avoid the Chance to be get banned from __**Nintendo**__.
+- If not happend, please shut down your Switch completely (No Standby) and take out the SD Card, connect to you Computer.
+- Unzip the File of Tinfoil and copy the Folder (**/switch**) to your Root of your SD Card (**SD:/** If the Window prompts for Merging, do it please).
+- Please disconnect your SD Card from PC, put it back into your Switch and boot your Switch up like you always do.
+- To use the "*.nro*" you have to run any Game, but before you do, hold the "**R**" Button and launch the Game, to enter "**RAM**" Mode.
+
+__**PART 2 (Run and configurate Tinfoil)**__
+- You are now in the "**Homebrew Menu**", now launch the Tinfoil.nro File.
+- Please select "*File Browser*" and press the "**-**" Button (Minus) to add a new Source to you Browser.
+- Now put the following Credentials Line by Line:
+
+```
+Protocol: https [Please make sure you selected "https" instead of "http"]
+Host: nx.ghostland.at
+Path: /
+Username: [keep that clean]
+Password: [keep that clean]
+Title: Ghost eShop Public
+```
+
+- If you have done this, you are ready to go and now have some more Tabs in the left Menu
+
+Have Fun!
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/games-saves.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/games-saves.md
new file mode 100644
index 0000000..19d699c
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/games-saves.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 4
+---
+
+# Game Save
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/missing-content.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/missing-content.md
new file mode 100644
index 0000000..60d3e07
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/missing-content.md
@@ -0,0 +1,15 @@
+---
+sidebar_position: 6
+---
+
+# Missing Content
+Can't find any content?
+
+---
+
+Hello everyone,
+you want to contribute us Files (like *.nsp, .xci*), please check first this [link](https://nx-missing.ghostland.at/).
+
+If you are sure, you can use our [request form](https://forms.gle/oeExF7qWyDTjwSfe9) and please type in the Link where you found the missing File.
+
+At the Moment it isnt possible to send a File directly on our Server, you can try to send it via Telegram to Ghost.
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/more.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/more.md
new file mode 100644
index 0000000..917b4ff
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/more.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 8
+---
+
+# More Info
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/pro.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/pro.md
new file mode 100644
index 0000000..4efc349
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/pro.md
@@ -0,0 +1,33 @@
+---
+sidebar_position: 2
+---
+
+# Pro Shop
+You want to know how to connect to it?
+
+---
+
+Dear Donator,
+
+here i show you whats the possibilities to use our Pro Services.
+
+**PART 1 (Tinfoil)**
+- Please setup the following to use the Pro Shop on Switch with Tinfoil:
+
+```
+Protocol: "https"
+Host: "shop.nlib.cc"
+Path: "/""
+Username: [Your Login] (Its your eMail Address Name, example Max@Mustermann.de, its just "Max" and if you have "_" in it, change it to ".")
+Password: [Your Password] (Different to a Panel, you have to setup the Tinfoil Password through the Panel)
+Title: "Ghost eShop PRO"
+```
+
+**PART 2 (Website)**
+**Go to:** [Pro Panel](https://pro.nlib.cc)
+
+**Enter the following username and password:**
+**Username:** [Your Login] (Its your eMail Address Name, example Max@Mustermann.de, its just "Max" and if you have "**_**" in it, change it to "**.**")
+**Password:** [Your Password, shown in Mail]
+
+This is on a separate Server, so you'll experience less slowdown than on the Free Shop.
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/recurring-problems.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/recurring-problems.md
new file mode 100644
index 0000000..f42fa60
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/recurring-problems.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 3
+---
+
+# Recurring Problems
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/retro.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/retro.md
new file mode 100644
index 0000000..f127c0b
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/retro.md
@@ -0,0 +1,9 @@
+---
+sidebar_position: 5
+---
+
+# Retro Content
+
+---
+
+**For the moment, this wiki page has not been made, but if you want to help with the wiki, you can participate through this [repositery](https://github.com/ghost-land/Ghost-eShop-Wiki).**
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/nx/thanks.md b/i18n/fr/docusaurus-plugin-content-docs/current/nx/thanks.md
new file mode 100644
index 0000000..e03dda7
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/nx/thanks.md
@@ -0,0 +1,24 @@
+---
+sidebar_position: 9
+---
+
+# Special Thanks
+Thank you to everyone who contributed
+
+---
+
+This is Ghost speaking and my entire Team behind Ghostland,
+
+We wanna say thanks to you!
+You are the Reason why we are still existing!
+Without you, we wouldnt get that popular as we are now, all your kindness
+and help through donations give us the possibility to upgrade our Servers,
+serve you better Content Quality and creating new Future Projects for you.
+
+Please dont hesitate to tell us your Opinion about the entire Project and
+even about the Team including myself. Via Telegram or through Guilded.
+
+
+Links: [Telegram](https://t.me/ghosteshop) and [Guilded](https://www.guilded.gg/Ghost-eShop-NX)
+
+At the end .. Thank you very much for all your Support and the helping Hand!
\ No newline at end of file
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/_category_.json b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/_category_.json
new file mode 100644
index 0000000..2e6db55
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "Tutorial - Basics",
+ "position": 2,
+ "link": {
+ "type": "generated-index",
+ "description": "5 minutes to learn the most important Docusaurus concepts."
+ }
+}
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/congratulations.md b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/congratulations.md
new file mode 100644
index 0000000..04771a0
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/congratulations.md
@@ -0,0 +1,23 @@
+---
+sidebar_position: 6
+---
+
+# Congratulations!
+
+You have just learned the **basics of Docusaurus** and made some changes to the **initial template**.
+
+Docusaurus has **much more to offer**!
+
+Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.
+
+Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
+
+## What's next?
+
+- Read the [official documentation](https://docusaurus.io/)
+- Modify your site configuration with [`docusaurus.config.js`](https://docusaurus.io/docs/api/docusaurus-config)
+- Add navbar and footer items with [`themeConfig`](https://docusaurus.io/docs/api/themes/configuration)
+- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout)
+- Add a [search bar](https://docusaurus.io/docs/search)
+- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase)
+- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support)
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-blog-post.md b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-blog-post.md
new file mode 100644
index 0000000..550ae17
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-blog-post.md
@@ -0,0 +1,34 @@
+---
+sidebar_position: 3
+---
+
+# Create a Blog Post
+
+Docusaurus creates a **page for each blog post**, but also a **blog index page**, a **tag system**, an **RSS** feed...
+
+## Create your first Post
+
+Create a file at `blog/2021-02-28-greetings.md`:
+
+```md title="blog/2021-02-28-greetings.md"
+---
+slug: greetings
+title: Greetings!
+authors:
+ - name: Joel Marcey
+ title: Co-creator of Docusaurus 1
+ url: https://github.com/JoelMarcey
+ image_url: https://github.com/JoelMarcey.png
+ - name: Sébastien Lorber
+ title: Docusaurus maintainer
+ url: https://sebastienlorber.com
+ image_url: https://github.com/slorber.png
+tags: [greetings]
+---
+
+Congratulations, you have made your first post!
+
+Feel free to play around and edit this post as much as you like.
+```
+
+A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-document.md b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-document.md
new file mode 100644
index 0000000..c22fe29
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-document.md
@@ -0,0 +1,57 @@
+---
+sidebar_position: 2
+---
+
+# Create a Document
+
+Documents are **groups of pages** connected through:
+
+- a **sidebar**
+- **previous/next navigation**
+- **versioning**
+
+## Create your first Doc
+
+Create a Markdown file at `docs/hello.md`:
+
+```md title="docs/hello.md"
+# Hello
+
+This is my **first Docusaurus document**!
+```
+
+A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
+
+## Configure the Sidebar
+
+Docusaurus automatically **creates a sidebar** from the `docs` folder.
+
+Add metadata to customize the sidebar label and position:
+
+```md title="docs/hello.md" {1-4}
+---
+sidebar_label: 'Hi!'
+sidebar_position: 3
+---
+
+# Hello
+
+This is my **first Docusaurus document**!
+```
+
+It is also possible to create your sidebar explicitly in `sidebars.js`:
+
+```js title="sidebars.js"
+export default {
+ tutorialSidebar: [
+ 'intro',
+ // highlight-next-line
+ 'hello',
+ {
+ type: 'category',
+ label: 'Tutorial',
+ items: ['tutorial-basics/create-a-document'],
+ },
+ ],
+};
+```
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-page.md b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-page.md
new file mode 100644
index 0000000..20e2ac3
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/create-a-page.md
@@ -0,0 +1,43 @@
+---
+sidebar_position: 1
+---
+
+# Create a Page
+
+Add **Markdown or React** files to `src/pages` to create a **standalone page**:
+
+- `src/pages/index.js` → `localhost:3000/`
+- `src/pages/foo.md` → `localhost:3000/foo`
+- `src/pages/foo/bar.js` → `localhost:3000/foo/bar`
+
+## Create your first React Page
+
+Create a file at `src/pages/my-react-page.js`:
+
+```jsx title="src/pages/my-react-page.js"
+import React from 'react';
+import Layout from '@theme/Layout';
+
+export default function MyReactPage() {
+ return (
+
+ My React page
+ This is a React page
+
+ );
+}
+```
+
+A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page).
+
+## Create your first Markdown Page
+
+Create a file at `src/pages/my-markdown-page.md`:
+
+```mdx title="src/pages/my-markdown-page.md"
+# My Markdown page
+
+This is a Markdown page
+```
+
+A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page).
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/deploy-your-site.md b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/deploy-your-site.md
new file mode 100644
index 0000000..1c50ee0
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/deploy-your-site.md
@@ -0,0 +1,31 @@
+---
+sidebar_position: 5
+---
+
+# Deploy your site
+
+Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**).
+
+It builds your site as simple **static HTML, JavaScript and CSS files**.
+
+## Build your site
+
+Build your site **for production**:
+
+```bash
+npm run build
+```
+
+The static files are generated in the `build` folder.
+
+## Deploy your site
+
+Test your production build locally:
+
+```bash
+npm run serve
+```
+
+The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/).
+
+You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**).
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/markdown-features.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/markdown-features.mdx
new file mode 100644
index 0000000..35e0082
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-basics/markdown-features.mdx
@@ -0,0 +1,152 @@
+---
+sidebar_position: 4
+---
+
+# Markdown Features
+
+Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**.
+
+## Front Matter
+
+Markdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/):
+
+```text title="my-doc.md"
+// highlight-start
+---
+id: my-doc-id
+title: My document title
+description: My document description
+slug: /my-custom-url
+---
+// highlight-end
+
+## Markdown heading
+
+Markdown text with [links](./hello.md)
+```
+
+## Links
+
+Regular Markdown links are supported, using url paths or relative file paths.
+
+```md
+Let's see how to [Create a page](/create-a-page).
+```
+
+```md
+Let's see how to [Create a page](./create-a-page.md).
+```
+
+**Result:** Let's see how to [Create a page](./create-a-page.md).
+
+## Images
+
+Regular Markdown images are supported.
+
+You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):
+
+```md
+![Docusaurus logo](/img/docusaurus.png)
+```
+
+![Docusaurus logo](/img/docusaurus.png)
+
+You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them:
+
+```md
+![Docusaurus logo](./img/docusaurus.png)
+```
+
+## Code Blocks
+
+Markdown code blocks are supported with Syntax highlighting.
+
+````md
+```jsx title="src/components/HelloDocusaurus.js"
+function HelloDocusaurus() {
+ return
Hello, Docusaurus!
;
+}
+```
+````
+
+```jsx title="src/components/HelloDocusaurus.js"
+function HelloDocusaurus() {
+ return Hello, Docusaurus!
;
+}
+```
+
+## Admonitions
+
+Docusaurus has a special syntax to create admonitions and callouts:
+
+```md
+:::tip My tip
+
+Use this awesome feature option
+
+:::
+
+:::danger Take care
+
+This action is dangerous
+
+:::
+```
+
+:::tip My tip
+
+Use this awesome feature option
+
+:::
+
+:::danger Take care
+
+This action is dangerous
+
+:::
+
+## MDX and React Components
+
+[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**:
+
+```jsx
+export const Highlight = ({children, color}) => (
+ {
+ alert(`You clicked the color ${color} with label ${children}`)
+ }}>
+ {children}
+
+);
+
+This is Docusaurus green !
+
+This is Facebook blue !
+```
+
+export const Highlight = ({children, color}) => (
+ {
+ alert(`You clicked the color ${color} with label ${children}`);
+ }}>
+ {children}
+
+);
+
+This is Docusaurus green !
+
+This is Facebook blue !
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/_category_.json b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/_category_.json
new file mode 100644
index 0000000..a8ffcc1
--- /dev/null
+++ b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/_category_.json
@@ -0,0 +1,7 @@
+{
+ "label": "Tutorial - Extras",
+ "position": 3,
+ "link": {
+ "type": "generated-index"
+ }
+}
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/img/docsVersionDropdown.png b/i18n/fr/docusaurus-plugin-content-docs/current/tutorial-extras/img/docsVersionDropdown.png
new file mode 100644
index 0000000000000000000000000000000000000000..97e4164618b5f8beda34cfa699720aba0ad2e342
GIT binary patch
literal 25427
zcmXte1yoes_ckHYAgy#tNK1DKBBcTn3PU5^T}n!qfaD-4ozfv4LwDEEJq$50_3{4x
z>pN@insx5o``P<>PR`sD{a#y*n1Gf50|SFt{jJJJ3=B;7$BQ2i`|(aulU?)U*ArVs
zEkz8BxRInHAp)8nI>5=Qj|{SgKRHpY8Ry*F2n1^VBGL?Y2BGzx`!tfBuaC=?of
zbp?T3T_F&N$J!O-3J!-uAdp9^hx>=e$CsB7C=`18SZ;0}9^jW37uVO<=jZ2lcXu$@
zJsO3CUO~?u%jxN3Xeb0~W^VNu>-zc%jYJ_3NaW)Og*rVsy}P|ZAyHRQ=>7dY5`lPt
zBOb#d9uO!r^6>ERF~*}E?CuV73AuO-adQoSc(}f~eKdXqKq64r*Ec7}r}qyJ7w4C&
zYnwMWH~06jqoX6}6$F7oAQAA>v$K`84HOb_2fMqxfLvZ)Jm!ypKhlC99vsjyFhih^
zw5~26sa{^4o}S)ZUq8CfFD$QZY~RD-k7(-~+Y5^;Xe9d4YHDVFW_Dp}dhY!E;t~Sc
z-`_twJHLiPPmYftdEeaJot~XuLN5Ok;SP3xcYk(%{;1g9?cL4o&HBdH!NCE4sP5eS
z5)5{?w7d>Sz@gXBqvPX;d)V3e*~!Vt`NbpN`QF~%>G8?k?d{p=+05MH^2++^>gL7y
z`OWR^!qO_h+;V4U=ltx9H&l0NdF}M{WO-%d{NfymLh?uGFRreeSy+L=;K`|3Bnl0M
zUM>D-bGEXv<>loyv#@k=dAYW}1%W`P<`!PiGcK&G-`-w7>aw=6xwN*)z{qlNbg;3t
z^O)Pi!#xywEfk@@yuK+QDEwCaUH{;SoPy%*&Fy2_>@T??kjrXND+-B>Ysz{4{Q2bO
zytdB!)SqeR7Z*b#V`wz;Q9sbwBsm#*a%;Z0xa6Pm3dtYF3Ne7}oV>>#H$FLyfFpTc
z@fjI^X>4kV`VsTHpy&bqaD992>*x36$&m_u8MOgAKnr
zix1C^4Kv*>^8IV-8_jZkZSn%yscddBFqkpaRTTAnS5A$!9KdgBseck^JSIQS`wRWHIZ&85f`i++%
z68t8XiOy$@M67#u+Xi6bxpuq+`HWa<2?N@OcnUhX?Fa0ucuMgFJFc-@1+=(NlQ>>F
zRDxG-|GOh}P`zp=#(X0xY7b!pCjittaWhLjHXBB#-Po`?sO81ZebXXp;sg3B6U;yT
z7ltQRr)1+s9JQ^V!592xtqynFYr$yy)8J4=_Fovpb*N%#EBk3~TNxng@wp@YN7Lqp
zrjUU+o-9X*B{;#FfWF+8xsS-jI`K=*Kw`Xfb@RSO_U)QsNHa<|mWk9yQ?OwtR*_xq
zmD=jg&|q#_bdPo=j-*xO@t@Lx#ApL+J`iqWlGkq6;4fv@4RCK_O9tc(xtrrh=-c5R
z69GA#i8S&gK?|;>DM8&0G0qF?C*`-kOcVP3)1oi%f47pC4CS=HBdpf`E)$Hno3D*LM*Mxsl@|fX(Xf%aXWP!}X9^S#Vk`h=79=r%L^l^YWXw_fRl+4teQ3x9_*k%}TKmP12k&)U
zMNC;?1$T%`tp^#EZUUbydm4SOs@A)}3PP>tiL3j_W06pb3vSHu)DJU-0m)ledRGV0
zJ|rcZ1U@_hCyPE6_-wiimvjR3t);y*Qdi`BKX*PP29RBAsD8W-^u0fLrRq
zwCLWC=t#&Nb(JimFikS-+jq}=-klKJuPf|#4pY8f?a%e6U2$1>GPfs~QJLAlns4;O
zgz6*qdCCdKNu92Gtjo^ob%T4S7Qi-4NMGg1!+m0yH08I3TITyT6-g}m=2u_lckZ^e
zq;^$v+pjrNbh#BOPdii=sJ1bq8F?sZTJcTI5o-P0V#bJPYY`?awnv-41^CJh$BpLP
z@aNtrc;&0^lO>O1M4Is=8YA9!yo9_AI^mA7`Aw!579-QByLL>P$1D=@r}QPn38D;%
zpBWvkXSRS?b^4Pq$yjf%7Lcq#0#b>rLc!^-G|4-BD83fHp~~6CQ_U~u{@(n0go&P^
zDHT6>h=0KJ)xPF^Wh5@tUEbM@gb&7vU*9YcX;|;ESv3bj^6HmWbTMt;Zj&y(k;?)$
z!J2pIQeCULGqRb5%F}d?EV$v(x+Zqs7+Bj<=5FIW5H^?
z1(+h@*b0z+BK^~jWy5DgMK&%&%93L?Zf|KQ%UaTMX@IwfuOw_Jnn?~71naulqtvrM
zCrF)bGcGsZVHx6K%gUR%o`btyOIb@);w*?
z0002^Q&|A-)1GGX(5lYp#|Rrzxbtv$Z=Yht;8I!nB~-^7QUe4_dcuTfjZzN&*WCjy
z{r9Sr^dv=I%5Td#cFz>iZ_RSAK?IMTz<%#W)!YSnmft3Nlq~(I`{`Uk-Wm83Cik$W
zA>ZEh#UqV*jtmtV`p(`VsJb>H>??z9lR#V(`9^UEGvTix4$!-_w1?L1)oZ^W!E0k*
zCB7_q(G~1Q3x6mPdH1`hse+Jq;+?Cw?F&D*LQhHFoFJdd@$J@~sOg%)cymn7a4znI
zCjvkBKBOSb2*i~|Qom$yT*r{rc!0nX+M`4zPT|h~`eXtS!4FPTH0(?%$=fr9Tr*nb
z(TR6>{L$7k2WHlqIT4J->W-mYgM)ac(R(z56AY2Kiex&W>I$p+&x#bMNS&|p@eWOy
zGD7es5=6U#uG^J26B@SERc=i`I+l4_*`E_OxW=&=4|rH=p;$GB!%As!i|~ypyq`M{
zX5L!TI*|QR-pt7Y$irT5b=w9KcWKG5oX;$>v|GNckJ5XfdZ#KHirMyigcqZ9UvabrO{
z8rDp1z0Fr%{{|@&ZFm^_46S#?HL)}=bp45eUvA1gf(mODfe+cGcF$6-ZaI;NvMu;v
zcbHrkC+lE
z7RwO#m?)*hw^|}s-z?wPDEMJ2%Ne3)j0Dnt?e(@i?bf<+s^BM?g^S5YKU~rg%aeTl
zJf0#GyUY|~Y;9SV_?#uV9<{xsFjl^YeW{@1$61GkUgc9Xv6cL@uB^M?d@o7H
zHKV^XV(Q|Q%Geas3dw$Jn&atPqxYB>>Ii<#Zv+@N8GYs#vrxfbS_%zJ#18<+55b3yBCV#A}|5J8EAtdUd
zn{=~8r&YaM_GB^l@6D_xfSvmbrbJP^&RZ{np(I^~Osf9d>=xz;@EnY?(Egg`%_&Vt
zJA2@>$gsV@XFKh@>0z#d4B>B{^W%bCgT;)f6R|f%yK=!bN2w`BOC_5VHz(Q+!7ID^
zl#oQ>nDe2!w&7tLJ8#8wzN%$7@_>{Hh2xdID<0$kb*>G$17$S3grFXLJQ>4!n!>-B
zn>~N~Ri%vU@ccS?y8BTR)1#fe2q
zlqzp;&z9I1lrZ*4NJn00*0|iPY)Z0d$3NTJ9HNQ+?JI;37?VSbqMkdoqyCsG=yp1B
z-3WO8>t^=Fj^?PT?(-0dZ8y_FL2Z9`D!m-7Dgr7r>V~Rm8RQ@w>_PrbFo$N_#jGzx
zKC&6u^^M`8cdv1&AJ-O}jSqCR94J?FnYw!JN3(k7cejfuS`7-j*t4GNaKH@|kkrB_uY?<%tF27r;kVj(nzxph1JsFr
z#*%R0;+(NAevpx|F8|sz9}SI%^z@E#+KR{}h1fyNXo6z$e*+nNx|qKR4DoCl0?&Q@
zs8_MHOw&gA$VQz4yIo@Zg{!M@m9v_4{_V!x@I>5ZaG$rcOvUm9O0DW9tR>#oyg@l8O!7%+a(wcN
zU}SdcI3?TjNeNXmMJ!GUx@tFbszrKU5?ewMLA
zJ)^SSUMDXb)yO8<*A&?2bBN&NEk{+9q~*w%k^+OUs)b@Fs#!)#9E-|}*u
zWAn}H61Uy!41$}d1d44D;guxTx^kD367XWM%5Dea)6$5&n;))D;D^r~G=m$CqS7L!
zmLX|kejC<`PU-rS#;n2Y0*4;&?(ROps&9eVSDoY%G@-4kyG5AX|Fu&1M5Gm0(-Z6v%1@fS9$`LGCB
zlH8i;1e!(dUd#1c@G(-^QedB)$yJ~Yke{h3
z$#|*Md8c7)??v!utM3QJT7mN@DE%_r@BYhvf))3qME|n>shVP(03fO0{Iye<3)wv9
zoYDZ$wDak&n*QW`-s6KKDk5X1OQ_ramOCv4gjh1}jy%9GX!s!hq`NW)&%o9y+YrmT
z+u!YGVhHBA*{|c;^}Xg)elpF+dMcpHNALqheHQIX<8J#~;Ah^+Dw~L#CynKWfTWCu
zCEbY3ybkQ225nUxd$i6(3SN^?}z{r>!_8$YiwX~LE`rzuT=q!8;h{UbMWDGL@VpWm;
zZtr3$23sHj`&Co0No!R|5#Vt7{9}j|TwplkHdT=aUeQ*;9XQ2uW1WUTbA%kHwMR|UUq0xTEetKps9KmNYAS5aY+L31z8w-k=r7r5hSK=6A!^nU
z8C>n~S?X}?D5`5c5&2wA0cxo;KgFAi4N2T%LF4fWoMQ=CTo>=1mjvBvW;|iPUB>xW
z?K5>~6VIpJYo28I)EFl&7dAhqrB6A-(e-)leVf;X*$GA~eVokc6j+rvRq{{fZth{*dW0`N_!2w6Ll9fV
z{aJuKFd-zavy0~QH9hD;H%Q(_Zn7nY>AkaeKuL7Q@G02wArkDPH53Qg5JGaH{_ehi
z35yHf_=pB1wY&Ak3EZ-^Ml}MxJh6d_Z}jDN7RTDy68ton&H$4=>#b4w904+;t6CcZ
zMtV{hLGR06a?g$sZA#7RlKPF4Bqk=}`#oc=#~O;oUX7hbb^NY3f2Nin?(&;E?zVkm
zN}OTyV%mP6T5(MT-syZn(K?c9sk)z$K0AQvvk9#%4%)evu)aOXbB;x-*G5ljx|A;$
zZmCV}y(IS$SYPVS%g#3~I9lE#erA)7BgOkZC}~2)7B_BBStEVtr1+0nv{(A%zhmjT
zsE;^zwY5(ZCyf%wwr*SJyK_?Gv_p!Oc-8$W?a03T_8q
zb=XB6)**gF9AoG(=dN9-4yO7)FI}g2!0UFua`5ASTp*W2K#(fpZHPv2}6
zuI3YRPb*T9uhpKUc
zPNT}NbGpABC}F~2UYA?vuN
z*c2)mWKvZn<+PL%-Oq3lAhrw_j}+<$Tfvgoo)dRh((_MP7Iz=PwI|1>aObW5-b8qW
zI@O0@c{EbVHN5a6k}i4y2?Jh~=Jd-MZnv)h^T1;2CAllrl%EHm`1{XUiW<7g+6{XS
z&hVyh5*+TiVaO)+4PE3HcnsJajGx>gwo1EcWg^*Rn0l!#MVM%(Ywui_UjM8Dgspk@
z4`gne14lZ*`698%UOOx^(v_~kQiYj`WkY>(f5KDC5I{-Wi!KoINK)H^9m|SUliD=d
zE;N>?`0x*{61(==UBrN}mpsdhOZ2N~I>oQ1avz|nvyfQQW_R6VAnn;IzqlxDB)0_Zw_Csf#5sdmb4LBwIyBk
zv$NL*@acUJc4`FtA^-PzoHR
zKXm{;9xP9kWW6MEPYuCeDqX@UiY(8GShF|L{-)R4_acdmp+&W~4nBxde
z;pI70##wwE$hfIrpx@VQ`Yc>|xSP$S8~WoVKTg5Z*KMWE)Yp>$m>ZoNQ(u!z-#`mL
z1jJZHKZ}Tc5Ap^(*KIg6ol~wx)s~So91kdWaF2c{?F58%EDiT9uV&xYWvS{aFS{hE
zg--eu{(>bL!0h)=md^{aR(APus_Mr}+}|%Rb(>B&dHn3fw9>d3rkDH6x0-@)^Dkwj
zjb75;-8>7gmW&$y_4x~rPX!&!>l3d<-kfo+g{PIl%s;UQ)Y+u
z4&z}r;Sd{hco!{2a3}F*4CAcydj7`#V0_iRg%G&NxtQpm=(5VbGfiRW^NoBJ1rPE#
zzYktZRk7>`{fdU((V`a+T{&n=cnr4LaS!S|hDOtXWb>_e-LwH+@FmdGw>6+B9J6~}
zcBaNb(<-c6&|ghc-%o3xG(Op-q&pXd1CfV
zgPNdKX~vGy-LS;4Q=161sLAoMaXGG7weBcT%KmWHZ${+6bC6yehCjqK36LdH>fR!{
z>Xe}eUaWsRp8U1&?E`K@0*oHDY-p{^+u0T&$b)J}|G6C(lSRuN&WgUd(rH=0h9hUz
zj|U@1UmNWdbn)SLk^KR_nRxbB`hNKP>?@ocdEL;;1l||Q0{~Zx5N5FT_
z8{|xM9~@McIdv|?#WPK>1b&f`?=bvMO>?(;W^}|VZ|%*&C_rsnS5&E~%`>$1I#;~*
zn=Wx?omuI3X^Q4D$;n_~HEv`6`Rwl7C)iTwB5O~BB+$PgQTGE~V(6h;78q+*a8tK*
zi)1P_7BY;9ea2|o@l#u>z4b#X%;a|nTq^l*V({7P;k
z=t-%I--DL{uv#dVtaWg|q`lNci7#N7sC(@vBesWbHEY@Gb4`DozcU20N<=vl;-%s5
z!WzFm74mydG1Hjwdk!c_6!|q+Noz5>DrCZ!jSQ+Yjti$3pBqeRl}Wv|eimpd!GOY~
zDw@@tGZHFbmVLNc^ilgjPQ1os7*AOkb2*LRb{O-+C97i_n
z2I@>^O)#WwMhxr4s;^U&se%2V#g)$UMXcXHU)C<7ih`meC7t?9h6U9|gRL%vjBW=4
zyJ(KaCRlNg`fO6a(x7h==WMvQG|_Skr4D&0<8t`N`#*Y0lJn{f4xjR5Q%h*qiJ!9l
z{{3xuZ%nm38N+XqLO_y}X{{=Z1sg+iy?Wk0(xmzIV8KVwj}M}&csjjc2tOdzyInRf
zj&mB~+`^C>=hnyxW|Ah^U8Pcl0}jx|K^QWjuTpX%S?_Y({asp@tk2!qmNiJscA|3v`}jyo*ALZ(Rr*ar91T`}p~N<62j4RJ|PDBQI3t8Cdh)
z?R$X25f31}sp@&0jG5+in
zs$WmohuauhuK4uZ1iNJsy2T@EuDDT=`&$LT=jKS^o}44OK5cA$zAzZq&gS)a(=xC7
zC(q}(#ncl6@1^p;YG?lVnJ)t^7Ky53%ZtMKP6FKlx|zSaeDQD~}Xbf@cZU>-AI+P+4hN52dWFDA$qg=0!5}U9qLoblC
z?2V$GDKb=Lv@me&d%DST)ouSOrEAoGtLxcGg1~Kmzbq?}YUf=NjR9D?F9<}N_ZiNa
zZhdC>2_z-iy!(9g9{n11i3|~!hxmAYX6z9olmC=&YcsiKI;&XK#&iSd&6&{u1@Hd^
z&}sU>_G+y}Gi-8`-k*Exr{a$>MNGj_u%u$;s_fOjknwYR-qt1G|mi}nQ%CB|0Vp`=0tc2y(3
zJ}Xmz |