diff options
| author | Trung Lê <8@tle.id.au> | 2026-06-10 17:32:15 +1000 |
|---|---|---|
| committer | Trung Lê <8@tle.id.au> | 2026-06-10 23:21:58 +1000 |
| commit | e845db5dc4f482f88d1562c0356cd1c65d5f538b (patch) | |
| tree | 0b1d9ca46ec459667e0a8f2b698e3708e06d84b2 /po | |
| parent | fbd27b7ba04c12eb080ccabec63938c2f05c75ec (diff) | |
feat: add gettext i18n with translations (vi, de, fr, it, es, pt)
Wire up internationalization for the app and ship six translations.
Infrastructure:
- meson: import i18n, define GETTEXT_PACKAGE/GSR_LOCALEDIR, add po/ subdir,
and translate the .desktop and AppStream metainfo via i18n.merge_file
(renamed to .desktop.in / .metainfo.xml.in).
- main.c: setlocale + bindtextdomain/textdomain so the catalog is loaded.
- po/: LINGUAS, POTFILES.in, meson.build (glib preset).
String marking:
- Wrap every user-visible string with _() across main.c, gsr-window.c, the four
pages and the shortcut dialog (titles, subtitles, labels, buttons, combo
display names, notifications, toasts, dialogs, menu items).
- Leave ids/keys untranslated: codec/container/service ids, GAction/icon/CSS
names, GVariant/format strings, accelerators, etc.
Linting:
- Re-enable gobject-linter's untranslated_string rule (now that i18n exists) as
an error so new user-visible strings must be wrapped.
Translations (141 messages each, %s/%d/markup placeholders preserved):
- Vietnamese (vi), German (de), French (fr), Italian (it), Spanish (es),
Portuguese (pt). Codec names, "OK", proper nouns and the product name are
intentionally left in English. Verified: msgfmt --check-format passes and the
compiled catalogs resolve (e.g. "Record" -> "Ghi hình" / "Aufnahme" /
"Enregistrement").
Diffstat (limited to 'po')
| -rw-r--r-- | po/LINGUAS | 6 | ||||
| -rw-r--r-- | po/POTFILES.in | 9 | ||||
| -rw-r--r-- | po/de.po | 792 | ||||
| -rw-r--r-- | po/es.po | 792 | ||||
| -rw-r--r-- | po/fr.po | 792 | ||||
| -rw-r--r-- | po/it.po | 792 | ||||
| -rw-r--r-- | po/meson.build | 3 | ||||
| -rw-r--r-- | po/pt.po | 792 | ||||
| -rw-r--r-- | po/vi.po | 762 |
9 files changed, 4740 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..8eb8e23 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,6 @@ +de +es +fr +it +pt +vi diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..6a006cc --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,9 @@ +src/main.c +src/gsr-window.c +src/gsr-config-page.c +src/gsr-record-page.c +src/gsr-replay-page.c +src/gsr-stream-page.c +src/gsr-shortcut-accel-dialog.c +com.dec05eba.gpu_screen_recorder.desktop.in +com.dec05eba.gpu_screen_recorder.metainfo.xml.in diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..ce80053 --- /dev/null +++ b/po/de.po @@ -0,0 +1,792 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:40+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: German\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Adwaita-Portierung" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Stream" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Streaming starten/stoppen" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Aufnahme" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Aufnahme starten/stoppen" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Aufnahme pausieren/fortsetzen" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Wiederholung" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Wiederholung starten/stoppen" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Wiederholung speichern" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "Streaming" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "Aufnahme" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "Wiederholung" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "Unbekannt" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Ordner öffnen" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Aufnahme gespeichert unter %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "%s gestoppt" + +#: src/gsr-window.c:589 +msgid "" +"You need to have pkexec installed and have a polkit agent running to record " +"your monitor" +msgstr "Sie müssen pkexec installiert haben und ein polkit-Agent muss laufen, um Ihren Monitor aufzunehmen" + +#: src/gsr-window.c:592 +msgid "" +"Desktop portal capture failed. Either you canceled the desktop portal or " +"your Wayland compositor doesn't support desktop portal capture or it's " +"incorrectly setup on your system" +msgstr "Desktop-Portal-Aufnahme fehlgeschlagen. Entweder haben Sie das Desktop-Portal abgebrochen, oder Ihr Wayland-Compositor unterstützt keine Desktop-Portal-Aufnahme, oder sie ist auf Ihrem System falsch eingerichtet" + +#: src/gsr-window.c:597 +msgid "" +"Failed to save video. Either your graphics card doesn't support GPU Screen " +"Recorder with the settings you used or you don't have enough disk space. " +"Start GPU Screen Recorder from the terminal for more info" +msgstr "Video konnte nicht gespeichert werden. Entweder unterstützt Ihre Grafikkarte GPU Screen Recorder mit den verwendeten Einstellungen nicht, oder Sie haben nicht genügend Speicherplatz. Starten Sie GPU Screen Recorder über das Terminal für weitere Informationen" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Einfach" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Erweitert" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Tastenkürzel" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "Info" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Ansicht" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "Ausführen von gpu-screen-recorder fehlgeschlagen" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your " +"PATH." +msgstr "Der Befehl <tt>gpu-screen-recorder</tt> konnte nicht ausgeführt werden.\n\nStellen Sie sicher, dass <tt>gpu-screen-recorder</tt> installiert und in Ihrem PATH verfügbar ist." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "OpenGL-Initialisierung fehlgeschlagen" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install " +"the Vulkan or Mesa drivers for your GPU." +msgstr "OpenGL-Informationen konnten nicht abgerufen werden.\n\nStellen Sie sicher, dass Ihre GPU-Treiber korrekt installiert sind. Möglicherweise müssen Sie die Vulkan- oder Mesa-Treiber für Ihre GPU installieren." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "Keine DRM-Karte gefunden" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and " +"properly configured." +msgstr "Es konnte keine gültige DRM-Karte für Ihre GPU gefunden werden.\n\nWenn Sie in einer VM laufen, stellen Sie sicher, dass GPU-Passthrough aktiviert und korrekt konfiguriert ist." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "Kein Anzeigeserver erkannt" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "Weder X11 noch Wayland läuft.\n\nGPU Screen Recorder erfordert entweder X11 oder Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "Keine Monitore gefunden" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors " +"are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to " +"choose a GPU." +msgstr "Es wurden keine aufzunehmenden Monitore gefunden.\n\nStellen Sie sicher, dass GPU Screen Recorder auf derselben GPU läuft, mit der Ihre Monitore verbunden sind. Sie können die Umgebungsvariable <tt>DRI_PRIME</tt> verwenden, um eine GPU auszuwählen." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Konfiguration" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "Kein Fenster ausgewählt! Bitte wählen Sie zuerst ein Fenster aus." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "Befehl konnte nicht erstellt werden (kein Fenster ausgewählt)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "%s konnte nicht gestartet werden (fork fehlgeschlagen)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "%s gestartet" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Wiederholung gespeichert" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(kein Name)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "Zeiger konnte nicht erfasst werden" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Aufnahmeziel" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Fenster" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Fokussiertes Fenster" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Monitor %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Monitor %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Desktop-Portal (kein HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Aufnahmebereich" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Fenster auswählen …" + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Klicken, um ein Fenster auszuwählen" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Videoauflösung ändern" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Videobreite" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Videohöhe" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Bereichsbreite" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Bereichshöhe" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Portal-Sitzung wiederherstellen" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Audio" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Audiogerät" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "App-Audio" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "Benutzerdefinierte App" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Audiospuren aufteilen" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Alle Apps außer der ausgewählten aufnehmen" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Audio-Codec" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (Empfohlen)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Gerät" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Anwendung" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Videoqualität" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Konstante Bitrate" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Mittel" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Hoch" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Sehr hoch" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Ultra" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Video-Bitrate (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Automatisch" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Video-Codec" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Farbbereich" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Begrenzt" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Voll" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Bildrate" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Bildratenmodus" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Automatisch (Empfohlen)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Konstant" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Variabel" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Speicherübertragungsrate übertakten" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Cursor aufnehmen" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Benachrichtigungen" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Startbenachrichtigung anzeigen" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Stoppbenachrichtigung anzeigen" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Benachrichtigung über gespeichertes Video anzeigen" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Speicherverzeichnis auswählen" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Aufnahme starten/stoppen" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Aufnahme pausieren/fortsetzen" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Tastenkürzel" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "Ihr Wayland-Compositor unterstützt keine globalen Tastenkürzel.\nVerwenden Sie X11 oder KDE Plasma unter Wayland, wenn Sie Tastenkürzel nutzen möchten." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Tastenkürzel werden von KDE Plasma verwaltet" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Klicken, um Tastenkürzel in den Systemeinstellungen zu konfigurieren" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Tastenkürzel ändern" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Tastenkürzel werden von Ihrem Compositor verwaltet" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Öffnen Sie die Systemeinstellungen, um Tastenkürzel zu ändern" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Ausgabe" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Speicherverzeichnis" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Container" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Aufnahme starten" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Aufnahme pausieren" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Aufnahme stoppen" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Aufnahme fortsetzen" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Wiederholung starten/stoppen" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Wiederholungsdauer (Sekunden)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Wiederholung starten" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Wiederholung stoppen" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Streaming starten/stoppen" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Streaming-Dienst" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Dienst" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Benutzerdefiniert" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Stream-Schlüssel" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Streaming starten" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Streaming stoppen" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Tastenkürzel festlegen" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Abbrechen" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Festlegen" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Tastenkürzel" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Neues Tastenkürzel eingeben für\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Drücken Sie Esc zum Abbrechen oder die Rücktaste, um das Tastenkürzel zu deaktivieren." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Tastenkürzel für <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Bildschirmrekorder" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Ein GPU-basiertes Bildschirmaufnahme-/Streaming-Programm" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;Bildschirmrekorder;Streaming;twitch;Wiederholung;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "" +"A shadowplay-like screen recorder for Linux. The fastest screen recorder for " +"Linux" +msgstr "Ein shadowplay-ähnlicher Bildschirmrekorder für Linux. Der schnellste Bildschirmrekorder für Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "" +"This is a screen recorder that has minimal impact on system performance by " +"recording a monitor using the GPU only, similar to shadowplay on windows. " +"This is the fastest screen recording tool for Linux. This screen recorder " +"works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Dies ist ein Bildschirmrekorder, der die Systemleistung nur minimal beeinträchtigt, indem er einen Monitor ausschließlich mit der GPU aufnimmt, ähnlich wie shadowplay unter Windows. Dies ist das schnellste Bildschirmaufnahmewerkzeug für Linux. Dieser Bildschirmrekorder funktioniert unter X11 und Wayland auf AMD, Intel und NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "" +"This screen recorder can be used for recording your desktop offline, for " +"live streaming and for nvidia-like instant replay, where only the last few " +"minutes are saved." +msgstr "Dieser Bildschirmrekorder kann zum Offline-Aufnehmen Ihres Desktops, zum Live-Streaming und für NVIDIA-ähnliche Sofortwiederholungen verwendet werden, bei denen nur die letzten Minuten gespeichert werden." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "" +"This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a " +"modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-" +"like) functionality." +msgstr "Dies ist das GNOME-Frontend (libadwaita) für GPU Screen Recorder, das eine moderne Adwaita-Oberfläche für Bildschirmaufnahme, Streaming und Wiederholung (ShadowPlay-ähnlich) bietet." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Unterstützte Video-Codecs:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Unterstützte Audio-Codecs:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "" +"Videos are in variable framerate format by default. Use MPV to play such " +"videos, otherwise you might experience stuttering in the video if you are " +"using a buggy video player. Alternatively change framerate mode to constant " +"framerate." +msgstr "Videos liegen standardmäßig im Format mit variabler Bildrate vor. Verwenden Sie MPV, um solche Videos abzuspielen, andernfalls kann es zu Rucklern im Video kommen, wenn Sie einen fehlerhaften Videoplayer verwenden. Ändern Sie alternativ den Bildratenmodus auf konstante Bildrate." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Weitere Informationen finden Sie auf der Homepage von GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Aufnahmeseite" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Erste Veröffentlichung des GNOME-Frontends (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Portierung von GTK3 auf libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Unterstützung für Bildschirmaufnahme, Streaming und Wiederholung" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "X11- und Wayland-Unterstützung mit globalen Tastenkürzeln" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..f16827b --- /dev/null +++ b/po/es.po @@ -0,0 +1,792 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:40+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: Spanish\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Adaptación a Adwaita" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Transmitir" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Iniciar / Detener la transmisión" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Grabar" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Iniciar / Detener la grabación" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Pausar / Reanudar la grabación" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Repetición" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Iniciar / Detener la repetición" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Guardar repetición" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "la transmisión" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "la grabación" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "la repetición" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "desconocido" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Abrir carpeta" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Grabación guardada en %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "Se detuvo %s" + +#: src/gsr-window.c:589 +msgid "" +"You need to have pkexec installed and have a polkit agent running to record " +"your monitor" +msgstr "Necesita tener pkexec instalado y un agente de polkit en ejecución para grabar el monitor" + +#: src/gsr-window.c:592 +msgid "" +"Desktop portal capture failed. Either you canceled the desktop portal or " +"your Wayland compositor doesn't support desktop portal capture or it's " +"incorrectly setup on your system" +msgstr "Falló la captura del portal del escritorio. O bien canceló el portal del escritorio, o su compositor de Wayland no admite la captura mediante el portal del escritorio, o no está configurado correctamente en su sistema" + +#: src/gsr-window.c:597 +msgid "" +"Failed to save video. Either your graphics card doesn't support GPU Screen " +"Recorder with the settings you used or you don't have enough disk space. " +"Start GPU Screen Recorder from the terminal for more info" +msgstr "No se pudo guardar el vídeo. O bien su tarjeta gráfica no es compatible con GPU Screen Recorder con los ajustes que utilizó, o no tiene suficiente espacio en disco. Inicie GPU Screen Recorder desde el terminal para obtener más información" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Sencillo" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Avanzado" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Atajos de teclado" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "Acerca de" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Ver" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "No se pudo ejecutar gpu-screen-recorder" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your " +"PATH." +msgstr "No se pudo ejecutar la orden <tt>gpu-screen-recorder</tt>.\n\nAsegúrese de que <tt>gpu-screen-recorder</tt> esté instalado y accesible en su PATH." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "Falló la inicialización de OpenGL" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install " +"the Vulkan or Mesa drivers for your GPU." +msgstr "No se pudo obtener la información de OpenGL.\n\nAsegúrese de que los controladores de su GPU estén correctamente instalados. Es posible que necesite instalar los controladores de Vulkan o Mesa para su GPU." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "No se encontró ninguna tarjeta DRM" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and " +"properly configured." +msgstr "No se pudo encontrar una tarjeta DRM válida para su GPU.\n\nSi está ejecutando en una máquina virtual, asegúrese de que el paso de la GPU esté activado y correctamente configurado." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "No se detectó ningún servidor gráfico" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "No se está ejecutando ni X11 ni Wayland.\n\nGPU Screen Recorder requiere X11 o Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "No se encontraron monitores" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors " +"are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to " +"choose a GPU." +msgstr "No se encontraron monitores para grabar.\n\nAsegúrese de que GPU Screen Recorder se esté ejecutando en la misma GPU a la que están conectados sus monitores. Puede usar la variable de entorno <tt>DRI_PRIME</tt> para elegir una GPU." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Configuración" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "¡No hay ninguna ventana seleccionada! Seleccione primero una ventana." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "No se pudo construir la orden (no hay ninguna ventana seleccionada)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "No se pudo iniciar %s (falló el fork)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "Se inició %s" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Repetición guardada" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(sin nombre)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "No se pudo capturar el puntero" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Objetivo de captura" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Ventana" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Ventana enfocada" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Monitor %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Monitor %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Portal del escritorio (sin HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Área de grabación" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Seleccionar ventana..." + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Pulse para elegir una ventana" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Cambiar la resolución del vídeo" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Anchura del vídeo" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Altura del vídeo" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Anchura del área" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Altura del área" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Restaurar la sesión del portal" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Audio" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Dispositivo de audio" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "Audio de la aplicación" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "Aplicación personalizada" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Separar las pistas de audio" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Grabar todas las aplicaciones excepto las seleccionadas" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Códec de audio" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (recomendado)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Dispositivo" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Aplicación" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Calidad del vídeo" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Tasa de bits constante" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Media" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Alta" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Muy alta" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Ultra" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Tasa de bits del vídeo (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Automática" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Códec de vídeo" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Rango de color" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Limitado" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Completo" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Velocidad de fotogramas" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Modo de velocidad de fotogramas" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Automático (recomendado)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Constante" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Variable" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Aumentar la velocidad de transferencia de memoria" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Grabar el cursor" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Notificaciones" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Mostrar la notificación de inicio" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Mostrar la notificación de detención" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Mostrar la notificación de vídeo guardado" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Seleccionar la carpeta donde guardar" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Iniciar/Detener la grabación" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Pausar/Reanudar la grabación" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Atajos" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "Su compositor de Wayland no admite atajos globales.\nUse X11 o KDE Plasma en Wayland si desea usar atajos." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Los atajos los gestiona KDE Plasma" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Pulse para configurar los atajos en los ajustes del sistema" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Cambiar los atajos" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Los atajos los gestiona su compositor" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Vaya a los ajustes del sistema para cambiar los atajos" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Salida" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Carpeta donde guardar" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Contenedor" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Iniciar la grabación" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Pausar la grabación" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Detener la grabación" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Reanudar la grabación" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Iniciar/Detener la repetición" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Tiempo de repetición (segundos)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Iniciar la repetición" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Detener la repetición" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Iniciar/Detener la transmisión" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Servicio de transmisión" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Servicio" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Personalizado" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Clave de transmisión" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Iniciar la transmisión" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Detener la transmisión" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Establecer atajo" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Establecer" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Atajo" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Introduzca el nuevo atajo para\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Pulse Escape para cancelar o Retroceso para desactivar el atajo." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Atajo para <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Grabador de pantalla" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Un programa de grabación y transmisión de pantalla basado en la GPU" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;grabador de pantalla;transmisión;twitch;repetición;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "" +"A shadowplay-like screen recorder for Linux. The fastest screen recorder for " +"Linux" +msgstr "Un grabador de pantalla similar a shadowplay para Linux. El grabador de pantalla más rápido para Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "" +"This is a screen recorder that has minimal impact on system performance by " +"recording a monitor using the GPU only, similar to shadowplay on windows. " +"This is the fastest screen recording tool for Linux. This screen recorder " +"works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Este es un grabador de pantalla que tiene un impacto mínimo en el rendimiento del sistema al grabar un monitor usando únicamente la GPU, similar a shadowplay en Windows. Esta es la herramienta de grabación de pantalla más rápida para Linux. Este grabador de pantalla funciona en X11 y Wayland con AMD, Intel y NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "" +"This screen recorder can be used for recording your desktop offline, for " +"live streaming and for nvidia-like instant replay, where only the last few " +"minutes are saved." +msgstr "Este grabador de pantalla puede usarse para grabar el escritorio sin conexión, para transmitir en directo y para la repetición instantánea similar a la de NVIDIA, donde solo se guardan los últimos minutos." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "" +"This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a " +"modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-" +"like) functionality." +msgstr "Esta es la interfaz de GNOME (libadwaita) para GPU Screen Recorder, que proporciona una interfaz moderna de Adwaita para la grabación de pantalla, la transmisión y la funcionalidad de repetición (similar a ShadowPlay)." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Códecs de vídeo compatibles:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Códecs de audio compatibles:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "" +"Videos are in variable framerate format by default. Use MPV to play such " +"videos, otherwise you might experience stuttering in the video if you are " +"using a buggy video player. Alternatively change framerate mode to constant " +"framerate." +msgstr "Los vídeos están en formato de velocidad de fotogramas variable de manera predeterminada. Use MPV para reproducir dichos vídeos, de lo contrario podría experimentar saltos en el vídeo si usa un reproductor de vídeo defectuoso. Como alternativa, cambie el modo de velocidad de fotogramas a velocidad constante." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Para obtener más información, visite la página principal de GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Página de grabación" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Versión inicial de la interfaz de GNOME (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Adaptación de GTK3 a libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Compatibilidad con la grabación de pantalla, la transmisión y la repetición" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "Compatibilidad con X11 y Wayland con atajos globales" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..acc1dd7 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,792 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:40+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Portage Adwaita" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Diffusion" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Démarrer / Arrêter la diffusion" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Enregistrement" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Démarrer / Arrêter l'enregistrement" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Suspendre / Reprendre l'enregistrement" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Relecture instantanée" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Démarrer / Arrêter la relecture instantanée" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Enregistrer la relecture instantanée" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "la diffusion" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "l'enregistrement" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "la relecture instantanée" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "l'opération inconnue" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Ouvrir le dossier" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Enregistrement sauvegardé dans %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "Arrêt de %s" + +#: src/gsr-window.c:589 +msgid "" +"You need to have pkexec installed and have a polkit agent running to record " +"your monitor" +msgstr "Vous devez avoir pkexec installé et un agent polkit en cours d'exécution pour enregistrer votre écran" + +#: src/gsr-window.c:592 +msgid "" +"Desktop portal capture failed. Either you canceled the desktop portal or " +"your Wayland compositor doesn't support desktop portal capture or it's " +"incorrectly setup on your system" +msgstr "La capture par portail du bureau a échoué. Soit vous avez annulé le portail du bureau, soit votre compositeur Wayland ne prend pas en charge la capture par portail du bureau, soit elle est mal configurée sur votre système" + +#: src/gsr-window.c:597 +msgid "" +"Failed to save video. Either your graphics card doesn't support GPU Screen " +"Recorder with the settings you used or you don't have enough disk space. " +"Start GPU Screen Recorder from the terminal for more info" +msgstr "Échec de la sauvegarde de la vidéo. Soit votre carte graphique ne prend pas en charge GPU Screen Recorder avec les paramètres utilisés, soit vous n'avez pas assez d'espace disque. Démarrez GPU Screen Recorder depuis le terminal pour plus d'informations" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Simple" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Avancé" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Raccourcis clavier" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "À propos" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Affichage" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "Échec de l'exécution de gpu-screen-recorder" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your " +"PATH." +msgstr "Échec de l'exécution de la commande <tt>gpu-screen-recorder</tt>.\n\nAssurez-vous que <tt>gpu-screen-recorder</tt> est installé et accessible dans votre PATH." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "Échec de l'initialisation d'OpenGL" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install " +"the Vulkan or Mesa drivers for your GPU." +msgstr "Échec de la récupération des informations OpenGL.\n\nAssurez-vous que les pilotes de votre GPU sont correctement installés. Vous devrez peut-être installer les pilotes Vulkan ou Mesa pour votre GPU." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "Aucune carte DRM trouvée" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and " +"properly configured." +msgstr "Impossible de trouver une carte DRM valide pour votre GPU.\n\nSi vous utilisez une machine virtuelle, assurez-vous que le passthrough GPU est activé et correctement configuré." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "Aucun serveur d'affichage détecté" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "Ni X11 ni Wayland n'est en cours d'exécution.\n\nGPU Screen Recorder nécessite X11 ou Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "Aucun écran trouvé" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors " +"are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to " +"choose a GPU." +msgstr "Aucun écran à enregistrer n'a été trouvé.\n\nAssurez-vous que GPU Screen Recorder s'exécute sur le même GPU que celui auquel vos écrans sont connectés. Vous pouvez utiliser la variable d'environnement <tt>DRI_PRIME</tt> pour choisir un GPU." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Configuration" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "Aucune fenêtre sélectionnée ! Veuillez d'abord sélectionner une fenêtre." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "Échec de la construction de la commande (aucune fenêtre sélectionnée)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "Échec du démarrage de %s (échec du fork)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "Démarrage de %s" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Relecture instantanée sauvegardée" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(sans nom)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "Échec de la capture du pointeur" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Cible de capture" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Fenêtre" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Fenêtre active" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Écran %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Écran %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Portail du bureau (sans HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Zone d'enregistrement" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Sélectionner une fenêtre..." + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Cliquez pour choisir une fenêtre" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Modifier la résolution vidéo" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Largeur de la vidéo" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Hauteur de la vidéo" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Largeur de la zone" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Hauteur de la zone" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Restaurer la session du portail" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Audio" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Périphérique audio" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "Audio des applications" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "Application personnalisée" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Séparer les pistes audio" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Enregistrer toutes les applications sauf celles sélectionnées" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Codec audio" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (recommandé)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Périphérique" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Application" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Qualité vidéo" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Débit constant" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Moyenne" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Haute" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Très haute" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Ultra" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Débit vidéo (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Auto" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Codec vidéo" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Plage de couleurs" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Limitée" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Complète" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Fréquence d'images" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Mode de fréquence d'images" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Auto (recommandé)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Constante" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Variable" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Surcadencer le débit de transfert mémoire" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Enregistrer le curseur" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Notifications" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Afficher la notification de démarrage" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Afficher la notification d'arrêt" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Afficher la notification de vidéo sauvegardée" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Sélectionner le dossier de sauvegarde" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Démarrer/Arrêter l'enregistrement" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Suspendre/Reprendre l'enregistrement" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Raccourcis" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "Votre compositeur Wayland ne prend pas en charge les raccourcis globaux.\nUtilisez X11 ou KDE Plasma sur Wayland si vous souhaitez utiliser les raccourcis." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Les raccourcis sont gérés par KDE Plasma" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Cliquez pour configurer les raccourcis dans les paramètres système" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Modifier les raccourcis" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Les raccourcis sont gérés par votre compositeur" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Allez dans les paramètres système pour modifier les raccourcis" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Sortie" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Dossier de sauvegarde" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Conteneur" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Démarrer l'enregistrement" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Suspendre l'enregistrement" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Arrêter l'enregistrement" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Reprendre l'enregistrement" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Démarrer/Arrêter la relecture instantanée" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Durée de la relecture instantanée (secondes)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Démarrer la relecture instantanée" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Arrêter la relecture instantanée" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Démarrer/Arrêter la diffusion" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Service de diffusion" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Service" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Personnalisé" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Clé de diffusion" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Démarrer la diffusion" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Arrêter la diffusion" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Définir le raccourci" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Annuler" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Définir" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Raccourci" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Saisissez le nouveau raccourci pour\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Appuyez sur Échap pour annuler ou Retour arrière pour désactiver le raccourci." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Raccourci pour <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Enregistreur d'écran" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Un programme d'enregistrement et de diffusion d'écran basé sur le GPU" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;enregistreur d'écran;diffusion;twitch;relecture instantanée;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "" +"A shadowplay-like screen recorder for Linux. The fastest screen recorder for " +"Linux" +msgstr "Un enregistreur d'écran de type shadowplay pour Linux. L'enregistreur d'écran le plus rapide pour Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "" +"This is a screen recorder that has minimal impact on system performance by " +"recording a monitor using the GPU only, similar to shadowplay on windows. " +"This is the fastest screen recording tool for Linux. This screen recorder " +"works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Il s'agit d'un enregistreur d'écran qui a un impact minimal sur les performances du système en enregistrant un écran à l'aide du GPU uniquement, à la manière de shadowplay sur Windows. C'est l'outil d'enregistrement d'écran le plus rapide pour Linux. Cet enregistreur d'écran fonctionne sur X11 et Wayland avec AMD, Intel et NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "" +"This screen recorder can be used for recording your desktop offline, for " +"live streaming and for nvidia-like instant replay, where only the last few " +"minutes are saved." +msgstr "Cet enregistreur d'écran peut être utilisé pour enregistrer votre bureau hors ligne, pour la diffusion en direct et pour la relecture instantanée à la manière de NVIDIA, où seules les dernières minutes sont sauvegardées." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "" +"This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a " +"modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-" +"like) functionality." +msgstr "Il s'agit de l'interface GNOME (libadwaita) pour GPU Screen Recorder, fournissant une interface Adwaita moderne pour l'enregistrement d'écran, la diffusion et la relecture instantanée (de type ShadowPlay)." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Codecs vidéo pris en charge :" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Codecs audio pris en charge :" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "" +"Videos are in variable framerate format by default. Use MPV to play such " +"videos, otherwise you might experience stuttering in the video if you are " +"using a buggy video player. Alternatively change framerate mode to constant " +"framerate." +msgstr "Les vidéos sont au format à fréquence d'images variable par défaut. Utilisez MPV pour lire ces vidéos, sinon vous pourriez constater des saccades dans la vidéo si vous utilisez un lecteur vidéo défectueux. Vous pouvez également changer le mode de fréquence d'images en fréquence d'images constante." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Pour plus d'informations, visitez la page d'accueil de GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Page d'enregistrement" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Version initiale de l'interface GNOME (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Portage de GTK3 vers libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Prise en charge de l'enregistrement d'écran, de la diffusion et de la relecture instantanée" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "Prise en charge de X11 et Wayland avec raccourcis globaux" diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..b0c3a5a --- /dev/null +++ b/po/it.po @@ -0,0 +1,792 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:40+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: Italian\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Port ad Adwaita" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Trasmetti" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Avvia / Interrompi la trasmissione" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Registra" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Avvia / Interrompi la registrazione" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Sospendi / Riprendi la registrazione" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Replay" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Avvia / Interrompi il replay" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Salva il replay" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "la trasmissione" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "la registrazione" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "il replay" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "sconosciuto" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Apri cartella" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Registrazione salvata in %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "%s interrotta" + +#: src/gsr-window.c:589 +msgid "" +"You need to have pkexec installed and have a polkit agent running to record " +"your monitor" +msgstr "È necessario avere pkexec installato e un agente polkit in esecuzione per registrare il monitor" + +#: src/gsr-window.c:592 +msgid "" +"Desktop portal capture failed. Either you canceled the desktop portal or " +"your Wayland compositor doesn't support desktop portal capture or it's " +"incorrectly setup on your system" +msgstr "Acquisizione tramite il portale desktop non riuscita. Hai annullato il portale desktop, oppure il tuo compositor Wayland non supporta l'acquisizione tramite portale desktop o non è configurato correttamente sul tuo sistema" + +#: src/gsr-window.c:597 +msgid "" +"Failed to save video. Either your graphics card doesn't support GPU Screen " +"Recorder with the settings you used or you don't have enough disk space. " +"Start GPU Screen Recorder from the terminal for more info" +msgstr "Salvataggio del video non riuscito. La tua scheda grafica non supporta GPU Screen Recorder con le impostazioni utilizzate oppure non hai spazio su disco sufficiente. Avvia GPU Screen Recorder dal terminale per maggiori informazioni" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Semplice" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Avanzate" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Scorciatoie da tastiera" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "Informazioni" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Visualizza" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "Esecuzione di gpu-screen-recorder non riuscita" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your " +"PATH." +msgstr "Esecuzione del comando <tt>gpu-screen-recorder</tt> non riuscita.\n\nAssicurati che <tt>gpu-screen-recorder</tt> sia installato e accessibile nel tuo PATH." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "Inizializzazione di OpenGL non riuscita" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install " +"the Vulkan or Mesa drivers for your GPU." +msgstr "Recupero delle informazioni su OpenGL non riuscito.\n\nAssicurati che i driver della GPU siano installati correttamente. Potrebbe essere necessario installare i driver Vulkan o Mesa per la tua GPU." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "Nessuna scheda DRM trovata" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and " +"properly configured." +msgstr "Impossibile trovare una scheda DRM valida per la tua GPU.\n\nSe stai eseguendo in una macchina virtuale, assicurati che il passthrough della GPU sia abilitato e configurato correttamente." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "Nessun server di visualizzazione rilevato" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "Né X11 né Wayland sono in esecuzione.\n\nGPU Screen Recorder richiede X11 o Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "Nessun monitor trovato" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors " +"are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to " +"choose a GPU." +msgstr "Nessun monitor da registrare è stato trovato.\n\nAssicurati che GPU Screen Recorder sia in esecuzione sulla stessa GPU a cui sono collegati i tuoi monitor. Puoi usare la variabile d'ambiente <tt>DRI_PRIME</tt> per scegliere una GPU." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Configurazione" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "Nessuna finestra selezionata. Seleziona prima una finestra." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "Creazione del comando non riuscita (nessuna finestra selezionata)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "Avvio di %s non riuscito (fork non riuscito)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "%s avviata" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Replay salvato" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(senza nome)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "Acquisizione del puntatore non riuscita" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Sorgente di acquisizione" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Finestra" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Finestra attiva" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Monitor %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Monitor %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Portale desktop (senza HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Area di registrazione" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Seleziona finestra..." + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Fai clic per scegliere una finestra" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Cambia la risoluzione del video" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Larghezza del video" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Altezza del video" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Larghezza dell'area" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Altezza dell'area" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Ripristina la sessione del portale" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Audio" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Dispositivo audio" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "Audio dell'app" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "App personalizzata" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Separa le tracce audio" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Registra tutte le app tranne quelle selezionate" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Codec audio" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (consigliato)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Dispositivo" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Applicazione" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Qualità video" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Bitrate costante" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Media" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Alta" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Molto alta" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Ultra" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Bitrate video (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Automatico" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Codec video" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Gamma di colori" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Limitata" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Completa" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Frequenza dei fotogrammi" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Modalità della frequenza dei fotogrammi" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Automatica (consigliata)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Costante" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Variabile" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Overclock della velocità di trasferimento della memoria" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Registra il cursore" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Notifiche" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Mostra la notifica di avvio" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Mostra la notifica di interruzione" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Mostra la notifica di video salvato" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Seleziona la cartella di salvataggio" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Avvia/Interrompi la registrazione" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Sospendi/Riprendi la registrazione" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Scorciatoie" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "Il tuo compositor Wayland non supporta le scorciatoie globali.\nUsa X11 o KDE Plasma su Wayland se vuoi usare le scorciatoie." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Le scorciatoie sono gestite da KDE Plasma" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Fai clic per configurare le scorciatoie nelle impostazioni di sistema" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Cambia le scorciatoie" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Le scorciatoie sono gestite dal tuo compositor" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Vai alle impostazioni di sistema per cambiare le scorciatoie" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Uscita" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Cartella di salvataggio" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Contenitore" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Avvia la registrazione" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Sospendi la registrazione" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Interrompi la registrazione" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Riprendi la registrazione" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Avvia/Interrompi il replay" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Durata del replay (secondi)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Avvia il replay" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Interrompi il replay" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Avvia/Interrompi la trasmissione" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Servizio di trasmissione" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Servizio" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Personalizzato" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Chiave di trasmissione" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Avvia la trasmissione" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Interrompi la trasmissione" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Imposta scorciatoia" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Annulla" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Imposta" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Scorciatoia" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Inserisci la nuova scorciatoia per\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Premi Esc per annullare o Backspace per disabilitare la scorciatoia." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Scorciatoia per <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Registratore di schermo" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Un programma di registrazione e trasmissione dello schermo basato su GPU" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;registratore di schermo;trasmissione;twitch;replay;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "" +"A shadowplay-like screen recorder for Linux. The fastest screen recorder for " +"Linux" +msgstr "Un registratore di schermo simile a shadowplay per Linux. Il registratore di schermo più veloce per Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "" +"This is a screen recorder that has minimal impact on system performance by " +"recording a monitor using the GPU only, similar to shadowplay on windows. " +"This is the fastest screen recording tool for Linux. This screen recorder " +"works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Questo è un registratore di schermo che ha un impatto minimo sulle prestazioni del sistema registrando un monitor usando solo la GPU, in modo simile a shadowplay su Windows. È lo strumento di registrazione dello schermo più veloce per Linux. Questo registratore di schermo funziona su X11 e Wayland con AMD, Intel e NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "" +"This screen recorder can be used for recording your desktop offline, for " +"live streaming and for nvidia-like instant replay, where only the last few " +"minutes are saved." +msgstr "Questo registratore di schermo può essere usato per registrare il desktop offline, per lo streaming dal vivo e per il replay istantaneo in stile nvidia, dove vengono salvati solo gli ultimi minuti." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "" +"This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a " +"modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-" +"like) functionality." +msgstr "Questo è il frontend GNOME (libadwaita) per GPU Screen Recorder, che fornisce una moderna interfaccia Adwaita per la registrazione dello schermo, la trasmissione e la funzionalità di replay (in stile ShadowPlay)." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Codec video supportati:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Codec audio supportati:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "" +"Videos are in variable framerate format by default. Use MPV to play such " +"videos, otherwise you might experience stuttering in the video if you are " +"using a buggy video player. Alternatively change framerate mode to constant " +"framerate." +msgstr "I video sono in formato a frequenza dei fotogrammi variabile per impostazione predefinita. Usa MPV per riprodurre tali video, altrimenti potresti riscontrare scatti nel video se stai usando un lettore video difettoso. In alternativa, cambia la modalità della frequenza dei fotogrammi in frequenza costante." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Per maggiori informazioni visita la pagina principale di GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Pagina di registrazione" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Versione iniziale del frontend GNOME (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Port da GTK3 a libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Supporto per la registrazione dello schermo, la trasmissione e il replay" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "Supporto per X11 e Wayland con scorciatoie globali" diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..19395b1 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n.gettext(gettext_package, + preset : 'glib', +) diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..dfe8f15 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,792 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:40+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: Portuguese\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Conversão para Adwaita" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Transmitir" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Iniciar / Parar transmissão" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Gravar" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Iniciar / Parar gravação" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Pausar / Retomar gravação" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Repetição" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Iniciar / Parar repetição" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Guardar repetição" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "transmissão" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "gravação" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "repetição" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "desconhecido" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Abrir pasta" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Gravação guardada em %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "%s parada" + +#: src/gsr-window.c:589 +msgid "" +"You need to have pkexec installed and have a polkit agent running to record " +"your monitor" +msgstr "Precisa de ter o pkexec instalado e de um agente polkit em execução para gravar o seu monitor" + +#: src/gsr-window.c:592 +msgid "" +"Desktop portal capture failed. Either you canceled the desktop portal or " +"your Wayland compositor doesn't support desktop portal capture or it's " +"incorrectly setup on your system" +msgstr "A captura do portal de ambiente de trabalho falhou. Ou cancelou o portal de ambiente de trabalho, ou o seu compositor Wayland não suporta a captura por portal de ambiente de trabalho, ou está incorretamente configurado no seu sistema" + +#: src/gsr-window.c:597 +msgid "" +"Failed to save video. Either your graphics card doesn't support GPU Screen " +"Recorder with the settings you used or you don't have enough disk space. " +"Start GPU Screen Recorder from the terminal for more info" +msgstr "Falha ao guardar o vídeo. Ou a sua placa gráfica não suporta o GPU Screen Recorder com as definições que utilizou, ou não tem espaço em disco suficiente. Inicie o GPU Screen Recorder a partir do terminal para mais informações" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Simples" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Avançado" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Atalhos de teclado" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "Acerca de" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Ver" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "Falha ao executar o gpu-screen-recorder" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your " +"PATH." +msgstr "Falha ao executar o comando <tt>gpu-screen-recorder</tt>.\n\nCertifique-se de que o <tt>gpu-screen-recorder</tt> está instalado e acessível no seu PATH." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "Falha na inicialização do OpenGL" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install " +"the Vulkan or Mesa drivers for your GPU." +msgstr "Falha ao obter informação do OpenGL.\n\nCertifique-se de que os controladores da sua GPU estão corretamente instalados. Poderá ter de instalar os controladores Vulkan ou Mesa para a sua GPU." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "Nenhuma placa DRM encontrada" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and " +"properly configured." +msgstr "Falha ao encontrar uma placa DRM válida para a sua GPU.\n\nSe estiver a executar numa máquina virtual, certifique-se de que o passthrough da GPU está ativado e corretamente configurado." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "Nenhum servidor de visualização detetado" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "Nem o X11 nem o Wayland estão em execução.\n\nO GPU Screen Recorder requer X11 ou Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "Nenhum monitor encontrado" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors " +"are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to " +"choose a GPU." +msgstr "Não foram encontrados monitores para gravar.\n\nCertifique-se de que o GPU Screen Recorder está a ser executado na mesma GPU à qual os seus monitores estão ligados. Pode utilizar a variável de ambiente <tt>DRI_PRIME</tt> para escolher uma GPU." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Configuração" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "Nenhuma janela selecionada! Selecione primeiro uma janela." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "Falha ao construir o comando (nenhuma janela selecionada)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "Falha ao iniciar %s (falha ao criar processo)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "%s iniciada" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Repetição guardada" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(sem nome)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "Falha ao capturar o ponteiro" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Alvo de captura" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Janela" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Janela em foco" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Monitor %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Monitor %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Portal de ambiente de trabalho (sem HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Área de gravação" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Selecionar janela..." + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Clique para escolher uma janela" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Alterar resolução do vídeo" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Largura do vídeo" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Altura do vídeo" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Largura da área" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Altura da área" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Restaurar sessão do portal" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Áudio" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Dispositivo de áudio" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "Áudio da aplicação" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "Aplicação personalizada" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Dividir faixas de áudio" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Gravar todas as aplicações exceto as selecionadas" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Codec de áudio" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (Recomendado)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Dispositivo" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Aplicação" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Qualidade do vídeo" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Taxa de bits constante" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Média" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Alta" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Muito alta" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Ultra" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Taxa de bits do vídeo (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Automática" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Codec de vídeo" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Gama de cores" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Limitada" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Completa" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Taxa de fotogramas" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Modo de taxa de fotogramas" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Automático (Recomendado)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Constante" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Variável" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Acelerar a taxa de transferência de memória" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Gravar cursor" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Notificações" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Mostrar notificação de início" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Mostrar notificação de paragem" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Mostrar notificação de vídeo guardado" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Selecionar diretório de gravação" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Iniciar/Parar gravação" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Pausar/Retomar gravação" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Atalhos" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "O seu compositor Wayland não suporta atalhos globais.\nUtilize o X11 ou o KDE Plasma no Wayland se quiser usar atalhos." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Os atalhos são geridos pelo KDE Plasma" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Clique para configurar os atalhos nas definições do sistema" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Alterar atalhos" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Os atalhos são geridos pelo seu compositor" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Vá às definições do sistema para alterar os atalhos" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Saída" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Diretório de gravação" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Contentor" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Iniciar gravação" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Pausar gravação" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Parar gravação" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Retomar gravação" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Iniciar/Parar repetição" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Tempo de repetição (segundos)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Iniciar repetição" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Parar repetição" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Iniciar/Parar transmissão" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Serviço de transmissão" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Serviço" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Personalizado" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Chave de transmissão" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Iniciar transmissão" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Parar transmissão" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Definir atalho" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Cancelar" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Definir" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Atalho" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Introduza o novo atalho para\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Prima Escape para cancelar ou Backspace para desativar o atalho." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Atalho para <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Gravador de ecrã" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Um programa de gravação de ecrã / transmissão baseado na GPU" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;gravador de ecrã;transmissão;twitch;repetição;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "" +"A shadowplay-like screen recorder for Linux. The fastest screen recorder for " +"Linux" +msgstr "Um gravador de ecrã semelhante ao shadowplay para Linux. O gravador de ecrã mais rápido para Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "" +"This is a screen recorder that has minimal impact on system performance by " +"recording a monitor using the GPU only, similar to shadowplay on windows. " +"This is the fastest screen recording tool for Linux. This screen recorder " +"works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Este é um gravador de ecrã que tem um impacto mínimo no desempenho do sistema, gravando um monitor utilizando apenas a GPU, semelhante ao shadowplay no Windows. Esta é a ferramenta de gravação de ecrã mais rápida para Linux. Este gravador de ecrã funciona em X11 e Wayland em AMD, Intel e NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "" +"This screen recorder can be used for recording your desktop offline, for " +"live streaming and for nvidia-like instant replay, where only the last few " +"minutes are saved." +msgstr "Este gravador de ecrã pode ser utilizado para gravar o seu ambiente de trabalho offline, para transmissão em direto e para repetição instantânea ao estilo da nvidia, em que apenas os últimos minutos são guardados." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "" +"This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a " +"modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-" +"like) functionality." +msgstr "Este é o frontend GNOME (libadwaita) para o GPU Screen Recorder, fornecendo uma interface Adwaita moderna para gravação de ecrã, transmissão e funcionalidade de repetição (ao estilo do ShadowPlay)." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Codecs de vídeo suportados:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Codecs de áudio suportados:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "" +"Videos are in variable framerate format by default. Use MPV to play such " +"videos, otherwise you might experience stuttering in the video if you are " +"using a buggy video player. Alternatively change framerate mode to constant " +"framerate." +msgstr "Os vídeos estão no formato de taxa de fotogramas variável por predefinição. Utilize o MPV para reproduzir esses vídeos, caso contrário poderá ter problemas de tremura no vídeo se estiver a utilizar um leitor de vídeo com problemas. Em alternativa, altere o modo de taxa de fotogramas para taxa de fotogramas constante." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Para mais informações, visite a página inicial do GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Página de gravação" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Lançamento inicial do frontend GNOME (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Conversão de GTK3 para libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Suporte para gravação de ecrã, transmissão e repetição" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "Suporte para X11 e Wayland com atalhos globais" diff --git a/po/vi.po b/po/vi.po new file mode 100644 index 0000000..896dcb2 --- /dev/null +++ b/po/vi.po @@ -0,0 +1,762 @@ +msgid "" +msgstr "" +"Project-Id-Version: gpu-screen-recorder-adwaita\n" +"Report-Msgid-Bugs-To: https://github.com/runlevel5/gpu-screen-recorder-adwaita/issues\n" +"POT-Creation-Date: 2026-06-10 13:23+1000\n" +"PO-Revision-Date: 2026-06-10 13:30+1000\n" +"Last-Translator: Trung Lê <8@tle.id.au>\n" +"Language-Team: Vietnamese\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/main.c:34 +msgid "Adwaita Port" +msgstr "Bản chuyển Adwaita" + +#. ── Stream section ─── +#: src/main.c:57 src/gsr-window.c:894 src/gsr-stream-page.c:450 +msgid "Stream" +msgstr "Phát trực tiếp" + +#: src/main.c:59 +msgid "Start / Stop streaming" +msgstr "Bắt đầu / Dừng phát trực tiếp" + +#. ── Record section ─── +#: src/main.c:63 src/gsr-window.c:896 src/gsr-record-page.c:702 +msgid "Record" +msgstr "Ghi hình" + +#: src/main.c:65 +msgid "Start / Stop recording" +msgstr "Bắt đầu / Dừng ghi hình" + +#: src/main.c:67 +msgid "Pause / Unpause recording" +msgstr "Tạm dừng / Tiếp tục ghi hình" + +#. ── Replay section ─── +#: src/main.c:71 src/gsr-window.c:898 src/gsr-replay-page.c:682 +msgid "Replay" +msgstr "Phát lại" + +#: src/main.c:73 +msgid "Start / Stop replay" +msgstr "Bắt đầu / Dừng phát lại" + +#: src/main.c:75 src/gsr-replay-page.c:262 src/gsr-replay-page.c:321 +#: src/gsr-replay-page.c:356 src/gsr-replay-page.c:454 +msgid "Save replay" +msgstr "Lưu phát lại" + +#: src/gsr-window.c:94 +msgid "streaming" +msgstr "phát trực tiếp" + +#: src/gsr-window.c:95 +msgid "recording" +msgstr "ghi hình" + +#: src/gsr-window.c:96 +msgid "replay" +msgstr "phát lại" + +#: src/gsr-window.c:97 +msgid "unknown" +msgstr "không xác định" + +#: src/gsr-window.c:182 +msgid "Open Folder" +msgstr "Mở thư mục" + +#: src/gsr-window.c:574 src/gsr-window.c:1127 +#, c-format +msgid "Recording saved to %s" +msgstr "Đã lưu bản ghi vào %s" + +#: src/gsr-window.c:581 src/gsr-window.c:1134 +#, c-format +msgid "Stopped %s" +msgstr "Đã dừng %s" + +#: src/gsr-window.c:589 +msgid "You need to have pkexec installed and have a polkit agent running to record your monitor" +msgstr "Bạn cần cài đặt pkexec và có một tác nhân polkit đang chạy để ghi hình màn hình của bạn" + +#: src/gsr-window.c:592 +msgid "Desktop portal capture failed. Either you canceled the desktop portal or your Wayland compositor doesn't support desktop portal capture or it's incorrectly setup on your system" +msgstr "Chụp qua cổng máy tính để bàn thất bại. Có thể bạn đã hủy cổng máy tính để bàn, hoặc trình quản lý cửa sổ Wayland của bạn không hỗ trợ chụp qua cổng, hoặc nó được thiết lập không đúng trên hệ thống của bạn" + +#: src/gsr-window.c:597 +msgid "Failed to save video. Either your graphics card doesn't support GPU Screen Recorder with the settings you used or you don't have enough disk space. Start GPU Screen Recorder from the terminal for more info" +msgstr "Lưu video thất bại. Có thể card đồ họa của bạn không hỗ trợ GPU Screen Recorder với các thiết lập bạn đã dùng, hoặc bạn không có đủ dung lượng ổ đĩa. Hãy khởi động GPU Screen Recorder từ cửa sổ dòng lệnh để biết thêm thông tin" + +#: src/gsr-window.c:697 +msgid "Simple" +msgstr "Đơn giản" + +#: src/gsr-window.c:702 +msgid "Advanced" +msgstr "Nâng cao" + +#: src/gsr-window.c:713 +msgid "Keyboard Shortcuts" +msgstr "Phím tắt" + +#: src/gsr-window.c:714 +msgid "About" +msgstr "Giới thiệu" + +#: src/gsr-window.c:726 +msgid "View" +msgstr "Chế độ xem" + +#: src/gsr-window.c:781 +msgid "OK" +msgstr "" + +#: src/gsr-window.c:799 +msgid "Failed to run gpu-screen-recorder" +msgstr "Không chạy được gpu-screen-recorder" + +#: src/gsr-window.c:800 +msgid "" +"Failed to run the <tt>gpu-screen-recorder</tt> command.\n" +"\n" +"Make sure <tt>gpu-screen-recorder</tt> is installed and accessible in your PATH." +msgstr "Không chạy được lệnh <tt>gpu-screen-recorder</tt>.\n\nHãy đảm bảo <tt>gpu-screen-recorder</tt> đã được cài đặt và có thể truy cập trong PATH của bạn." + +#: src/gsr-window.c:807 +msgid "OpenGL initialization failed" +msgstr "Khởi tạo OpenGL thất bại" + +#: src/gsr-window.c:808 +msgid "" +"Failed to get OpenGL information.\n" +"\n" +"Make sure your GPU drivers are properly installed. You may need to install the Vulkan or Mesa drivers for your GPU." +msgstr "Không lấy được thông tin OpenGL.\n\nHãy đảm bảo trình điều khiển GPU của bạn được cài đặt đúng cách. Bạn có thể cần cài đặt trình điều khiển Vulkan hoặc Mesa cho GPU của mình." + +#: src/gsr-window.c:815 +msgid "No DRM card found" +msgstr "Không tìm thấy card DRM" + +#: src/gsr-window.c:816 +msgid "" +"Failed to find a valid DRM card for your GPU.\n" +"\n" +"If you are running in a VM, make sure GPU passthrough is enabled and properly configured." +msgstr "Không tìm thấy card DRM hợp lệ cho GPU của bạn.\n\nNếu bạn đang chạy trong máy ảo, hãy đảm bảo GPU passthrough được bật và cấu hình đúng cách." + +#: src/gsr-window.c:828 +msgid "No display server detected" +msgstr "Không phát hiện được máy chủ hiển thị" + +#: src/gsr-window.c:829 +msgid "" +"Neither X11 nor Wayland is running.\n" +"\n" +"GPU Screen Recorder requires either X11 or Wayland." +msgstr "Cả X11 lẫn Wayland đều không chạy.\n\nGPU Screen Recorder yêu cầu một trong hai: X11 hoặc Wayland." + +#: src/gsr-window.c:840 +msgid "No monitors found" +msgstr "Không tìm thấy màn hình" + +#: src/gsr-window.c:841 +msgid "" +"No monitors to record were found.\n" +"\n" +"Make sure GPU Screen Recorder is running on the same GPU that your monitors are connected to. You can use the <tt>DRI_PRIME</tt> environment variable to choose a GPU." +msgstr "Không tìm thấy màn hình nào để ghi hình.\n\nHãy đảm bảo GPU Screen Recorder đang chạy trên cùng GPU mà màn hình của bạn được kết nối. Bạn có thể dùng biến môi trường <tt>DRI_PRIME</tt> để chọn GPU." + +#: src/gsr-window.c:892 src/gsr-config-page.c:740 +msgid "Config" +msgstr "Cấu hình" + +#: src/gsr-window.c:1060 +msgid "No window selected! Please select a window first." +msgstr "Chưa chọn cửa sổ! Vui lòng chọn một cửa sổ trước." + +#: src/gsr-window.c:1069 +msgid "Failed to build command (no window selected)" +msgstr "Không tạo được lệnh (chưa chọn cửa sổ)" + +#: src/gsr-window.c:1080 +#, c-format +msgid "Failed to start %s (failed to fork)" +msgstr "Không bắt đầu được %s (fork thất bại)" + +#: src/gsr-window.c:1095 +#, c-format +msgid "Started %s" +msgstr "Đã bắt đầu %s" + +#: src/gsr-window.c:1155 +msgid "Saved replay" +msgstr "Đã lưu phát lại" + +#: src/gsr-config-page.c:162 +msgid "(no name)" +msgstr "(không có tên)" + +#: src/gsr-config-page.c:185 +msgid "Failed to grab pointer" +msgstr "Không chiếm được con trỏ" + +#: src/gsr-config-page.c:194 +msgid "Capture Target" +msgstr "Đối tượng chụp" + +#: src/gsr-config-page.c:207 +msgid "Window" +msgstr "Cửa sổ" + +#: src/gsr-config-page.c:213 +msgid "Focused window" +msgstr "Cửa sổ đang lấy nét" + +#: src/gsr-config-page.c:224 +#, c-format +msgid "Monitor %s (%dx%d)" +msgstr "Màn hình %s (%dx%d)" + +#: src/gsr-config-page.c:226 +#, c-format +msgid "Monitor %s" +msgstr "Màn hình %s" + +#: src/gsr-config-page.c:234 +msgid "Desktop portal (no HDR)" +msgstr "Cổng máy tính để bàn (không HDR)" + +#: src/gsr-config-page.c:239 +msgid "Record area" +msgstr "Vùng ghi hình" + +#: src/gsr-config-page.c:259 +msgid "Select window..." +msgstr "Chọn cửa sổ..." + +#: src/gsr-config-page.c:260 +msgid "Click to pick a window" +msgstr "Nhấn để chọn một cửa sổ" + +#: src/gsr-config-page.c:276 +msgid "Change video resolution" +msgstr "Thay đổi độ phân giải video" + +#: src/gsr-config-page.c:284 +msgid "Video width" +msgstr "Chiều rộng video" + +#: src/gsr-config-page.c:290 +msgid "Video height" +msgstr "Chiều cao video" + +#: src/gsr-config-page.c:297 +msgid "Area width" +msgstr "Chiều rộng vùng" + +#: src/gsr-config-page.c:303 +msgid "Area height" +msgstr "Chiều cao vùng" + +#: src/gsr-config-page.c:311 +msgid "Restore portal session" +msgstr "Khôi phục phiên cổng" + +#: src/gsr-config-page.c:329 +msgid "Audio" +msgstr "Âm thanh" + +#: src/gsr-config-page.c:339 +msgid "Audio device" +msgstr "Thiết bị âm thanh" + +#: src/gsr-config-page.c:349 +msgid "App audio" +msgstr "Âm thanh ứng dụng" + +#: src/gsr-config-page.c:359 +msgid "Custom app" +msgstr "Ứng dụng tùy chỉnh" + +#: src/gsr-config-page.c:384 +msgid "Split audio tracks" +msgstr "Tách các rãnh âm thanh" + +#: src/gsr-config-page.c:392 +msgid "Record all apps except selected" +msgstr "Ghi tất cả ứng dụng trừ ứng dụng đã chọn" + +#: src/gsr-config-page.c:400 +msgid "Audio codec" +msgstr "Codec âm thanh" + +#: src/gsr-config-page.c:402 +msgid "Opus (Recommended)" +msgstr "Opus (Khuyến nghị)" + +#: src/gsr-config-page.c:402 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:41 +msgid "AAC" +msgstr "" + +#: src/gsr-config-page.c:496 src/gsr-config-page.c:954 +msgid "Device" +msgstr "Thiết bị" + +#: src/gsr-config-page.c:519 src/gsr-config-page.c:531 +#: src/gsr-config-page.c:929 src/gsr-config-page.c:933 +msgid "Application" +msgstr "Ứng dụng" + +#: src/gsr-config-page.c:552 +msgid "Video" +msgstr "" + +#: src/gsr-config-page.c:558 +msgid "Video quality" +msgstr "Chất lượng video" + +#: src/gsr-config-page.c:560 +msgid "Constant bitrate" +msgstr "Bitrate cố định" + +#: src/gsr-config-page.c:561 +msgid "Medium" +msgstr "Trung bình" + +#: src/gsr-config-page.c:561 +msgid "High" +msgstr "Cao" + +#: src/gsr-config-page.c:562 +msgid "Very High" +msgstr "Rất cao" + +#: src/gsr-config-page.c:563 +msgid "Ultra" +msgstr "Siêu cao" + +#: src/gsr-config-page.c:572 +msgid "Video bitrate (kbps)" +msgstr "Bitrate video (kbps)" + +#: src/gsr-config-page.c:583 +msgid "Auto" +msgstr "Tự động" + +#: src/gsr-config-page.c:584 +msgid "H.264" +msgstr "" + +#: src/gsr-config-page.c:585 +msgid "H.264 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:586 +msgid "HEVC" +msgstr "" + +#: src/gsr-config-page.c:587 +msgid "HEVC (N/A)" +msgstr "" + +#: src/gsr-config-page.c:588 +msgid "HEVC 10-bit" +msgstr "" + +#: src/gsr-config-page.c:589 +msgid "HEVC 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR" +msgstr "" + +#: src/gsr-config-page.c:592 +msgid "HEVC HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:593 +msgid "HEVC HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:594 +msgid "AV1" +msgstr "" + +#: src/gsr-config-page.c:595 +msgid "AV1 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:596 +msgid "AV1 10-bit" +msgstr "" + +#: src/gsr-config-page.c:597 +msgid "AV1 10-bit (N/A)" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR" +msgstr "" + +#: src/gsr-config-page.c:600 +msgid "AV1 HDR (X11 N/A)" +msgstr "" + +#: src/gsr-config-page.c:601 +msgid "AV1 HDR (N/A)" +msgstr "" + +#: src/gsr-config-page.c:602 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:35 +msgid "VP8" +msgstr "" + +#: src/gsr-config-page.c:602 +msgid "VP8 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:603 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:36 +msgid "VP9" +msgstr "" + +#: src/gsr-config-page.c:603 +msgid "VP9 (N/A)" +msgstr "" + +#: src/gsr-config-page.c:604 +msgid "H.264 Software (slow)" +msgstr "" + +#: src/gsr-config-page.c:605 +msgid "H.264 Software (N/A)" +msgstr "" + +#: src/gsr-config-page.c:616 +msgid "Video codec" +msgstr "Codec video" + +#: src/gsr-config-page.c:624 +msgid "Color range" +msgstr "Dải màu" + +#: src/gsr-config-page.c:626 +msgid "Limited" +msgstr "Giới hạn" + +#: src/gsr-config-page.c:626 +msgid "Full" +msgstr "Đầy đủ" + +#: src/gsr-config-page.c:634 +msgid "Frame rate" +msgstr "Tốc độ khung hình" + +#: src/gsr-config-page.c:640 +msgid "Frame rate mode" +msgstr "Chế độ tốc độ khung hình" + +#: src/gsr-config-page.c:642 +msgid "Auto (Recommended)" +msgstr "Tự động (Khuyến nghị)" + +#: src/gsr-config-page.c:642 +msgid "Constant" +msgstr "Cố định" + +#: src/gsr-config-page.c:642 +msgid "Variable" +msgstr "Biến đổi" + +#: src/gsr-config-page.c:651 +msgid "Overclock memory transfer rate" +msgstr "Ép xung tốc độ truyền bộ nhớ" + +#: src/gsr-config-page.c:659 +msgid "Record cursor" +msgstr "Ghi con trỏ chuột" + +#: src/gsr-config-page.c:672 +msgid "Notifications" +msgstr "Thông báo" + +#: src/gsr-config-page.c:677 +msgid "Show started notification" +msgstr "Hiện thông báo khi bắt đầu" + +#: src/gsr-config-page.c:683 +msgid "Show stopped notification" +msgstr "Hiện thông báo khi dừng" + +#: src/gsr-config-page.c:689 +msgid "Show video saved notification" +msgstr "Hiện thông báo khi lưu video" + +#: src/gsr-record-page.c:136 src/gsr-replay-page.c:130 +msgid "Select save directory" +msgstr "Chọn thư mục lưu" + +#: src/gsr-record-page.c:252 src/gsr-record-page.c:336 +#: src/gsr-record-page.c:358 +msgid "Start/Stop recording" +msgstr "Bắt đầu/Dừng ghi hình" + +#: src/gsr-record-page.c:283 src/gsr-record-page.c:342 +#: src/gsr-record-page.c:377 +msgid "Pause/Unpause recording" +msgstr "Tạm dừng/Tiếp tục ghi hình" + +#: src/gsr-record-page.c:294 src/gsr-replay-page.c:273 +#: src/gsr-stream-page.c:222 +msgid "Hotkeys" +msgstr "Phím nóng" + +#: src/gsr-record-page.c:302 src/gsr-replay-page.c:281 +#: src/gsr-stream-page.c:230 +msgid "" +"Your Wayland compositor doesn't support global hotkeys.\n" +"Use X11 or KDE Plasma on Wayland if you want to use hotkeys." +msgstr "Trình quản lý cửa sổ Wayland của bạn không hỗ trợ phím nóng toàn cục.\nHãy dùng X11 hoặc KDE Plasma trên Wayland nếu bạn muốn sử dụng phím nóng." + +#: src/gsr-record-page.c:317 src/gsr-replay-page.c:296 +#: src/gsr-stream-page.c:245 +msgid "Hotkeys are managed by KDE Plasma" +msgstr "Phím nóng được quản lý bởi KDE Plasma" + +#: src/gsr-record-page.c:319 src/gsr-replay-page.c:298 +#: src/gsr-stream-page.c:247 +msgid "Click to configure hotkeys in system settings" +msgstr "Nhấn để cấu hình phím nóng trong cài đặt hệ thống" + +#: src/gsr-record-page.c:321 src/gsr-replay-page.c:300 +#: src/gsr-stream-page.c:249 +msgid "Change hotkeys" +msgstr "Thay đổi phím nóng" + +#: src/gsr-record-page.c:327 src/gsr-replay-page.c:306 +#: src/gsr-stream-page.c:256 +msgid "Hotkeys are managed by your compositor" +msgstr "Phím nóng được quản lý bởi trình quản lý cửa sổ của bạn" + +#: src/gsr-record-page.c:329 src/gsr-replay-page.c:308 +#: src/gsr-stream-page.c:258 +msgid "Go to system settings to change hotkeys" +msgstr "Vào cài đặt hệ thống để thay đổi phím nóng" + +#: src/gsr-record-page.c:404 src/gsr-replay-page.c:383 +msgid "Output" +msgstr "Đầu ra" + +#: src/gsr-record-page.c:410 src/gsr-replay-page.c:389 +msgid "Save directory" +msgstr "Thư mục lưu" + +#: src/gsr-record-page.c:426 src/gsr-replay-page.c:405 +#: src/gsr-stream-page.c:349 +msgid "Container" +msgstr "Định dạng chứa" + +#: src/gsr-record-page.c:458 src/gsr-record-page.c:641 +msgid "Start recording" +msgstr "Bắt đầu ghi hình" + +#: src/gsr-record-page.c:466 src/gsr-record-page.c:645 +#: src/gsr-record-page.c:668 +msgid "Pause recording" +msgstr "Tạm dừng ghi hình" + +#: src/gsr-record-page.c:633 +msgid "Stop recording" +msgstr "Dừng ghi hình" + +#: src/gsr-record-page.c:663 +msgid "Unpause recording" +msgstr "Tiếp tục ghi hình" + +#: src/gsr-replay-page.c:232 src/gsr-replay-page.c:315 +#: src/gsr-replay-page.c:337 +msgid "Start/Stop replay" +msgstr "Bắt đầu/Dừng phát lại" + +#: src/gsr-replay-page.c:427 +msgid "Replay time (seconds)" +msgstr "Thời gian phát lại (giây)" + +#: src/gsr-replay-page.c:446 src/gsr-replay-page.c:635 +msgid "Start replay" +msgstr "Bắt đầu phát lại" + +#: src/gsr-replay-page.c:628 +msgid "Stop replay" +msgstr "Dừng phát lại" + +#: src/gsr-stream-page.c:211 src/gsr-stream-page.c:265 +#: src/gsr-stream-page.c:280 +msgid "Start/Stop streaming" +msgstr "Bắt đầu/Dừng phát trực tiếp" + +#: src/gsr-stream-page.c:308 +msgid "Streaming Service" +msgstr "Dịch vụ phát trực tiếp" + +#: src/gsr-stream-page.c:313 +msgid "Service" +msgstr "Dịch vụ" + +#: src/gsr-stream-page.c:315 +msgid "Twitch" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "YouTube" +msgstr "" + +#: src/gsr-stream-page.c:315 +msgid "Custom" +msgstr "Tùy chỉnh" + +#: src/gsr-stream-page.c:326 src/gsr-stream-page.c:333 +msgid "Stream key" +msgstr "Khóa luồng" + +#: src/gsr-stream-page.c:341 +msgid "URL" +msgstr "" + +#: src/gsr-stream-page.c:383 src/gsr-stream-page.c:604 +msgid "Start streaming" +msgstr "Bắt đầu phát trực tiếp" + +#: src/gsr-stream-page.c:598 +msgid "Stop streaming" +msgstr "Dừng phát trực tiếp" + +#: src/gsr-shortcut-accel-dialog.c:245 +msgid "Set Shortcut" +msgstr "Đặt phím tắt" + +#: src/gsr-shortcut-accel-dialog.c:252 +msgid "Cancel" +msgstr "Hủy" + +#: src/gsr-shortcut-accel-dialog.c:257 +msgid "Set" +msgstr "Đặt" + +#: src/gsr-shortcut-accel-dialog.c:284 src/gsr-shortcut-accel-dialog.c:313 +msgid "Shortcut" +msgstr "Phím tắt" + +#: src/gsr-shortcut-accel-dialog.c:286 +#, c-format +msgid "" +"Enter new shortcut for\n" +"<b>%s</b>" +msgstr "Nhập phím tắt mới cho\n<b>%s</b>" + +#: src/gsr-shortcut-accel-dialog.c:294 +msgid "Press Escape to cancel or Backspace to disable the shortcut." +msgstr "Nhấn Escape để hủy hoặc Backspace để vô hiệu hóa phím tắt." + +#: src/gsr-shortcut-accel-dialog.c:315 +#, c-format +msgid "Shortcut for <b>%s</b>" +msgstr "Phím tắt cho <b>%s</b>" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:3 +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:4 +msgid "GPU Screen Recorder" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:4 +msgid "Screen recorder" +msgstr "Trình ghi hình màn hình" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:5 +msgid "A gpu based screen recorder / streaming program" +msgstr "Chương trình ghi hình màn hình / phát trực tiếp dựa trên GPU" + +#: com.dec05eba.gpu_screen_recorder.desktop.in:9 +msgid "gpu-screen-recorder;screen recorder;streaming;twitch;replay;shadowplay;" +msgstr "gpu-screen-recorder;ghi hình màn hình;ghi màn hình;phát trực tiếp;twitch;phát lại;shadowplay;" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:5 +msgid "A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux" +msgstr "Trình ghi hình màn hình giống ShadowPlay cho Linux. Trình ghi hình màn hình nhanh nhất cho Linux" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:7 +msgid "dec05eba" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:21 +msgid "This is a screen recorder that has minimal impact on system performance by recording a monitor using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. This screen recorder works on X11 and Wayland on AMD, Intel and NVIDIA." +msgstr "Đây là một trình ghi hình màn hình có tác động tối thiểu đến hiệu năng hệ thống bằng cách chỉ dùng GPU để ghi hình một màn hình, tương tự ShadowPlay trên Windows. Đây là công cụ ghi hình màn hình nhanh nhất cho Linux. Trình ghi hình này hoạt động trên X11 và Wayland với GPU AMD, Intel và NVIDIA." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:24 +msgid "This screen recorder can be used for recording your desktop offline, for live streaming and for nvidia-like instant replay, where only the last few minutes are saved." +msgstr "Trình ghi hình này có thể dùng để ghi hình màn hình ngoại tuyến, phát trực tiếp và phát lại tức thì kiểu NVIDIA, nơi chỉ vài phút cuối được lưu lại." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:27 +msgid "This is the GNOME (libadwaita) frontend for GPU Screen Recorder, providing a modern Adwaita UI for screen recording, streaming, and replay (ShadowPlay-like) functionality." +msgstr "Đây là giao diện GNOME (libadwaita) cho GPU Screen Recorder, cung cấp giao diện Adwaita hiện đại cho các chức năng ghi hình màn hình, phát trực tiếp và phát lại (kiểu ShadowPlay)." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:30 +msgid "Supported video codecs:" +msgstr "Các codec video được hỗ trợ:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:32 +msgid "H264 (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:33 +msgid "HEVC (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:34 +msgid "AV1 (Optionally with HDR)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:38 +msgid "Supported audio codecs:" +msgstr "Các codec âm thanh được hỗ trợ:" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:40 +msgid "Opus (default)" +msgstr "" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:43 +msgid "Videos are in variable framerate format by default. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. Alternatively change framerate mode to constant framerate." +msgstr "Video mặc định ở định dạng tốc độ khung hình biến đổi. Hãy dùng MPV để phát các video này, nếu không bạn có thể gặp hiện tượng giật hình nếu đang dùng trình phát video có lỗi. Ngoài ra, bạn có thể đổi chế độ tốc độ khung hình sang cố định." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:44 +msgid "For more information visit the GPU Screen Recorder homepage." +msgstr "Để biết thêm thông tin, hãy truy cập trang chủ GPU Screen Recorder." + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:50 +msgid "Recording page" +msgstr "Trang ghi hình" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:59 +msgid "Initial release of the GNOME (libadwaita) frontend" +msgstr "Bản phát hành đầu tiên của giao diện GNOME (libadwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:60 +msgid "Port from GTK3 to libadwaita (GTK4/Adwaita)" +msgstr "Chuyển đổi từ GTK3 sang libadwaita (GTK4/Adwaita)" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:61 +msgid "Support for screen recording, streaming, and replay" +msgstr "Hỗ trợ ghi hình màn hình, phát trực tiếp và phát lại" + +#: com.dec05eba.gpu_screen_recorder.metainfo.xml.in:62 +msgid "X11 and Wayland support with global hotkeys" +msgstr "Hỗ trợ X11 và Wayland với phím nóng toàn cục" |
