i18n(fr): Translate list.mdx, notification.mdx, prerequisites/index.mdx, upgrade-migrate/from-tauri-1.mdx (#1445)

* Translated list.mdx from English to French

* fixed the problematic link

* removed capitalized letters

* Translated notification.mdx from English to french

* added the translation of prerequisites/index.mdx

* added the visual strudio screenshot (in french)

* fixed links

* upgrade-migrate/from-tauri-1.mdx translated

* trying something with links

* useless commit

* some little changes

* fixed links

* last small changes

* Update src/content/docs/fr/2/guide/notification.mdx

Update on capitalized letter (thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/notification.mdx

Deleted some mistake (thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/notification.mdx

fixed some lines problems (thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/notification.mdx

Removed some ":" (Thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Added Capitalized letters

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

capitalizing letters again (thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

capitalized letters again

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* fixed small problems

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Fixed sentence meaning (thanks to @david-crabnebula)

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Sentence fixed (thanks to @david-crabnebula)

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Simplifying a sentence (thanks to @david-crabnebula)

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Small changes (thanks to @david-crabnebula)

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

typo fixes (thanks to @david-crabnebula)

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

same

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

again

Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>

* Update src/content/docs/fr/2/guide/notification.mdx

links updating (thanks to @lorenzolewis)

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/prerequisites/index.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/prerequisites/index.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/prerequisites/index.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/prerequisites/index.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/prerequisites/index.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

same

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Update src/content/docs/fr/2/guide/upgrade-migrate/from-tauri-1.mdx

Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* fixed some small mistakes

* last changes (i hope)

* fix links

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Revert translating guide

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

---------

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: David <142232773+david-crabnebula@users.noreply.github.com>
This commit is contained in:
0ri0nexe
2023-09-03 13:31:28 +02:00
committed by GitHub
parent 0e755dc67c
commit ae848c1e71
6 changed files with 1663 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ Here are some guidelines to help with the translation.
- [ ] Preserve the Markdown formatting. This includes headers (#, ##, etc.), lists (*, -, 1.), and inline styles like bold, italic, and code.
- [ ] Ensure that links ([link text](URL)) remain functional and direct to the correct locations.
- [ ] Append the locale to any internal links (for example `/index` -> `/fr/index`).
- [ ] Ensure code blocks (triple backticks ```) are unchanged in terms of their syntax and content.
- [ ] Double-check tables, making sure their structure remains intact. Using the Prettier formatter is a great way to do this.