Skip to content

Commit bb7a7c4

Browse files
Goutte6543
andauthored
docs: fix various typos and translate to french (#16477)
Co-authored-by: 6543 <[email protected]>
1 parent 2344007 commit bb7a7c4

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,11 @@ relation to port exhaustion.
527527
- `USER_DELETE_WITH_COMMENTS_MAX_TIME`: **0** Minimum amount of time a user must exist before comments are kept when the user is deleted.
528528
- `VALID_SITE_URL_SCHEMES`: **http, https**: Valid site url schemes for user profiles
529529

530-
### Service - Expore (`service.explore`)
530+
### Service - Explore (`service.explore`)
531531

532532
- `REQUIRE_SIGNIN_VIEW`: **false**: Only allow signed in users to view the explore pages.
533533
- `DISABLE_USERS_PAGE`: **false**: Disable the users explore page.
534534

535-
536535
## SSH Minimum Key Sizes (`ssh.minimum_key_sizes`)
537536

538537
Define allowed algorithms and their minimum key length (use -1 to disable a type):

docs/content/doc/advanced/customizing-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ to the file `templates/custom/footer.tmpl`
200200

201201
You also need to download the content of the library [Madeleine.js](https://jinjunho.github.io/Madeleine.js/) and place it under `$GITEA_CUSTOM/public/` folder.
202202

203-
You should end-up with a folder structucture similar to:
203+
You should end-up with a folder structure similar to:
204204

205205
```
206206
$GITEA_CUSTOM/templates

docs/content/doc/advanced/make.fr-fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ sudo yum install make
3737

3838
Si vous utilisez Windows, vous pouvez télécharger une des versions suivantes de Make:
3939

40-
- [Simple binaire](http://www.equation.com/servlet/equation.cmd?fa=make). Copiez le quelque part et mettez à jour `PATH`.
40+
- [Simple binaire](http://www.equation.com/servlet/equation.cmd?fa=make). Copiez-le quelque part et mettez à jour `PATH`.
4141
- [32-bits version](ftp://ftp.equation.com/make/32/make.exe)
4242
- [64-bits version](ftp://ftp.equation.com/make/64/make.exe)
43-
- [MinGW](http://www.mingw.org/) includes a build. The binary is called `mingw32-make.exe` instead of `make.exe`. Add the `bin` folder to your `PATH`.
44-
- [Chocolatey package](https://chocolatey.org/packages/make). Run `choco install make`
43+
- [MinGW](http://www.mingw.org/) inclut un _build_. Le fichier binaire est nommé `mingw32-make.exe` plutôt que `make.exe`. Ajoutez le dossier `bin` à votre `PATH`.
44+
- [Chocolatey package](https://chocolatey.org/packages/make). Exécutez `choco install make`.

docs/content/doc/installation/windows-service.fr-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Pour activer le service Windows Gitea, ouvrez une `cmd` en tant qu'Administrateu
2121
sc create gitea start= auto binPath= "\"C:\gitea\gitea.exe\" web --config \"C:\gitea\custom\conf\app.ini\""
2222
```
2323

24-
N'oubliez pas de remplacer `C:\gitea` par le chemin que vous avez utilisez pour votre installation.
24+
N'oubliez pas de remplacer `C:\gitea` par le chemin que vous avez utilisé pour votre installation.
2525

26-
Ensuite, ouvrez "Services Windows", puis recherchez le service `gitea`, faites un clique droit et selectionnez "Run". Si tout fonctionne, vous devriez être capable d'accèder à Gitea à l'URL `http://localhost:3000` (ou sur le port configuré si différent de 3000).
26+
Ensuite, ouvrez "Services Windows", puis recherchez le service `gitea`, faites un clic droit et selectionnez "Run". Si tout fonctionne, vous devriez être capable d'accèder à Gitea à l'URL `http://localhost:3000` (ou sur le port configuré si différent de 3000).
2727

2828
## Désactiver un service Windows
2929

0 commit comments

Comments
 (0)