mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-07 17:39:58 +02:00
update translation
This commit is contained in:
parent
93dbef4e99
commit
9679839e87
30
docs/_build/gettext/firstembossingpage.pot
vendored
30
docs/_build/gettext/firstembossingpage.pot
vendored
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: BrailleRap 6.5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-19 12:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-19 12:47+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -22,27 +22,27 @@ msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:5
|
||||
msgid "BrailleRap est une machine qui se pilote en G-CODE, pour embosser du braille il faut tout d'abord traduire le texte en Braille. Il existe 3 solutions pour traduire le Braille : L'application AccessBrailleRap https://github.com/braillerap/AccessBrailleRAP/releases L'application BrailleRap en ligne https://crocsg.github.io/BrailleRap/ L'application NatBraille http://natbraille.free.fr"
|
||||
msgstr "BrailleRAP is a GCODE controlled device, to emboss some Braille text, you need to translate text in Braille, and Braille in GCODE. You have 3 choices : The AccessBrailleRap application https://github.com/braillerap/AccessBrailleRAP/releases The BrailleRap online application https://crocsg.github.io/BrailleRap/ The NatBraille java app http://natbraille.free.fr"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:12
|
||||
msgid "Utilisation de l'application AccessBrailleRap"
|
||||
msgstr "Using AccessBrailleRAP Application"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:13
|
||||
msgid "Utiliser le bouton \"Paramêtres\" pour accéder à l'écran de paramétrage"
|
||||
msgstr "Use the \"Parameters\" button to go to parameters screen"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:18
|
||||
msgid "Choisisser la table Braille de votre choix, le port de communication pour piloter BrailleRAP, et la langue de l'application"
|
||||
msgstr "Select the Braille translation of your choice, the communication port with BrailleRAP and the application language"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:23
|
||||
msgid "Utiliser le bouton \"Saisie\" pour accéder à l'écran de saisie du texte Entrer le texte de votre choix, vous pouvez utiliser le copier coller pour utiliser un texte existant (page web, document word ...)"
|
||||
msgstr "Use the \"Text input\" button to go to the input screen. Enter some text, or use copy / paste coller to use some existing text (web page, word document ...)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:32
|
||||
msgid "Utiliser le bouton \"Impression\" pour accéder à l'écran de d'impression Sélectionner la page que vous souhaitez embosser avec les boutons \"Page précédente\" et \"Page suivante\". Pour embosser le texte, installer une feuille de papier dans BrailleRAP et utiliser le bouton \"Imprimer\""
|
||||
msgstr "Use the \"Printing\" button to go to the print screen. Select the page, and use the \"Print\" button to emboss the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:42
|
||||
msgid "Utilisation de l'application BrailleRap"
|
||||
@ -58,32 +58,32 @@ msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:54
|
||||
msgid "Vous pouvez ensuite utiliser un logiciel comme **cura** ou **pronterface** pour envoyer le fichier GCODE à l'imprimante"
|
||||
msgstr "You can then use software like **cura** or **pronterface** to send the GCODE file to the BrailleRAP"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:59
|
||||
msgid "Configuration NatBraille"
|
||||
msgstr "NatBraille Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:61
|
||||
msgid "Compiler les programmes dans le repertoire NatBrailleTools du projet"
|
||||
msgstr "Compile the project in NatBrailleTools directory"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:63
|
||||
msgid "Dans les options générales NatBraille, utiliser **TbFr2007** pour la table braille, Encodage document noir **Automtique**, Encodage document braille **Windows1252**"
|
||||
msgstr "In the NatBraille general options, use **TbFr2007** for the braille table, Black document encoding **Automatic**, Braille document encoding **Windows1252**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:68
|
||||
msgid "Dans les options d'embossage, utiliser **TbFr2007** pour la table braille pour l'embossage"
|
||||
msgstr "In the embossing options, use **TbFr2007** for the braille table for embossing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:70
|
||||
msgid "Activer l'option **utiliser une commande systeme pour l'embossage**"
|
||||
msgstr "Activate the option **use a system command for embossing**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:72
|
||||
msgid "le paramêtre pour commande d'impression est : **java -jar d:\\\\usr\\\\home\\\\logger\\\\BrailleLogger.jar $f | java -jar d:\\\\usr\\\\home\\\\logger\\\\gcodestreamer.jar COM4 250000** en modifiant eventuellement les repertoires d'installation des programmes COM4 est le port serie utilisé pour communiquer avec l'imprimante"
|
||||
msgstr "the parameter for print command is: **java -jar d:\\\\usr\\\\home\\\\logger\\\\BrailleLogger.jar $f | java -jar d:\\\\usr\\\\home\\\\logger\\\\gcodestreamer.jar COM4 250000** possibly modifying the program installation directories COM4 is the serial port used to communicate with the printer"
|
||||
msgstr ""
|
||||
|
||||
#: ../../firstembossingpage.rst:80
|
||||
msgid "Dans les options de mise en page, indiquer 31 et 26 dans le nombre de caracter par ligne et le nombre de lignes par page"
|
||||
msgstr "In the layout options, indicate 31 and 26 in the number of characters per line and the number of lines per page"
|
||||
msgstr ""
|
||||
|
@ -6,7 +6,7 @@ BrailleRap est une machine qui se pilote en G-CODE, pour embosser du braille il
|
||||
Il existe 3 solutions pour traduire le Braille :
|
||||
L'application AccessBrailleRap https://github.com/braillerap/AccessBrailleRAP/releases
|
||||
L'application BrailleRap en ligne https://crocsg.github.io/BrailleRap/
|
||||
L'application NatBraille http://natbraille.free.fr
|
||||
L'application NatBraille http://natbraille.free.fr
|
||||
|
||||
Utilisation de l'application AccessBrailleRap
|
||||
---------------------------------------------
|
||||
|
@ -43,6 +43,12 @@ msgid ""
|
||||
"BrailleRap en ligne https://crocsg.github.io/BrailleRap/ L'application "
|
||||
"NatBraille http://natbraille.free.fr"
|
||||
msgstr ""
|
||||
"BrailleRap is a G-CODE controlled device, to emboss "
|
||||
"Braille you must first translate the text into Braille and Braille into GCODE. There are 3 "
|
||||
"solutions for translating Braille: The AccessBrailleRap application"
|
||||
"https://github.com/braillerap/AccessBrailleRAP/releases The application"
|
||||
"BrailleRap online https://crocsg.github.io/BrailleRap/ The application"
|
||||
"NatBraille http://natbraille.free.fr"
|
||||
|
||||
#: ../../firstembossingpage.rst:12
|
||||
#, fuzzy
|
||||
@ -51,13 +57,15 @@ msgstr "Using BrailleRap App"
|
||||
|
||||
#: ../../firstembossingpage.rst:13
|
||||
msgid "Utiliser le bouton \"Paramêtres\" pour accéder à l'écran de paramétrage"
|
||||
msgstr ""
|
||||
msgstr "Use the \"Parameters\" button to access the settings screen"
|
||||
|
||||
#: ../../firstembossingpage.rst:18
|
||||
msgid ""
|
||||
"Choisisser la table Braille de votre choix, le port de communication pour"
|
||||
" piloter BrailleRAP, et la langue de l'application"
|
||||
msgstr ""
|
||||
"Choose the Braille table of your choice, the communication port for"
|
||||
"drive BrailleRAP, and the language of the application"
|
||||
|
||||
#: ../../firstembossingpage.rst:23
|
||||
msgid ""
|
||||
@ -65,6 +73,9 @@ msgid ""
|
||||
"Entrer le texte de votre choix, vous pouvez utiliser le copier coller "
|
||||
"pour utiliser un texte existant (page web, document word ...)"
|
||||
msgstr ""
|
||||
"Use the \"Text input\" button to access the text input screen "
|
||||
"Enter the text of your choice, you can use copy paste"
|
||||
"to use an existing text (web page, word document...)"
|
||||
|
||||
#: ../../firstembossingpage.rst:32
|
||||
msgid ""
|
||||
@ -73,6 +84,10 @@ msgid ""
|
||||
"précédente\" et \"Page suivante\". Pour embosser le texte, installer une "
|
||||
"feuille de papier dans BrailleRAP et utiliser le bouton \"Imprimer\""
|
||||
msgstr ""
|
||||
"Use the \"Print\" button to access the print screen"
|
||||
"Select the page you want to emboss with the \"Page " buttons
|
||||
"previous\" and \"next page\". To emboss text, install a "
|
||||
"sheet of paper in BrailleRAP and use the \"Print\" button"
|
||||
|
||||
#: ../../firstembossingpage.rst:42
|
||||
msgid "Utilisation de l'application BrailleRap"
|
||||
|
Loading…
x
Reference in New Issue
Block a user