-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(l10n): add fr translation for the branding
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
patches/calamares-nixos-extensions/branding/nixos/lang/calamares-nixos_fr.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="fr_FR"> | ||
<context> | ||
<name>show</name> | ||
<message> | ||
<location filename="../show.qml" line="36"/> | ||
<source>A community of players</source> | ||
<translation>Une communauté de joueurs</translation> | ||
</message> | ||
<message> | ||
<location filename="../show.qml" line="54"/> | ||
<source>The tools you need to play are natively integrated.<br/>We also tested the applications needed by content creators for their work. <br/></source> | ||
<translation>Tout ce dont vous avez besoin pour jouer est préinstallé.</br>De plus, nous avons testé les applications nécessaires aux créateurs de contenu.</br></translation> | ||
</message> | ||
<message> | ||
<location filename="../show.qml" line="66"/> | ||
<source>Based on NixOS</source> | ||
<translation>Basé sur NixOS</translation> | ||
</message> | ||
<message> | ||
<location filename="../show.qml" line="84"/> | ||
<source>Based on NixOS, installing or upgrading one package cannot break other packages.<br/>You can easily roll back to previous versions when you want.</source> | ||
<translation>Basé sur NixOS, installer ou mettre à jour un paquet ne peut casser les autres.</br>Vous pouvez très facilement revenir à un état antérieur du système en cas de besoin.</translation> | ||
</message> | ||
<message> | ||
<location filename="../show.qml" line="114"/> | ||
<source>GLF OS is fast. Really.<br/>It has been designed from the beginning for optimal out-of-the-box performance.<br/>It was designed from the outset to deliver optimum performance straight out of the box.</source> | ||
<translation>GLF OS est rapide. Vraiment.</br>Nous l'avons conçue depuis le debut pour des performances optimales dès le premier démarrage.</translation> | ||
</message> | ||
</context> | ||
</TS> |