diff --git a/src/frmmain.cpp b/src/frmmain.cpp index ef6802cb..5cdf7cf3 100644 --- a/src/frmmain.cpp +++ b/src/frmmain.cpp @@ -186,6 +186,7 @@ bool frmMain::isGCodeFile(QString fileName) return fileName.endsWith(".txt", Qt::CaseInsensitive) || fileName.endsWith(".nc", Qt::CaseInsensitive) || fileName.endsWith(".ncc", Qt::CaseInsensitive) + || fileName.endsWith(".ngc", Qt::CaseInsensitive) || fileName.endsWith(".tap", Qt::CaseInsensitive); } @@ -1345,7 +1346,7 @@ void frmMain::on_cmdFileOpen_clicked() if (!m_heightMapMode) { if (!saveChanges(false)) return; - QString fileName = QFileDialog::getOpenFileName(this, tr("Open"), "", tr("G-Code files (*.nc *.ncc *.tap *.txt);;All files (*.*)")); + QString fileName = QFileDialog::getOpenFileName(this, tr("Open"), "", tr("G-Code files (*.nc *.ncc *.ngc *.tap *.txt);;All files (*.*)")); if (fileName != "") { addRecentFile(fileName); @@ -2200,7 +2201,7 @@ bool frmMain::saveProgramToFile(QString fileName, GCodeTableModel *model) void frmMain::on_actFileSaveTransformedAs_triggered() { - QString fileName = (QFileDialog::getSaveFileName(this, tr("Save file as"), "", tr("G-Code files (*.nc *.ncc *.tap *.txt)"))); + QString fileName = (QFileDialog::getSaveFileName(this, tr("Save file as"), "", tr("G-Code files (*.nc *.ncc *.ngc *.tap *.txt)"))); if (!fileName.isEmpty()) { saveProgramToFile(fileName, &m_programHeightmapModel); @@ -2210,7 +2211,7 @@ void frmMain::on_actFileSaveTransformedAs_triggered() void frmMain::on_actFileSaveAs_triggered() { if (!m_heightMapMode) { - QString fileName = (QFileDialog::getSaveFileName(this, tr("Save file as"), "", tr("G-Code files (*.nc *.ncc *.tap *.txt)"))); + QString fileName = (QFileDialog::getSaveFileName(this, tr("Save file as"), "", tr("G-Code files (*.nc *.ncc *.ngc *.tap *.txt)"))); if (!fileName.isEmpty()) if (saveProgramToFile(fileName, &m_programModel)) { m_programFileName = fileName; diff --git a/src/translations/grblControl_es.qm b/src/translations/grblControl_es.qm index cbbcce26..34bf3677 100644 Binary files a/src/translations/grblControl_es.qm and b/src/translations/grblControl_es.qm differ diff --git a/src/translations/grblControl_es.ts b/src/translations/grblControl_es.ts index d53aabf1..d42b18c1 100644 --- a/src/translations/grblControl_es.ts +++ b/src/translations/grblControl_es.ts @@ -74,7 +74,7 @@ - + G-code program Programa de G-Code @@ -189,22 +189,22 @@ - + Check mode Modo de prueba - + Autoscroll Desplazamiento automático - - - + + + Open Abrir @@ -216,7 +216,7 @@ - + Send Enviar @@ -316,7 +316,7 @@ - + Heightmap Mapa de alturas @@ -347,11 +347,11 @@ - - - - - + + + + + Spindle Husillo @@ -367,8 +367,8 @@ - - + + Feed Avance @@ -384,11 +384,11 @@ - - - - - + + + + + Jog Manual - JOG - @@ -574,9 +574,9 @@ - - - + + + Check Chequeo @@ -591,112 +591,120 @@ &Borrar lineas - - + + Restore XYZ: %1, %2, %3 Restaurar XYZ: %1, %2, %3 - + G-code program file was changed. Save? El programa de G-code ha cambiado. Desea guardar? - + Heightmap file was changed. Save? El programa mapa de alturas ha cambiado. Desea guardar? - + Not connected Sin Conexión - + Probe Medición + + + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt) + Archivos de G-Code (*.nc *.ncc *.ngc *.tap *.txt) + Connected Conectado - + Job done. Time elapsed: %1 Trabajo terminado. Tiempo transcurrido: %1 - + Processed Procesado - + Serial port error Error en puerto serie - + Buffer: %1 / %2 - - + + Scroll Desplazamiento - + File sending in progress. Terminate and exit? Envio de archivo en progreso. Detener y salir? - G-Code files (*.nc *.ncc *.tap *.txt);;All files (*.*) - Archivos de G-Code (*.nc *.ncc *.tap *.txt);;Todos los archivos (*.*) + Archivos de G-Code (*.nc *.ncc *.tap *.txt);;Todos los archivos (*.*) - + Sent Enviado - - G-Code files (*.nc *.ncc *.tap *.txt) - Archivos de G-Code (*.nc *.ncc *.tap *.txt) + Archivos de G-Code (*.nc *.ncc *.tap *.txt) - - - + + + Heightmap files (*.map) Mapa de alturas (*.map) - + Port opened Puerto se abrió - - + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt);;All files (*.*) + Archivos de G-Code (*.nc *.ncc *.ngc *.tap *.txt);;Todos los archivos (*.*) + + + + Can't open file: No se puede abrir el archivo: - - - - - + + + + + In queue En cola @@ -705,30 +713,30 @@ Tiempo transcurrido: %1 Enviado - + Delete lines? Borrar lineas? - - - - - - - + + + + + + + (%1) - + Untitled Sin-título - - - + + + Save file as Guardar archivo como @@ -737,7 +745,7 @@ Tiempo transcurrido: %1 Archivos de G-Code (*.nc;*.ncc;*.tap) - + Changing grid settings will reset probe data. Continue? El cambio de configuraciones de grilla reiniciará los datos de medición. Desea continuar? diff --git a/src/translations/grblControl_fr.qm b/src/translations/grblControl_fr.qm index 2f85f89c..78e1a8b7 100644 Binary files a/src/translations/grblControl_fr.qm and b/src/translations/grblControl_fr.qm differ diff --git a/src/translations/grblControl_fr.ts b/src/translations/grblControl_fr.ts index 77d800b5..8fffbfc5 100644 --- a/src/translations/grblControl_fr.ts +++ b/src/translations/grblControl_fr.ts @@ -74,7 +74,7 @@ - + G-code program Programme G-Code @@ -189,22 +189,22 @@ - + Check mode Simulation d'usinage - + Autoscroll Défilement auto - - - + + + Open Ouvrir @@ -216,7 +216,7 @@ - + Send Envoyer @@ -316,7 +316,7 @@ - + Heightmap Palpage surfacique @@ -347,11 +347,11 @@ - - - - - + + + + + Spindle Broche @@ -367,8 +367,8 @@ - - + + Feed Avance @@ -384,11 +384,11 @@ - - - - - + + + + + Jog Contrôle Manuel @@ -574,9 +574,9 @@ - - - + + + Check Vérifié @@ -591,30 +591,30 @@ &Effacer ligne - - + + Restore XYZ: %1, %2, %3 Retour XYZ: %1, %2, %3 - + G-code program file was changed. Save? Le programme G-code à changé. Sauvegarder? - + Heightmap file was changed. Save? Le fichier surface de palpage a changé. Sauvegarder? - + Not connected Non connecté - + Probe Palper @@ -623,80 +623,74 @@ Connecté - + Job done. Time elapsed: %1 Travail terminé. Temps écoulé: %1 - + Processed Traité - + Serial port error Erreur port serie - + Buffer: %1 / %2 - - + + Scroll Déplacement - + File sending in progress. Terminate and exit? Envoi de fichier en cours. Terminer et Sortir? - - G-Code files (*.nc *.ncc *.tap *.txt);;All files (*.*) - - - - + Sent Envoyé - - - G-Code files (*.nc *.ncc *.tap *.txt) - - - - - - + + + Heightmap files (*.map) Fichier de palpage (*.map) - + Port opened Le port s'est ouvert - - + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt);;All files (*.*) + G-Code fichiers (*.nc *.ncc *.ngc *.tap *.txt);;Tous les fichiers (*.*) + + + + Can't open file: Impossible d'ouvrir du fichier: - - - - - + + + + + In queue En attente @@ -705,35 +699,41 @@ Temps écoulé: %1 Envoyé - + Delete lines? Effacer ligne? - - - - - - - + + + + + + + (%1) - + Untitled Sans titre - - - + + + Save file as Enregistrer le fichier sous - + + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt) + G-Code fichiers (*.nc *.ncc *.ngc *.tap *.txt) + + + Changing grid settings will reset probe data. Continue? Changer les paramètres de la grille, réinitialise les données de palpage. Continuer? diff --git a/src/translations/grblControl_ru.qm b/src/translations/grblControl_ru.qm index 4390967c..ef9c14d8 100644 Binary files a/src/translations/grblControl_ru.qm and b/src/translations/grblControl_ru.qm differ diff --git a/src/translations/grblControl_ru.ts b/src/translations/grblControl_ru.ts index 8f388b41..602a11b4 100644 --- a/src/translations/grblControl_ru.ts +++ b/src/translations/grblControl_ru.ts @@ -98,7 +98,7 @@ - + G-code program G-code программа @@ -213,13 +213,13 @@ - + Check mode Режим проверки - + Autoscroll Автопрокрутка @@ -254,7 +254,7 @@ - + Send Отправить @@ -303,7 +303,7 @@ Статус: - + Not connected Нет соединения @@ -355,7 +355,7 @@ - + Heightmap Карта высот @@ -386,11 +386,11 @@ - - - - - + + + + + Spindle Шпиндель @@ -406,8 +406,8 @@ - - + + Feed Подача @@ -423,11 +423,11 @@ - - - - - + + + + + Jog Перемещение @@ -614,9 +614,9 @@ - - - + + + Check Проверка @@ -631,47 +631,57 @@ &Удалить строки - - + + Restore XYZ: %1, %2, %3 Восстановить XYZ: %1, %2, %3 + + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt);;All files (*.*) + Файлы G-Code (*.nc *.ncc *.ngc *.tap *.txt);;Все файлы (*.*) + + + + + G-Code files (*.nc *.ncc *.ngc *.tap *.txt) + Файлы G-Code (*.nc *.ncc *.ngc *.tap *.txt) + File was changed. Save? Файл был изменен. Сохранить? - + Job done. Time elapsed: %1 Задание выполнено. Времени затрачено: %1 - + Buffer: %1 / %2 Буфер: %1 / %2 - G-Code files (*.nc *.ncc *.tap *.txt);;All files (*.*) - Файлы G-Code (*.nc *.ncc *.tap *.txt);;Все файлы (*.*) + Файлы G-Code (*.nc *.ncc *.tap *.txt);;Все файлы (*.*) - + Delete lines? Удалить строки? - - + + Scroll Прокрутка - + File sending in progress. Terminate and exit? Идет процесс отправки файла. Прервать и выйти из программы? @@ -680,49 +690,47 @@ Time elapsed: %1 Файлы G-Code (*.nc *.ncc *.tap);;Все файлы (*.*) - - - + + + Heightmap files (*.map) Файлы карт высот (*.map) - - + + Can't open file: Ошибка при открытии файла: - + Sent Отправлена - - - - - - - + + + + + + + (%1) - + Untitled Без имени - - G-Code files (*.nc *.ncc *.tap *.txt) - Файлы G-Code (*.nc *.ncc *.tap *.txt) + Файлы G-Code (*.nc *.ncc *.tap *.txt) - + Changing grid settings will reset probe data. Continue? Изменение сетки зондирования приведет к очистке табличных данных. Продолжить? @@ -731,32 +739,32 @@ Time elapsed: %1 Подключен - + G-code program file was changed. Save? Файл G-code программы был изменен. Сохранить? - + Heightmap file was changed. Save? Файл карты высот был изменен. Сохранить? - + Probe Зонд - + Port opened Порт открыт - + Processed Обработана - + Serial port error Ошибка последовательного порта @@ -765,18 +773,18 @@ Time elapsed: %1 Буфер/очередь: %1 / %2 - - - + + + Save file as Сохранить файл как - - - + + + Open Открыть @@ -785,11 +793,11 @@ Time elapsed: %1 Файлы G-Code (*.nc;*.ncc;*.tap) - - - - - + + + + + In queue В очереди