From 75bdcd48705f934a6186fe0f3527e3cfcfc513e6 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:52:03 -0500 Subject: [PATCH 1/5] fixes SFINEA build warning (#4797) --- src/core/flameshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/flameshot.h b/src/core/flameshot.h index 6373f10eab..a8b0b2857c 100644 --- a/src/core/flameshot.h +++ b/src/core/flameshot.h @@ -4,13 +4,13 @@ #pragma once #include "core/capturerequest.h" +#include "widgets/capture/capturewidget.h" #include #include #include #include -class CaptureWidget; class ConfigWindow; class InfoWindow; class CaptureLauncher; From cb600c80da9f7eb73d33a1728da445c4ce964339 Mon Sep 17 00:00:00 2001 From: LSMISN <3303734+LSMISN@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:52:40 +0200 Subject: [PATCH 2/5] docs: add usage guide for minimal X11 window managers (#4772) * docs: add usage guide for minimal X11 window managers Since v14, screen capture goes through xdg-desktop-portal, including on X11. On minimal X11 window managers (i3, dwm, xmonad, bspwm, ...) the available portal backend often does not implement the Screenshot interface, so capture fails with "Could not locate ... portal.Desktop service" or "Screenshot portal timed out". Add docs/UsageX11MinimalWM.md describing the symptoms and the fix (enabling the legacy X11 capture via the GUI option or useX11LegacyScreenshot in flameshot.ini), and link the new page from the README. * docs: update error messages and checkbox label per #4778 PR #4778 merged: timeout message changed to a multi-line message mentioning the Legacy X11 method, and the deprecated qualifier was removed from the checkbox label. --- README.md | 5 +++ docs/UsageX11MinimalWM.md | 69 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 docs/UsageX11MinimalWM.md diff --git a/README.md b/README.md index 43ca87ec4a..af16431cc2 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ - [Usage](#usage) - [Usage on Windows](#usage-on-windows) - [Usage on Hyprland / Sway / wlroots](#usage-on-hyprland--sway--wlroots) + - [Usage on minimal X11 window managers](#usage-on-minimal-x11-window-managers) - [CLI configuration](#cli-configuration) - [Config file](#config-file) - [Keyboard Shortcuts](#keyboard-shortcuts) @@ -167,6 +168,10 @@ If you require console output, run `flameshot-cli.exe` instead. `flameshot-cli.e Please [refer to this document](docs/UsageHyprlandSwayWlroots.md) for detailed instructions on how to set up Flameshot on Hyprland, Sway, and wlroots-based Wayland compositors. +### Usage on minimal X11 window managers + +On minimal X11 window managers (i3, dwm, xmonad, bspwm, ...), capturing may fail because no portal backend implements the Screenshot interface (errors such as *"Could not locate the org.freedesktop.portal.Desktop service"* or *"Screenshot portal timed out"*). Please [refer to this document](docs/UsageX11MinimalWM.md) for the fix (enabling the legacy X11 capture). + ### CLI configuration You can use the graphical menu to configure Flameshot, but alternatively you can use your terminal or scripts to do so. diff --git a/docs/UsageX11MinimalWM.md b/docs/UsageX11MinimalWM.md new file mode 100644 index 0000000000..057e709d1a --- /dev/null +++ b/docs/UsageX11MinimalWM.md @@ -0,0 +1,69 @@ +# Usage on minimal X11 window managers (i3, dwm, xmonad, ...) + +Since v14, Flameshot captures the screen through the [XDG Desktop Portal](https://flatpak.github.io/xdg-desktop-portal/) (`org.freedesktop.portal.Desktop`), including on X11. Full desktop environments such as GNOME and KDE Plasma ship a portal backend that implements the `org.freedesktop.impl.portal.Screenshot` interface, so capturing works out of the box. + +Minimal X11 window managers (i3, dwm, xmonad, bspwm, qtile, AwesomeWM, ...) usually do **not** provide such a backend: either no `xdg-desktop-portal` backend is running, or the backend that is installed (for example `xdg-desktop-portal-gtk`) does not implement the Screenshot interface. In that case the capture fails. + +## Symptoms + +When the portal service cannot be reached: + +```text +flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service +flameshot: error: Unable to capture screen +flameshot: info: Screenshot aborted. +``` + +When a portal backend is present but does not implement the Screenshot interface (for example only `xdg-desktop-portal-gtk` is installed): + +```text +flameshot: error: The xdg-desktop-portal backend did not respond If you are on +wayland make sure an xdg-desktop-portal backend for your desktop is installed +and properly configured. + +If on X11 enable Legacy X11 method in the General Settings +``` + +In both cases the Flameshot capture overlay never appears. + +## Fix: enable the legacy X11 capture + +Flameshot ships a built-in option that bypasses the portal and uses Qt's native X11 capture (the method used before v14). Enable it once and capturing works again. + +> [!NOTE] +> This option only affects X11 sessions; it is ignored on Wayland. + +### From the GUI + +Open **Configuration → General** and tick **"Use legacy X11 screenshot method"**. + +### From the config file + +Edit `~/.config/flameshot/flameshot.ini` and add, under the `[General]` section: + +```ini +[General] +useX11LegacyScreenshot=true +``` + +Then restart the Flameshot tray daemon so the new setting is picked up: + +```sh +killall flameshot 2>/dev/null; flameshot & +``` + +## Background: which portal backends implement Screenshot? + +Not every `xdg-desktop-portal` backend implements `org.freedesktop.impl.portal.Screenshot`. Notably, the generic GTK backend (`xdg-desktop-portal-gtk`) does not, while the GNOME and KDE backends do but rely on their respective compositors (GNOME Shell / KWin), which are not running under a minimal window manager. + +See the [list of backends and interfaces](https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces) on the Arch Wiki to check whether your installed backend supports the Screenshot interface. + +## Affected window managers + +The following X11 window managers have been reported to need the legacy option: i3, dwm, xmonad, bspwm, qtile, AwesomeWM, Xfce4, and Plasma on X11. + +## Troubleshooting + +**Q) I enabled the legacy option but the capture window is not full screen / behaves like a normal window.** + +A) Some window managers tile or decorate the Flameshot window. Add a floating, borderless, fullscreen rule for the `flameshot` window class in your window manager configuration (similar to the rules documented for [Sway / wlroots](UsageHyprlandSwayWlroots.md)). From 4b69229cf459c36c2de93225170063b0e1441794 Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Sun, 5 Jul 2026 22:52:57 +0300 Subject: [PATCH 3/5] improve config text (#4760) The "Capture active monitor" is exclusive to X11 (as the tooltop also indicates), so here I add minimum possible number of words to clarify that. --- src/config/generalconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/generalconf.cpp b/src/config/generalconf.cpp index b29f157c48..c76f2fa076 100644 --- a/src/config/generalconf.cpp +++ b/src/config/generalconf.cpp @@ -924,7 +924,7 @@ void GeneralConf::setInsecurePixelate(bool checked) void GeneralConf::initCaptureActiveMonitor() { m_captureActiveMonitor = new QCheckBox( - tr("Capture active monitor (skip monitor selection)"), this); + tr("Capture active monitor in X11 (skip monitor selection)"), this); m_captureActiveMonitor->setToolTip( tr("Automatically capture the monitor where the cursor is located " "instead of showing the monitor selection dialog. " From 4ffe94aa3f97185343c224b2bf30f7d99315d9db Mon Sep 17 00:00:00 2001 From: El Thoro Date: Sun, 5 Jul 2026 21:58:05 +0200 Subject: [PATCH 4/5] Update KDSingleApplication to v1.2.1 (#4661) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02fc2285db..0771f4a947 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ if(USE_KDSINGLEAPPLICATION) FetchContent_Declare( kdsingleApplication GIT_REPOSITORY https://github.com/KDAB/KDSingleApplication.git - GIT_TAG v1.2.0 + GIT_TAG v1.2.1 ) FetchContent_MakeAvailable(kdsingleApplication) endif() From d183332104bd37edf8bdf90974ac2024345a0fba Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Sun, 5 Jul 2026 22:13:24 +0200 Subject: [PATCH 5/5] Translations update from Hosted Weblate (#4801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added translation using Weblate (Arabic (Najdi)) * Translated using Weblate (Estonian) Currently translated at 79.0% (373 of 472 strings) Translation: Flameshot/Flameshot Translate-URL: https://hosted.weblate.org/projects/flameshot/flameshot/et/ --------- Co-authored-by: borgman.jeremy Co-authored-by: Priit Jõerüüt --- data/translations/Internationalization_ars.ts | 3346 +++++++++++++++++ data/translations/Internationalization_et.ts | 18 +- 2 files changed, 3355 insertions(+), 9 deletions(-) create mode 100644 data/translations/Internationalization_ars.ts diff --git a/data/translations/Internationalization_ars.ts b/data/translations/Internationalization_ars.ts new file mode 100644 index 0000000000..06e6dc8e1f --- /dev/null +++ b/data/translations/Internationalization_ars.ts @@ -0,0 +1,3346 @@ + + + + + AbstractWidgetList + + + Add New + + + + + Move Up + + + + + Move Down + + + + + Remove + + + + + AcceptTool + + + Accept + + + + + Accept the capture + + + + + AppLauncher + + + App Launcher + + + + + Choose an app to open the capture + + + + + AppLauncherWidget + + + Open With + + + + + Launch in terminal + + + + + Keep open after selection + + + + + + Error + + + + + Unable to launch in terminal. + + + + + Unable to write in + + + + + ArrowTool + + + Arrow + + + + + Set the Arrow as the paint tool + + + + + BlurTool + + Blur + Desenfocament + + + Set Blur as the paint tool + Estableix el desenfocament com a eina de dibuix + + + + CaptureLauncher + + <b>Capture Mode</b> + <b>Mode de captura</b> + + + + Rectangular Region + + + + + Full Screen (Current Display) + + + + + Full Screen + + + + + Monitor %1: %2 (%3x%4) + + + + Full Screen (All Monitors) + Pantalla completa (tots els monitors) + + + + No Delay + + + + + second + + + + + + + seconds + + + + + + Take new screenshot + + + + + + Area: + + + + + + Capture Launcher + + + + TextLabel + EtiquetaDeText + + + + + Capture Mode + + + + + + Delay: + + + + + + Monitor: + + + + + + WxH+x+y + + + + + CaptureWidget + + Unable to capture screen + Impossible capturar la pantalla + Impossible capturar la pantalla + + + + Mouse + + + + + Select screenshot area + + + + + Mouse Wheel + + + + + Change tool size + + + + + Right Click + + + + + Show color picker + + + + + Open side panel + + + + + Esc + + + + + Exit + + + + + Quit Capture + + + + + Are you sure you want to quit capture? + + + + + Do not show this again + + + + + Flameshot has lost focus. Keyboard shortcuts won't work until you click somewhere. + + + + + Configuration error resolved. Launch `flameshot gui` again to apply it. + + + + Select an area with the mouse, or press Esc to exit. +Press Enter to capture the screen. +Press Right Click to show the color picker. +Use the Mouse Wheel to change the thickness of your tool. +Press Space to open the side panel. + Escolliu una àrea amb el ratolí, o premeu Esc per sortir. +Premeu Entrar per capturar la pantalla. +Premeu clic dret per mostrar l'eina de selecció de color. +Gireu la rodeta del ratolí per canviar el gruix de l'eina de dibuix. +Premeu Espai per obrir el calaix lateral. + + + + Tool Settings + + + + + CircleCountTool + + + Circle Counter + + + + + Add an autoincrementing counter bubble + + + + + CircleTool + + + Circle + + + + + Set the Circle as the paint tool + + + + + ColorDialog + + + + Select Color + + + + + + Saturation + + + + + + Hue + + + + + + Hex + + + + + + Blue + + + + + + Value + + + + + + Green + + + + + + Alpha + + + + + + Red + + + + + ColorGrabWidget + + + Accept color + + + + + Enter or Left Click + + + + + Precisely select color + + + + + Hold Left Click + + + + + Toggle magnifier + + + + + Space or Right Click + + + + + Cancel + + + + + Esc + + + + + ColorPickerEditor + + + Edit Preset: + + + + + Enter color to update preset + + + + + Update + + + + + Press button to update the selected preset + + + + + Delete + + + + + Press button to delete the selected preset + + + + + Add Preset: + + + + + Enter color manually or select it using the color-wheel + + + + + Add + + + + + Press button to add preset + + + + + + Error + + + + + Unable to add preset. Maximum limit reached. + + + + + Unable to remove preset. Minimum limit reached. + + + + + ConfigErrorDetails + + + Configuration errors + + + + + ConfigHandler + + + Unrecognized setting: '%1' + + + + + + Unrecognized shortcut name: '%1'. + + + + + + Shortcut conflict: '%1' and '%2' have the same shortcut: %3 + + + + + + Bad value in '%1'. Expected: %2 + + + + + + You have successfully resolved the configuration error. + + + + + The configuration contains an error. Open configuration to resolve. + + + + + Bad config key '%1' in ConfigHandler. Please report this as a bug. + + + + + ConfigResolver + + + Resolve configuration errors + + + + + <b>You must resolve all errors before continuing:</b> + + + + + Reset + + + + + Reset to the default value. + + + + + Remove + + + + + Remove this setting. + + + + + Some keyboard shortcuts have conflicts. +This will NOT prevent flameshot from starting. +Please solve them manually in the configuration file. + + + + + Resolve all + + + + + Resolve all listed errors. + + + + + Details + + + + + ConfigWindow + + + Configuration + + + + + Interface + + + + + Filename Editor + + + + + General + + + + + Shortcuts + + + + + Resolve + + + + + <b>Configuration file has errors. Resolve them before continuing.</b> + + + + + Controller + + New version %1 is available + La nova versió %1 ja és disponible + + + You have the latest version + Teniu la versió més recent + + + Failed to get information about the latest version. + Error a l'intentar obtenir informació sobre actualitzacions. + + + Error + Error + + + Unable to close active modal widgets + No s'han pogut tancar els widgets modals actius + + + &Open Launcher + &Obre el llançador d'aplicacions + + + &Configuration + &Ajustaments + + + &About + &Quant a + + + Check for updates + Comprova si hi ha actualitzacions disponibles + + + &Latest Uploads + &Últimes càrregues + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + &Information + &Informació + + + &Quit + &Surt + + + &Take Screenshot + &Captura + + + + CopyTool + + + Copy + + + + + Copy selection to clipboard + + + + Copy the selection into the clipboard + Copia la selecció al porta-retalls + + + + DBusUtils + + Unable to connect via DBus + No s'ha pogut connectar mitjançant DBus + + + + ExitTool + + + Exit + + + + + Leave the capture screen + + + + + FileNameEditor + + + Edit the name of your captures: + + + + + Edit: + + + + + Preview: + + + + + Save + + + + + Saves the pattern + + + + + Restore + + + + Reset + Reinicialitza + + + + Restores the saved pattern + + + + + Clear + + + + + Deletes the name + + + + + Flameshot + + + Error + + + + + Unable to close active modal widgets + + + + + URL copied to clipboard. + + + + + FlameshotDaemon + + New version %1 is available + Nova versió %1 disponible + + + + + You have the latest version + + + + + Failed to get information about the latest version. + + + + + Unable to connect via DBus + + + + + GeneneralConf + + Show help message + Mostra el missatge d'ajuda + + + Show the help message at the beginning in the capture mode. + Mostra el missatge d'ajuda en iniciar el mode de captura. + + + Show desktop notifications + Mostra les notificacions d'escriptori + + + Show tray icon + Mostra la icona en la barra de tasques + + + Show the systemtray icon + Mostra la icona en la barra de tasques + + + Import + Importar + + + Error + Error + + + Unable to read file. + Impossible llegir el fitxer. + + + Unable to write file. + Impossible escriure al fitxer. + + + Save File + Guardar Arxiu + + + Confirm Reset + Confirmar Reset + + + Are you sure you want to reset the configuration? + Esteu segur que voleu reiniciar la configuració? + + + Configuration File + Fitxer de Configuració + + + Export + Exportar + + + Reset + Reset + + + Launch at startup + Llançament a l'inici + + + + GeneralConf + + + + Import + + + + + + + + Error + + + + + Unable to read file. + + + + + + Unable to write file. + + + + + Save File + + + + + Confirm Reset + + + + + Are you sure you want to reset the configuration? + + + + + Show help message + + + + Show the help message at the beginning in the capture mode. + Mostra el missatge d'ajuda en iniciar el mode de captura. + + + + Show the side panel button + + + + Show the side panel toggle button in the capture mode. + Mostra el botó del calaix lateral en el mode de captura. + + + + Show desktop notifications + + + + + Show tray icon + + + + Show the systemtray icon + Mostra la icona a la barra de tasques del sistema + + + + Confirmation required to delete screenshot from the latest uploads + + + + + Configuration File + + + + + Export + + + + + Reset + + + + + Automatic check for updates + + + + + Allow multiple flameshot GUI instances simultaneously + + + + This allows you to take screenshots of flameshot itself for example. + This allows you to take screenshots of flameshot itself for example. + + + Automatically close daemon when it is not needed + Automatically close daemon when it is not needed + + + Launch at startup + Llança a l'inici + + + Launch Flameshot + Inicia el Flameshot + + + + Show welcome message on launch + + + + + Use large predefined color palette + + + + + Copy URL after upload + + + + Copy URL and close window after upload + Copia la URL i tanca la finestra després de la càrrega + + + + Save image after copy + + + + Save image file after copying it + Desa el fitxer d'imatge després d'haver-lo copiat + + + + Show the help message at the beginning in the capture mode + + + + + Use last region for GUI mode + + + + + Use the last region as the default selection for the next screenshot in GUI mode + + + + + Show the side panel toggle button in the capture mode + + + + + Enable desktop notifications + + + + + Show abort notifications + + + + + Enable abort notifications + + + + + Show icon in the system tray + + + + Use grim to capture screenshots + Usa grim per a fer les captures de pantalla + + + Grim is a wayland only utility to capture screens based on the screencopy protocol. Generally only enable on minimal wayland window managers like sway, hyprland, etc. + Grim és una utilitat només de wayland per capturar pantalles basades en el protocol de còpia de pantalla. En general, només s'habilita en gestors de finestres minimalistes de wayland com sway, hyprland, etc. + + + + Ask for confirmation to delete screenshot from the latest uploads + + + + + Check for updates automatically + + + + + This allows you to take screenshots of Flameshot itself for example + + + + Launch Flameshot daemon when computer is booted + Launch Flameshot daemon when computer is booted + + + + Show the welcome message box in the middle of the screen while taking a screenshot + + + + + Use a large predefined color palette + + + + + Copy on double click + + + + Enable Copy on Double Click + Enable Copy on Double Click + + + Copy URL and close window after uploading was successful + Copy URL and close window after uploading was successful + + + + Automatically unload from memory when it is not needed + + + + + Automatically close daemon (background process) when it is not needed + + + + + Launch in background at startup + + + + + Launch Flameshot daemon (background process) when computer is booted + + + + + Ask before quit capture + + + + + Show the confirmation prompt before ESC quit + + + + + Enable Copy to clipboard on Double Click + + + + + Copy URL after uploading was successful + + + + + After copying the screenshot, save it to a file as well + + + + + Save Path + + + + + Change... + + + + + Use fixed path for screenshots to save + + + + + Preferred save file extension: + + + + + Latest Uploads Max Size + + + + + Imgur Application Client ID + + + + + Undo limit + + + + + Use JPG format for clipboard (PNG default) + + + + + Use lossy JPG format for clipboard (lossless PNG default) + + + + + Copy file path after save + + + + + Copy the file path to clipboard after the file is saved + + + + + Anti-aliasing image when zoom the pinned image + + + + + After zooming the pinned image, should the image get smoothened or stay pixelated + + + + + + Upload image without confirmation + + + + + Choose a Folder + + + + + Unable to write to directory. + + + + + Show magnifier + + + + + Enable a magnifier while selecting the screenshot area + + + + + Square shaped magnifier + + + + + Make the magnifier to be square-shaped + + + + + Milliseconds before geometry display hides; 0 means do not hide + + + + + Set geometry display timeout (ms) + + + + + Selection Geometry Display + + + + + Display Location + + + + + None + + + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + + + + Center + + + + + Quality range of 0-100; Higher number is better quality and larger file size + + + + + JPEG Quality + + + + + Reverse arrow + + + + + Draw the arrow head first + + + + + Insecure Pixelate + + + + + Draw the pixelation effect in an insecure but more asethetic way. + + + + + Capture active monitor (skip monitor selection) + + + + + Automatically capture the monitor where the cursor is located instead of showing the monitor selection dialog. This feature is not supported on Wayland. + + + + + Use legacy X11 screenshot method (deprecated) + + + + + Bypass the freedesktop portal and use Qt's native X11 screen capture. Enable this if your window manager lacks xdg-desktop-portal (e.g. xmonad, i3). Only effective on X11; ignored on Wayland. + + + + + HistoryWidget + + Latest Uploads + Últimes càrregues + + + Screenshots history is empty + L'historial de captures de pantalla és buit + + + Copy URL + Copia l'URL + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + Open in browser + Obre al navegador + + + Confirm to delete + Confirmeu per esborrar + + + Are you sure you want to delete a screenshot from the latest uploads and server? + Esteu segur de voler esborrar la captura de les últimes càrregues i del servidor? + + + + ImgS3Uploader + + Uploading Image + S'està pujant la imatge + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + Error + Error + + + + ImgUploadDialog + + + Upload Confirmation + + + + + Do you want to upload this capture? + + + + + + Upload without confirmation + + + + + ImgUploader + + Uploading Image + S'està pujant la imatge + + + Delete image + Esborra la imatge + + + Unable to open the URL. + No es pot obrir l'URL. + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + Screenshot copied to clipboard. + La captura s'ha copiat al porta-retalls. + + + Copy URL + Copia l'URL + + + Open URL + Obri l'URL + + + Image to Clipboard. + Imatge al porta-retalls. + + + + ImgUploaderBase + + + Upload image + + + + + Uploading Image + + + + + Copy URL + + + + + Open URL + + + + + Delete image + + + + + Image to Clipboard. + + + + + Save image + + + + + Unable to open the URL. + + + + + URL copied to clipboard. + + + + + Screenshot copied to clipboard. + + + + + Unable to save the screenshot to disk. + + + + + Screenshot saved. + + + + + ImgUploaderTool + + + Image Uploader + + + + + Upload the selection + + + + + ImgurUploader + + Upload to Imgur + Puja a Imgur + + + Uploading Image + S'està pujant la imatge + + + Copy URL + Copia l'URL + + + Open URL + Obre l'URL + + + Delete image + Esborra la imatge + + + Image to Clipboard. + Imatge al porta-retalls. + + + + Unable to open the URL. + + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + Screenshot copied to clipboard. + La captura s'ha copiat al porta-retalls. + + + + ImgurUploaderTool + + Image Uploader + Puja la imatge + + + Upload the selection to Imgur + Puja la selecció a Imgur + + + + InfoWindow + + + + About + + + + + + Icon + + + + + + License + + + + + + GPLv3+ + + + + + + Version + + + + + + Flameshot v + + + + + + OS Info + + + + + + Copy Info + + + + Right Click + Clic dret + + + Mouse Wheel + Roda del ratolí + + + Move selection 1px + Mou la selecció 1 px + + + Resize selection 1px + Redimensiona la selecció 1 px + + + Quit capture + Ix de la captura + + + Copy to clipboard + Copia al porta-retalls + + + Save selection as a file + Guarda la selecció com a fitxer + + + Undo the last modification + Desfés l'última modificació + + + Show color picker + Mostra el selector de color + + + Change the tool's thickness + Canvia el gruix de l'eina + + + Key + Tecla + + + Description + Descripció + + + <u><b>License</b></u> + <u><b>Llicència</b></u> + + + <u><b>Version</b></u> + <u><b>Versió</b></u> + + + <u><b>Shortcuts</b></u> + <u><b>Dreceres</b></u> + + + Available shortcuts in the screen capture mode. + Dreceres disponibles en el mode de captura de pantalla. + + + + InvertTool + + + Invert + + + + + Set Inverter as the paint tool + + + + + LineTool + + + Line + + + + + Set the Line as the paint tool + + + + + MarkerTool + + + Marker + + + + + Set the Marker as the paint tool + + + + + MonitorPreview + + + Monitor %1: %2 +Click to select + + + + + MoveTool + + + Move + + + + + Move the selection area + + + + + PencilTool + + + Pencil + + + + + Set the Pencil as the paint tool + + + + + PinTool + + + Pin Tool + + + + + Pin image on the desktop + + + + + PinWidget + + + Context menu + + + + + Copy to clipboard + + + + + Save to file + + + + + Rotate Right + + + + + Rotate Left + + + + + Increase Opacity + + + + + Decrease Opacity + + + + + Close + + + + + PixelateTool + + + Pixelate + + + + + Set Pixelate as the paint tool. + + + + Set Pixelate as the paint tool + Estableix l'eina de pixel·lament com a eina de dibuix + + + + PrimaryInstanceWidget + + + Primary instance + + + + + <b>Primary instance.</b> Messages received from secondaries: + + + + + QHotkey + + Failed to register %1. Error: %2 + No s'ha pogut registrar %1. Error: %2 + + + Failed to unregister %1. Error: %2 + No s'ha pogut desregistrar %1. Error: %2 + + + + QObject + + + + + Capture saved to clipboard. + + + + + Error while saving to clipboard + + + + + Save screenshot + + + + + Path copied to clipboard as + + + + Saving canceled + Saving canceled + + + Save canceled + Save canceled + + + Capture is saved and copied to the clipboard as + La captura serà desada i copiada al porta-retalls com a + + + + Save Error + + + + + + Capture saved as + + + + + + Error trying to save as + + + + + Unable to connect via DBus + + + + + Powerful yet simple to use screenshot software. + + + + + See + + + + Capture the entire desktop. + Captureu l'escriptori sencer. + + + + Open the capture launcher. + + + + + Start a manual capture in GUI mode. + + + + + Configure + + + + Capture a single screen. + Captura una sola pantalla. + + + Path where the capture will be saved + Camí on es desarà la captura + + + + Capture screenshot of all monitors at the same time. + + + + + Capture a screenshot of the specified monitor. + + + + + Existing directory or new file to save to + + + + + Save the capture to the clipboard + + + + + Pin the capture to the screen + + + + Upload screenshot + Puja la captura de pantalla + + + + Delay time in milliseconds + + + + + Repeat screenshot with previously selected region + + + + + Screenshot region to select + + + + + Set the filename pattern + + + + + Accept capture as soon as a selection is made + + + + + Enable or disable the trayicon + + + + + Enable or disable run at startup + + + + + Enable or disable the notifications + + + + + Check the configuration for errors + + + + + Show the help message in the capture mode + + + + + Define the main UI color + + + + + Define the contrast UI color + + + + + Print raw PNG capture + + + + + Print geometry of the selection in the format WxH+X+Y. Does nothing if raw is specified + + + + + Define the screen to capture (starting from 0) + + + + + Interactively select and edit the screenshot region + + + + + Invalid delay, it must be a number greater than 0 + + + + + Invalid region, use 'WxH+X+Y' or 'all' or 'screen0/screen1/...'. + + + + + Invalid path, must be an existing directory or a new file in an existing directory + + + + Define the screen to capture + Define the screen to capture + + + + default: screen containing the cursor + + + + + Screen number + + + + + Invalid color, this flag supports the following formats: +- #RGB (each of R, G, and B is a single hex digit) +- #RRGGBB +- #RRRGGGBBB +- #RRRRGGGGBBBB +- Named colors like 'blue' or 'red' +You may need to escape the '#' sign as in '\#FFF' + + + + Invalid delay, it must be higher than 0 + Invalid delay, it must be higher than 0 + + + + Invalid screen number, it must be non negative + + + + Invalid path, it must be a real path in the system + Invalid path, it must be a real path in the system + + + + Invalid value, it must be defined as 'true' or 'false' + + + + + Error + + + + + Unable to write in + + + + + Requested screen exceeds screen count + + + + + Full screen screenshot pinned to screen + + + + URL copied to clipboard. + L'URL s'ha copiat al porta-retalls. + + + + Options + + + + Arguments + Arguments + + + arguments + arguments + + + + Subcommands + + + + + subcommands + + + + + Usage + + + + + options + + + + + Per default runs Flameshot in the background and adds a tray icon for configuration. + + + + + Hello, I'm here! Click icon in the tray to take a screenshot or click with a right button to see more options. + + + + Toggle side panel + Toggle side panel + + + Resize selection left 1px + Resize selection left 1px + + + Resize selection right 1px + Resize selection right 1px + + + Resize selection up 1px + Resize selection up 1px + + + Resize selection down 1px + Resize selection down 1px + + + Select entire screen + Select entire screen + + + Move selection left 1px + Move selection left 1px + + + Move selection right 1px + Move selection right 1px + + + Move selection up 1px + Move selection up 1px + + + Move selection down 1px + Move selection down 1px + + + Commit text in text area + Commit text in text area + + + Delete current tool + Delete current tool + + + + Quit capture + + + + + Screenshot history + + + + + Capture screen + + + + + Show color picker + + + + + Change the tool's size + + + + Change the tool's thickness + Canvia el gruix de l'eina + + + + RectangleTool + + + Rectangle + + + + + Set the Rectangle as the paint tool + + + + + RedoTool + + + Redo + + + + + Redo the next modification + + + + + SaveTool + + + Save + + + + + Save screenshot to a file + + + + Save the capture + Guarda la captura + + + + ScreenGrabber + + Unable to detect desktop environment (GNOME? KDE? Sway? ...) + Unable to detect desktop environment (GNOME? KDE? Sway? ...) + + + The universal wayland screen capture adapter requires Grim as the screen capture component of wayland. If the screen capture component is missing, please install it! + L'adaptador universal de captura de pantalla de wayland requereix Grim com a component de captura de pantalla del wayland. Si falta el component de captura de pantalla, instal·leu-lo! + + + If the useGrimAdapter setting is not enabled, the dbus protocol will be used. It should be noted that using the dbus protocol under wayland is not recommended. It is recommended to enable the useGrimAdapter setting in flameshot.ini to activate the grim-based general wayland screenshot adapter + Si la configuració useGrimAdapter no està activada, s'utilitzarà el protocol dbus. Cal tenir en compte que no es recomana l'ús del protocol de dbus en el wayland. Es recomana habilitar l'opció useGrimAdapter a flameshot.ini per activar l'adaptador general de captura de pantalla Wayland basat en grim + + + grim's screenshot component is implemented based on wlroots, it may not be used in GNOME or similar desktop environments + El component de captura de pantalla de grim s'implementa en base a wlroots, no es pot utilitzar en el GNOME o en entorns d'escriptori similars + + + Unable to detect desktop environment (GNOME? KDE? Qile? Sway? ...) + No s'ha pogut detectar l'entorn d'escriptori (GNOME? KDE? Qile? Sway? ...) + + + Hint: try setting the XDG_CURRENT_DESKTOP environment variable. + Pista: prova de configurar la variable d'entorn XDG_CURRENT_DESKTOP. + + + + Could not locate the `org.freedesktop.portal.Desktop` service + + + + + Screenshot portal timed out after 30 seconds + + + + + FreeDesktop portal screenshot size: %1x%2, DPR: %3 + + + + + Capture Active Monitor is not supported on Wayland due to Wayland security model. + + + + + Screenshot already in progress, please wait for the current screenshot to complete + + + + + Screenshot cancelled + + + + + Unable to get current screen + + + + + + + + Unable to capture screen + + + + + === All Screen Information === + + + + + + Screen %1: %2 + + + + + Logical geometry: %1x%2+%3+%4 + + + + + DPR: %1 + + + + + Total logical dimensions: %1x%2 (min: %3,%4) + + + + + Screenshot dimensions: %1x%2 + + + + + Screenshot scale factors: X=%1 Y=%2 + + + + + Calculated crop position for mixed DPI: X=%1 Y=%2 + + + + + Logical geometry: %1x%2+%3+%4 DPR: %5 + + + + + Crop rect in screenshot: %1x%2+%3+%4 + + + + + Crop rect is empty, returning full screenshot + + + + + Scaling screenshot to: %1 %2 + + + + + SecondaryInstanceWidget + + + Secondary instance + + + + + <b>Secondary instance.</b> Send message to primary: + + + + + Type something here... + + + + + &Send + + + + + Error sending message + + + + + The message '%1' could not be sent to the primary. + + + + + SelectionTool + + + Rectangular Selection + + + + + Set Selection as the paint tool + + + + + SetShortcutDialog + + + Set Shortcut + + + + + Enter new shortcut to change + + + + + Press Esc to cancel or ⌘+Backspace to disable the keyboard shortcut. + + + + + Press Esc to cancel or Backspace to disable the keyboard shortcut. + + + + + + Flameshot must be restarted for changes to take effect. + + + + + ShortcutsWidget + + + Hot Keys + + + + + Available shortcuts in the screen capture mode. + + + + + Description + + + + + Key + + + + + Left Double-click + + + + + Toggle side panel + + + + + Grab a color from the screen + + + + + Resize selection left 1px + + + + + Resize selection right 1px + + + + + Resize selection up 1px + + + + + Resize selection down 1px + + + + + Symmetrically decrease width by 2px + + + + + Symmetrically increase width by 2px + + + + + Symmetrically increase height by 2px + + + + + Symmetrically decrease height by 2px + + + + + Select entire screen + + + + + Move selection left 1px + + + + + Move selection right 1px + + + + + Move selection up 1px + + + + + Move selection down 1px + + + + + Commit text in text area + + + + + Delete selected drawn object + + + + + Cancel current selection + + + + + It seems, that Windows forces to open its screenshot tool when the 'Print Screen' key is pressed. Would you like to disable this so that Flameshot can use the 'Print Screen' key? + + + + + Flameshot must be restarted for changes to take effect. + Flameshot s'ha de reiniciar perquè els canvis tinguin efecte. + + + + No, don't ask again + + + + + + + The registry could not be changed! + + + + + Register Flameshot as MS-SCREENCLIP application (administrator privileges required) + + + + + After registering, you can select Flameshot as the default screenshot application in Windows Settings. + + + + + + You may start Flameshot as administrator ONCE and try again! + + + + Delete current tool + Delete current tool + + + + + Capture screen + + + + + Screenshot history + + + + + SidePanelWidget + + Active thickness: + Active thickness: + + + Active color: + Active color: + + + Press ESC to cancel + Press ESC to cancel + + + + Active tool size: + + + + + Active Color: + + + + + Grab Color + + + + + Display grid + + + + + SizeDecreaseTool + + + Decrease Tool Size + + + + + Decrease the size of the other tools + + + + + SizeIncreaseTool + + + Increase Tool Size + + + + + Increase the size of the other tools + + + + + SizeIndicatorTool + + Selection Size Indicator + Indicador de mida de selecció + + + Show X and Y dimensions of the selection + Show X and Y dimensions of the selection + + + Show the dimensions of the selection (X Y) + Mostra les mides de la selecció (X Y) + + + + StrftimeChooserWidget + + Century (00-99) + Segle (00-99) + + + Year (00-99) + Any (00-99) + + + Year (2000) + Any (2000) + + + Month Name (jan) + Nom del mes (jul) + + + Month Name (january) + Nom del mes (juliol) + + + Month (01-12) + Mes (01-12) + + + Week Day (1-7) + Dia de la setmana (1-7) + + + Week (01-53) + Setmana (01-53) + + + Day Name (mon) + Nom del dia (dg) + + + Day Name (monday) + Nom del dia (diumenge) + + + Day (01-31) + Dia (01-31) + + + Day of Month (1-31) + Dia del mes (1-31) + + + Day (001-366) + Dia (001-366) + + + Hour (00-23) + Hora (00-23) + + + Hour (01-12) + Hora (01-12) + + + Minute (00-59) + Minut (00-59) + + + Second (00-59) + Segon (00-59) + + + Full Date (%m/%d/%y) + Data Completa (%m/%d/%y) + + + Full Date (%Y-%m-%d) + Data Completa (%Y-%m-%d) + + + Full Date (%d-%m-%Y) + Data Completa (%d-%m-%Y) + + + Time (%H-%M-%S) + Hora (%H-%M-%S) + + + Time (%H-%M) + Hora (%H-%M) + + + + SystemNotification + + + No DBus System Notification service found + + + + + Flameshot Info + + + + + TextConfig + + + StrikeOut + + + + + Underline + + + + + Bold + + + + + Italic + + + + + Left Align + + + + + Center Align + + + + + Right Align + + + + + TextTool + + + Text + + + + + Add text to your capture + + + + + TrayIcon + + + &Take Screenshot + + + + + &Open Launcher + + + + + &Configuration + + + + + &About + + + + + + Check for updates + + + + + Download version %1 + + + + + Select Screen + + + + + Monitor %1: %2 (%3x%4) + + + + New version %1 is available + Nova versió %1 disponible + + + + &Quit + + + + + &Latest Uploads + + + + + &Open Save Path + + + + + UIcolorEditor + + UI Color Editor + Editor de color de la interfície + + + + Change the color moving the selectors and see the changes in the preview buttons. + + + + + Select a Button to modify it + + + + + Main Color + + + + + Click on this button to set the edition mode of the main color. + + + + + Contrast Color + + + + + Click on this button to set the edition mode of the contrast color. + + + + + UndoTool + + + Undo + + + + + Undo the last modification + + + + + UpdateNotificationWidget + + + New Flameshot version %1 is available + + + + + Ignore + + + + + Later + + + + + Update + + + + + UploadHistory + + + Upload History + + + + + Screenshots history is empty + + + + + UploadLineItem + + + Form + + + + + TextLabel + + + + + Copy URL + + + + + Open In Browser + + + + + Confirm to delete + + + + + Are you sure you want to delete a screenshot from the latest uploads and server? + + + + + UtilityPanel + + + Close + + + + + <Empty> + + + + + VisualsEditor + + + Opacity of area outside selection: + + + + + UI Color Editor + + + + + Colorpicker Editor + + + + + Button Selection + + + + + Select All + + + + + UI language + + + + + Configuration + Ajustaments + + + + Flameshot must be restarted to apply these changes! + + + + + color_widgets::ColorDialog + + + Pick + + + + + color_widgets::ColorPalette + + + Unnamed + + + + + color_widgets::ColorPaletteModel + + + Unnamed + + + + + %1 (%2 colors) + + + + + color_widgets::ColorPaletteWidget + + + + Open a new palette from file + + + + + + Create a new palette + + + + + + Duplicate the current palette + + + + + + Delete the current palette + + + + + + Revert changes to the current palette + + + + + + Save changes to the current palette + + + + + + Add a color to the palette + + + + + + Remove the selected color from the palette + + + + + + New Palette + + + + + + Name + + + + + GIMP Palettes (*.gpl) + + + + + Palette Image (%1) + + + + + All Files (*) + + + + + + Open Palette + + + + + Failed to load the palette file +%1 + + + + + color_widgets::GradientEditor + + + Add Color + + + + + Remove Color + + + + + Edit Color... + + + + + color_widgets::GradientListModel + + + %1 (%2 colors) + + + + + color_widgets::Swatch + + + Clear Color + + + + + %1 (%2) + + + + diff --git a/data/translations/Internationalization_et.ts b/data/translations/Internationalization_et.ts index 9da809b47e..d568ff6cbb 100644 --- a/data/translations/Internationalization_et.ts +++ b/data/translations/Internationalization_et.ts @@ -94,7 +94,7 @@ Set the Arrow as the paint tool - Määra nool joonistustarvikuks + Kasuta noolt joonistustarvikuna @@ -320,7 +320,7 @@ Premeu Espai per obrir el calaix lateral. Set the Circle as the paint tool - Määra ring joonistustarvikuks + Kasuta ringi joonistustarvikuna @@ -1726,7 +1726,7 @@ Palun lahenda vead käsitsi seadistusfailis. Set Inverter as the paint tool - Määra inverter joonistustarvikuks + Kasuta inverterit joonistustarvikuna @@ -1739,7 +1739,7 @@ Palun lahenda vead käsitsi seadistusfailis. Set the Line as the paint tool - Määra joon joonistustarvikuks + Kasuta joont joonistustarvikuna @@ -1752,7 +1752,7 @@ Palun lahenda vead käsitsi seadistusfailis. Set the Marker as the paint tool - Määra marker joonistustarvikuks + Kasuta markervildikat joonistustarvikuna @@ -1788,7 +1788,7 @@ Valimiseks klõpsa Set the Pencil as the paint tool - Määra pliiats joonistustarvikuks + Kasuta pliiatsit joonistustarvikuna @@ -1857,7 +1857,7 @@ Valimiseks klõpsa Set Pixelate as the paint tool. - Määra pikseldaja joonistustarvikuks. + Kasuta pikseldajat joonistustarvikuna. Set Pixelate as the paint tool @@ -2301,7 +2301,7 @@ You may need to escape the '#' sign as in '\#FFF' Set the Rectangle as the paint tool - Määra ristkülik joonistustarvikuks + Kasuta ristkülikut joonistustarvikuna @@ -2488,7 +2488,7 @@ You may need to escape the '#' sign as in '\#FFF' Set Selection as the paint tool - Määra valikuvidin joonistustarvikuks + Kasuta valikukasti joonistustarvikuna