diff --git a/website/translated_docs/fr/auth.md b/website/translated_docs/fr/auth.md index 8c8606d87..eb888cbd5 100644 --- a/website/translated_docs/fr/auth.md +++ b/website/translated_docs/fr/auth.md @@ -47,7 +47,7 @@ auth: #max_users: 1000 ``` -| Property | Type | Required | Example | Support | Description | +| Propriété | Type | Required | Example | Support | Description | | --------- | ------ | -------- | ---------- | ------- | ---------------------------------------- | | file | string | Yes | ./htpasswd | all | file that host the encrypted credentials | | max_users | number | No | 1000 | all | set limit of users | diff --git a/website/translated_docs/fr/cli.md b/website/translated_docs/fr/cli.md index d68664df4..38a1fb3e2 100644 --- a/website/translated_docs/fr/cli.md +++ b/website/translated_docs/fr/cli.md @@ -21,4 +21,4 @@ To locate the home directory, we rely on **$XDG_DATA_HOME** as a first choice an ## Default storage location -We use **$XDG_DATA_HOME** environment variable as default to locate the storage by default which [should be the same](https://askubuntu.com/questions/538526/is-home-local-share-the-default-value-for-xdg-data-home-in-ubuntu-14-04) as $HOME/.local/share. If you are using a custom storage, this location is irrelevant. \ No newline at end of file +We use **$XDG_DATA_HOME** environment variable as default to locate the storage by default which [should be the same](https://askubuntu.com/questions/538526/is-home-local-share-the-default-value-for-xdg-data-home-in-ubuntu-14-04) as $HOME/.local/share. Si vous utilisez un stockage personnalisé, cet emplacement est sans importance. \ No newline at end of file diff --git a/website/translated_docs/fr/config.md b/website/translated_docs/fr/config.md index 4e8b1e20e..497bbefa9 100644 --- a/website/translated_docs/fr/config.md +++ b/website/translated_docs/fr/config.md @@ -1,14 +1,14 @@ --- id: configuration -title: "Configuration File" +title: "Fichier de configuration" --- -This file is the cornerstone of verdaccio where you can modify the default behaviour, enable plugins and extend features. +Ce fichier est le pilier de verdaccio où vous pouvez modifier le comportement par défaut, activer les plugins et étendre les fonctionnalités. -A default configuration file is created the very first time you run `verdaccio`. +Un fichier de configuration par défaut est créé la première fois que vous exécutez `verdaccio`. -## Default Configuration +## Configuration par défaut -The default configuration has support for **scoped** packages and allow any user to access all packages but only **authenticated users to publish**. +La configuration par défaut a un support pour les packs **portée(scoped)** et permet à tout utilisateur à accéder à tous les packs, mais seuls **les utilisateurs authentifiés qui peuvent publier**. ```yaml storage: ./storage @@ -31,9 +31,9 @@ logs: ## Sections -The following sections explain what each property means and the different options. +Les sections suivantes expliquent ce que signifie chaque propriété et les différentes options. -### Storage +### Stockage Is the location of the default storage. **Verdaccio is by default based on local file system**.