From c2226ef5c7252901d2b7413fc61dbdd9e753fca2 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 31 Jul 2024 19:41:51 +0800 Subject: [PATCH] chore: update translation strings --- app/actionmanager.cpp | 6 +- app/actionmanager.h | 1 + app/mainwindow.cpp | 7 ++ app/mainwindow.h | 1 + app/translations/PineapplePictures.ts | 117 ++++++++++++-------- app/translations/PineapplePictures_ca.ts | 113 ++++++++++++------- app/translations/PineapplePictures_de.ts | 113 ++++++++++++------- app/translations/PineapplePictures_es.ts | 113 ++++++++++++------- app/translations/PineapplePictures_fr.ts | 113 ++++++++++++------- app/translations/PineapplePictures_id.ts | 113 ++++++++++++------- app/translations/PineapplePictures_it.ts | 113 ++++++++++++------- app/translations/PineapplePictures_ja.ts | 113 ++++++++++++------- app/translations/PineapplePictures_ko.ts | 113 ++++++++++++------- app/translations/PineapplePictures_nb_NO.ts | 111 ++++++++++++------- app/translations/PineapplePictures_nl.ts | 113 ++++++++++++------- app/translations/PineapplePictures_pa_PK.ts | 117 ++++++++++++-------- app/translations/PineapplePictures_ru.ts | 113 ++++++++++++------- app/translations/PineapplePictures_si.ts | 113 ++++++++++++------- app/translations/PineapplePictures_tr.ts | 113 ++++++++++++------- app/translations/PineapplePictures_uk.ts | 113 ++++++++++++------- app/translations/PineapplePictures_zh_CN.ts | 111 ++++++++++++------- 21 files changed, 1242 insertions(+), 698 deletions(-) diff --git a/app/actionmanager.cpp b/app/actionmanager.cpp index f5e68d2..4f5d7c0 100644 --- a/app/actionmanager.cpp +++ b/app/actionmanager.cpp @@ -57,6 +57,7 @@ void ActionManager::setupAction(MainWindow *mainWindow) #define CREATE_NEW_ACTION(w, a) create_action(w, &a, QString(), ACTION_NAME(a)) #define CREATE_NEW_THEMEICON_ACTION(w, a, i) create_action(w, &a, QLatin1String(STRIFY(i)), ACTION_NAME(a), true) + CREATE_NEW_ACTION(mainWindow, actionRotateCounterClockwise); CREATE_NEW_ACTION(mainWindow, actionPrevPicture); CREATE_NEW_ACTION(mainWindow, actionNextPicture); @@ -96,13 +97,14 @@ void ActionManager::retranslateUi(MainWindow *mainWindow) actionZoomOut->setText(QCoreApplication::translate("MainWindow", "Zoom out", nullptr)); actionToggleCheckerboard->setText(QCoreApplication::translate("MainWindow", "Toggle Checkerboard", nullptr)); actionRotateClockwise->setText(QCoreApplication::translate("MainWindow", "Rotate right", nullptr)); + actionRotateCounterClockwise->setText(QCoreApplication::translate("MainWindow", "Rotate left", nullptr)); actionPrevPicture->setText(QCoreApplication::translate("MainWindow", "Previous image", nullptr)); actionNextPicture->setText(QCoreApplication::translate("MainWindow", "Next image", nullptr)); actionHorizontalFlip->setText(QCoreApplication::translate("MainWindow", "Flip &Horizontally", nullptr)); - actionFitInView->setText("Fit in view"); // TODO: what should it called? - actionFitByWidth->setText("Fit by width"); // TODO: what should it called? + actionFitInView->setText(QCoreApplication::translate("MainWindow", "Fit to view", nullptr)); + actionFitByWidth->setText(QCoreApplication::translate("MainWindow", "Fit to width", nullptr)); actionCopyPixmap->setText(QCoreApplication::translate("MainWindow", "Copy P&ixmap", nullptr)); actionCopyFilePath->setText(QCoreApplication::translate("MainWindow", "Copy &File Path", nullptr)); actionPaste->setText(QCoreApplication::translate("MainWindow", "&Paste", nullptr)); diff --git a/app/actionmanager.h b/app/actionmanager.h index 8e7f8ed..9360ef8 100644 --- a/app/actionmanager.h +++ b/app/actionmanager.h @@ -30,6 +30,7 @@ public: QAction *actionZoomOut; QAction *actionToggleCheckerboard; QAction *actionRotateClockwise; + QAction *actionRotateCounterClockwise; QAction *actionPrevPicture; QAction *actionNextPicture; diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index 0a67eb5..62ab3ba 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -783,6 +783,13 @@ void MainWindow::on_actionRotateClockwise_triggered() m_gv->setVisible(false); } +void MainWindow::on_actionRotateCounterClockwise_triggered() +{ + m_graphicsView->rotateView(false); + m_graphicsView->displayScene(); + m_gv->setVisible(false); +} + void MainWindow::on_actionPrevPicture_triggered() { galleryPrev(); diff --git a/app/mainwindow.h b/app/mainwindow.h index c905fe2..514ee6d 100644 --- a/app/mainwindow.h +++ b/app/mainwindow.h @@ -87,6 +87,7 @@ private slots: void on_actionZoomOut_triggered(); void on_actionToggleCheckerboard_triggered(); void on_actionRotateClockwise_triggered(); + void on_actionRotateCounterClockwise_triggered(); void on_actionPrevPicture_triggered(); void on_actionNextPicture_triggered(); diff --git a/app/translations/PineapplePictures.ts b/app/translations/PineapplePictures.ts index 1353290..873b703 100644 --- a/app/translations/PineapplePictures.ts +++ b/app/translations/PineapplePictures.ts @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here @@ -183,172 +183,188 @@ GraphicsView - - File url list is empty - - - - + File is not a valid image - - + + Image data is invalid or currently unsupported - - - Image data is invalid - - - - - Not supported mimedata: %1 - - MainWindow - + + File url list is empty - + &Copy - - Are you sure you want to move "%1" to recycle bin? + + Image data is invalid + + + + + Not supported mimedata: %1 + Image From Clipboard + + + + + Are you sure you want to move "%1" to recycle bin? + + + + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap - + Copy &File Path - + Properties + - Stay on top + - Protected mode + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in - + Zoom out - + Flip &Horizontally - + + Fit to view + + + + + Fit to width + + + + &Paste - + Toggle Checkerboard - + &Open... - + Actual size - + Toggle maximize - + Rotate right + Rotate left + + + + Previous image - + Next image - - + + Move to Trash - + Configure... - + Help - + Show in File Explorer File Explorer is the name of explorer.exe under Windows - + Show in directory - + Quit @@ -776,7 +792,12 @@ - + + List supported image format suffixes, and quit program. + + + + File list. diff --git a/app/translations/PineapplePictures_ca.ts b/app/translations/PineapplePictures_ca.ts index f5ab8d1..d1884c6 100644 --- a/app/translations/PineapplePictures_ca.ts +++ b/app/translations/PineapplePictures_ca.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here Arrossegueu una imatge aquí @@ -183,172 +183,200 @@ GraphicsView - File url list is empty - La llista d'ubicacions de fitxer és buida + La llista d'ubicacions de fitxer és buida - + File is not a valid image El fitxer no és una imatge vàlida - - + + Image data is invalid or currently unsupported Les dades de la imatge no són vàlides o no són compatibles - Image data is invalid - Les dades de la imatge no són vàlides + Les dades de la imatge no són vàlides - Not supported mimedata: %1 - El tipus MIME no és compatible: %1 + El tipus MIME no és compatible: %1 MainWindow - + + File url list is empty La llista d'ubicacions és buida - + &Copy &Copia - + + Image data is invalid + Les dades de la imatge no són vàlides + + + + Not supported mimedata: %1 + El tipus MIME no és compatible: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Copia el &mapa de píxels - + Copy &File Path Copia el camí del &fitxer - + Properties Propietats + - Stay on top Mantén a sobre + - Protected mode Mode protegit + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in Amplia - + Zoom out Redueix - + Flip &Horizontally Inverteix &horitzontalment - + + Fit to view + + + + + Fit to width + + + + &Paste &Enganxa - + Toggle Checkerboard Commuta el tauler d'escacs - + &Open... &Obre... - + Actual size Mida real - + Toggle maximize Commuta la maximització - + Rotate right Commuta la maximització + Rotate left + + + + Previous image Imatge anterior - + Next image Imatge següent - - + + Move to Trash - + Configure... Configura... - + Help Ajuda - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Mostra al navegador de fitxers - + Show in directory Mostra a la carpeta - + Quit Surt @@ -776,7 +804,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Llista de fitxers. diff --git a/app/translations/PineapplePictures_de.ts b/app/translations/PineapplePictures_de.ts index 59687bd..a55a6f0 100644 --- a/app/translations/PineapplePictures_de.ts +++ b/app/translations/PineapplePictures_de.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Ziehen Sie das Bild hierher @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - Die Datei-URL-Liste ist leer + Die Datei-URL-Liste ist leer - + File is not a valid image Datei ist kein gültiges Bild - - + + Image data is invalid or currently unsupported Bilddaten sind ungültig oder werden derzeit nicht unterstützt - Image data is invalid - Bilddaten sind ungültig + Bilddaten sind ungültig - Not supported mimedata: %1 - Nicht unterstützte Mimedaten: %1 + Nicht unterstützte Mimedaten: %1 MainWindow - + + File url list is empty Die Datei-URL-Liste ist leer - + &Copy &Kopieren - + + Image data is invalid + Bilddaten sind ungültig + + + + Not supported mimedata: %1 + Nicht unterstützte Mimedaten: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap P&ixmap kopieren - + Copy &File Path &Dateipfad kopieren - + Properties Eigenschaften + - Stay on top Oben bleiben + - Protected mode Geschützter Modus + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in Hineinzoomen - + Zoom out Herauszoomen - + Flip &Horizontally &Horizontal spiegeln - + + Fit to view + + + + + Fit to width + + + + &Paste %Einfügen - + Toggle Checkerboard Schachbrettmuster umschalten - + &Open... &Öffnen... - + Actual size Tatsächliche Größe - + Toggle maximize Maximieren umschalten - + Rotate right Nach rechts drehen + Rotate left + + + + Previous image Vorheriges Bild - + Next image Nächstes Bild - - + + Move to Trash - + Configure... Konfigurieren … - + Help Hilfe - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Im Dateiexplorer zeigen - + Show in directory Im Verzeichnis zeigen - + Quit Beenden @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Dateiliste. diff --git a/app/translations/PineapplePictures_es.ts b/app/translations/PineapplePictures_es.ts index 4e035f6..cde2bab 100644 --- a/app/translations/PineapplePictures_es.ts +++ b/app/translations/PineapplePictures_es.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Arrastre una imagen aquí @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - La lista de ubicaciones está vacía + La lista de ubicaciones está vacía - + File is not a valid image El archivo no es una imagen válida - - + + Image data is invalid or currently unsupported Los datos de la imagen no son válidos o no son compatibles - Image data is invalid - Los datos de la imagen no son válidos + Los datos de la imagen no son válidos - Not supported mimedata: %1 - El tipo MIME no es compatible: %1 + El tipo MIME no es compatible: %1 MainWindow - + + File url list is empty La lista de ubicaciones está vacía - + &Copy &Copiar - + + Image data is invalid + Los datos de la imagen no son válidos + + + + Not supported mimedata: %1 + El tipo MIME no es compatible: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? ¿Estás seguro de que quieres mover "%1" a la papelera de reciclaje? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. Mover a la papelera ha fallado, puede deberse a un problema con los permisos de los archivos, una limitación del sistema de archivos o una limitación de la plataforma. - + Copy P&ixmap Copiar &mapa de píxeles - + Copy &File Path Copiar &ruta de archivo - + Properties Propiedades + - Stay on top Mantener encima + - Protected mode Modo protegido + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Conservar la transformación - + Zoom in Ampliar - + Zoom out Reducir - + Flip &Horizontally Voltear &horizontalmente - + + Fit to view + + + + + Fit to width + + + + &Paste &Pegar - + Toggle Checkerboard Activar/desactivar el tablero de ajedrez - + &Open... &Abrir... - + Actual size Tamaño real - + Toggle maximize Maximizar/desmaximizar - + Rotate right Girar a la derecha + Rotate left + + + + Previous image Imagen anterior - + Next image Imagen siguiente - - + + Move to Trash Mover a la papelera - + Configure... Configurar... - + Help Ayuda - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Mostrar en el Explorador de archivos - + Show in directory Mostrar en la carpeta - + Quit Salir @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Lista de archivos. diff --git a/app/translations/PineapplePictures_fr.ts b/app/translations/PineapplePictures_fr.ts index ebd792f..182e3ec 100644 --- a/app/translations/PineapplePictures_fr.ts +++ b/app/translations/PineapplePictures_fr.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Faites glisser l'image ici @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - La liste des URL du fichier est vide + La liste des URL du fichier est vide - + File is not a valid image Le fichier n'est pas une image valide - - + + Image data is invalid or currently unsupported Les données d'image ne sont pas valides ou ne sont actuellement pas prises en charge - Image data is invalid - Les données d'image ne sont pas valides + Les données d'image ne sont pas valides - Not supported mimedata: %1 - Mimedata non pris en charge : %1 + Mimedata non pris en charge : %1 MainWindow - + + File url list is empty La liste des URL de fichiers est vide - + &Copy &Copier - + + Image data is invalid + Les données d'image ne sont pas valides + + + + Not supported mimedata: %1 + Mimedata non pris en charge : %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Copier P&ixmap - + Copy &File Path Copier le &chemin du fichier - + Properties Propriétés + - Stay on top Rester en-haut + - Protected mode Mode protégé + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in Zoom avant - + Zoom out Zoom arrière - + Flip &Horizontally Retourner &horizontalement - + + Fit to view + + + + + Fit to width + + + + &Paste Co&ller - + Toggle Checkerboard Dés/activer le damier - + &Open... &Ouvrir... - + Actual size Taille actuelle - + Toggle maximize Dés/activer l'agrandissement - + Rotate right Pivoter vers la droite + Rotate left + + + + Previous image Image précédente - + Next image Image suivant - - + + Move to Trash - + Configure... Configurer… - + Help Aide - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Afficher dans le navigateur de fichiers - + Show in directory Afficher dans le dossier - + Quit Quitter @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Liste des fichiers. diff --git a/app/translations/PineapplePictures_id.ts b/app/translations/PineapplePictures_id.ts index d1e41e4..ef8e83b 100644 --- a/app/translations/PineapplePictures_id.ts +++ b/app/translations/PineapplePictures_id.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Tarik gambar ke sini @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - Daftar url file kosong + Daftar url file kosong - + File is not a valid image File bukan gambar yang valid - - + + Image data is invalid or currently unsupported Data gambar tidak valid atau belum didukung - Image data is invalid - Data gambar tidak valid + Data gambar tidak valid - Not supported mimedata: %1 - Tidak didukung mimedata: %1 + Tidak didukung mimedata: %1 MainWindow - + + File url list is empty Daftar url file kosong - + &Copy &Salin - + + Image data is invalid + Data gambar tidak valid + + + + Not supported mimedata: %1 + Tidak didukung mimedata: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Salin P&ixmap - + Copy &File Path Salin &Path Berkas - + Properties Properti + - Stay on top Tetap di atas + - Protected mode Mode Terlindungi + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Simpan transformasi - + Zoom in Perbesar - + Zoom out Perkecil - + Flip &Horizontally Putar Secara &Horizontal - + + Fit to view + + + + + Fit to width + + + + &Paste &Tempel - + Toggle Checkerboard - + &Open... - + Actual size Ukuran asli - + Toggle maximize - + Rotate right Putar ke kanan + Rotate left + + + + Previous image - + Next image - - + + Move to Trash - + Configure... Konfigurasi... - + Help Dukungan - + Show in File Explorer File Explorer is the name of explorer.exe under Windows - + Show in directory - + Quit Keluar @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Daftar berkas. diff --git a/app/translations/PineapplePictures_it.ts b/app/translations/PineapplePictures_it.ts index f289c88..da11dc0 100644 --- a/app/translations/PineapplePictures_it.ts +++ b/app/translations/PineapplePictures_it.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here Trascina qui l'immagine @@ -183,172 +183,200 @@ GraphicsView - File url list is empty - L'elenco degli URL dei file è vuoto + L'elenco degli URL dei file è vuoto - + File is not a valid image Il file non è un'immagine valida - - + + Image data is invalid or currently unsupported I dati dell'immagine non sono validi o non sono attualmente supportati - Image data is invalid - I dati dell'immagine non sono validi + I dati dell'immagine non sono validi - Not supported mimedata: %1 - Dati mime non supportati: %1 + Dati mime non supportati: %1 MainWindow - + + File url list is empty L'elenco degli URL dei file è vuoto - + &Copy &Copia - + + Image data is invalid + I dati dell'immagine non sono validi + + + + Not supported mimedata: %1 + Dati mime non supportati: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? Sei sicuro di voler spostare "%1" nel cestino? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. Lo spostamento nel cestino non è riuscito, potrebbe essere causato da un problema di autorizzazione del file, da una limitazione del file system o da una limitazione della piattaforma. - + Copy P&ixmap Copia P&ixmap - + Copy &File Path Copia &Percorso file - + Properties Proprietà + - Stay on top Rimani in cima + - Protected mode Modalità protetta + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Mantieni trasformazione - + Zoom in Zoom avanti - + Zoom out Zoom indietro - + Flip &Horizontally Capovolgi &Orizzontalmente - + + Fit to view + + + + + Fit to width + + + + &Paste &Incolla - + Toggle Checkerboard Attiva/disattiva scacchiera - + &Open... &Apri... - + Actual size Dimensione reale - + Toggle maximize Attiva massimizzazione - + Rotate right Ruota a destra + Rotate left + + + + Previous image Immagine precedente - + Next image Immagine successiva - - + + Move to Trash Sposta nel cestino - + Configure... Configura... - + Help Aiuto - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Mostra in Esplora file - + Show in directory Mostra nella directory - + Quit Esci @@ -776,7 +804,12 @@ Immagini di Pineapple - + + List supported image format suffixes, and quit program. + + + + File list. Elenco file. diff --git a/app/translations/PineapplePictures_ja.ts b/app/translations/PineapplePictures_ja.ts index 50628cb..5f4e3ff 100644 --- a/app/translations/PineapplePictures_ja.ts +++ b/app/translations/PineapplePictures_ja.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here ここに画像をドラッグしてください @@ -183,172 +183,200 @@ GraphicsView - File url list is empty - ファイルURLリストがエンプティーです + ファイルURLリストがエンプティーです - + File is not a valid image ファイルが有効な画像ではありません - - + + Image data is invalid or currently unsupported 無効またはサポートされていない画像データ - Image data is invalid - 画像のデータが無効です + 画像のデータが無効です - Not supported mimedata: %1 - 無効なmimedata: %1 + 無効なmimedata: %1 MainWindow - + + File url list is empty ファイルurlリストがエンプティーです - + &Copy コピー(&C) - + + Image data is invalid + 画像のデータが無効です + + + + Not supported mimedata: %1 + 無効なmimedata: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? 「%1」をゴミ箱に移動しますか? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. ゴミ箱への移動に失敗しました。ファイルのアクセス許可や、ファイルシステムの制限、プラットフォームの制限などを確認してください。 - + Copy P&ixmap 画像をコピー(&I) - + Copy &File Path ファイルパスをコピー(&F) - + Properties プロパティ + - Stay on top 最前面に表示する + - Protected mode プロテクトモード + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view 表示状態を維持する - + Zoom in 拡大 - + Zoom out 縮小 - + Flip &Horizontally 画像を左右反転する(&H) - + + Fit to view + + + + + Fit to width + + + + &Paste 貼り付け(&P) - + Toggle Checkerboard 背景を格子模様に切り替え - + &Open... 開く(&O)… - + Actual size 実際のサイズ - + Toggle maximize 最大化を切り替える - + Rotate right 右に回転 + Rotate left + + + + Previous image 前の画像 - + Next image 次の画像 - - + + Move to Trash ゴミ箱へ移動する - + Configure... 設定... - + Help ヘルプ - + Show in File Explorer File Explorer is the name of explorer.exe under Windows エクスプローラーで表示する - + Show in directory ディレクトリに表示する - + Quit 終了 @@ -776,7 +804,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. ファイルリスト diff --git a/app/translations/PineapplePictures_ko.ts b/app/translations/PineapplePictures_ko.ts index 54c8c41..adb869d 100644 --- a/app/translations/PineapplePictures_ko.ts +++ b/app/translations/PineapplePictures_ko.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here 이미지를 여기로 끌기 @@ -183,172 +183,200 @@ GraphicsView - File url list is empty - 파일 URL 목록이 비어 있습니다 + 파일 URL 목록이 비어 있습니다 - + File is not a valid image 파일이 올바른 이미지가 아닙니다 - - + + Image data is invalid or currently unsupported 이미지 데이터가 잘못되었거나 현재 지원되지 않습니다 - Image data is invalid - 이미지 데이터가 잘못되었습니다 + 이미지 데이터가 잘못되었습니다 - Not supported mimedata: %1 - 지원되지 않는 mimedata: %1 + 지원되지 않는 mimedata: %1 MainWindow - + + File url list is empty 파일 URL 목록이 비어 있습니다 - + &Copy 복사(&C) - + + Image data is invalid + 이미지 데이터가 잘못되었습니다 + + + + Not supported mimedata: %1 + 지원되지 않는 mimedata: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Pixmap 복사(&I) - + Copy &File Path 파일 경로 복사(&F) - + Properties 속성 + - Stay on top 맨 위에 유지 + - Protected mode 보호 모드 + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in 확대 - + Zoom out 축소 - + Flip &Horizontally 수평으로 뒤집기(&H) - + + Fit to view + + + + + Fit to width + + + + &Paste 붙여넣기(&P) - + Toggle Checkerboard 바둑판 전환 - + &Open... 열기(&O)... - + Actual size 실제 크기 - + Toggle maximize 최대화 전환 - + Rotate right 오른쪽으로 회전 + Rotate left + + + + Previous image 이전 이미지 - + Next image 다음 이미지 - - + + Move to Trash - + Configure... 구성... - + Help 도움말 - + Show in File Explorer File Explorer is the name of explorer.exe under Windows 파일 탐색기에 표시 - + Show in directory 디렉터리에 표시 - + Quit 종료 @@ -776,7 +804,12 @@ 파인애플 픽처스 - + + List supported image format suffixes, and quit program. + + + + File list. 파일 목록. diff --git a/app/translations/PineapplePictures_nb_NO.ts b/app/translations/PineapplePictures_nb_NO.ts index 5c377fb..e4a9b86 100644 --- a/app/translations/PineapplePictures_nb_NO.ts +++ b/app/translations/PineapplePictures_nb_NO.ts @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Dra bilde hit @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - Listen over filnettadresser er tom + Listen over filnettadresser er tom - + File is not a valid image Filen er ikke et gyldig bilde - - + + Image data is invalid or currently unsupported Ugyldig bildedata, eller for tiden ustøttet - Image data is invalid - Ugyldig bildedata + Ugyldig bildedata - Not supported mimedata: %1 - Ustøttet MIME-data: %1 + Ustøttet MIME-data: %1 MainWindow - + + File url list is empty Listen over filnettadresser er ugyldig - + &Copy &Kopier - + + Image data is invalid + Ugyldig bildedata + + + + Not supported mimedata: %1 + Ustøttet MIME-data: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? Er du sikker på at du vil flytte "%1" til papirkurven? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. Flytt til papirkurven mislyktes, det kan skyldes filtillatelsesproblem, filsystembegrensning eller plattformbegrensning. - + Copy P&ixmap Kopier p&ixmap - + Copy &File Path Kopier &filbane - + Properties Egenskaper + - Stay on top Behold øverst + - Protected mode Beskyttet modus + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Behold transformasjon - + Zoom in Førstørr - + Zoom out Forminsk - + Flip &Horizontally Speilvend &horisontalt - + + Fit to view + + + + + Fit to width + + + + &Paste &Lim inn - + Toggle Checkerboard Skru av/på rutemønster - + &Open... &Åpne … - + Actual size Faktisk størrelse - + Toggle maximize Maksimering av/på - + Rotate right Roter til høyre + Rotate left + + + + Previous image Forrige bilde - + Next image Neste bilde - - + + Move to Trash Flytt til papirkurven - + Configure... Sett opp … - + Help Hjelp - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Vis i filutforsker - + Show in directory Vis i mappe - + Quit Avslutt @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Filliste. diff --git a/app/translations/PineapplePictures_nl.ts b/app/translations/PineapplePictures_nl.ts index d1e7560..414010c 100644 --- a/app/translations/PineapplePictures_nl.ts +++ b/app/translations/PineapplePictures_nl.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Sleep een afbeelding hierheen @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - De bestandspadlijst is leeg + De bestandspadlijst is leeg - + File is not a valid image Het bestand is geen afbeelding - - + + Image data is invalid or currently unsupported De afbeeldingsgegevens zijn beschadigd of worden niet ondersteund - Image data is invalid - Beschadigde afbeeldingsgegevens + Beschadigde afbeeldingsgegevens - Not supported mimedata: %1 - Niet-ondersteunde mime-gegevens: %1 + Niet-ondersteunde mime-gegevens: %1 MainWindow - + + File url list is empty De bestandspadlijst is leeg - + &Copy &Kopiëren - + + Image data is invalid + Beschadigde afbeeldingsgegevens + + + + Not supported mimedata: %1 + Niet-ondersteunde mime-gegevens: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap P&ixmap kopiëren - + Copy &File Path &Bestandspad kopiëren - + Properties Eigenschappen + - Stay on top Altijd bovenop + - Protected mode Beschermde modus + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Bewerkingen onthouden - + Zoom in Inzoomen - + Zoom out Uitzoomen - + Flip &Horizontally &Horizontaal spiegelen - + + Fit to view + + + + + Fit to width + + + + &Paste &Plakken - + Toggle Checkerboard Schaakbordpatroon aan/uit - + &Open... &Openen… - + Actual size Ware grootte - + Toggle maximize Maximaliseren aan/uit - + Rotate right Naar rechts draaien + Rotate left + + + + Previous image Vorige afbeelding - + Next image Volgende afbeelding - - + + Move to Trash - + Configure... Instellen... - + Help Hulp - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Tonen in bestandsbeheer - + Show in directory Tonen in map - + Quit Afsluiten @@ -780,7 +808,12 @@ Pineapple Afbeeldingen - + + List supported image format suffixes, and quit program. + + + + File list. Bestandslijst. diff --git a/app/translations/PineapplePictures_pa_PK.ts b/app/translations/PineapplePictures_pa_PK.ts index 369c122..ef561c3 100644 --- a/app/translations/PineapplePictures_pa_PK.ts +++ b/app/translations/PineapplePictures_pa_PK.ts @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here @@ -183,172 +183,188 @@ GraphicsView - - File url list is empty - - - - + File is not a valid image - - + + Image data is invalid or currently unsupported - - - Image data is invalid - - - - - Not supported mimedata: %1 - - MainWindow - + + File url list is empty - + &Copy کاپی کرو - - Are you sure you want to move "%1" to recycle bin? + + Image data is invalid + + + + + Not supported mimedata: %1 + Image From Clipboard + + + + + Are you sure you want to move "%1" to recycle bin? + + + + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap تصویر دا نقشہ کاپی کرو - + Copy &File Path - + Properties وشیشتاواں + - Stay on top + - Protected mode سرکھیات سیٹنگ + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in وڈا کرو - + Zoom out چھوٹا کرو - + Flip &Horizontally لیٹویں اُلٹاؤ - + + Fit to view + + + + + Fit to width + + + + &Paste پیسٹ کرو - + Toggle Checkerboard چیک‌بورڈ چالو بدلو - + &Open... کھُلھو… - + Actual size اصلی اکار - + Toggle maximize ودھو ودھ بدلو - + Rotate right سجے گھنماؤ + Rotate left + + + + Previous image پچھلی تصویر - + Next image اگلی تصویر - - + + Move to Trash - + Configure... - + Help مدد - + Show in File Explorer File Explorer is the name of explorer.exe under Windows - + Show in directory - + Quit بند کرو @@ -776,7 +792,12 @@ - + + List supported image format suffixes, and quit program. + + + + File list. diff --git a/app/translations/PineapplePictures_ru.ts b/app/translations/PineapplePictures_ru.ts index e3f517b..6ec4fbf 100644 --- a/app/translations/PineapplePictures_ru.ts +++ b/app/translations/PineapplePictures_ru.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Перетащите изображение сюда @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - Список URL-адресов файлов пуст + Список URL-адресов файлов пуст - + File is not a valid image Файл не является допустимым изображением - - + + Image data is invalid or currently unsupported Параметры изображения недействительны или не поддерживаются в настоящее время - Image data is invalid - Параметры изображения недействительны + Параметры изображения недействительны - Not supported mimedata: %1 - Неподдерживаемые mimedata: %1 + Неподдерживаемые mimedata: %1 MainWindow - + + File url list is empty Список URL-адресов файлов пуст - + &Copy &Скопировать - + + Image data is invalid + Параметры изображения недействительны + + + + Not supported mimedata: %1 + Неподдерживаемые mimedata: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Скопировать P&ixmap - + Copy &File Path Скопировать &путь к файлу - + Properties Свойства + - Stay on top Поверх всех окон + - Protected mode Защищенный режим + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in Увеличить - + Zoom out Уменьшить - + Flip &Horizontally Отразить по &горизонтали - + + Fit to view + + + + + Fit to width + + + + &Paste &Вставить - + Toggle Checkerboard Переключить фоновый рисунок - + &Open... &Открыть... - + Actual size Фактический размер - + Toggle maximize Переключить окно - + Rotate right Повернуть вправо + Rotate left + + + + Previous image Предыдущее изображение - + Next image Следующее изображение - - + + Move to Trash - + Configure... Параметры... - + Help Помощь - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Показать в проводнике - + Show in directory Показать в папке - + Quit Выход @@ -780,7 +808,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Список файлов. diff --git a/app/translations/PineapplePictures_si.ts b/app/translations/PineapplePictures_si.ts index 0a529d6..8a8701c 100644 --- a/app/translations/PineapplePictures_si.ts +++ b/app/translations/PineapplePictures_si.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here @@ -187,172 +187,196 @@ GraphicsView - File url list is empty - ගොනු ඒ.ස.නි. (url) ලැයිස්තුව හිස් ය + ගොනු ඒ.ස.නි. (url) ලැයිස්තුව හිස් ය - + File is not a valid image ගොනුව වලංගු නොවන රූපයකි - - + + Image data is invalid or currently unsupported - Image data is invalid - රූපයේ දත්ත වලංගු නොවේ - - - - Not supported mimedata: %1 - + රූපයේ දත්ත වලංගු නොවේ MainWindow - + + File url list is empty ගොනු ඒ.ස.නි. (url) ලැයිස්තුව හිස් ය - + &Copy &පිටපත් - - Are you sure you want to move "%1" to recycle bin? + + Image data is invalid + රූපයේ දත්ත වලංගු නොවේ + + + + Not supported mimedata: %1 + Image From Clipboard + + + + + Are you sure you want to move "%1" to recycle bin? + + + + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. + - Stay on top + - Protected mode + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view - + Zoom in - + Zoom out - + Flip &Horizontally - Copy P&ixmap + Fit to view - Copy &File Path + Fit to width + Copy P&ixmap + + + + + Copy &File Path + + + + &Paste - + Toggle Checkerboard - + &Open... - + Actual size - + Toggle maximize - + Rotate right + Rotate left + + + + Previous image - + Next image - - + + Move to Trash - + Configure... - + Help - + Show in File Explorer File Explorer is the name of explorer.exe under Windows - + Show in directory - + Properties - + Quit @@ -780,7 +804,12 @@ පයින්ඇපල් පික්චර්ස් - + + List supported image format suffixes, and quit program. + + + + File list. ගොනු ලැයිස්තුව. diff --git a/app/translations/PineapplePictures_tr.ts b/app/translations/PineapplePictures_tr.ts index 0536577..828fe9e 100644 --- a/app/translations/PineapplePictures_tr.ts +++ b/app/translations/PineapplePictures_tr.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here Resmi buraya sürükleyin @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - Dosya URL listesi boş + Dosya URL listesi boş - + File is not a valid image Dosya, geçerli bir resim değil - - + + Image data is invalid or currently unsupported Resim verisi geçersiz veya şuan desteklenmiyor - Image data is invalid - Resim verisi geçersiz + Resim verisi geçersiz - Not supported mimedata: %1 - Desteklenmeyen dosya türü verisi: %1 + Desteklenmeyen dosya türü verisi: %1 MainWindow - + + File url list is empty Dosya URL listesi boş - + &Copy &Kopyala - + + Image data is invalid + Resim verisi geçersiz + + + + Not supported mimedata: %1 + Desteklenmeyen dosya türü verisi: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? "%1" ögesini geri dönüşüm kutusuna taşımak istediğinizden emin misiniz? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. Çöp kutusuna taşıma başarısız oldu, dosya izin sorunu, dosya sistemi sınırlaması veya platform sınırlamasından kaynaklanıyor olabilir. - + Copy P&ixmap P&ixmap'i Kopyala - + Copy &File Path &Dosya Yolunu Kopyala - + Properties Özellikler + - Stay on top Üstte tut + - Protected mode Korumalı kip + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Dönüşümü koru - + Zoom in Yaklaştır - + Zoom out Uzaklaştır - + Flip &Horizontally &Yatay Çevir - + + Fit to view + + + + + Fit to width + + + + &Paste Ya&pıştır - + Toggle Checkerboard Damalı Ekrana Geç - + &Open... &Aç... - + Actual size Gerçek boyut - + Toggle maximize Tam boyuta geç - + Rotate right Sağa döndür + Rotate left + + + + Previous image Önceki resim - + Next image Sonraki resim - - + + Move to Trash Çöp Kutusuna Taşı - + Configure... Yapılandır... - + Help Yardım - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Dosya Gezgini'nde Göster - + Show in directory Dizinde göster - + Quit Çıkış @@ -780,7 +808,12 @@ Ananas Resimler - + + List supported image format suffixes, and quit program. + + + + File list. Dosya list. diff --git a/app/translations/PineapplePictures_uk.ts b/app/translations/PineapplePictures_uk.ts index 898d5e9..b4777f7 100644 --- a/app/translations/PineapplePictures_uk.ts +++ b/app/translations/PineapplePictures_uk.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -174,8 +174,8 @@ GraphicsScene - - + + Drag image here Перетягніть зображення сюди @@ -183,172 +183,200 @@ GraphicsView - File url list is empty - Список URL-адрес файлів порожній + Список URL-адрес файлів порожній - + File is not a valid image Файл не є дійсним зображенням - - + + Image data is invalid or currently unsupported Дані зображення недійсні або наразі не підтримуються - Image data is invalid - Дані зображення недійсні + Дані зображення недійсні - Not supported mimedata: %1 - Не підтримується mimedata: %1 + Не підтримується mimedata: %1 MainWindow - + + File url list is empty Список URL-адрес файлів порожній - + &Copy &Скопіювати - + + Image data is invalid + Дані зображення недійсні + + + + Not supported mimedata: %1 + Не підтримується mimedata: %1 + + + + Image From Clipboard + + + + Are you sure you want to move "%1" to recycle bin? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. - + Copy P&ixmap Скопіювати P&ixmap - + Copy &File Path Скопіювати &шлях до файлу - + Properties Властивості + - Stay on top Поверх всіх вікон + - Protected mode Захищений режим + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view Зберігати трансформацію - + Zoom in Збільшити - + Zoom out Зменшити - + Flip &Horizontally Перевернути по &горизонталі - + + Fit to view + + + + + Fit to width + + + + &Paste &Вставити - + Toggle Checkerboard Перемкнути шахову дошку - + &Open... &Відкрити... - + Actual size Фактичний розмір - + Toggle maximize Перемкнути на максимум - + Rotate right Перегорнути праворуч + Rotate left + + + + Previous image Попереднє зображення - + Next image Наступне зображення - - + + Move to Trash - + Configure... Налаштувати... - + Help Допомога - + Show in File Explorer File Explorer is the name of explorer.exe under Windows Показати у файловому провіднику - + Show in directory Показати у теці - + Quit Вийти @@ -776,7 +804,12 @@ Pineapple Pictures - + + List supported image format suffixes, and quit program. + + + + File list. Список файлів. diff --git a/app/translations/PineapplePictures_zh_CN.ts b/app/translations/PineapplePictures_zh_CN.ts index 6169e80..d084e36 100644 --- a/app/translations/PineapplePictures_zh_CN.ts +++ b/app/translations/PineapplePictures_zh_CN.ts @@ -178,8 +178,8 @@ GraphicsScene - - + + Drag image here 拖放图片至此 @@ -187,172 +187,200 @@ GraphicsView - File url list is empty - 文件 URL 列表为空 + 文件 URL 列表为空 - + File is not a valid image 文件不是有效的图片文件 - - + + Image data is invalid or currently unsupported 图像数据无效或暂未支持 - Image data is invalid - 图片数据无效 + 图片数据无效 - Not supported mimedata: %1 - 不受支持的 MimeData 格式:%1 + 不受支持的 MimeData 格式:%1 MainWindow - + + File url list is empty 文件 URL 列表为空 - + &Copy 复制(&C) - + + Image data is invalid + 图片数据无效 + + + + Not supported mimedata: %1 + 不受支持的 MimeData 格式:%1 + + + + Image From Clipboard + 剪切板图片 + + + Are you sure you want to move "%1" to recycle bin? 您确认要将“%1”移动到回收站吗? - + Move to trash failed, it might caused by file permission issue, file system limitation, or platform limitation. 移至回收站失败,这可能由文件权限、文件系统或平台限制导致。 - + Copy P&ixmap 复制位图(&I) - + Copy &File Path 复制文件路径(&F) - + Properties 属性 + - Stay on top 总在最前 + - Protected mode 保护模式 + - Keep transformation The 'transformation' means the flip/rotation status that currently applied to the image view 保持视图变换 - + Zoom in 放大 - + Zoom out 缩小 - + Flip &Horizontally 水平翻转(&H) - + + Fit to view + 自适应视图大小 + + + + Fit to width + 自适应宽度 + + + &Paste 粘贴(&P) - + Toggle Checkerboard 切换棋盘格 - + &Open... 打开(&O)... - + Actual size 实际大小 - + Toggle maximize 最大化窗口 - + Rotate right 向右旋转 + Rotate left + 向左旋转 + + + Previous image 上一个图像 - + Next image 下一个图像 - - + + Move to Trash 移至回收站 - + Configure... 设置... - + Help 帮助 - + Show in File Explorer File Explorer is the name of explorer.exe under Windows 在文件资源管理器中显示 - + Show in directory 在文件夹中显示 - + Quit 退出 @@ -780,7 +808,12 @@ 菠萝看图 - + + List supported image format suffixes, and quit program. + 列出所支持的图像格式扩展名,并退出程序。 + + + File list. 文件列表。