-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Jojo-Schmitz/translations
Add French translation
- Loading branch information
Showing
9 changed files
with
67 additions
and
8 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set PATH=%PATH%;C:\Qt\5.12.2\msvc2017_64\bin | ||
lrelease.exe -nounfinished locale_nl.ts locale_de.ts | ||
lrelease.exe -nounfinished locale_nl.ts locale_de.ts locale_fr.ts | ||
PAUSE |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
REM add more local_xx.ts files to this string when required | ||
set PATH=%PATH%;C:\Qt\5.12.2\msvc2017_64\bin | ||
lupdate.exe -locations relative -no-obsolete ../ -ts locale_de.ts | ||
lupdate.exe -locations relative -no-obsolete ../ -ts locale_fr.ts | ||
lupdate.exe -locations relative -no-obsolete ../ -ts locale_nl.ts | ||
PAUSE |
Binary file not shown.
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
Binary file not shown.
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,55 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="fr"> | ||
<context> | ||
<name>Ms::MuseScore</name> | ||
<message> | ||
<location filename="../TempoChanges.qml" line="+185"/> | ||
<source>Staff Text</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>PrefsDialogBase</name> | ||
<message> | ||
<location line="+64"/> | ||
<source>Apply</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>TempoChanges</name> | ||
<message> | ||
<location line="-230"/> | ||
<source>Creates linear hidden tempo markers. | ||
See also: https://musescore.org/en/handbook/3/tempo#ritardando-accelerando</source> | ||
<translatorcomment>Handbook not yet translated into Frech</translatorcomment> | ||
<translation>Crée une ligne d'indications de tempo cachés. | ||
Voir: https://musescore.org/en/handbook/3/tempo#ritardando-accelerando</translation> | ||
</message> | ||
<message> | ||
<location line="+9"/> | ||
<source>Unsupported MuseScore version. | ||
TempoChanges needs v3.0.5 or above. | ||
</source> | ||
<translation>Version non supportée de MuseScore. | ||
TempoChanges fonctionne à partir de la v3.0.5 et supérieure. | ||
</translation> | ||
</message> | ||
<message> | ||
<location line="+166"/> | ||
<source>BPM beat:</source> | ||
<translation>Temps BPM:</translation> | ||
</message> | ||
<message> | ||
<location line="+33"/> | ||
<source>Start BPM:</source> | ||
<translation>BPM de début:</translation> | ||
</message> | ||
<message> | ||
<location line="+10"/> | ||
<source>End BPM:</source> | ||
<translation>BPM de fin:</translation> | ||
</message> | ||
</context> | ||
</TS> |
Binary file not shown.
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