Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add French setup guide for Stardew Valley, authored by Firzohche #3026

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions worlds/stardew_valley/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,25 @@ class StardewWebWorld(WebWorld):
bug_report_page = "https://github.com/agilbert1412/StardewArchipelago/issues/new?labels=bug&title=%5BBug%5D%3A+Brief+Description+of+bug+here"
options_presets = sv_options_presets

tutorials = [
Tutorial(
"Multiworld Setup Guide",
"A guide to playing Stardew Valley with Archipelago.",
"English",
"setup_en.md",
"setup/en",
["KaitoKid", "Jouramie", "Witchybun (Mod Support)", "Exempt-Medic (Proofreading)"]
)]
setup_en = Tutorial(
"Multiworld Setup Guide",
"A guide to playing Stardew Valley with Archipelago.",
"English",
"setup_en.md",
"setup/en",
["KaitoKid", "Jouramie", "Witchybun (Mod Support)", "Exempt-Medic (Proofreading)"]
)

setup_fr = Tutorial(
setup_en.tutorial_name,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be translated as well. Check other french guides for the standardized wording

setup_en.description,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be translated as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you give me any informations to contact you please ? I'd like some advices on this translation to improve it

Copy link
Collaborator

@agilbert1412 agilbert1412 Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm Kaito Kid on the Archipelago Discord, the world maintainer for Stardew Valley

"Français",
"setup_fr.md",
"setup/fr",
["Firzohche"]
)

tutorials = [setup_en, setup_fr]


class StardewValleyWorld(World):
Expand Down
86 changes: 86 additions & 0 deletions worlds/stardew_valley/docs/setup_fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Guide d'installation de Stardew Valley Randomizer

## Logiciels requis

