From 8d2a0a28cc88d935add6d07e4a752787dd374343 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Du=C5=A1an=20Poizl?=
Date: Fri, 10 Apr 2026 21:39:37 +0200
Subject: [PATCH] Update tranlations
---
about/help_en | 4 +
about/help_fr | 4 +
about/help_sk | 4 +
src/databasetree.cpp | 2 +-
translations/tenmon_en.ts | 334 ++++++++++++++++++++---------------
translations/tenmon_fr.ts | 334 ++++++++++++++++++++---------------
translations/tenmon_pt_BR.ts | 334 ++++++++++++++++++++---------------
translations/tenmon_sk.ts | 334 ++++++++++++++++++++---------------
8 files changed, 793 insertions(+), 557 deletions(-)
diff --git a/about/help_en b/about/help_en
index f6b509c..c4b9149 100644
--- a/about/help_en
+++ b/about/help_en
@@ -122,6 +122,10 @@ Pressing Enter or clicking on Filter button will filter out database reco
This example filters for files where: "Bias" is in the file name, the OBJECT property is "M_42" (where the underscore can be any single character), and the DATE property begins with "2022".
+
Database tree
+
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
+will be based on this filter. You can specify one keywords multiple times.
+
Plate Solving
This module can plate solve images and update FITS header with solution for FITS and XISF images.
Profile this set various parameters that affect star extraction and solving.
diff --git a/about/help_fr b/about/help_fr
index acc22bd..eaf3cfe 100644
--- a/about/help_fr
+++ b/about/help_fr
@@ -102,6 +102,10 @@ En appuyant sur la touche Enter ou en cliquant sur le bouton Filtre, les
Cet exemple filtre les fichiers où : "Bias" figure dans le nom de fichier, la propriété OBJECT est "M_42" (où le trait de soulignement peut être n'importe quel caractère) et la propriété DATE commence par "2022".
+
Database tree
+
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
+will be based on this filter. You can specify one keywords multiple times.
+
Plate Solving
This module can plate solve images and update FITS header with solution for FITS and XISF images.
Profile this set various parameters that affect star extraction and solving.
diff --git a/about/help_sk b/about/help_sk
index fc47c08..e7e8cd3 100644
--- a/about/help_sk
+++ b/about/help_sk
@@ -105,6 +105,10 @@ V nasledovnom príklade sa vyhľadajú súbory ktoré majú v mene súboru "Bias
zástupný znak za hocijaký reťazec znakov aj žiadny. Znak _ je tiež zástupný znak zastupujúci práve jeden znak.
Bez použitia zástupných znakov sa vyhľadá iba presný výskyt.
+
Database tree
+
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
+will be based on this filter. You can specify one keywords multiple times.
+
Plate Solving
Tento modul umožnuje vyriešiť obrázok a určiť RA, DEC koordináty a aktualizovať FITS a XISF súbory s WCS dátami.
Profil toto nastavuje rôzne parametre ovplivňujúce extrahovanie hviezd a hľadanie koordinátov.
diff --git a/src/databasetree.cpp b/src/databasetree.cpp
index 30070c3..06642a1 100644
--- a/src/databasetree.cpp
+++ b/src/databasetree.cpp
@@ -346,7 +346,7 @@ DatabaseTreeView::DatabaseTreeView(Database *database, QWidget *parent) : QWidge
_treeView->setHeaderHidden(true);
QSettings settings;
- QStringList filters = settings.value("databasetreeview/filters", QStringList{"OBJECT", "OBJECT/IMAGETYP", "OBJECT/IMAGETYP/FILTER", "OBJECT/IMAGETYP/FILTER/EXPTIME"}).toStringList();
+ QStringList filters = settings.value("databasetreeview/filters", QStringList{"OBJECT", "OBJECT/IMAGETYP", "OBJECT/IMAGETYP/FILTER", "OBJECT/IMAGETYP/FILTER/EXPTIME", "IMAGETYP/OBJECT/IMAGETYP/FILTER/EXPTIME"}).toStringList();
int selectedFilter = settings.value("databasetreeview/selectedFilter", 2).toInt();
_filters = new QComboBox(this);
diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts
index 69b0db9..4972b2d 100644
--- a/translations/tenmon_en.ts
+++ b/translations/tenmon_en.ts
@@ -96,52 +96,54 @@
Close
-
+ Interrupt running script?Interrupt running script?
-
+ Select filesSelect files
-
+ Select directorySelect directory
-
+ Select output directorySelect output directory
-
+
+ Invalid output directoryInvalid output directory
-
+
+ Output directory path doesn't exist or is not writableOutput directory path doesn't exist or is not writable
-
+ Enter textEnter text
-
+ Enter integer numberEnter integer number
-
+ Enter float numberEnter real number
-
+ Select itemSelect item
@@ -172,17 +174,17 @@
DataBaseView
-
+ Select columnsSelect columns
-
+ Text to search, you can % as wildcardText to search, you can % as wildcard
-
+ FilterFilter
@@ -190,30 +192,64 @@
DatabaseTableView
-
+ MarkMark
-
+ UnmarkUnmark
-
+ OpenOpen
-
+ Open file locationOpen file location
+
+
+ Copy files
+ Copy files
+
+
+
+ DatabaseTreeSettings
+
+
+ Add tree filter
+ Add tree filter
+
+
+
+ DatabaseTreeView
+
+
+ Add
+ Add
+
+
+
+ Remove
+ Remove
+
+
+
+ Dialog
+
+
+ Dialog
+ Plate Solving Settings
+ FITSFileModel
-
+ File nameFile name
@@ -277,12 +313,12 @@
Copy selected files paths
-
+ Overwrite file?Overwrite file?
-
+ Destination file %1 already exists. Overwrite?Destination file %1 already exists. Overwrite?
@@ -290,32 +326,32 @@
FileTransfer
-
+ ErrorError
-
+ Destination directory %1 doesn't existsDestination directory %1 doesn't exists
-
+ Copy failedCopy failed
-
+ Failed to copy file %1 to %2Failed to copy file %1 to %2
-
+ Move failedMove failed
-
+ Failed to move file %1 to %2Failed to move file %1 to %2
@@ -426,12 +462,12 @@
Comment
-
+ FITS HeaderFITS Header
-
+ Image infoImage info
@@ -439,7 +475,7 @@
ImageRingList
-
+ NameName
@@ -510,217 +546,232 @@
MainWindow
-
+ Image infoImage info
-
+ Can't open DBCan't open DB
-
+ Can't open SQLITE databaseCan't open SQLITE database
-
+ FilesystemFile system
-
+ TenmonTenmon
-
+ FileFile
-
+ OpenOpen
-
+ Copy marked filesCopy marked files
-
-
-
+
+
+ Save asSave as
-
+ Navigation toolbarNavigation toolbar
-
+ Previous imagePrevious image
-
+ Next imageNext image
-
+ Prev sub imagePrev sub image
-
+ Next sub imageNext sub image
-
-
+
+ Database Tree
+ Database Tree
+
+
+
+ Open directory recursivelyOpen directory recursively
-
+ File managerFile manager
-
+ Batch processingBatch processing
-
+ Live modeLive mode
-
+ ExitExit
-
+ NavigationNavigation
-
+ ViewView
-
+ Zoom InZoom In
-
+ Zoom OutZoom Out
-
+ Best FitBest Fit
-
+ 100%100%
-
+ ColormapColormap
-
+ User %1User %1
-
+ SelectSelect
-
+ MarkMark
-
+ UnmarkUnmark
-
+ Mark and nextMark and next
-
+ Unmark and nextUnmark and next
-
+ Show marked listShow marked list
-
+ Open markedOpen marked
-
+ Overwrite file?Overwrite file?
-
+ Destination file %1 already exists. Overwrite?Destination file %1 already exists. Overwrite?
-
+ Missing marked filesMissing marked files
-
+ %1 marked files were missing. They were skipped.%1 marked files were missing. They were skipped.
-
-
-
+
+ Apply stretch?
+ Apply stretch?
+
+
+
+ Apply current stretch function to image?
+ Apply current stretch function to image?
+
+
+
+
+ Update checkUpdate check
-
+ You have newest versionYou have newest version
-
+ New version %1 is available. Do you want to download it now?New version %1 is available. Do you want to download it now?
-
+ Failed to check versionFailed to check version
@@ -737,46 +788,46 @@
Peak finder
-
+ DocksDocks
-
+ Open fileOpen file
-
+ Select destinationSelect destination
-
+ CopyingCopying
-
-
-
-
+
+
+
+ CancelCancel
-
+ Move marked filesMove marked files
-
-
+
+ Index directoryIndex directory
-
+ ThumbnailsThumbnails
@@ -785,49 +836,49 @@
Show marked
-
-
+
+ HelpHelp
-
+ About TenmonAbout Tenmon
-
+ About QtAbout Qt
-
+ Check for updateCheck for update
-
+ MovingMoving
-
-
+
+ Indexing FITS filesIndexing FITS files
-
+ Reindex filesReindex files
-
+ FITS/XISF files databaseFITS/XISF files database
-
+ File treeFile tree
@@ -836,122 +887,122 @@
Star finder
-
+ EditEdit
-
+ SettingsSettings
-
+ Images (Images (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;FITS image (*.fits *.fit);;XISF image (*.xisf);;
-
+ Failed to copyFailed to copy
-
+ Failed to moveFailed to move
-
+ Failed to move from %1 to %2Failed to move from %1 to %2
-
+ Failed to copy from %1 to %2Failed to copy from %1 to %2
-
+ ;;All files (*);;All files (*)
-
+ Move files to trash?Move files to trash?
-
+ Do you want to move %1 files to trash?Do you want to move %1 files to trash?
-
+ Failed to move file to trashFailed to move file to trash
-
+ Failed to move file to trash %1Failed to move file to trash %1
-
+ Move marked files to trashMove marked files to trash
-
+ Moving marked files to trashMoving marked files to trash
-
+ Export database to CSVExport database to CSV file
-
+ CSV file (*.csv)CSV files (*.csv)
-
+ HistogramHistogram
-
+ Bayer maskBayer mask
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowSlideshow
@@ -1383,7 +1434,7 @@
SelectColumnsDialog
-
+ Select columnsSelect columns
@@ -1406,12 +1457,12 @@
Thumbnail size in pixels
-
+ Image preload countImage preload count
-
+ Thumbnails sizeThumbnails size
@@ -1428,7 +1479,7 @@ For RAW files you may set 22%
For RAW files you may set 22%
-
+ SaturationSaturated
@@ -1488,57 +1539,62 @@ For RAW files you may set 22%
Remove keyword highlight
-
+ Slideshow intervalSlideshow interval
-
+
+ Language
+ Language
+
+
+ FITS header highlightFITS header highlight
-
+ InstallInstall
-
+ This will install thumnail generation for FITS and XISF files in File ExplorerThis will install thumnail generation for FITS and XISF files in File Explorer
-
+ Install thumbnailerInstall thumbnailer
-
+ Missing dllMissing dll
-
+ Can't find Can't find
-
+ Thumbnail supportThumbnail support
-
+ Thumbnail generation support sucessufully installed.Thumbnail generation support sucessufully installed.
-
+ ErrorError
-
+ Failed to register thumbnailer. %1Failed to register thumbnailer. %1
@@ -1547,7 +1603,7 @@ For RAW files you may set 22%
Image sampling
-
+ Image interpolationImage interpolation
diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts
index 907ccc9..b2ce72a 100644
--- a/translations/tenmon_fr.ts
+++ b/translations/tenmon_fr.ts
@@ -96,52 +96,54 @@
Fermer
-
+ Interrupt running script?Interrompre l'execution du script?
-
+ Select filesChoisir les fichiers
-
+ Select directoryChoisir le répertoire
-
+ Select output directoryChoisir le répertoire de sortie
-
+
+ Invalid output directoryRépertoire invalide
-
+
+ Output directory path doesn't exist or is not writableLe répertoire de sortie n'existe pas ou ne peut pas être écrit
-
+ Enter textEntrer le texte
-
+ Enter integer numberEntrer un nombre entier
-
+ Enter float numberEntrer un nombre flottant
-
+ Select itemChoisir l'élément
@@ -172,17 +174,17 @@
DataBaseView
-
+ Select columnsChoix des colonnes
-
+ Text to search, you can % as wildcardTexte à chercher, utilisez % comme caractère générique
-
+ FilterFiltre
@@ -190,30 +192,64 @@
DatabaseTableView
-
+ MarkMarquer
-
+ UnmarkDécocher
-
+ OpenOuvrir
-
+ Open file location
+
+
+ Copy files
+
+
+
+
+ DatabaseTreeSettings
+
+
+ Add tree filter
+
+
+
+
+ DatabaseTreeView
+
+
+ Add
+
+
+
+
+ Remove
+ Supprimer
+
+
+
+ Dialog
+
+
+ Dialog
+
+ FITSFileModel
-
+ File nameNom de fichier
@@ -277,12 +313,12 @@
-
+ Overwrite file?
-
+ Destination file %1 already exists. Overwrite?
@@ -290,32 +326,32 @@
FileTransfer
-
+ ErrorErreur
-
+ Destination directory %1 doesn't exists
-
+ Copy failed
-
+ Failed to copy file %1 to %2
-
+ Move failed
-
+ Failed to move file %1 to %2
@@ -426,12 +462,12 @@
Commentaire
-
+ FITS HeaderEn-tête FITS
-
+ Image infoInformations sur l'image
@@ -439,7 +475,7 @@
ImageRingList
-
+ NameNom
@@ -510,187 +546,202 @@
MainWindow
-
+ Image infoInformation sur l'image
-
+ Can't open DBNe peut ouvrir la base de donnée
-
+ Can't open SQLITE databaseNe peut ouvrir la base de donnée SQLITE
-
+ FilesystemSystème de fichier
-
+ TenmonTenmon
-
+ FileFichier
-
+ OpenOuvrir
-
+ Copy marked filesCopier les fichiers marqués
-
-
-
+
+
+ Save asEnregistrer sous
-
+ Navigation toolbar
-
+ Previous image
-
+ Next image
-
+ Prev sub image
-
+ Next sub image
-
-
+
+ Database Tree
+
+
+
+
+ Open directory recursivelyOuvrir le répertoire de manière récursive
-
+ File manager
-
+ Batch processingTraitement par lot
-
+ Live modeMode temps réel
-
+ ExitSortir
-
+ Navigation
-
+ ViewVoir
-
+ Zoom InZoom avant
-
+ Zoom OutZoom arrière
-
+ Best FitMeilleur ajustement
-
+ 100%100%
-
+ Colormap
-
+ User %1
-
+ SelectSélectionner
-
+ MarkMarquer
-
+ UnmarkDécocher
-
+ Mark and nextMarquer et suivant
-
+ Unmark and nextDécocher et suivant
-
-
-
+
+ Apply stretch?
+
+
+
+
+ Apply current stretch function to image?
+
+
+
+
+
+ Update check
-
+ You have newest version
-
+ New version %1 is available. Do you want to download it now?
-
+ Failed to check version
@@ -707,46 +758,46 @@
Détecteur de pic
-
+ DocksFenêtres encrables
-
+ Open fileOuvrir le ficher
-
+ Select destinationChoisir la destination
-
+ CopyingCopier
-
-
-
-
+
+
+
+ CancelAbandon
-
+ Move marked filesDéplacer les fichiers marqués
-
-
+
+ Index directoryIndexer le répertoire
-
+ ThumbnailsVignettes
@@ -755,54 +806,54 @@
Afficher marqué
-
-
+
+ HelpAide
-
+ About TenmonA propos de Tenmon
-
+ About QtA propos de Qt
-
+ MovingDéplacement
-
+ Missing marked files
-
+ %1 marked files were missing. They were skipped.
-
-
+
+ Indexing FITS filesIndexation des fichiers FITS
-
+ Reindex filesRé-indexer les fichiers
-
+ FITS/XISF files databaseBase de donnée FITS/XISF
-
+ File treeArborescence de fichiers
@@ -811,147 +862,147 @@
Détecteur d'étoiles
-
+ EditÉditer
-
+ SettingsRéglages
-
+ Images (Images (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;FITS image (*.fits *.fit);;XISF image (*.xisf);;
-
+ Show marked list
-
+ Open marked
-
+ Check for update
-
+ Overwrite file?
-
+ Destination file %1 already exists. Overwrite?
-
+ Failed to copyÉchec de la copie
-
+ Failed to moveÉchec du déplacement
-
+ Failed to move from %1 to %2Échec du déplacement de %1 vers %2
-
+ Failed to copy from %1 to %2Échec de la copie de %1 vers %2
-
+ ;;All files (*);;Tout les fichiers (*)
-
+ Move files to trash?Déplacer les fichiers dans la corbeille?
-
+ Do you want to move %1 files to trash?Voulez-vous déplacer le fichier %1 dans la corbeille?
-
+ Failed to move file to trashEchec du déplacement dans la corbeille
-
+ Failed to move file to trash %1Echec du déplacement de %1 dans la corbeille
-
+ Move marked files to trashDéplacer les fichiers marqués dans la corbeille
-
+ Moving marked files to trashDéplacement des fichiers marqués dans la corbeille
-
+ Export database to CSVExporter la base de données vers un fichier CSV
-
+ CSV file (*.csv)Fichiers CSV (*.csv)
-
+ HistogramHistogramme
-
+ Bayer maskMasque Bayer
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowDiaporama
@@ -1383,7 +1434,7 @@
SelectColumnsDialog
-
+ Select columnsChoix des colonnes
@@ -1406,12 +1457,12 @@
Taille des vignettes en pixels
-
+ Image preload countNombre d'images préchargées
-
+ Thumbnails sizeTaille des vignette
@@ -1428,7 +1479,7 @@ For RAW files you may set 22%
Pour les fichiers RAW, vous pouvez définir 22 %
-
+ SaturationSaturé
@@ -1488,57 +1539,62 @@ Pour les fichiers RAW, vous pouvez définir 22 %
-
+ Slideshow intervalIntervalle du diaporama
-
+
+ Language
+
+
+
+ FITS header highlight
-
+ Install
-
+ This will install thumnail generation for FITS and XISF files in File Explorer
-
+ Install thumbnailer
-
+ Missing dll
-
+ Can't find
-
+ Thumbnail support
-
+ Thumbnail generation support sucessufully installed.
-
+ ErrorErreur
-
+ Failed to register thumbnailer. %1
@@ -1547,7 +1603,7 @@ Pour les fichiers RAW, vous pouvez définir 22 %
Échantillonnage d'images
-
+ Image interpolationInterpolation d'images
diff --git a/translations/tenmon_pt_BR.ts b/translations/tenmon_pt_BR.ts
index 15d39bf..1093069 100644
--- a/translations/tenmon_pt_BR.ts
+++ b/translations/tenmon_pt_BR.ts
@@ -97,52 +97,54 @@
Fechar
-
+ Interrupt running script?Interromper o script em execução?
-
+ Select filesSelecionar arquivos
-
+ Select directorySelecione o diretório
-
+ Select output directorySelecione o diretório de saída
-
+
+ Invalid output directoryDiretório de saída inválido
-
+
+ Output directory path doesn't exist or is not writableO caminho do diretório de saída não existe ou não é gravável
-
+ Enter textInserir texto
-
+ Enter integer numberInsira o número inteiro
-
+ Enter float numberDigite o número real
-
+ Select itemSelecione o item
@@ -173,17 +175,17 @@
DataBaseView
-
+ Select columnsSelecionar colunas
-
+ Text to search, you can % as wildcardTexto a ser pesquisado, você pode % como curinga
-
+ FilterFiltro
@@ -191,30 +193,64 @@
DatabaseTableView
-
+ MarkAssinalar
-
+ UnmarkDesmarcar
-
+ OpenAbrir
-
+ Open file location
+
+
+ Copy files
+
+
+
+
+ DatabaseTreeSettings
+
+
+ Add tree filter
+
+
+
+
+ DatabaseTreeView
+
+
+ Add
+ Add
+
+
+
+ Remove
+ Retirar
+
+
+
+ Dialog
+
+
+ Dialog
+ Plate Solving Settings
+ FITSFileModel
-
+ File nameNome do arquivo
@@ -278,12 +314,12 @@
-
+ Overwrite file?
-
+ Destination file %1 already exists. Overwrite?
@@ -291,32 +327,32 @@
FileTransfer
-
+ ErrorError
-
+ Destination directory %1 doesn't exists
-
+ Copy failed
-
+ Failed to copy file %1 to %2
-
+ Move failed
-
+ Failed to move file %1 to %2
@@ -427,12 +463,12 @@
Comentário
-
+ FITS HeaderCabeçalho FITS
-
+ Image infoImagem de informação
@@ -440,7 +476,7 @@
ImageRingList
-
+ NameNome
@@ -511,222 +547,237 @@
MainWindow
-
+ Image infoImagem de informação
-
+ Can't open DBNão é possível abrir o banco de dados
-
+ Can't open SQLITE databaseNão é possível abrir o banco de dados SQLITE
-
+ FilesystemSistema de ficheiros
-
+ Tenmonastronomia
-
+ FileArquivo
-
+ OpenAbrir
-
+ Copy marked filesCopiar arquivos marcados
-
-
-
+
+
+ Save asSalvar como
-
+ Navigation toolbar
-
+ Previous image
-
+ Next image
-
+ Prev sub image
-
+ Next sub image
-
-
+
+ Database Tree
+
+
+
+
+ Open directory recursivelyAbra o diretório recursivamente
-
+ File manager
-
+ Batch processingProcessamento em lote
-
+ Live modeModo ao vivo
-
+ ExitSair
-
+ Navigation
-
+ ViewVista
-
+ Zoom InAmpliar
-
+ Zoom OutDiminuir o zoom
-
+ Best FitMelhor ajuste
-
+ 100%100%
-
+ RGGBRGGB
-
+ Colormap
-
+ User %1
-
+ SelectSelecionar
-
+ MarkAssinalar
-
+ UnmarkDesmarcar
-
+ Mark and nextMarcar e próximo
-
+ Unmark and nextDesmarcar e avançar
-
+ Show marked listMostrar lista marcada
-
+ Open markedAberto marcado
-
+ Overwrite file?
-
+ Destination file %1 already exists. Overwrite?
-
+ Missing marked files
-
+ %1 marked files were missing. They were skipped.
-
-
-
+
+ Apply stretch?
+
+
+
+
+ Apply current stretch function to image?
+
+
+
+
+
+ Update checkVerificação de atualização
-
+ You have newest versionVocê tem a versão mais recente
-
+ New version %1 is available. Do you want to download it now?A nova versão %1 está disponível. Deseja baixá-lo agora?
-
+ Failed to check versionFalha ao verificar a versão
@@ -743,46 +794,46 @@
Peak finder
-
+ DocksDocas
-
+ Open fileAbrir arquivo
-
+ Select destinationSelecione o destino
-
+ CopyingCopiando
-
-
-
-
+
+
+
+ CancelCancelar
-
+ Move marked filesMover arquivos marcados
-
-
+
+ Index directoryDiretório de índice
-
+ ThumbnailsMiniaturas
@@ -791,49 +842,49 @@
Show marked
-
-
+
+ HelpAjuda
-
+ About TenmonSobre Tenmon
-
+ About QtSobre o Qt
-
+ Check for updateVerificar atualizações
-
+ MovingMovente
-
-
+
+ Indexing FITS filesIndexação de arquivos FITS
-
+ Reindex filesReindexar arquivos
-
+ FITS/XISF files databaseBanco de dados de arquivos FITS/XISF
-
+ File treeÁrvore de arquivos
@@ -842,117 +893,117 @@
Star finder
-
+ EditEditar
-
+ SettingsConfigurações
-
+ Images (Imagens (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;Imagem FITS (*.fits *.fit);; Imagem XISF (*.xisf);;
-
+ Failed to copyFalha ao copiar
-
+ Failed to moveFalha ao mover
-
+ Failed to move from %1 to %2Falha ao mover de %1 para %2
-
+ Failed to copy from %1 to %2Falha ao copiar de %1 para %2
-
+ ;;All files (*);; Todos os arquivos (*)
-
+ Move files to trash?Mover arquivos para a lixeira?
-
+ Do you want to move %1 files to trash?Deseja mover arquivos %1 para a lixeira?
-
+ Failed to move file to trashFalha ao mover o arquivo para a lixeira
-
+ Failed to move file to trash %1Falha ao mover o arquivo para a lixeira %1
-
+ Move marked files to trashMover arquivos marcados para a lixeira
-
+ Moving marked files to trashMovendo arquivos marcados para a lixeira
-
+ Export database to CSVExportar banco de dados para arquivo CSV
-
+ CSV file (*.csv)Arquivos CSV (*.csv)
-
+ HistogramHistograma
-
+ Bayer maskmáscara Bayer
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowApresentação de slides
@@ -1384,7 +1435,7 @@
SelectColumnsDialog
-
+ Select columnsSelect columns
@@ -1407,12 +1458,12 @@
Thumbnail size in pixels
-
+ Image preload countImage preload count
-
+ Thumbnails sizeThumbnails size
@@ -1429,7 +1480,7 @@ For RAW files you may set 22%
For RAW files you may set 22%
-
+ SaturationSaturated
@@ -1489,57 +1540,62 @@ For RAW files you may set 22%
-
+ Slideshow intervalSlideshow interval
-
+
+ Language
+
+
+
+ FITS header highlight
-
+ Install
-
+ This will install thumnail generation for FITS and XISF files in File Explorer
-
+ Install thumbnailer
-
+ Missing dll
-
+ Can't find
-
+ Thumbnail support
-
+ Thumbnail generation support sucessufully installed.
-
+ ErrorError
-
+ Failed to register thumbnailer. %1
@@ -1548,7 +1604,7 @@ For RAW files you may set 22%
Image sampling
-
+ Image interpolationImage interpolation
diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts
index 4b0cad6..7118c22 100644
--- a/translations/tenmon_sk.ts
+++ b/translations/tenmon_sk.ts
@@ -96,52 +96,54 @@
Zatvoriť
-
+ Interrupt running script?Prerušiť bežiaci script?
-
+ Select filesVybrať súbory
-
+ Select directoryVybrať adresár
-
+ Select output directoryVybrať výstupný adresár
-
+
+ Invalid output directoryNeplatný výstupný adresár
-
+
+ Output directory path doesn't exist or is not writableVystupný adresár neexistuje alebo sa doňho nedá zapisovať
-
+ Enter textZadajte text
-
+ Enter integer numberZadajte celé číslo
-
+ Enter float numberZadajte reálne číslo
-
+ Select itemVyberte položku
@@ -172,17 +174,17 @@
DataBaseView
-
+ Select columnsVyber stĺpce
-
+ Text to search, you can % as wildcardText na vyhľadanie, môžete použit % ako zástupný znak
-
+ FilterMeno súboruFilter
@@ -191,30 +193,64 @@
DatabaseTableView
-
+ MarkOznačiť
-
+ UnmarkOdznačiť
-
+ OpenOtvoriť
-
+ Open file locationOtvoriť umiestnenie súboru
+
+
+ Copy files
+ Skopírovať súbory
+
+
+
+ DatabaseTreeSettings
+
+
+ Add tree filter
+ Pridať stromový filter
+
+
+
+ DatabaseTreeView
+
+
+ Add
+ Pridať
+
+
+
+ Remove
+ Odstrániť
+
+
+
+ Dialog
+
+
+ Dialog
+ Nastavenia Plate Solving
+ FITSFileModel
-
+ File nameMeno súboru
@@ -278,12 +314,12 @@
Skopírovať cestky k vybraným súborom
-
+ Overwrite file?Prepísať súbor?
-
+ Destination file %1 already exists. Overwrite?Cieľový súbor %1 už existuje. Prepísať?
@@ -291,32 +327,32 @@
FileTransfer
-
+ ErrorChyba
-
+ Destination directory %1 doesn't existsCieľový adresár %1 neexistuje
-
+ Copy failedKopírovanie zlyhalo
-
+ Failed to copy file %1 to %2Zlyhalo kopýrovanie súboru %1 do %2
-
+ Move failedPresun zlyhal
-
+ Failed to move file %1 to %2Zlyhalo kopírovanie súboru z %1 do %2
@@ -427,12 +463,12 @@
Komentár
-
+ FITS HeaderFITS hlavička
-
+ Image infoInformácie o obrázku
@@ -440,7 +476,7 @@
ImageRingList
-
+ NameMeno
@@ -511,212 +547,227 @@
MainWindow
-
+ Image infoInformácie o obrázku
-
+ Can't open DBNie je možné otvoriť DB
-
+ Can't open SQLITE databaseNie je možné otvoriť SQLITE databázu
-
+ FilesystemZoznam súborov
-
+ TenmonTenmon
-
+ FileSúbor
-
+ OpenOtvoriť
-
+ Copy marked filesSkopírovať označené súbory
-
-
-
+
+
+ Save asUložiť ako
-
+ Navigation toolbarNavigačný panel
-
+ Previous imagePredchádzajúci obrázok
-
+ Next imageĎalší obrázok
-
+ Prev sub imagePredchádajúci pod obrázok
-
+ Next sub imageĎaľší pod obrázok
-
-
+
+ Database Tree
+ Databázový strom
+
+
+
+ Open directory recursivelyOtvoriť adresár rekurzívne
-
+ File managerSúborový manažér
-
+ Batch processingHromadné spracovanie
-
+ ExitUkončiť
-
+ NavigationNavigácia
-
+ ViewZobrazenie
-
+ Zoom InPriblížiť
-
+ Zoom OutOddialiť
-
+ Best FitNajlepšia veľkosť
-
+ 100%100%
-
+ ColormapFarebná mapa
-
+ User %1Použivaľská %1
-
+ SelectVýber
-
+ MarkOznačiť
-
+ UnmarkOdznačiť
-
+ Mark and nextOznačiť a ďaľší
-
+ Unmark and nextOdznačiť a ďaľší
-
+ Show marked listUkázať zoznam označených
-
+ Open markedOtvoriť označené
-
+ Overwrite file?Prepísať súbor?
-
+ Destination file %1 already exists. Overwrite?Cieľový súbor %1 už existuje. Prepísať?
-
+ Missing marked filesChybajúce označené súbory
-
+ %1 marked files were missing. They were skipped.%1 označených súborov chýbalo. Boly preskočené.
-
-
-
+
+ Apply stretch?
+ Aplikovať natiahnutie?
+
+
+
+ Apply current stretch function to image?
+ Aplikovať aktuálny natiahnutie na obrázok?
+
+
+
+
+ Update checkKontrola aktualizácie
-
+ You have newest versionMáte najnovšiu verzsiu
-
+ New version %1 is available. Do you want to download it now?Nová verzia %1 je k dispozícii. Chcete ju stiahnuť teraz?
-
+ Failed to check versionKontrola novej verzie zlyhala
@@ -729,51 +780,51 @@
Štatistiky obrázka
-
+ DocksDokovacie panely
-
+ Open fileOtvoriť súbor
-
+ Select destinationVybrať cieľ
-
+ CopyingKopírovanie
-
-
-
-
+
+
+
+ CancelZrušiť
-
+ Move marked filesPresunúť označené súbory
-
-
+
+ Index directoryIndexovať adresár
-
+ Live modeŽivý mód
-
+ ThumbnailsNáhľady
@@ -786,44 +837,44 @@
Vyhľadávač vrcholov
-
-
+
+ HelpPomoc
-
+ About TenmonO Tenmon
-
+ About QtO Qt
-
+ MovingPresúvanie
-
-
+
+ Indexing FITS filesIndexovanie FITS/XISF súborov
-
+ Reindex filesReindexuj súbory
-
+ FITS/XISF files databaseDatabáza FITS/XISF súborov
-
+ File treeStrom súborov
@@ -832,127 +883,127 @@
Vyhľadávač hviezd
-
+ EditUpraviť
-
+ SettingsNastavenia
-
+ Images (Obrázky (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;Obrázok FITS (*.fits *.fit);;Obrázok XISF (*.xisf);;
-
+ Check for updateSkontroluj novú verziu
-
+ Failed to copyZlyhalo kopírovanie
-
+ Failed to moveZlyhalo presúvanie
-
+ Failed to move from %1 to %2Zlyhalo presúvanie z %1 do %2
-
+ Failed to copy from %1 to %2Zlyhalo kopírovanie z %1 do %2
-
+ ;;All files (*);;Všetky súbory (*)
-
+ Move files to trash?Presunúť súbory do koša?
-
+ Do you want to move %1 files to trash?Presunúť %1 súborov do koša?
-
+ Failed to move file to trashZlyhalo presunutie súbora do koša
-
+ Failed to move file to trash %1Zlyhalo presunutie súbora do koša %1
-
+ Move marked files to trashPresunúť označené súbory do koša
-
+ Moving marked files to trashPresúvanie do koša
-
+ Export database to CSVExportovať databázu do CSV súboru
-
+ CSV file (*.csv)Súbory CSV (*.csv)
-
+ HistogramHistogram
-
+ Bayer maskBayerova maska
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowPrezentácia
@@ -1388,7 +1439,7 @@
SelectColumnsDialog
-
+ Select columnsVýber stĺpcov
@@ -1411,12 +1462,12 @@
Veľkosť náhľadu v pixeloch
-
+ Image preload countPočet prednačítaných obrázkov
-
+ Thumbnails sizeVeľkosť náhľadu
@@ -1433,7 +1484,7 @@ For RAW files you may set 22%
Pre RAW súbory možno treba nastaviť 22%
-
+ SaturationSaturované
@@ -1493,62 +1544,67 @@ Pre RAW súbory možno treba nastaviť 22%
Odstráň zvyraznenie klúčového slova
-
+ Slideshow intervalInterval medzi obrázkami
-
+ Image interpolationInterpolácia obrázku
-
+
+ Language
+ Jazyk
+
+
+ FITS header highlightZvýraznenie FITS hlavičky
-
+ InstallInštalovať
-
+ This will install thumnail generation for FITS and XISF files in File ExplorerNainsťaluje podporu pre generovanie náhľadov FITS a XISF súborov do Prieskumníka
-
+ Install thumbnailerInštaluj generátor náhľadov
-
+ Missing dllChýbajúca dll
-
+ Can't find Nemožem nájsť
-
+ Thumbnail supportPodpora náhľadov
-
+ Thumbnail generation support sucessufully installed.Podpora generovania náhľadov bola úspešne nainštalovaná.
-
+ ErrorChyba
-
+ Failed to register thumbnailer. %1Zlyhalo registrovanie náhľadov %1