mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-21 12:49:59 +02:00
Update *TS files
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5883 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -5594,69 +5594,10 @@ Opções disponíveis:
|
||||
<translation>Erro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2231"/>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2232"/>
|
||||
<source>Error launching qet_tb_generator plugin</source>
|
||||
<translation>Erro ao abrir qet_tb_generator plugin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2232"/>
|
||||
<source>To install the plugin qet_tb_generator
|
||||
Visit https://pypi.python.org/pypi/qet-tb-generator/
|
||||
|
||||
Requires python 3.5 or above.
|
||||
>> First install on Linux
|
||||
1. check you have pip3 installed: pip3 --version
|
||||
If not install with: sudo apt-get install python3-pip
|
||||
2. Install the program: sudo pip3 install qet_tb_generator
|
||||
3. Run the program: qet_tb_generator
|
||||
>> Update on Linux
|
||||
sudo pip3 install --upgrade qet_tb_generator
|
||||
|
||||
>> First install on Windows
|
||||
1. Install, if required, python 3.5 or above
|
||||
Visit https://www.python.org/downloads/
|
||||
2. pip install qet_tb_generator
|
||||
>> Update on Windows
|
||||
python -m pip install --upgrade qet_tb_generator
|
||||
>>user could launch in a terminal this script in this directory
|
||||
C:\users\XXXX\AppData\Local\Programs\Python\Python36-32\Scripts
|
||||
|
||||
>> First install on macOSX
|
||||
1. Install, if required, python 3.5 or above
|
||||
Visit https://qelectrotech.org/forum/viewtopic.php?pid=5674#p5674
|
||||
2. pip3 install qet_tb_generator
|
||||
>> Update on macOSX
|
||||
pip3 install --upgrade qet_tb_generator
|
||||
</source>
|
||||
<translation>Para instalar o plugin qet_tb_generator
|
||||
Visite https://pypi.python.org/pypi/qet-tb-generator/
|
||||
|
||||
Requer python 3.5 ou superior.
|
||||
>> Primeira instalação no Linux
|
||||
1. verifique se você tem o pip3 instalado: pip3 --version
|
||||
Se não tiver.Pode ser instalado facilmente : sudo apt-get install python3-pip
|
||||
2. Instale o programa: sudo pip3 install qet_tb_generator
|
||||
3. Execute o programa: qet_tb_generator
|
||||
>> Atualização no Linux
|
||||
sudo pip3 install --upgrade qet_tb_generator
|
||||
|
||||
>> Primeiro instale no Windows
|
||||
1. Instale, se necessário, o python 3.5 ou superior
|
||||
Visite https://www.python.org/downloads/
|
||||
2.Após baixar e instalar, digite no prompt de comando ( CMD) : pip instalar qet_tb_generator
|
||||
>> Atualização no Windows
|
||||
No prompt : python -m pip install --upgrade qet_tb_generator
|
||||
>>O usuário também pode iniciar em um terminal este script neste diretório
|
||||
C: \ usuários \ XXXX \ AppData \ Local \ Programas \ Python \ Python36-32 \ Scripts
|
||||
|
||||
>> Primeiro instale no macOSX
|
||||
1. Instale, se necessário, o python 3.5 ou superior
|
||||
Visite https://qelectrotech.org/forum/viewtopic.php?pid=5674#p5674
|
||||
2. pip3 instalar qet_tb_generator
|
||||
>> Atualização no macOSX
|
||||
instalação pip3 --upgrade qet_tb_generator
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QETElementEditor</name>
|
||||
@@ -8179,6 +8120,21 @@ Voulez-vous la remplacer ?</source>
|
||||
<source>Création de conducteurs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2233"/>
|
||||
<source>To install the plugin qet_tb_generator<br>Visit :<br><a href='https://pypi.python.org/pypi/qet-tb-generator'>qet-tb-generator</a><br>Requires python 3.5 or above.<br><B><U> First install on Windows</B></U><br>1. Install, if required, python 3.5 or above<br> Visit :<br><a href='https://www.python.org/downloads/'>python.org</a><br>2. pip install qet_tb_generator<br><B><U> Update on Windows</B></U><br>python -m pip install --upgrade qet_tb_generator<br>>>user could launch in a terminal this script in this directory<br> C:\users\XXXX\AppData\Local\Programs\Python\Python36-32\Scripts <br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2269"/>
|
||||
<source>To install the plugin qet_tb_generator<br>Visit :<br><a href='https://pypi.python.org/pypi/qet-tb-generator'>qet-tb-generator</a><br><B><U> First install on macOSX</B></U><br>1. Install, if required, python 3.5 <br> Visit :<br><a href='https://qelectrotech.org/forum/viewtopic.php?pid=5674#p5674'>howto</a><br>2. pip3 install qet_tb_generator<br><B><U> Update on macOSX</B></U><br> pip3 install --upgrade qet_tb_generator<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sources/qetdiagrameditor.cpp" line="2300"/>
|
||||
<source>To install the plugin qet_tb_generator<br>Visit : <br><a href='https://pypi.python.org/pypi/qet-tb-generator'>qet-tb-generator</a><br><br>Requires python 3.5 or above.<br><br><B><U> First install on Linux</B></U><br>1. check you have pip3 installed: pip3 --version<br>If not install with: sudo apt-get install python3-pip<br>2. Install the program: sudo pip3 install qet_tb_generator<br>3. Run the program: qet_tb_generator<br><br><B><U> Update on Linux</B></U><br>sudo pip3 install --upgrade qet_tb_generator<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QTextOrientationWidget</name>
|
||||
|
||||
Reference in New Issue
Block a user