- Stardew Valley sur PC (Recommandée: [Version Steam](https://store.steampowered.com/app/413150/Stardew_Valley/))
- SMAPI ([Chargeur de mods pour Stardew Valley](https://smapi.io/))
- [Version 4.x.x du mod StardewArchipelago](https://github.com/agilbert1412/StardewArchipelago/releases)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.x.x

- Il est important d'utiliser une version 4.x.x du mod pour jouer à des "seeds" qui y ont été générées. Les versions les plus récentes ne peuvent être utilisées qu'avec les versions les plus récentes du générateur de monde, qui ne sont pas encore supportées par archiepalgo.gg.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.x.x

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

au lieu de "seeds", why not mondes?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

les versions plus récentes (2x)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne suis pas certain d'avoir compris cette phrase honnêtement. Les version les plus récentes de quoi?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

archipelago.gg


## Logiciels facultatifs
- Archipelago depuis la [page des versions Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"via" au lieu de "depuis"?

- (Uniquement pour le textclient)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

textclient -> TextClient

- Autres mods de Stardew Valley depuis [Nexus Mods](https://www.nexusmods.com/stardewvalley)
- Il y a des [mods supportés](https://github.com/agilbert1412/StardewArchipelago/blob/4.x.x/Documentation/Supported%20Mods.md) que vous pouvez ajouter à votre dossier YAML pour les inclure avec la randomisation de Archipelago.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong link (5.x.x)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaml file -> Fichier yaml, pas dossier

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

juste "yaml" est correct aussi je dirais


- Il n'est cependant **pas** recommandé d'ajouter des mods non supportés, même s'il est possible de le faire. Les intéractions entre les mods peuvent être imprévisibles, et aucune assistance ne sera proposée si des problèmes surviennent.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intéractions -> interactions

- Plus vous avez de mods non supportés, et plus ils sont lourds, plus vous avez de chance de causer des problèmes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chances

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"de causer" -> "d'avoir"
My understanding being that having mod make it harder for the player to play.


## Configurer votre dossier YAML
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fichier yaml, ou juste yaml


### Qu'est-ce qu'un dossier YAML et pourquoi il m'en faut un ?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fichier yaml, ou juste yaml


Voir le guide pour configurer un YAML basique: [Guide basique de configuration d'un MultiWrold](/tutorial/Archipelago/setup/en)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiworld*

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mettre une note que le guide en question est seulement en anglais

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"basique" -> "de base"
I think "basique" in french is only okay for "basique vs acide"


### Où puis-je obtenir un dossier YAML ?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fichier yaml, ou juste yaml


Vous pouvez customiser vos paramètres en visitant la [page de paramètres de joueur de Stardew Valley](/games/Stardew%20Valley/player-settings)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personnaliser

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Également, il faudra remplacer player-settings par player-options


## Rejoindre une partie Multiworld
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multimondes au lieu de Multiworld?


### Installation du mod

- Installez [SMAPI](https://smapi.io/) en suivant les instructions sur leur site internet.
- Téléchargez et extrayez le mod [StardewArchipelago](https://github.com/agilbert1412/StardewArchipelago/releases) dans votre dossier "Mods" de Stardew Valley.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion, not that important:
"votre dossier "Mods" de Stardew Valley" -> "le dossier "Mods" de votre installation de Stardew Valley"

- *FACULTATIF*: Si vous voulez lancer votre jeu depuis Steam, ajoutez ce qui suit dans vos options de lancement de Stardew Valley:
- "[PATH TO STARDEW VALLEY]\Stardew Valley\StardewModdingAPI.exe" %command%
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

la partie entre [] devrait être traduite

- Sinon, lancez simplement "StardewModdingAPI.exe" directement dans votre dossier d'installation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"directement dans votre dossier d'installation" -> "qui se trouve dans votre dossier d'installation"
Making it more explicit that it is directly at that place.

- Stardew Valley devrait se lancer seul à côté d'une console qui vous permet de lire les informations de mods et d'intéragir avec certains d'entre eux.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intéragir -> interagir

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"seul à côté d'une" -> ", ainsi qu'une"
Unsure, it just felt weird to seul it launch "alone" followed by something else XD


### Se connecter au MultiServer

Lancez Stardew Valley avec SMAPI. Une fois que vous êtes sur l'écran d'accueil de Stardew Valley, créez une nouvelle ferme.

Sur la page de création d'un nouveau personnage, vous verrez trois nouveaux champs, utilisés pour lier votre nouveau personnage au multiworld d'Archipelago.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"champs, utilisés pour lier" -> "champs qui vont vous permettre de lier"
Rewording

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"au multiworld" -> "à un multiworld"
Since it is not a unique entity.


![image](https://i.imgur.com/b8KZy2F.png)

Vous pouvez customiser votre ferme et votre personnage autant que vous le souhaitez.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personnaliser*


Le champ "Server" doit contenir l'adresse et le port, et le champ "Slot" doit contenir le nom que vous avez spécifié dans votre yaml.

`archipelago.gg:38281`

`StardewPlayer`

Le mot de passe est facultatif.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is only true in the sense that, when the multiworld is generated, a password can be defined. It is not the user that make that decision, but the host/generator., right?

Proposal:
"Le mot de passe, si le multiword en à un."

Comment on lines +52 to +56
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: put that in code block or something to show that they go together and say in the previous line something like "Par exemple: "


Votre partie se connectera automatiquement à Archipelago, et se reconnectera automatiquement en chargeant la partie, plus tard.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"en chargeant" -> "quand vous rechargerez"
My preference, not a problem if ignored


Vous n'aurez jamais besoin d'entrer ces informations de nouveau pour ce personnage, à moins que vous ne changiez l'adresse ip ou le port de la salle/page.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

juste salle?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"vous ne changiez l'adresse ip ou le port de la salle/page" -> "l'adresse ip ou le port de la salle/page changent"
It is not the player that will change those, most of the time.

Si l'adresse ip ou le port de la salle/page **change**, vous pouvez suivre les instructions suivantes pour modifier les informations de connection de votre partie.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

juste salle

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change est un mot en français alors ce ne serait pas nécessaire de la mettre en gras

- Lancez la version mod de Stradew Valley
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stardew*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version modifiée?

- En étant **sur le menu principal** du jeu, entrez la commande suivante **dans la console SMAPI**:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like a "de" would fit nicely before SMAPI

- `connect_override ip:port slot password`
- Exemple: `connect_override archipelago.gg:38281 StardewPlayer`
- Chargez votre partie. Les nouvelles informations de connexion seront utilisées, à la place des anciennes.
- Jouer un jour complet, dormez, et sauvegardez le jeu. Ces informations de connexions remplaceront les anciennes et deviendront permanentes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sauvegardez la partie*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Jouer" -> "Jouez"


### Intéragir avec le MultiWorld depuis le jeu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Intéragir" -> "Interagir"


Lorsque vous vous connectez, vous devriez voir un message dans le chat vous informant de la commande `!!help`. Cette comande listera d'autres commandes de chat exclusives à Stardew Valley, que vous pouvez utiliser.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clavardage plutôt que chat?


En outre, vous pouvez utiliser le chat du jeu pour communiquer à d'autres joueurs du MultiWorld, à condition qu'ils jouent à un jeu ayant la fontion "chat".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal preference, can be ignored "En outre" -> "De plus"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"fontion" -> "fonction"


Enfin, vous pouvez également utiliser la commande `!help` depuis le chat du jeu, vous permettant de demander des indices sur certains objets, ou des endroits encore non trouvés.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel that for technical terms like hint/item/location, translation need to be more elaborate since their french counter part don't hold the same history/weight in my head. Proposal:
"de demander des indices sur certains objets, ou des endroits encore non trouvés." -> ", en autre chose, de demander où se trouve un des objets de votre monde ou de demander quel objet se trouve à un des endroits de votre monde."

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I feel that this sentence is meant to say that you can use all AP commands. Proposal in that sense:
"Enfin, vous pouvez également utiliser la commande !help depuis le chat du jeu" -> "Enfin, vous pouvez également utiliser les commandes d'Archipelago, p. ex. !help, depuis le chat du jeu (...)"


Il est important de noter que le chat de Stardew Valley est assez limité dans ses capacités. Par exemple, il ne permet pas de remonter l'historique, et ainsi de voir ce qui est sorti de l'affichage. La console SMAPI, qui tourne en même temps que votre jeu aura le même historique, entier, et sera sans doute une meilleure option pour lire les ancien messages.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"remonter l'historique" -> "remonter dans l'historique de conversation"
Sound better in my ear, not that important

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"le même historique, entier," -> "aura l'historique en entier"
No need to specify that it is the same in this context, I think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ancienS

Pour une meilleure expérience de chat, vous pouvez aussi utiliser le Client de Texte Archipelago (Archipelago Text Client) officiel; il ne vous permettra cependant pas de taper des commanddes exclusives à Stardew Valley.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Client de Texte Archipelago (Archipelago Text Client) officiel" -> TextClient d'Archipelago
Before this, TextClient is already used in English and the "official" part was not there. I propose to follow the same pattern

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"taper" -> "lancer"
You can write the command, it just won't do anything.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one "d" in "commanddes exclusives"


### Jouer avec des mods supportés

Voir la [documentation des mods supportés](https://github.com/agilbert1412/StardewArchipelago/blob/4.x.x/Documentation/Supported%20Mods.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stardew Valley is on 5.x.x now
I don't know if there is an updated list for this version, but if there is, the link should probably be listed here

Copy link
Contributor

@nicholassaylor nicholassaylor Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the only place that the document where 4.x.x is mentioned, just the one I saw first

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mauvais lien (5.x.x)


### Multijoueur

Le mode multijoueur de Stardew Valley n'est pas compatible avec Archipelago pour le moment. Il n'y aucun projet à court-terme pour supporter cette fonctionnalité.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aucun plan?

Loading