Skip to content

Commit

Permalink
Translate documentation to French (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper47 authored Aug 2, 2024
1 parent 52fdf26 commit ff236d3
Show file tree
Hide file tree
Showing 261 changed files with 3,559 additions and 96 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deploy/fdc.db.zip filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified deploy/fdc.db.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,48 @@ title: Recipya
layout: hextra-home
---

<div class="mt-6 mb-6">
<div class="hx-mt-4 hx-mb-4">
{{< hextra/hero-headline >}}
Recipya
{{< /hextra/hero-headline >}}
</div>

<div class="mb-12">
<div class="hx-mb-6">
{{< hextra/hero-subtitle >}}
A clean, simple and powerful recipe manager your whole family can enjoy.
{{< /hextra/hero-subtitle >}}
</div>

<div class="flex mb-6">
{{< hextra/hero-button text="Get Started" link="/guide/docs" style="margin-right: 0.5rem" >}}
{{< hextra/hero-button text="Open App" link="/guide/login" style="background-color: rgb(139 92 246)">}}
<div class="flex hx-mb-6">
{{< hextra/hero-button text="Get Started" link="/guide/docs/" style="margin-right: 0.5rem" >}}
{{< hextra/hero-button text="Open App" link="/guide/auth/login" style="background-color: rgb(139 92 246)">}}
</div>

<div class="mt-6"></div>

{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="Curate Recipes"
subtitle="Effortlessly import your favorite recipes from around the web, digitize paper recipes, and add recipes manually."
class="aspect-auto md:aspect-[1.1/1] max-md:min-h-[340px]"
class="hxaspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/curate.webp"
imageClass="small w-[180%] left-[36px] sm:w-[110%] dark:opacity-80"
imageClass="small hx-w-[180%] hx-left-[36px] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="One Measurement System"
subtitle="All your recipes can be converted to your preferred measurement system. Say goodbye to imperial or metric."
class="aspect-auto md:aspect-[1.1/1] max-lg:min-h-[340px]"
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]"
image="/images/view-recipe.webp"
imageClass="small w-[110%] sm:w-[110%] dark:opacity-80"
imageClass="small hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80"
icon="globe"
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Self-Hostable"
subtitle="Easily self-host the software on your server with Docker."
icon="desktop-computer"
class="aspect-auto md:aspect-[1.1/1] max-md:min-h-[340px]"
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/devices.svg"
imageClass="small w-[110%] sm:w-[110%] dark:opacity-80"
imageClass="small hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is focused on simplicity for the whole family to enjoy.
- Import recipes from around the web
- Digitize paper recipes
- Organize your recipes into cookbooks
- Works seamlessly with [Nextcloud Cookbook](https://apps.nextcloud.com/apps/cookbook)
- Easily migrate your recipes from [Mealie](https://mealie.io), [Tandoor](https://tandoor.dev) and [Nextcloud Cookbook](https://apps.nextcloud.com/apps/cookbook)
- Automatic conversion to your preferred measurement system (imperial/metric)
- Calculate nutritional information automatically
- Print any recipe in your collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ weight: 1
Overview of Recipya's releases.

{{< cards >}}
{{< card link="/guide/about/changelog/v1.2.0/"
{{< card link="/guide/en/about/changelog/v1.2.0/"
title="v1.2.0"
subtitle="View changelog for v1.2.0."
icon="newspaper">}}
{{< card link="/guide/about/changelog/v1.1.0/"
{{< card link="/guide/en/about/changelog/v1.1.0/"
title="v1.1.0"
subtitle="View changelog for v1.1.0."
icon="newspaper">}}
{{< card link="/guide/about/changelog/v1.0.1/"
{{< card link="/guide/en/about/changelog/v1.0.1/"
title="v1.0.1"
subtitle="View changelog for v1.0.1."
icon="newspaper">}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: v1.0.1 (11 January 2024)
weight: 3
weight: 4
---

## Authentication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: v1.1.0 (28 March 2024)
weight: 2
weight: 3
---

## Authentication
Expand Down Expand Up @@ -53,7 +53,7 @@ field of the recipes. Now, you can choose either **By name** or **Full search**.
Application data is now backed up automatically every third day.
It is possible to restore a previous backup.

Please consult the [features tour](/guide/docs/features/backups) for more information.
Please consult the [features tour](/guide/en/docs/features/backups) for more information.

### Directory

Expand Down Expand Up @@ -152,7 +152,7 @@ The default is by order of insertion into the database.
## Reports

Reports are generated after importing recipes. They are accessible from the /reports endpoint.
Please consult the [features tour](/guide/docs/features/reports) for more information.
Please consult the [features tour](/guide/en/docs/features/reports) for more information.

## Scraper

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: v1.2.0 (16 July 2024)
weight: 1
weight: 2
---

## Added

- 🔍 **Advanced search**: The advanced search lets you tweak your search query for the desired results. Please consult the [docs](/docs/features/recipes/search/) to learn how to use it.
- 🔍 **Advanced search**: The advanced search lets you tweak your search query for the desired results. Please consult the [docs](guide/en/docs/features/recipes/search/) to learn how to use it.
- 🎩 **Configuration**: Added the ability to change most of the fields in the configuration file from the UI under the settings page.
- 🖱️ **Filter by category**: It is now possible to click the category of a recipe from the home page to display all recipes with the same category.
- 🪵 **Logs**: A logging mechanism has been introduced using [log/slog](https://pkg.go.dev/log/slog). The logs are stored
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: v1.2.0 (16 July 2024)
title: v1.3.0 (TBD)
weight: 1
---

## Added

- [EMOJI] **Bypass Guide option**: You may now bypass the guide and go straight to the login page when anonymous by setting the `server.bypassGuide` configuration variable or the `RECIPYA_SERVER_BYPASS_GUIDE` environment variable to `true`. You may also do so from the settings.
- [EMOJI] **Share**: It's now possible to share to multiple installed apps, e.g. WhatsApp, Gmail and Telegram.
- [EMOJI] **Docs translations**: The documentation has been translated to French.

## Fixed

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Restoring a global backup is done only by the one who has access to the server.
2. Navigate to `path/to/recipya/data/Backup/global/`
3. Unzip the backup you wish to restore
4. Replace the content under `path/to/recipya/data/*` with the one from the unzipped backup
5. If applicable, delete `path/to/recipya/data/Database/recipya.db-shm` and `path/to/recipya/data/Database/recipya.db-wal
5. If applicable, delete `path/to/recipya/data/Database/recipya.db-shm` and `path/to/recipya/data/Database/recipya.db-wal`
6. Start the application

### User
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Delete
weight: 4
next: /docs/features/measurement-systems
---

To delete a cookbook from your collection, first click the three vertical dots at the top right of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Share
weight: 5
next: /docs/features/measurement-systems
---

You can share a cookbook to your family and friends. To do so, you must first generate the cookbook's share
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Integrations
weight: 4
next: /docs/installation
next: /docs/measurement-system
---

Recipya offers data import integrations with other recipe manager applications.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Wakelock
title: Categories
weight: 8
next: /docs/features/cookbooks
---

You can manage your categories from the **Categories** option in the **Recipes** tab of the settings.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Wakelock
weight: 8
next: /docs/features/cookbooks
---

Imagine you are cooking a recipe from a mobile device. You gather all the ingredients, and you are ready to start,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Finally, click the `Update` button.

![](images/update-button.webp)

On success, the application will reload automatically after five secconds.
On success, the application will reload automatically after five seconds.

![](images/update-success-restart.webp)
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Then, start the server by opening a command prompt in the folder, and run the fo
The application will perform a one-time setup if not already done.

```bash
./recipya-{os}-{architecture} serve
./recipya serve
```

You can now access the website at the address specified.

## Example

Let's say you have a Windows 11 computer, and you want to install Recipya v1.0.0 on it.
Let's say you have a Windows 11 computer, and you want to install Recipya v1.2.0 on it.

{{% steps %}}

Expand All @@ -34,7 +34,7 @@ You would first access the [releases page](https://github.com/reaper47/recipya/r

### Download

Identify version `v1.0.0` and download `recipya-windows-amd64.zip` under the **Assets** section.
Identify version `v1.2.0` and download `recipya-windows-amd64.zip` under the **Assets** section.

### Extract

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ The admin may change most of these options from the settings.
- **noSignups**: Whether to disable user account registrations. Set to `true` when you don't want people to create accounts. Default: `false`.
- **port**: The port the app will be served through if localhost. __Is required__.
- **url**: The website the app is served on. This URL will serve as the base link in the emails. Default: `http://0.0.0.0`.

### Deprecations

The following table lists deprecated environment variables in v1.2.0. They will be removed in v1.3.0.

| Variable | Reason |
|-----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **integrations.azureComputerVision.resourceKey** | Replaced the use of [Azure AI Vision](https://azure.microsoft.com/en-us/products/ai-services/ai-vision) to digitize recipes in favor of [Azure AI Document Intelligence](https://azure.microsoft.com/en-us/products/ai-services/ai-document-intelligence). |
| **integrations.azureComputerVision.visionEndpoint** | Same as above. | |
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Windows Users
weight: 4
next: /docs/deployment
next: /docs/integrations
---

Please follow these [instructions](/guide/docs/installation/build/) to install Recipya without Docker.
Expand All @@ -20,7 +20,7 @@ If you intend to access the website on other devices within your home network, p

## Windows Defender

If you executed the `recipya-windows-{arch}.exe` binary from the GitHub releases page and Windows Defender quarantined the
If you executed the `recipya.exe` binary from the GitHub releases page and Windows Defender quarantined the
executable, then you should add the folder or file to the exclusion list. This happens because the builds are not signed yet.

1. Unzip a fresh instance of the build.
Expand Down
85 changes: 85 additions & 0 deletions docs/website/content/fr/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
title: Recipya
layout: hextra-home
---

<div class="hx-mt-4 hx-mb-4">
{{< hextra/hero-headline >}}
Recipya
{{< /hextra/hero-headline >}}
</div>

<div class="hx-mb-6">
{{< hextra/hero-subtitle >}}
Un gestionnaire de recettes propre, simple et puissant dont toute la famille aimera.
{{< /hextra/hero-subtitle >}}
</div>

<div class="flex hx-mb-6">
{{< hextra/hero-button text="Commencer" link="docs" style="margin-right: 0.5rem" >}}
{{< hextra/hero-button text="Ouvrir l'application" link="/guide/fr/auth/login" style="background-color: rgb(139 92 246)">}}
</div>

{{< hextra/feature-grid >}}
{{< hextra/feature-card
title="Collectionner des recettes"
subtitle="Importez sans effort vos recettes préférées sur le Web, numérisez les recettes papier et ajoutez des recettes manuellement."
class="hxaspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/curate.webp"
imageClass="small hx-w-[180%] hx-left-[36px] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Un système de mesures"
subtitle="Toutes vos recettes peuvent être converties vers votre système de mesure préféré. Dites au revoir à l'impérial ou au métrique."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-lg:hx-min-h-[340px]"
image="/images/view-recipe.webp"
imageClass="small hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80"
icon="globe"
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Auto-hébergable"
subtitle="Auto-hébergez facilement le logiciel sur votre serveur avec Docker."
icon="desktop-computer"
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
image="/images/devices.svg"
imageClass="small hx-w-[110%] sm:hx-w-[110%] dark:hx-opacity-80"
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.15),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="Information nutritionnelle"
icon="information-circle"
subtitle="Laissez le logiciel calculer automatiquement les informations nutritionnelles lors de l'ajout de recettes."
>}}
{{< hextra/feature-card
title="Intégrations"
icon="chip"
subtitle="Importez vos recettes à partir de différentes solutions, telles que Mealie, Tandoor, Nextcloud Cookbook, MasterCook et Paprika."
>}}
{{< hextra/feature-card
title="Verrouillage de réveil"
icon="light-bulb"
subtitle="Empêchez votre appareil de se mettre en veille pendant l'affichage d'une recette."
>}}
{{< hextra/feature-card
title="Imprimer"
icon="printer"
subtitle="Imprimez n'importe quelle recette ou livre de cuisine de votre collection."
>}}
{{< hextra/feature-card
title="Adaptif"
icon="device-mobile"
subtitle="L'application a une bonne allure sur différentes tailles d'écran."
>}}
{{< hextra/feature-card
title="Compilation croisée"
icon="chip"
subtitle="Peut être installer sur Windows, Linux, and macOS."
>}}
{{< hextra/feature-card
title="Et beaucoup plus..."
icon="sparkles"
subtitle="Assurez-vous de ne pas négliger la visite guidée des fonctionnalités dans la documentation pour en savoir plus!"
>}}
{{< /hextra/feature-grid >}}
Loading

0 comments on commit ff236d3

Please sign in to comment.