Compare commits

...
Author SHA1 Message Date
Cameron Gutman b100e674dd HACK: Wait longer before rendering a frame 2026-07-12 22:45:07 -05:00
Cameron Gutman c0c4d60565 Update AppImage libva to 2.24.1 2026-07-08 23:58:15 -05:00
Cameron Gutman 8b18d58aa0 Add workaround for interoperability issue with out-of-tree FFmpeg zero-copy v4l2m2m patches and libplacebo
Fixes #1786
2026-07-08 23:40:08 -05:00
dependabot[bot] 5e1ac6df87 Bump moonlight-common-c/moonlight-common-c from 1f76427 to 2ea4775
Bumps [moonlight-common-c/moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) from `1f76427` to `2ea4775`.
- [Commits](https://github.com/moonlight-stream/moonlight-common-c/compare/1f764276e848ae2ec7815ef90d1c1748272e074a...2ea47752c3051d72a64bcca190024e8b354fa1ef)

---
updated-dependencies:
- dependency-name: moonlight-common-c/moonlight-common-c
  dependency-version: 2ea47752c3051d72a64bcca190024e8b354fa1ef
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
2026-07-05 16:52:09 -04:00
Cameron Gutman 0c8970364c Switch to upstream nanors with native SIMD and GFNI runtime dispatching 2026-07-05 00:14:34 -04:00
Cameron Gutman 1516464f82 Modernize ASAN flags for MSVC 2026-07-04 15:37:21 -04:00
Cameron Gutman fd34a1fd28 Disable the text outline when line wrapping is required 2026-07-01 23:43:40 -05:00
Cameron Gutman 9067db8915 Switch to UTF-8 for overlay text rendering 2026-07-01 23:24:31 -05:00
MiraandCameron Gutman 177f845183 Add outline to stream overlay text (#1887)
Co-authored-by: Cameron Gutman <[email protected]>
2026-07-01 23:03:45 -05:00
Cameron Gutman c9b03f80f8 Partially revert "Use GL_NEAREST when possible without degrading quality"
The changes to GL_NEAREST for overlay textures and disabling alpha blending in SDL renderer are left intact.

This reverts commit 0f49dca4c0.
2026-07-01 21:56:54 -05:00
Cameron Gutman a27589fe35 Update SDL to 3.4.12 2026-07-01 21:47:49 -05:00
Cameron Gutman 561d824814 Move HDR toggle into the Basic Settings panel 2026-07-01 21:41:05 -05:00
Cameron Gutman b2d77f48f8 Rerun lrelease 2026-06-28 17:00:34 -05:00
Cameron Gutman 872731ceeb Fix a few more incorrect translation strings 2026-06-28 16:59:41 -05:00
Cameron Gutman 6cad296138 Remove all vanished translations 2026-06-28 16:52:52 -05:00
Cameron Gutman 444c6ccf06 Remove the experimental tag from HDR, AV1, and YUV 4:4:4 2026-06-28 16:51:58 -05:00
Cameron Gutman d35532b03e Rerun lupdate 2026-06-28 16:51:34 -05:00
Cameron Gutman 1e0110b0f4 Fix broken translation format strings 2026-06-28 16:41:05 -05:00
Cameron Gutman e5353d9758 Remove some translations that contained typos or incorrect grammar 2026-06-28 16:37:32 -05:00
Cameron Gutman f7c660129b Merge remote-tracking branch 'origin/weblate' 2026-06-28 16:26:37 -05:00
Cameron Gutman cdacb3d28d Loosen applist XML validation to accept empty app names
This matches the behavior of the Android and iOS clients.

Fixes #1921
2026-06-28 12:18:42 -05:00
Cameron Gutman 5034a324b4 Fix manual address being clobbered when using the CLI
Fixes #1920
2026-06-28 11:48:09 -05:00
Cameron Gutman e223bf9a1b Use libplacebo renderer on macOS 2026-06-25 22:30:03 -05:00
Cameron Gutman 6e231778a2 Fix blocking during rendering rather than in waitToRender() on MoltenVK
MoltenVK does a lazy fetch of the drawable only when it's being modified, so waitToRender() is completely ineffective as is. Rendering a small empty overlay in waitToRender() forces the next drawable wait to happen in waitToRender(), before we pick the current frame to render. This removes one display refresh period of latency when using V-sync.
2026-06-25 20:01:29 -05:00
Cameron Gutman d997a0d0c8 Dynamically adjust libplacebo swapchain depth on macOS
Direct-to-display mode on some Macs (M4 Mac Mini) can retain our drawables, which cuts the frame rate in half if we're in double-buffered mode.

We don't want to use triple-buffered mode all the time because it increases latency when used if not required, so detect delayed presentation and enable it on the fly if needed.
2026-06-23 21:09:20 -05:00
Cameron Gutman 06bd8a730b Force sRGB Vulkan swapchain on macOS to fix washed out colors 2026-06-23 19:19:56 -05:00
Cameron Gutman faa39875b6 Remove outdated comment 2026-06-21 15:19:44 -05:00
Cameron Gutman 170801ba9f Send the real client UID for non-GFE hosts
This allows non-GFE hosts to perform their own custom session
management while allowing all clients to share the same session
with GFE.
2026-06-21 15:18:12 -05:00
Cameron Gutman 1be234e96a Load the UID during initialization to avoid races loading it later 2026-06-21 15:14:58 -05:00
Cameron Gutman 50364fd522 Don't set VK lock/unlock queue functions past libavutil 62
They are scheduled for removal at that ABI bump.
2026-06-21 14:01:47 -05:00
Cameron Gutman bea5355c66 Fix unused parameter warning on Windows and Linux 2026-06-21 14:01:47 -05:00
Damglador c6820d8f5d Translated using Weblate (Ukrainian)
Currently translated at 86.8% (218 of 251 strings)

Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/uk/
2026-06-21 03:01:18 +02:00
Damglador f58ae9cf56 Translated using Weblate (Ukrainian)
Currently translated at 54.1% (136 of 251 strings)

Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/uk/
2026-06-19 17:01:18 +00:00
Cameron Gutman ca7d61f528 Prefer libplacebo on macOS when available 2026-06-14 19:27:01 -05:00
Cameron Gutman 2b5388e941 Fix non-EGL frontend renderers when compiled without EGL support 2026-06-14 19:16:16 -05:00
Cameron Gutman a9ad048252 Fix HDR rendering in libplacebo on macOS 2026-06-14 18:58:22 -05:00
Cameron Gutman 51cc5a8537 Remove libplacebo workaround for FFmpeg compiled without Vulkan support 2026-06-14 18:57:46 -05:00
Cameron Gutman 8c6b422040 Implement libplacebo on MoltenVK 2026-06-14 15:45:38 -05:00
Cameron Gutman ec75f0d8de Refactor libplacebo renderer to handle non-Vulkan hwcontexts 2026-06-14 12:20:54 -05:00
Cameron Gutman f2a512d3aa Update libplacebo, sdl2-compat, OpenSSL, and SDL3 2026-06-12 00:13:18 -05:00
ssantos 6ccd91d942 Translated using Weblate (Portuguese)
Currently translated at 100.0% (251 of 251 strings)

Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/pt/
2026-06-09 19:01:17 +02:00
Cameron Gutman 02004bac3f Allow toggling through combo box options using left/right on gamepads/keyboards 2026-06-07 15:14:29 -05:00
kynoptic 7c93aaf659 Force Tab focus to reach all controls on macOS
macOS defaults keyboard navigation to text fields and lists only, so Tab
(and the gamepad navigation that synthesizes it) can't move focus between
controls on the settings page. Other platforms already default to this.
2026-06-07 14:22:42 -05:00
Cameron Gutman 534ce02756 Track keyboard grab state internally rather than using SDL
Versions of sdl2-compat prior to 2.32.64 (and native SDL3) won't
set the grab flag if grabbing the keyboard fails, even though the
compositor still may be exclusively passing system keys to us via
some external configuration by the user. This causes the super key
to not be sent to the host, because we think the client OS will
consume it and don't want to duplicate the input.

Fixes #1900
2026-06-06 16:11:37 -05:00
Cameron Gutman 19d77704ba Update SDL and libplacebo 2026-06-02 02:03:10 -05:00
Cameron Gutman a2ef7a4a0c Enable LTO for FFmpeg 2026-05-27 23:21:56 -05:00
Cameron Gutman dc6c0d3315 Update prebuilts 2026-05-27 02:24:43 -05:00
Cameron Gutman cd5853c6ca Update Windows and macOS prebuilt dependencies
- Enable LTO/LTCG
- Update SDL3
2026-05-26 22:55:32 -05:00
Cameron Gutman e6da6fa11f Enable LTO for AppImage builds 2026-05-26 21:55:58 -05:00
Cameron Gutman 81f20cdb66 Move LTCG/LTO enablement into the build scripts 2026-05-26 21:46:58 -05:00
Cameron Gutman adfc972371 Enable LTCG/LTO for release builds 2026-05-26 01:23:09 -05:00
Cameron Gutman 53a14eda1c Update MSVC redistributable in installer bundle 2026-05-26 00:49:48 -05:00
Cameron Gutman 2eb6715be5 Disable WM-dependent hotkeys on LinuxFB too 2026-05-24 15:23:19 -05:00
Cameron Gutman 29294553bb Add Ctrl+Alt+Shift+K combo to toggle system key grab
Fixes #1637
2026-05-24 15:13:23 -05:00
Cameron Gutman 97240cd5f2 Add workaround for libplacebo crash with Raspbian FFmpeg
Fixes #1409
2026-05-24 14:43:02 -05:00
Cameron Gutman 8cc001768c Use UTF-16 literals for XML processing on Qt 6 2026-05-23 21:56:40 -05:00
Cameron Gutman d94b92e247 Use SDL_utf8strlcpy() to avoid MSVC secure CRT warnings 2026-05-23 19:50:32 -05:00
Cameron Gutman d9eca42311 Remove redundant QString construction 2026-05-23 19:28:28 -05:00
Cameron Gutman 63c48be6d4 Improve handling of malformed XML responses 2026-05-23 19:16:14 -05:00
Cameron Gutman 459dcd7b2c Fix incorrect error print 2026-05-16 16:10:47 -05:00
Cameron Gutman b33a252739 Fix incorrect apply() return value for legacy DRM clients 2026-05-16 16:09:57 -05:00
Cameron Gutman 1eb76bbdb0 Deep copy the BIO's backing memory for the QSslKey
This doesn't appear to be a problem in practice, but the docs don't say
that Qt couldn't retain this QByteArray for later, which would result in
a UAF with the current code.
2026-05-16 16:08:02 -05:00
Cameron Gutman bba2faa602 Fix broken horizontal scroll inversion 2026-05-16 15:45:13 -05:00
Cameron Gutman 87c3179f77 Fix incorrect failure check 2026-05-15 23:23:36 -05:00
Cameron Gutman 073f892bb1 Update Windows and macOS prebuilt dependencies
- Reverted to SDL 3.4.x to fix GCMouse issues

Fixes #1882
2026-05-15 19:16:33 -05:00
Cameron Gutman 815db2b0d7 Enable Segment Heap for improved performance and memory usage 2026-05-15 18:37:52 -05:00
Cameron Gutman a8a66bfc3d Enable Per Monitor v2 DPI awareness
Qt 6 has supported this forever, but our manifest forced PMv1.
2026-05-15 18:13:46 -05:00
Cameron Gutman 8fe279c91b Add support for controllers with dual touchpads 2026-05-14 22:14:50 -05:00
Cameron Gutman dedb0c0327 Disable text input before creating windows 2026-05-14 21:45:22 -05:00
Cameron Gutman 9cbba106ad Use the Metal renderer by default on all Macs
Whatever dGPU/eGPU rendering issues existed at the time I wrote that check seem to no longer happen on my RX 480 eGPU test setup running Ventura (our oldest supported OS).

It seems safe enough to enable now, especially since 7d6ce0b4c should catch broken systems and transparently fall back to AVSampleBufferDisplayLayer.

Fixes #1885
2026-05-14 00:45:57 -05:00
Cameron Gutman 7d6ce0b4cc Implement testRenderFrame() for the VTMetal renderer
This can be used to (hopefully) detect cases where importing the decoded frames onto the target GPU fails.

See #1885
2026-05-14 00:34:32 -05:00
Cameron Gutman 92fb7f3b71 Use the (hopefully faster) ARM64 Tahoe runner 2026-05-13 23:49:32 -05:00
Cameron Gutman b0ac3713f2 Update macOS CI runner to Tahoe 2026-05-13 23:33:30 -05:00
Cameron Gutman 96a211be11 Update Windows and macOS CI builds to Qt 6.11.1 2026-05-13 23:31:14 -05:00
Cameron Gutman 4cf498b09d Use queued audio duration instead of queued frame count to constrain latency
This avoids latency explosion when we negotiate 10 ms instead of 5 ms audio packets.
2026-05-10 21:53:09 -05:00
100 changed files with 2709 additions and 2259 deletions
+8 -7
View File
@@ -42,13 +42,13 @@ jobs:
uses: actions/checkout@v5
with:
repository: libsdl-org/SDL
ref: release-3.4.8
ref: release-3.4.12
path: deps/SDL
- name: Build SDL3
working-directory: deps/SDL
run: |
cmake -DSDL_KMSDRM=OFF -DSDL_TEST_LIBRARY=OFF -DSDL_INSTALL_DOCS=OFF -S . -B build
cmake -DSDL_KMSDRM=OFF -DSDL_TEST_LIBRARY=OFF -DSDL_INSTALL_DOCS=OFF -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -S . -B build
cmake --build build -j
sudo cmake --install build
@@ -56,13 +56,13 @@ jobs:
uses: actions/checkout@v5
with:
repository: libsdl-org/sdl2-compat
ref: release-2.32.68
ref: release-2.32.70
path: deps/sdl2-compat
- name: Build sdl2-compat
working-directory: deps/sdl2-compat
run: |
cmake -DSDL2COMPAT_TESTS=OFF -S . -B build
cmake -DSDL2COMPAT_TESTS=OFF -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -S . -B build
cmake --build build -j
sudo cmake --install build
@@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: intel/libva
ref: 2.23.0
ref: 2.24.1
path: deps/libva
- name: Build libva
@@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: haasn/libplacebo
ref: v7.360.1
ref: 2d0979fb54e025e904c7372666fffbf5dae40f66
path: deps/libplacebo
submodules: 'recursive'
@@ -134,7 +134,8 @@ jobs:
- name: Build FFmpeg
working-directory: deps/FFmpeg
run: |
./configure --enable-pic --disable-static --enable-shared --disable-all --disable-autodetect --enable-avcodec --enable-avformat --enable-swscale \
./configure --enable-pic --enable-lto --disable-static --enable-shared --disable-all --disable-autodetect \
--enable-avcodec --enable-avformat --enable-swscale \
--enable-decoder=h264 --enable-decoder=hevc --enable-decoder=av1 \
--enable-vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=hevc_vaapi --enable-hwaccel=av1_vaapi \
--enable-vdpau --enable-hwaccel=h264_vdpau --enable-hwaccel=hevc_vdpau --enable-hwaccel=av1_vdpau \
+3 -3
View File
@@ -20,10 +20,10 @@ jobs:
include:
# Windows
- os: windows-2025
qt_version: 6.11.0
qt_version: 6.11.1
# macOS
- os: macos-15
qt_version: 6.11.0
- os: macos-26
qt_version: 6.11.1
runs-on: ${{ matrix.os }}
+2 -1
View File
@@ -11,7 +11,8 @@
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitor</dpiAwareness>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2, permonitor</dpiAwareness>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</asmv3:windowsSettings>
</asmv3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+6 -2
View File
@@ -157,8 +157,8 @@ win32:!winrt {
}
macx {
!disable-prebuilts {
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus -lSDL2 -lSDL2_ttf
CONFIG += discord-rpc
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
CONFIG += discord-rpc libplacebo
}
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal -framework QuartzCore
@@ -350,6 +350,10 @@ libplacebo {
streaming/video/ffmpeg-renderers/plvk_c.c
HEADERS += \
streaming/video/ffmpeg-renderers/plvk.h
macx {
SOURCES += streaming/video/ffmpeg-renderers/plvk_objc.mm
}
}
config_EGL {
message(EGL renderer selected)
+4 -2
View File
@@ -31,7 +31,7 @@ public:
private:
bool tryPollComputer(QNetworkAccessManager* nam, NvAddress address, bool& changed)
{
NvHTTP http(address, 0, m_Computer->serverCert, nam);
NvHTTP http(address, 0, m_Computer->serverCert, !m_Computer->isNvidiaServerSoftware, nam);
QString serverInfo;
try {
@@ -825,7 +825,8 @@ private:
void run()
{
NvHTTP http(m_Address, 0, QSslCertificate());
// Use the placeholder UID for the initial poll, then we'll switch to the real one if it's not GFE
NvHTTP http(m_Address, 0, QSslCertificate(), false);
if (m_Mdns) {
if (m_MdnsIpv6Address.isNull()) {
@@ -853,6 +854,7 @@ private:
// Create initial newComputer using HTTP serverinfo with no pinned cert
NvComputer* newComputer = new NvComputer(http, serverInfo);
http.setTrueUid(!newComputer->isNvidiaServerSoftware);
// Check if we have a record of this host UUID to pull the pinned cert
NvComputer* existingComputer;
+25 -10
View File
@@ -7,11 +7,9 @@ ComputerSeeker::ComputerSeeker(ComputerManager *manager, QString computerName, Q
m_TimeoutTimer(new QTimer(this))
{
// If we know this computer, send a WOL packet to wake it up in case it is asleep.
const auto computers = m_ComputerManager->getComputers();
for (NvComputer* computer : computers) {
if (this->matchComputer(computer)) {
computer->wake();
}
NvComputer* matchingComputer = findMatchingComputer();
if (matchingComputer) {
matchingComputer->wake();
}
m_TimeoutTimer->setSingleShot(true);
@@ -24,11 +22,16 @@ ComputerSeeker::ComputerSeeker(ComputerManager *manager, QString computerName, Q
void ComputerSeeker::start(int timeout)
{
m_TimeoutTimer->start(timeout);
// Seek desired computer by both connecting to it directly (this may fail
// if m_ComputerName is UUID, or the name that doesn't resolve to an IP
// address) and by polling it using mDNS, hopefully one of these methods
// would find the host
m_ComputerManager->addNewHostManually(m_ComputerName);
// If we don't know this computer by name, address, or UUID, try adding it
// manually and see if we can find it by address, hostname, or mDNS.
//
// NB: We don't do this unconditionally because it will wipe out the user's
// manual address if they pass another reachable hostname/address.
if (!findMatchingComputer()) {
m_ComputerManager->addNewHostManually(m_ComputerName);
}
m_ComputerManager->startPolling();
}
@@ -62,6 +65,18 @@ bool ComputerSeeker::matchComputer(NvComputer *computer) const
return false;
}
NvComputer* ComputerSeeker::findMatchingComputer() const
{
const auto computers = m_ComputerManager->getComputers();
for (NvComputer* computer : computers) {
if (this->matchComputer(computer)) {
return computer;
}
}
return nullptr;
}
bool ComputerSeeker::isOnline(NvComputer *computer) const
{
return computer->state == NvComputer::CS_ONLINE;
+1
View File
@@ -24,6 +24,7 @@ private slots:
private:
bool matchComputer(NvComputer *computer) const;
NvComputer* findMatchingComputer() const;
bool isOnline(NvComputer *computer) const;
private:
+17 -20
View File
@@ -133,6 +133,22 @@ IdentityManager::IdentityManager()
if (getSslKey().isNull()) {
qFatal("Private key is unreadable");
}
// Load the unique ID from settings
m_CachedUniqueId = settings.value(SER_UNIQUEID).toString();
if (!m_CachedUniqueId.isEmpty()) {
qInfo() << "Loaded unique ID from settings:" << m_CachedUniqueId;
}
else {
// Generate a new unique ID in base 16
uint64_t uid;
RAND_bytes(reinterpret_cast<unsigned char*>(&uid), sizeof(uid));
m_CachedUniqueId = QString::number(uid, 16);
qInfo() << "Generated new unique ID:" << m_CachedUniqueId;
settings.setValue(SER_UNIQUEID, m_CachedUniqueId);
}
}
QSslCertificate
@@ -170,7 +186,7 @@ IdentityManager::getSslKey()
BUF_MEM* mem;
BIO_get_mem_ptr(bio, &mem);
m_CachedSslKey = QSslKey(QByteArray::fromRawData(mem->data, (int)mem->length), QSsl::Rsa);
m_CachedSslKey = QSslKey(QByteArray(mem->data, (int)mem->length), QSsl::Rsa);
BIO_free(bio);
EVP_PKEY_free(pk);
@@ -190,25 +206,6 @@ IdentityManager::getSslConfig()
QString
IdentityManager::getUniqueId()
{
if (m_CachedUniqueId.isEmpty()) {
QSettings settings;
// Load the unique ID from settings
m_CachedUniqueId = settings.value(SER_UNIQUEID).toString();
if (!m_CachedUniqueId.isEmpty()) {
qInfo() << "Loaded unique ID from settings:" << m_CachedUniqueId;
}
else {
// Generate a new unique ID in base 16
uint64_t uid;
RAND_bytes(reinterpret_cast<unsigned char*>(&uid), sizeof(uid));
m_CachedUniqueId = QString::number(uid, 16);
qInfo() << "Generated new unique ID:" << m_CachedUniqueId;
settings.setValue(SER_UNIQUEID, m_CachedUniqueId);
}
}
return m_CachedUniqueId;
}
+3 -1
View File
@@ -25,7 +25,9 @@ public:
bool isInitialized()
{
return id != 0 && !name.isEmpty();
// We use isNull() instead of isEmpty() here because we want
// to detect cases where the name is unassigned, not empty.
return id != 0 && !name.isNull();
}
void
+56 -40
View File
@@ -18,9 +18,16 @@
#define RESUME_TIMEOUT_MS 30000
#define QUIT_TIMEOUT_MS 30000
NvHTTP::NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert, QNetworkAccessManager* nam) :
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#define XML_NAME_EQUALS(x, y) ((x) == (y))
#else
#define XML_NAME_EQUALS(x, y) ((x) == (u##y))
#endif
NvHTTP::NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert, bool useTrueUid, QNetworkAccessManager* nam) :
m_Nam(nam ? nam : new QNetworkAccessManager(this)),
m_ServerCert(serverCert)
m_ServerCert(serverCert),
m_UseTrueUid(useTrueUid)
{
m_BaseUrlHttp.setScheme("http");
m_BaseUrlHttps.setScheme("https");
@@ -34,9 +41,8 @@ NvHTTP::NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert
}
NvHTTP::NvHTTP(NvComputer* computer, QNetworkAccessManager* nam) :
NvHTTP(computer->activeAddress, computer->activeHttpsPort, computer->serverCert, nam)
NvHTTP(computer->activeAddress, computer->activeHttpsPort, computer->serverCert, !computer->isNvidiaServerSoftware, nam)
{
}
void NvHTTP::setServerCert(QSslCertificate serverCert)
@@ -61,6 +67,11 @@ void NvHTTP::setHttpsPort(uint16_t port)
m_BaseUrlHttps.setPort(port);
}
void NvHTTP::setTrueUid(bool useTrueUid)
{
m_UseTrueUid = useTrueUid;
}
NvAddress NvHTTP::address()
{
return m_Address;
@@ -109,7 +120,7 @@ NvHTTP::getCurrentGame(QString serverInfo)
// has the semantics that its name would indicate. To contain the effects of this change as much
// as possible, we'll force the current game to zero if the server isn't in a streaming session.
QString serverState = getXmlString(serverInfo, "state");
if (serverState != nullptr && serverState.endsWith("_SERVER_BUSY"))
if (serverState.endsWith("_SERVER_BUSY"))
{
return getXmlString(serverInfo, "currentgame").toInt();
}
@@ -266,17 +277,19 @@ NvHTTP::getDisplayModeList(QString serverInfo)
while (!xmlReader.atEnd()) {
while (xmlReader.readNextStartElement()) {
auto name = xmlReader.name();
if (name == QString("DisplayMode")) {
if (XML_NAME_EQUALS(name, "DisplayMode")) {
modes.append(NvDisplayMode());
}
else if (name == QString("Width")) {
modes.last().width = xmlReader.readElementText().toInt();
}
else if (name == QString("Height")) {
modes.last().height = xmlReader.readElementText().toInt();
}
else if (name == QString("RefreshRate")) {
modes.last().refreshRate = xmlReader.readElementText().toInt();
else if (!modes.isEmpty()) {
if (XML_NAME_EQUALS(name, "Width")) {
modes.last().width = xmlReader.readElementText().toInt();
}
else if (XML_NAME_EQUALS(name, "Height")) {
modes.last().height = xmlReader.readElementText().toInt();
}
else if (XML_NAME_EQUALS(name, "RefreshRate")) {
modes.last().refreshRate = xmlReader.readElementText().toInt();
}
}
}
}
@@ -299,7 +312,7 @@ NvHTTP::getAppList()
while (!xmlReader.atEnd()) {
while (xmlReader.readNextStartElement()) {
auto name = xmlReader.name();
if (name == QString("App")) {
if (XML_NAME_EQUALS(name, "App")) {
// We must have a valid app before advancing to the next one
if (!apps.isEmpty() && !apps.last().isInitialized()) {
qWarning() << "Invalid applist XML";
@@ -307,17 +320,28 @@ NvHTTP::getAppList()
}
apps.append(NvApp());
}
else if (name == QString("AppTitle")) {
apps.last().name = xmlReader.readElementText();
}
else if (name == QString("ID")) {
apps.last().id = xmlReader.readElementText().toInt();
}
else if (name == QString("IsHdrSupported")) {
apps.last().hdrSupported = xmlReader.readElementText() == "1";
}
else if (name == QString("IsAppCollectorGame")) {
apps.last().isAppCollectorGame = xmlReader.readElementText() == "1";
else if (!apps.isEmpty()) {
if (XML_NAME_EQUALS(name, "AppTitle")) {
// If an app has no name, Sunshine may send us <AppTitle/>,
// which readElementText() returns as a null QString.
// We want to treat this as an empty QString instead, so we
// will explicitly convert it. An empty string will satisfy
// NvApp's isInitialized() check.
QString name = xmlReader.readElementText();
if (name.isNull()) {
name = "";
}
apps.last().name = name;
}
else if (XML_NAME_EQUALS(name, "ID")) {
apps.last().id = xmlReader.readElementText().toInt();
}
else if (XML_NAME_EQUALS(name, "IsHdrSupported")) {
apps.last().hdrSupported = xmlReader.readElementText() == "1";
}
else if (XML_NAME_EQUALS(name, "IsAppCollectorGame")) {
apps.last().isAppCollectorGame = xmlReader.readElementText() == "1";
}
}
}
}
@@ -332,7 +356,7 @@ NvHTTP::verifyResponseStatus(QString xml)
while (xmlReader.readNextStartElement())
{
if (xmlReader.name() == QString("root"))
if (XML_NAME_EQUALS(xmlReader.name(), "root"))
{
// Status code can be 0xFFFFFFFF in some rare cases on GFE 3.20.3, and
// QString::toInt() will fail in that case, so use QString::toUInt()
@@ -383,13 +407,7 @@ QByteArray
NvHTTP::getXmlStringFromHex(QString xml,
QString tagName)
{
QString str = getXmlString(xml, tagName);
if (str == nullptr)
{
return nullptr;
}
return QByteArray::fromHex(str.toUtf8());
return QByteArray::fromHex(getXmlString(xml, tagName).toUtf8());
}
QString
@@ -411,7 +429,7 @@ NvHTTP::getXmlString(QString xml,
}
}
return nullptr;
return QString();
}
void NvHTTP::handleSslErrors(QNetworkReply* reply, const QList<QSslError>& errors)
@@ -474,11 +492,9 @@ NvHTTP::openConnection(QUrl baseUrl,
QUrl url(baseUrl);
url.setPath("/" + command);
// Use a common UID for Moonlight clients to allow them to quit
// games for each other (otherwise GFE gets screwed up and it requires
// manual intervention to solve).
url.setQuery("uniqueid=0123456789ABCDEF&uuid=" +
QUuid::createUuid().toRfc4122().toHex() +
// Use a placeholder UID for GFE allow them to quit games for each other.
url.setQuery("uniqueid=" + (m_UseTrueUid ? IdentityManager::get()->getUniqueId() : "0123456789ABCDEF") +
"&uuid=" + QUuid::createUuid().toRfc4122().toHex() +
((arguments != nullptr) ? ("&" + arguments) : ""));
QNetworkRequest request(url);
+3 -2
View File
@@ -109,7 +109,7 @@ public:
NVLL_VERBOSE
};
explicit NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert, QNetworkAccessManager* nam = nullptr);
explicit NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert, bool useTrueUid, QNetworkAccessManager* nam = nullptr);
explicit NvHTTP(NvComputer* computer, QNetworkAccessManager* nam = nullptr);
@@ -142,9 +142,9 @@ public:
NvLogLevel logLevel = NvLogLevel::NVLL_VERBOSE);
void setServerCert(QSslCertificate serverCert);
void setAddress(NvAddress address);
void setHttpsPort(uint16_t port);
void setTrueUid(bool useTrueUid);
NvAddress address();
@@ -198,4 +198,5 @@ private:
NvAddress m_Address;
QNetworkAccessManager* m_Nam;
QSslCertificate m_ServerCert;
bool m_UseTrueUid;
};
+25 -10
View File
@@ -54,16 +54,18 @@ NvPairingManager::generateRandomBytes(int length)
QByteArray
NvPairingManager::encrypt(const QByteArray& plaintext, const QByteArray& key)
{
QByteArray ciphertext(plaintext.size(), 0);
EVP_CIPHER_CTX* cipher;
int ciphertextLen;
if (plaintext.isEmpty()) {
return QByteArray();
}
cipher = EVP_CIPHER_CTX_new();
EVP_CIPHER_CTX* cipher = EVP_CIPHER_CTX_new();
THROW_BAD_ALLOC_IF_NULL(cipher);
EVP_EncryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
EVP_CIPHER_CTX_set_padding(cipher, 0);
QByteArray ciphertext(plaintext.size(), 0);
int ciphertextLen;
EVP_EncryptUpdate(cipher,
reinterpret_cast<unsigned char*>(ciphertext.data()),
&ciphertextLen,
@@ -79,16 +81,18 @@ NvPairingManager::encrypt(const QByteArray& plaintext, const QByteArray& key)
QByteArray
NvPairingManager::decrypt(const QByteArray& ciphertext, const QByteArray& key)
{
QByteArray plaintext(ciphertext.size(), 0);
EVP_CIPHER_CTX* cipher;
int plaintextLen;
if (ciphertext.isEmpty()) {
return QByteArray();
}
cipher = EVP_CIPHER_CTX_new();
EVP_CIPHER_CTX* cipher = EVP_CIPHER_CTX_new();
THROW_BAD_ALLOC_IF_NULL(cipher);
EVP_DecryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
EVP_CIPHER_CTX_set_padding(cipher, 0);
QByteArray plaintext(ciphertext.size(), 0);
int plaintextLen;
EVP_DecryptUpdate(cipher,
reinterpret_cast<unsigned char*>(plaintext.data()),
&plaintextLen,
@@ -239,8 +243,7 @@ NvPairingManager::pair(QString appVersion, QString pin, QSslCertificate& serverC
}
QByteArray serverCertStr = NvHTTP::getXmlStringFromHex(getCert, "plaincert");
if (serverCertStr == nullptr)
{
if (serverCertStr.isEmpty()) {
qCritical() << "Server likely already pairing";
m_Http.openConnectionToString(m_Http.m_BaseUrlHttp, "unpair", nullptr, REQUEST_TIMEOUT_MS);
return PairState::ALREADY_IN_PROGRESS;
@@ -275,6 +278,12 @@ NvPairingManager::pair(QString appVersion, QString pin, QSslCertificate& serverC
}
QByteArray challengeResponseData = decrypt(m_Http.getXmlStringFromHex(challengeXml, "challengeresponse"), aesKey);
if (challengeResponseData.size() < hashLength) {
qCritical() << "Invalid challengeresponse at stage #2";
m_Http.openConnectionToString(m_Http.m_BaseUrlHttp, "unpair", nullptr, REQUEST_TIMEOUT_MS);
return PairState::FAILED;
}
QByteArray clientSecretData = generateRandomBytes(16);
QByteArray challengeResponse;
QByteArray serverResponse(challengeResponseData.data(), hashLength);
@@ -300,6 +309,12 @@ NvPairingManager::pair(QString appVersion, QString pin, QSslCertificate& serverC
}
QByteArray pairingSecret = NvHTTP::getXmlStringFromHex(respXml, "pairingsecret");
if (pairingSecret.size() <= 16) {
qCritical() << "Invalid pairingsecret at stage #3";
m_Http.openConnectionToString(m_Http.m_BaseUrlHttp, "unpair", nullptr, REQUEST_TIMEOUT_MS);
return PairState::FAILED;
}
QByteArray serverSecret = pairingSecret.left(16);
QByteArray serverSignature = pairingSecret.mid(16);
+1 -1
View File
@@ -195,7 +195,7 @@ GlobalCommandLineParser::ParseResult GlobalCommandLineParser::parse(const QStrin
}
}
parser.showError(QString("Invalid action"));
parser.showError("Invalid action");
}
}
+8
View File
@@ -50,4 +50,12 @@ ComboBox {
popup.onAboutToHide: {
SdlGamepadKeyNavigation.setUiNavMode(true)
}
Keys.onLeftPressed: {
decrementCurrentIndex()
}
Keys.onRightPressed: {
incrementCurrentIndex()
}
}
+48 -45
View File
@@ -812,38 +812,64 @@ Flickable {
ToolTip.text: qsTr("Fullscreen generally provides the best performance, but borderless windowed may work better with features like macOS Spaces, Alt+Tab, screenshot tools, on-screen overlays, etc.")
}
CheckBox {
id: vsyncCheck
Row {
spacing: 5
width: parent.width
hoverEnabled: true
text: qsTr("V-Sync")
font.pointSize: 12
checked: StreamingPreferences.enableVsync
onCheckedChanged: {
StreamingPreferences.enableVsync = checked
CheckBox {
id: vsyncCheck
hoverEnabled: true
text: qsTr("V-Sync")
font.pointSize: 12
checked: StreamingPreferences.enableVsync
onCheckedChanged: {
StreamingPreferences.enableVsync = checked
}
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: qsTr("Disabling V-Sync allows sub-frame rendering latency, but it can display visible tearing")
}
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: qsTr("Disabling V-Sync allows sub-frame rendering latency, but it can display visible tearing")
CheckBox {
id: framePacingCheck
hoverEnabled: true
text: qsTr("Frame pacing")
font.pointSize: 12
enabled: StreamingPreferences.enableVsync
checked: StreamingPreferences.enableVsync && StreamingPreferences.framePacing
onCheckedChanged: {
StreamingPreferences.framePacing = checked
}
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: qsTr("Frame pacing reduces micro-stutter by delaying frames that come in too early")
}
}
CheckBox {
id: framePacingCheck
id: enableHdr
width: parent.width
hoverEnabled: true
text: qsTr("Frame pacing")
font.pointSize: 12
enabled: StreamingPreferences.enableVsync
checked: StreamingPreferences.enableVsync && StreamingPreferences.framePacing
text: qsTr("Enable HDR")
font.pointSize: 12
enabled: SystemProperties.supportsHdr
checked: enabled && StreamingPreferences.enableHdr
onCheckedChanged: {
StreamingPreferences.framePacing = checked
StreamingPreferences.enableHdr = checked
}
// Updating StreamingPreferences.videoCodecConfig is handled above
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: qsTr("Frame pacing reduces micro-stutter by delaying frames that come in too early")
ToolTip.text: enabled ?
qsTr("The stream will be HDR-capable, but some games may require an HDR monitor on your host PC to enable HDR mode.")
:
qsTr("HDR streaming is not supported on this PC.")
}
}
}
@@ -1618,7 +1644,7 @@ Flickable {
val: StreamingPreferences.VCC_FORCE_HEVC
}
ListElement {
text: qsTr("AV1 (Experimental)")
text: qsTr("AV1")
val: StreamingPreferences.VCC_FORCE_AV1
}
}
@@ -1630,33 +1656,10 @@ Flickable {
}
}
CheckBox {
id: enableHdr
width: parent.width
text: qsTr("Enable HDR (Experimental)")
font.pointSize: 12
enabled: SystemProperties.supportsHdr
checked: enabled && StreamingPreferences.enableHdr
onCheckedChanged: {
StreamingPreferences.enableHdr = checked
}
// Updating StreamingPreferences.videoCodecConfig is handled above
ToolTip.delay: 1000
ToolTip.timeout: 5000
ToolTip.visible: hovered
ToolTip.text: enabled ?
qsTr("The stream will be HDR-capable, but some games may require an HDR monitor on your host PC to enable HDR mode.")
:
qsTr("HDR streaming is not supported on this PC.")
}
CheckBox {
id: enableYUV444
width: parent.width
text: qsTr("Enable YUV 4:4:4 (Experimental)")
text: qsTr("Enable YUV 4:4:4")
font.pointSize: 12
checked: StreamingPreferences.enableYUV444
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Липсва устройство за запис на звук. Преинсталирането на GeForce Experience би трябвало да разреши този проблем.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Да</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Не</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Добре</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Помощ</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Отказ</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Код на грешката: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Версията на GeForce Experience на %1 не се поддържа от тази версия на Moonlight. Трябва да обновите Moonlight, ако искате да имате достъп до %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Изборът да включите режима на мишката за отдалечен работен плот може да предизвика проблеми в някои игри.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Избраната настройка за принудително софтуерно декодиране може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Отдалеченият компютър не поддържа кодиране чрез HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Поради избраното принудително декодиране чрез HEVC, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Софтуерът или видео картата на отдалечения компютър не поддържа кодиране чрез AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Поради избраното принудително декодиране чрез AV1, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Отдалеченият компютър не поддържа излъчването на HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR не се поддържа при използване на кодиране H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Видео картата на този компютър не поддържа декодиране чрез AV1 Main10 за потоци с HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Видео картата на този компютър не поддържа декодиране чрез 10-битов HEVC или AV1 за потоци с HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Резолюции на видеото над 4К не се поддържат при кодиране H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Отдалеченият компютър върна грешка: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Поради избраното принудително декодиране на H.264, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на видеото. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Видео картата на клиента не поддържа декодиране на H.264. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Поради избраното принудително ползване на HDR, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Видео картата на този компютър не поддържа декодиране чрез HEVC Main10 за потоци с HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Поради избраното принудително ползване на YUV 4:4:4, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Този компютър на поддържа декодиране на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>За излъчване в резолюция 4К е необходим GeForce Experience 3.0 или по-нова версия.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Избраната настройка за обемен звук не се поддържа от текущото звуково устройство.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Неуспешна връзка със звуковото устройство. По време на тази сесия няма да има звук.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Включеният контролер няма настройка на бутоните и няма да може да се ползва. Прегледайте помощта на Moonlight, за да разрешите този проблем.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Видео картата на отдалечения компютър не позволява поточно предаване на видео с резолюция по-голяма от 4К.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Избраното принудително хардуерно декодиране не е възможно, тъй като видео картата на този компютър не го поддържа.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Избраният вид кодиране и настройката за принудително хардуерно декодиране не са съвместими, тъй като видео картата на този компютър не поддържа декодиране на избрания вид кодиране.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Декодерът на видео не може да бъде инициализиран. Проверете настройките за поточно предаване и опитайте отново.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>ЗАБЕЛЕЖКА: Поради проблем в GeForce Experience, тази настройка може да не работи добре, ако отдалеченият компютър има повече от един монитор.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Включване на HDR (експериментално)</translation>
<source>Enable HDR</source>
<translation>Включване на HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Излъчването с HDR не се поддържа на този компютър.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Включване на YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (експериментално)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Включване на YUV 4:4:4 (експериментално)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+49 -49
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation type="unfinished"></translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
@@ -508,158 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -898,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Zařízení pro zachycení zvuku není k dispozici. Přeinstalování GeForce Experience by tento problém mělo vyřešit.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Ano</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Ne</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Nápověda</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Zrušit</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Chybový kód: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Verze GeForce Experience na %1 není touto verzí Moonlightu podporována. Abyste mohli streamovat z %1, musíte aktualizovat Moonlight na novější verzi.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Vybrali jste režim myši pro vzdálenou plochu, to může způsobit problémy ve hrách.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR není u softwarového dekódování podporováno.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Vybrali jste, že chcete vynutit softwarové dekódování, to může způsobit špatný výkon streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Využívá se softwarové dekódování, protože jste vynutili HEVC bez podpory GPU. To může způsobit špatný výkon při streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Váš hostitelský počítač nepodporuje streamování v režimu HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Host vrátil chybu: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Využívá se softwarové dekódování, protože jste zvolili vynucené H.264 bez podpory GPU. To může způsobit špatný výkon streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Váš hostitelský a klientský počítač nepodporují stejné video kodeky. To může způsobit špatný výkon streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Vaše GPU na klientovi nepodporuje dekódování H.264. To může způsobit špatný výkon streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Používání softwarového dekódování v důsledku volby používat režim HDR bez podpory grafické karty. Může způsobovat špatnou kvalitu streamu.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>GPU tohoto počítače nepodporuje dekódování HEVC Main10 pro HDR streamování.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Váš hostitelský počítač nepodporuje streamování YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Pro 4K streamování je vyžadováno GeForce Experience 3.0 nebo novější.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Vámi zvolené nastavení prostorového zvuku není podporováno současným zvukovým zařízením.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Nezdařilo se otevřít zvukové zařízení. Během tohoto připojení nebude k dispozici zvuk.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Připojený gamepad nemá žádné mapování a není použitelný. Navštivte nápovědu Moonlightu pro pomoc s řešením.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>GPU vašeho hostitelského počítače nepodporuje stremování v rozlišení větším než 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Zvolili jste vynucené hardwarové dekódování, které ale nelze vynutit, protože na GPU tohoto počítače chybí hardwarova podpora dekódování tohoto kodeku.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Váš výběr kodeku a vynucení hardwarového dekódování nejsou kompatibilní. GPU tohoto počítače nepodporuje dekódování vámi zvoleného kodeku.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Nezdařilo se inicializovat dekodér videa. Prosím zkontrolujte nastavení streamování a zkuste to znovu.</translation>
</message>
@@ -898,13 +894,14 @@
<translation>Poznámka: Kvůli chybě v GeForce Experience nemusí tato možnost dobře fungovat, pokud hostitelský počítač více monitorů.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Povolení HDR přepíše manuální nastavení dekodéru.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Povolit HDR (experimentální)</translation>
<source>Enable HDR</source>
<translation>Povolit HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -916,6 +913,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Tento počítač nepodporuje HDR streamování.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Audioaufnahmegerät fehlt. Eine Neuinstallation von GeForce Experience sollte diesen Fehler beheben.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Ja</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nein</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Hilfe</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Abbrechen</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Fehlercode: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Diese Version von GeForce Experience auf %1 wird von diesem Build von Moonlight nicht unterstützt. Sie müssen Moonlight aktualisieren, um von %1 zu streamen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Die Auswahl des Remote Desktop Maus Modus kann in Spielen zu Problemen führen.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Software Dekodierung kann zu schlechter Streaming Leitung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Ihr Host-PC unterstützt die HEVC-Kodierung nicht.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Da Ihre Grafikkarte keine HEVC Decodierung unterstützt wird Software Dekodierung benutzt. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Ihre Host-Software oder Ihre GPU unterstützt die AV1-Kodierung nicht.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Nutze Software-Dekodierung wegen der Auswahl, AV1 ohne GPU-Unterstützung zu erzwingen. Dies kann eine schlechte Streaming-Leistung verursachen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Ihr Host-PC unterstützt kein HDR-Streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>Der h.264 Codec unterstützt kein HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Die GPU des Client-PCs unterstützt keine HEVC Main10 Dekodierung für HDR Streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Die GPU des Client-PCs unterstützt keine 10-Bit HEVC oder AV1 Dekodierung für HDR Streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Ihr Host-PC und Ihr Client-PC unterstützen nicht die gleichen HDR-Videocodecs.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Videoauflösungen über 4K werden vom H.264 Codec nicht unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Host hat einen Fehler zurückgegeben: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Verwendung der Software-Decodierung aufgrund Ihrer Auswahl, H.264 ohne GPU-Unterstützung zu erzwingen. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Ihr Host-PC und Client-PC unterstützen nicht die gleichen Videocodecs. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Ihr Client-GPU unterstützt die H.264-Dekodierung nicht. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Verwendung der Software-Decodierung aufgrund Ihrer Auswahl, HDR ohne GPU-Unterstützung zu erzwingen. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Die Grafikkarte des PCs unterstützt keine HEVC Main10 Dekodierung für HDR Streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Ihr Host-PC unterstützt kein YUV 4:4:4 streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Ihr Host-PC unterstützt kein YUV 4:4:4 streaming für den gewählten Video-Codec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>YUV 4:4:4 ausgewählt, aber nicht von der GPU unterstützt. Softwaredekodierung wird verwendet. Dies kann zu schlechter Streaming-Leistung führen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Die GPU dieses PCs unterstützt für den ausgewählten Video-Codec keine YUV 4:4:4-Dekodierung.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Für 4K Streaming wird mindestens GeForce Experience 3.0 benötigt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Ihre ausgewählte Surround Sound Einstellung wird von dem momentanen Audiogerät nicht unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Zugriff auf das Audiogerät fehlgeschlagen. Es wird kein Ton für diese Session verfügbar sein.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Ein angeschlossener Controller hat keine Tastenbelegung und ist somit nicht nutzbar. Besuchen Sie bitte die Moonlight Hilfe um dies zu lösen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Die GPU Ihres Host-PCs unterstützt keine Streaming-Videoauflösungen über 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Erzwungene Hardware Dekodierung kann nicht ausgewählt werden, da der PC keine Hardware Decodierung unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Erzwungene Hardware Dekodierung ist nicht mit deinem ausgewähltem Codec kompatibel, da die Grafikkarte des PCs den ausgewählten Codec nicht unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Videodecoder konnte nicht initialisiert werden. Bitte prüfen Sie Ihre Streaming-Einstellungen und versuchen Sie es erneut.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>HINWEIS: Aufgrund eines Fehlers in GeForce Experience funktioniert diese Option möglicherweise nicht richtig, wenn Ihr Host-PC mehrere Monitore hat.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR aktivieren (Experimentell)</translation>
<source>Enable HDR</source>
<translation>HDR aktivieren</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Dieser Client-PC bietet keine Unterstützung für HDR Streaming.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Verwende YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (experimentell)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Verwende YUV 4:4:4 (Experimentell)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+45 -49
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Λείπει συσκευή καταγραφής ήχου. Η επανεγκατάσταση του GeForce Experience θα πρέπει να επιλύσει αυτό το σφάλμα.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished">Βοήθεια</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
@@ -508,162 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Η έκδοση του GeForce Experience στο %1 δεν υποστηρίζεται από αυτήν την έκδοση του Moonlight. Πρέπει να ενημερώσετε το Moonlight για ροή από το %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Η επιλογή σας για ενεργοποίηση της λειτουργίας ποντικιού απομακρυσμένης επιφάνειας εργασίας ενδέχεται να προκαλέσει προβλήματα στα παιχνίδια.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">Το HDR δεν υποστηρίζεται με αποκωδικοποίηση λογισμικού.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Η επιλογή των ρυθμίσεών σας για αναγκαστική αποκωδικοποίηση λογισμικού μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Χρήση αποκωδικοποίησης λογισμικού λόγω της επιλογής σας να επιβάλλετε HEVC χωρίς υποστήριξη GPU. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Χρήση αποκωδικοποίησης λογισμικού λόγω της επιλογής σας να επιβάλλετε την έκδοση H.264 χωρίς υποστήριξη από την κάρτα γραφικών. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Ο κεντρικός υπολογιστής σας και ο υπολογιστής-πελάτης δεν υποστηρίζουν τους ίδιους κωδικοποιητές βίντεο. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Η κάρτα γραφικών του υπολογιστή πελάτη σας δεν υποστηρίζει την αποκωδικοποίηση H.264. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση HEVC Main10 για ροή HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Για ροή 4K απαιτείται GeForce Experience 3.0 ή νεότερη έκδοση.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Η επιλεγμένη ρύθμιση ήχου surround δεν υποστηρίζεται από την τρέχουσα συσκευή ήχου.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Απέτυχε το άνοιγμα συσκευής ήχου. Ο ήχος δεν θα είναι διαθέσιμος κατά τη διάρκεια αυτής της συνεδρίας.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Ένα συνδεδεμένο gamepad δεν έχει χαρτογράφηση και δεν μπορεί να χρησιμοποιηθεί. Επισκεφτείτε τη βοήθεια του Moonlight για να το επιλύσετε.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Η κάρτα γραφικών του κεντρικού υπολογιστή σας δεν υποστηρίζει αναλύσεις βίντεο ροής πάνω από 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Η επιλογή σας για επιβολή αποκωδικοποίησης υλικού δεν μπορεί να ικανοποιηθεί λόγω έλλειψης υποστήριξης αποκωδικοποίησης υλικού στη κάρτα γραφικών αυτού του υπολογιστή.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Η επιλογή κωδικοποιητή και η αναγκαστική αποκωδικοποίηση υλικού δεν είναι συμβατές. Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση του κωδικοποιητή που έχετε επιλέξει.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Αδυναμία αρχικοποίησης του αποκωδικοποιητή βίντεο. Ελέγξτε τις ρυθμίσεις ροής και δοκιμάστε ξανά.</translation>
</message>
@@ -904,12 +900,12 @@
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -922,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1161,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+47 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation type="unfinished"></translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Jes</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Ne</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Bone</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Helpo</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Nuligi</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Erarkodo: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -903,12 +899,13 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -66,7 +66,7 @@
<message>
<location filename="../gui/CliPair.qml" line="12"/>
<source>Pairing... Please enter &apos;%1&apos; on %2.</source>
<translation>Emparejando... Introduce &apos;1%&apos; en %2.</translation>
<translation>Emparejando... Introduce &apos;%1&apos; en %2.</translation>
</message>
<message>
<location filename="../gui/CliPair.qml" line="81"/>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Falta el dispositivo de captura de audio. La reinstalación de GeForce Experience debería resolver este error.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;No</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Aceptar</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Ayuda</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Código de error: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>La versión de GeForce Experience en %1 no es compatible con esta versión de Moonlight. Debes actualizar Moonlight para transmitir desde %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>La selección de activar el modo de ratón de escritorio remoto puede causar problemas en los juegos.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR no es compatible con la decodificación por software.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Su selección de ajustes para forzar la decodificación por software puede causar un rendimiento deficiente de la transmisión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>El host de tu PC no soporta la codificación HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Usando decodificación por software debido a su selección de forzar HEVC sin soporte de GPU. Esto puede causar un bajo rendimiento de streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>El software host o la GPU no admiten la codificación AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>El uso de la decodificación por software debido a tu selección para forzar el AV1 sin soporte para la GPU. Esto puede causar un bajo rendimiento de la transmisión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>El host de tu PC no es compatible con HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR no es compatible con el códec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>La GPU de este PC no es compatible con la decodificación en AV1 Main10 para la transmisión en HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>La GPU de este PC no admite la decodificación en HEVC de 10 bits ni AV1 para la retransmisión en HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>El host de tu PC y tu servidor no admiten los mismos códecs de video en HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Las resoluciones de video superiores a 4K no son compatibles con el códec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>El host devuelve el error: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Usando decodificación de software debido a su selección para forzar H.264 sin soporte de GPU. Esto puede provocar un rendimiento de transmisión deficiente.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Su PC anfitrión y el PC cliente no soportan los mismos códecs de vídeo. Esto puede causar un bajo rendimiento de la transmisión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Su GPU cliente no soporta la decodificación H.264. Esto puede causar un bajo rendimiento de la transmisión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>La decodificación de software se utiliza debido a su elección de forzar HDR sin compatibilidad con tarjetas gráficas. Esto puede resultar en un rendimiento deficiente de la transmisión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>La GPU de este PC no es compatible con la decodificación HEVC Main10 para la transmisión de HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>El host de tu ordenador no admite la transmisión YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>El PC anfitrión no admite la transmisión YUV 4:4:4 para el códec de vídeo seleccionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Uso de decodificación por software debido a su selección para forzar YUV 4:4:4 sin soporte GPU. Esto puede causar un bajo rendimiento en el streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>La GPU de este PC no es compatible con la descodificación YUV 4:4:4 para el códec de vídeo seleccionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Se requiere GeForce Experience 3.0 o superior para la transmisión en 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>La configuración de sonido envolvente seleccionada no es compatible con el dispositivo de audio actual.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>No se ha podido abrir el dispositivo de audio. El audio no estará disponible durante esta sesión.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Un mando conectado no tiene mapeo y no será utilizable. Visita la ayuda de Moonlight para resolver esto.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>La GPU de su PC anfitrión no admite la transmisión de resoluciones de vídeo superiores a 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Su selección para forzar la decodificación por hardware no puede ser satisfecha debido a la falta de soporte de decodificación por hardware en la GPU de este PC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>La selección del códec y la configuración de la decodificación forzada por hardware no son compatibles. La GPU de este PC no es compatible con la descodificación del códec elegido.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>No se ha podido inicializar el decodificador de vídeo. Por favor, compruebe la configuración de la transmisión y vuelva a intentarlo.</translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>NOTA: Debido a un error en GeForce Experience, es posible que esta opción no funcione correctamente si su PC host tiene varios monitores.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Habilitar el HDR anula las selecciones manuales del decodificador.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Experimental)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Activar HDR (Experimental)</translation>
<source>Enable HDR</source>
<translation>Activar HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>La transmisión HDR no esta soportada en este PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Activar YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Activar YUV 4:4:4 (Experimental)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+50 -50
View File
@@ -159,7 +159,7 @@
<message>
<location filename="../gui/computermodel.cpp" line="76"/>
<source>Local Address: %1</source>
<translation>Lokaalne Aadress: 1%</translation>
<translation>Lokaalne Aadress: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="77"/>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation type="unfinished"></translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
@@ -508,158 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -898,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+47 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Dispositif de capture audio manquant. Réinstaller GeForce Experience devrait résoudre cette erreur.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Oui</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Non</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Aide</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Annuler</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Code d&apos;erreur&#x202f;: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>La version de GeForce Experience sur %1 n&apos;est pas supportée par cette version de Moonlight. Vous devez mettre à jour Moonlight pour streamer depuis %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Le mode souris pour bureau à distance que vous avez activé peut causer des problèmes dans les jeux.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">Le HDR n&apos;est pas pris en charge par le décodeur logiciel.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Vos réglages pour forcer le décodage logiciel peuvent causer de mauvaises performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Votre PC hôte ne prend pas en charge l&apos;encodage HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Utilisation du décodage logiciel à votre sélection pour forcer le codec HEVC sans support GPU. Ceci peut causer des problèmes de performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Votre logiciel hôte ou GPU ne prend pas en charge l&apos;encodage du AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Utilisation du décodage logiciel en raison de votre sélection de forcer l&apos;utilisation du codec AV1 sans prise en charge GPU. Ceci peut causer des problèmes de performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Votre PC hôte ne prend pas en charge le streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR n&apos;est pas pris en charge avec le codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Le GPU de ce PC ne prend pas en charge le décodage AV1 Main 10 pour le streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Le GPU de ce PC ne prend pas en charge le décodage HEVC ou AV1 10 bits pour le streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Votre PC hôte et votre PC client ne prennent pas en charge les mêmes codecs vidéo HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Les résolutions vidéo supérieures à la 4K ne sont pas prises en charge par le codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>L&apos;hôte a renvoyé une erreur : %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Le décodage logiciel est utilisé car vous voulez forcer l&apos;utilisation du H.264 sans support matériel du GPU. Ceci peut causer des problèmes de performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Votre PC hôte et PC client ne supportent pas les mêmes codecs vidéo. Ceci peut causer des problèmes de performance.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Le GPU de votre client ne supporte pas le décodage matériel du H.264. Ceci peut causer des problèmes de performance.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Utilisation du décodage logiciel à votre sélection de forcer le HDR sans support GPU. Ceci peut causer des problèmes de performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Le GPU de ce PC ne prend pas en charge le décodage du HEVC Main10 pour le streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Votre PC hôte ne supporte pas le streaming en YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Votre PC hôte ne supporte pas le streaming en YUV 4:4:4 pour le codec sélectionné.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Utilisation du décodage logiciel à votre sélection pour forcer le YUV 4:4:4 sans support GPU. Ceci peut causer des problèmes de performances.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Le GPU de ce PC ne supporte pas le décodage YUV 4:4:4 pour le codec sélectionné.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 ou ultérieur est requis pour le streaming 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Le réglage du son surround que vous avez sélectionné n&apos;est pas pris en charge par le périphérique audio actuel.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>L&apos;ouverture de l&apos;appareil audio à échoué. L&apos;audio ne sera pas disponible pendant cette session.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Une manette de jeu attachée n&apos;a pas é configurée et ne sera pas utilisable. Visitez l&apos;aide Moonlight pour résoudre ce problème.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Le GPU de votre PC hôte ne prend pas en charge le streaming dans des résolutions supérieures à la 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Impossible de forcer l&apos;utilisation du décodage matériel car le GPU de cet ordinateur ne supporte pas le décodage matériel.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Votre sélection de codecs et le réglage du décodage matériel ne sont pas compatibles. Le GPU de ce PC ne prend pas en charge le décodage du codec que vous avez choisi.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Impossible d&apos;initialiser le décodeur vidéo. Veuillez vérifier vos paramètres de streaming et réessayez.</translation>
</message>
@@ -995,19 +991,15 @@
<source>Forces a single gamepad to always stay connected to the host, even if no gamepads are actually connected to this PC.</source>
<translation>Force une seule manette de jeu à toujours rester connectée à l&apos;hôte, même si aucune manette de jeu n&apos;est réellement connectée à ce PC.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Activer le HDR désactive la sélection manuelle de décodeur.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (expérimental)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Activer le HDR (expérimental)</translation>
<source>Enable HDR</source>
<translation>Activer le HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -1019,6 +1011,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Le streaming en HDR n&apos;est pas supporté sur ce PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Activer YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Activer YUV 4:4:4 (expérimental)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+49 -49
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation type="unfinished"></translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
@@ -508,158 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -898,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+52 -52
View File
@@ -38,7 +38,7 @@
<message>
<location filename="../gui/AppView.qml" line="326"/>
<source>Hide this game from the app grid. To access hidden games, right-click on the host and choose %1.</source>
<translation> ि ि ि ि, -ि % 1 </translation>
<translation> ि ि ि ि, -ि %1 </translation>
</message>
<message>
<location filename="../gui/AppView.qml" line="326"/>
@@ -53,7 +53,7 @@
<message>
<location filename="../gui/AppView.qml" line="354"/>
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
<translation> % 1 ? ि </translation>
<translation> %1 ? ि </translation>
</message>
</context>
<context>
@@ -102,7 +102,7 @@
<message>
<location filename="../gui/CliStartStreamSegue.qml" line="78"/>
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
<translation> % 1 ? ि </translation>
<translation> %1 ? ि </translation>
</message>
</context>
<context>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>ि ि GeForce Experience ि </translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
</message>
@@ -508,158 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -898,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Hiányzik egy hangrögzítő eszköz. A GeForce Experience újratelepítése valószínűleg megoldja a problémát.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Igen</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nem</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Súgó</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Mégse</translation>
</message>
@@ -493,76 +493,72 @@
<translation>A kapcsolat megszakadt</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>A(z) %1 számítógépen futó GeForce Experience verzióját a Moonlight jelenlegi verziója nem támogatja. A streameléshez frissítened kell a Moonlightot.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>A távoli asztali egér mód bekapcsolása problémákat okozhat játék közben.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">A HDR nem támogatott szoftveres dekódolással.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>A szoftveres dekódolás erőltetése rontja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>A gazdagép nem támogatja a HEVC kódolást.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Szoftveres dekódolás van használatban, mert a HEVC dekódolást GPU támogatás nélkül kényszerítetted. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>A gazdagépen futó szoftver vagy a GPU nem támogatja az AV1 kódolást.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Szoftveres dekódolás van használatban, mert az AV1 dekódolást GPU támogatás nélkül kényszerítetted. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>A gazdagép nem támogatja a HDR streamelést.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>A HDR nem támogatott H.264 kodek használata esetén.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Ennek a számítógépnek a GPU-ja nem támogatja az AV1 Main10 dekódolást HDR streameléshez.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Ennek a számítógépnek a GPU-ja nem támogatja a 10 bites HEVC- vagy AV1-dekódolást a HDR streameléshez.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>A gazdagép és a kliensgép nem támogatja ugyanazokat a HDR videokodekeket.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>A H.264 kodek nem támogatja a 4K fölötti videofelbontásokat.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>A gazdagép hibát küldött vissza: %1</translation>
</message>
@@ -582,88 +578,88 @@
<translation>Hibakód: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Szoftveres dekódolás van használatban, mert a H.264 dekódolást GPU támogatás nélkül kényszerítetted. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>A gazdagép és a kliensgép nem támogatja ugyanazokat a videokodekeket. Ez ronthatja a stream teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>A kliens GPU-ja nem támogatja a H.264 dekódolást. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Szoftveres dekódolás van használatban, mert a HDR feldolgozást GPU támogatás nélkül kényszerítetted. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Ennek a számítógépnek a GPU-ja nem támogatja a HEVC Main10 dekódolást a HDR streameléshez.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>A gazdagép nem támogatja a YUV 4:4:4 streamelést.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>A gazdagép nem támogatja a YUV 4:4:4 streamelést a kiválasztott kodek esetén.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Szoftveres dekódolás van használatban, mert a YUV 4:4:4 feldolgozást GPU támogatás nélkül kényszerítetted. Ez ronthatja a streamelés teljesítményét.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Ennek a számítógépnek a GPU-ja nem támogatja a YUV 4:4:4:4 dekódolást a kiválasztott videokodekhez.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>A 4K streameléshez GeForce Experience 3.0 vagy újabb szükséges.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Az aktuális hangkártya nem támogatja a kiválasztott térhatású beállítást.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Nem sikerült megnyitni a hangeszközt. A munkamenet alatt nem lesz hang.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>A csatlakoztatott gamepad nincs konfigurálva, így nem használható. A megoldáshoz keresd fel a Moonlight súgót.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>A gazdagép GPU-ja nem támogatja a 4K fölötti videofelbontás streamelését.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>A hardveres dekódolás kényszerítése nem lehetséges, mert a számítógép GPU-ja nem támogatja.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>A választott kodek és a hardveres dekódolás kényszerítése nem kompatibilis. A számítógép GPU-ja nem támogatja a választott kodek dekódolást.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Nem sikerült inicializálni a videódekódert. Ellenőrizd a streaming beállításokat, majd próbáld újra.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>MEGJEGYZÉS: A GeForce Experience egy hibája miatt előfordulhat, hogy ez az opció nem működik megfelelően, ha a gazdagépen több monitor van.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">A HDR engedélyezése felülírja a manuális dekóder kiválasztását.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR engedélyezése (Kísérleti)</translation>
<source>Enable HDR</source>
<translation>HDR engedélyezése</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>A HDR streamelés nem támogatott ezen a számítógépen.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4 engedélyzése</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Kísérleti)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4 engedélyzése (Kísérleti)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Dispositivo di cattura audio mancante. Installare nuovamente GeForce Experience dovrebbe risolvere il problema.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;No</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Aiuto</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Annulla</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Codice di errore: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>La versione di GeForce Experience su %1 non è supportata da questa versione di Moonlight. Aggiorna Moonlight per fare streaming da %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>La tua selezione di modalità del mouse su desktop remoto potrebbe provocare problemi nei giochi.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">La decodifica software non supporta HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>La selezione per forzare la decodifica software potrebbe provocare basse performance con lo streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Il tuo PC host non supporta la codifica HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Decodifica software in uso per la selezione dell&apos;uso forzato di HEVC senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Il software host o GPU non supporta la codifica AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Decodifica software in uso a causa della selezione dell&apos;uso forzato dell&apos;AV1 senza il supporto GPU. Questo può causare prestazioni di streaming scarse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Il PC host non supporta lo streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR non è supportato utilizzando il codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>La GPU di questo PC non supporta la decodifica AV1 Main10 per lo streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>La GPU di questo PC non supporta la decodifica HEVC a 10 bit o AV1 per lo streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Il PC host e il PC client non supportano gli stessi codec video HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Le risoluzioni video oltre il 4K non sono supportate dal codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>L&apos;host ha restituito un errore: %</translation>
<translation>L&apos;host ha restituito un errore: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Decodifica software in uso per la selezione dell&apos;uso forzato di H.264 senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Il tuo PC host e il PC client non supportano gli stessi codificatori video. Questo potrebbe provocare performance scadenti di streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>La tua scheda video non supporta la decodifica H.264. Questo potrebbe provocare performance scadenti di streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Decoding software in uso secondo la tua preferenza del forzare HDR senza il supporto della GPU. Questo potrebbe causare prestazioni scadenti.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>La scheda video di questo PC non supporta la decodifica HEVC Main10 per lo streaming in HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Il tuo PC host non supporta lo streaming YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Il tuo pc host non supporta lo streaming YUV 4:4:4 per il codec video selezionato.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Il decoding software è in uso in quanto hai scelto di forzare YUV 4:4:4 senza il supporto da parte della GPU. Questo potrebbe causare prestazioni di streaming scadenti.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>La GPU di questo PC non supporta il decoding YUV 4:4:4 per il codec video selezionato.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Per lo streaming in 4K è richiesta GeForce Experience 3.0 o superiore.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Il tipo di surround selezionato non è supportato dal dispositivo audio attuale.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Impossibile aprire il dispositivo audio. Per questa sessione non sarà disponibile l&apos;audio.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Un controller connesso non ha mappatura e non sarà utilizzabile. Visita l&apos;aiuto di Moonlight per risolvere.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>La scheda video del tuo PC host non supporta lo streaming di risoluzioni video oltre i 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>La selezione di forzare la decodifica hardware non può essere applicata per via del mancato supporto alla decodifica hardare sulla scheda video di questo PC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>La selezione del codec e della decodifica hardware non sono compatibili. La scheda video di questo PC non supporta la decodifica per il codec scelto.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Impossibile inizializzare il decoder video. Controlla le impostazioni di streaming e prova di nuovo.</translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>NOTA: A causa di un bug in GeForce Experience, questa opzione potrebbe non funzionare correttamente se il tuo computer sorgente ha più di un monitor.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">L&apos;abilitazione dell&apos;HDR sostituisce le selezioni manuali del decodificatore.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Sperimentale)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Abilita HDR (Sperimentale)</translation>
<source>Enable HDR</source>
<translation>Abilita HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Lo streaming HDR non è supportata su questo PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Abilita YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Abilita YUV 4:4:4 (Sperimentale)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+50 -58
View File
@@ -184,7 +184,7 @@
<message>
<location filename="../gui/computermodel.cpp" line="81"/>
<source>Pair State: %1</source>
<translation></translation>
<translation>: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="82"/>
@@ -194,7 +194,7 @@
<message>
<location filename="../gui/computermodel.cpp" line="83"/>
<source>HTTPS Port: %1</source>
<translation>HTTPSポート</translation>
<translation>HTTPSポート: %1</translation>
</message>
</context>
<context>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>GeForce Experienceを再インストールすることでこのエラーが解決されます</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>(&amp;Y)</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>(&amp;N)</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation>: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>%1GeForce ExperienceのバージョンはMoonlightではサポートされていません%1Moonlightをアップデートする必要があります</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation></translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDRに対応していません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>PCがHEVCエンコーディングをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>GPUをサポートしていないHEVCを強制する設定を選択したため使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>GPUがAV1エンコーディングをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>GPUサポートなしでAV1を強制する選択をしたため使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>PCがHDRストリーミングをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDRはH.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>PCのGPUはHDRストリーミング用のAV1 Main10デコーディングをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>PCのGPUはHDRストリーミング用の10ビットHEVCまたはAV1デコーディングをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>PCとクライアントPCが同じHDRビデオコーデックをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>4Kを超えるビデオ解像度はH.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>GPUサポートなしでH.264使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>PCとクライアントPCが同じビデオコーデックをサポートしていません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>GPUがH.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>GPUサポートなしでHDRを強制する選択をしたため使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>PCのGPUはHDRストリーミングのHEVC Main10デコーディングに対応していません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>PCがYUV 4:4:4</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>PCが選択されたビデオコーデックでのYUV 4:4:4</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>GPUサポートなしでYUV 4:4:4使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>PCのGPUは選択されたビデオコーデックでのYUV 4:4:4</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4KストリーミングにはGeForce Experience 3.0</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>使Moonlightのヘルプをご覧ください</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>PCのGPUは4Kを超えるビデオ解像度でのストリーミングに対応していません</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>PCのGPUはハードウェアデコードに対応していないため</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>PCのGPUは</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation></translation>
</message>
@@ -903,13 +899,14 @@
<translation>: GeForce ExperienceのバグによりPCにマルチモニターがある場合</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">HDR </translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDRを有効にする</translation>
<source>Enable HDR</source>
<translation>HDRを有効にする</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>PCではHDRストリーミングはサポートされていません</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation> . GeForce Experience를 .</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>(&amp;Y)</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>(&amp;N)</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation> : %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>%1 GeForce Experience Moonlight에서 . %1 Moonlight를 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation> .</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR는 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation> .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation> PC가 HEVC .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>HEVC GPU . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation> GPU가 AV1 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>AV1 GPU . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation> PC가 HDR .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR는 H.264 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation> PC의 GPU는 HDR AV1 Main10 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation> PC의 GPU는 HDR 10-bit HEVC AV1 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation> PC와 PC는 HDR .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>4K H.264 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation> : %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>H.264 GPU . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation> PC와 PC가 . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation> GPU가 H.264 . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>GPU HDR을 . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation> PC의 GPU는 HDR HEVC Main10 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation> PC가 YUV 4:4:4 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation> PC가 YUV 4:4:4 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>GPU YUV 4:4:4 . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation> PC의 GPU는 YUV 4:4:4 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4K GeForce Experience 3.0 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation> .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation> . .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation> . Moonlight .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation> PC의 GPU가 4K .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation> PC의 GPU가 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation> . PC의 GPU는 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation> . .</translation>
</message>
@@ -903,13 +899,14 @@
<translation>참고: GeForce Experience의 PC에 .</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">HDR을 .</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR ()</translation>
<source>Enable HDR</source>
<translation>HDR </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation> PC에서는 HDR .</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4 </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+49 -49
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Trūksta garso įrašymo įrenginio. Pabandykite naujo parsiųsti GeForce Experience.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Taip</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Ne</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Gerai</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Pagalba</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Atšaukti</translation>
</message>
@@ -508,158 +508,158 @@
<translation>Klaidos kodas: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Jūsų Moonlight nepalaiko %1 GeForce Experience versijos. Norėdami transliuoti %1, turite atnaujinti Moonlight.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Jūsų pasirinkimas įjungti nuotolinio darbastalio pėlę gali sukelti problemų žaidimuose.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
</message>
@@ -898,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+47 -51
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Mangler lydopptaksenhet. Reinstallasjon av GeForce Experience bør løse dette problemet.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>Ja</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nei</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Hjelp</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Avbryt</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Feilkode: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Versjonen av GeForce Experience %1 støttes ikke av denne byggversjonen av Moonlight. Du oppdatere Moonlight for å strømme fra %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Din aktivering av musemodus for eksternt skrivebord kan forårsake problemer i spill.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR er ikke støttet med mykvaredekoding.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Din aktivering av tvungen programvaredekoding kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Din verts-PC støtter ikke HEVC-koding.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Bruker programvaredekoding som følge av ditt valg om å påtvinge HEVC uten GPU-støtte. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Din verts programvare eller GPU støtter ikke AV1-koding.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Bruker programvaredekoding som følge av ditt valg om å påtvinge AV1 uten GPU-støtte. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Din verts-PC støtter ikke HDR-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR er ikke støttet når H.264-kodeken brukes.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Denne PCens GPU støtter ikke dekoding av AV1 Main10 for HDR-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Denne PCens GPU støtter ikke dekoding av 10-biters HEVC eller AV1 for HDR-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Verts-PCen og klient-PCen støtter ikke de samme HDR-videokodekene.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Videooppløsning over 4K støttes ikke av H.264-kodeken.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Verten returnerte feil: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Bruker programvaredekoding som følge av ditt valg om å påtvinge H.264 uten GPU-støtte. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Verts-PCen og klient-PCen støtter ikke de samme videokodekene. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Din klients GPU støtter ikke H.264-dekoding. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Bruker programvaredekoding som følge av ditt valg om å påtvinge HDR uten GPU-støtte. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Denne PCens GPU støtter ikke dekoding av HEVC Main10 for HDR-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Din verts-PC støtter ikke YUV 4:4:4-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Din verts-PC støtter ikke YUV 4:4:4-strømming for valgte videokodek.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Bruker programvaredekoding som følge av ditt valg om å påtvinge YUV 4:4:4 uten GPU-støtte. Dette kan forårsake dårlig strømmeytelse.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Denne PCens GPU støtter ikke YUV 4:4:4-strømming for valgte videokodek.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 eller senere kreves for 4K-strømming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Din valgte surroundlydinnstilling støttes ikke nåværende lydenhet.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Kunne ikke åpne lydenhet. Lyd vil være utilgjengelig under denne økten.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>En tilknyttet spillkontroller har ingen tastetilknytninger og vil ikke kunne brukes. Besøk Moonlight-hjelpen for å løse dette.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Verts-PCen sin GPU støtter ikke strømming av videooppløsninger over 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Din aktivering av tvungen maskingvaredekoding har ingen innvirkning siden det ikke støttes av denne PCens GPU.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Din valgte kodek er ikke kompatibel med aktivering av tvungen maskingvaredekoding. Denne PCens GPU mangler støtte for dekoding av valgt kodek.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Kunne ikke starte videodekoder. Sjekk strømmeinnstillingene dine og prøv igjen.</translation>
</message>
@@ -904,13 +900,13 @@
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (eksperimentell)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Aktiver HDR (eksperimentell)</translation>
<source>Enable HDR</source>
<translation>Aktiver HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -922,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>HDR-strømming støttes ikke denne PCen.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Aktiver YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1161,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Aktiver YUV 4:4:4 (eksperimentell)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+47 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Audio opname apparaat ontbreekt. Installeer GeForce Experience opnieuw om dit probleem op te lossen.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Ja</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nee</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Oké</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Hulp</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Annuleren</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Fout­code: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>De versie van Geforce Experience op %1 word niet ondersteund door deze versie van Moonlight. Je moet Moonlight updaten om te streamen vanaf %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Je keuze om remote desktop muis modus te gebruiken kan problemen veroorzaken in games.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR wordt niet ondersteund door software decoding.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Je instelling om software decoding te forceren kan slechte prestaties veroorzaken.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Uw host-PC ondersteunt coderen met HEVC niet.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Er wordt softwaredecodering gebruikt vanwege uw keuze om HEVC te forceren zonder GPU-ondersteuning. Dit kan leiden tot slechte streamingprestaties.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>De software of GPU van uw host ondersteunt het coderen van AV1 niet.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Er wordt softwaredecodering gebruikt omdat u AV1 zonder GPU-ondersteuning hebt geforceerd. Dit kan leiden tot slechte streamingprestaties.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Uw host-PC ondersteunt geen HDR-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR wordt niet ondersteund met de H.264-codec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>De GPU van deze PC ondersteunt geen AV1 Main10-decodering voor HDR-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>De GPU van deze PC ondersteunt geen 10-bits HEVC- of AV1-decodering voor HDR-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Uw host-PC en client-PC ondersteunen niet dezelfde HDR-videocodecs.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Videoresoluties boven 4K worden niet ondersteund door de H.264-codec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Host gaf fout terug: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Gebruik maken van software decodering door selectie om H.264 te forceren zonder GPU ondersteuning. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Uw server PC en cliënt PC ondersteunen niet dezelfde videocodering. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Uw cliënt GPU ondersteund geen H.264 decodering. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Er wordt softwaredecodering gebruikt vanwege uw keuze om HDR te forceren zonder GPU-ondersteuning. Dit kan leiden tot slechte streamingprestaties.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>De videokaart van deze PC ondersteunt geen HEVC Main10 decodatie voor HDR streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Uw host-PC ondersteunt geen YUV 4:4:4-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Uw host-PC ondersteunt geen YUV 4:4:4-streaming voor de geselecteerde videocodec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Softwaredecodering wordt gebruikt vanwege uw keuze om YUV 4:4:4 te forceren zonder GPU-ondersteuning. Dit kan leiden tot slechte streamingprestaties.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>De GPU van deze PC ondersteunt geen YUV 4:4:4-decodering voor geselecteerde videocodecs.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 of nieuwer is vereist voor 4K streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Je geselecteerde surround sound instelling wordt niet ondersteund door het huidige audio apparaat.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Openen van audio apparaat mislukt. Audio is niet beschikbaar tijdens deze sessie.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Een aangesloten gamepad heeft geen instellingen en is dus niet bruikbaar. Bezoek Moonlight hulp om dit op te lossen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>De videokaart van de host PC ondersteund geen video resoluties hoger dan 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Je keuze om hardware decoding te forceren kon niet worden volbracht omdat de videokaart op deze PC geen ondersteuning bied voor hardware decoding.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Je codec keuze en de keuze voor het forceren van hardware decodatie zijn niet compatibel. De videokaart van deze PC ondersteund de gekozen codec niet.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Videodecoder kan niet worden geïnitialiseerd. Controleer uw streaminginstellingen en probeer het opnieuw.</translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>OPMERKING: Vanwege een fout in GeForce Experience werkt deze optie mogelijk niet goed als uw host-PC meerdere monitoren heeft.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Bij het aanzetten van HDR worden manuele decoder selecties overschreden.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (experimenteel)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR inschakelen (experimenteel)</translation>
<source>Enable HDR</source>
<translation>HDR inschakelen</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>HDR-streaming wordt niet ondersteund op deze pc.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4 inschakelen</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4 inschakelen (experimenteel)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Brakuje urządzenia przechwytującego dźwięk. Ponowne zainstalowanie aplikacji GeForce Experience powinno rozwiązać ten błąd.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Tak</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nie</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Pomoc</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Anuluj</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Kod błędu: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Wersja GeForce Experience na %1 nie jest obsługiwana przez wersję Moonlight. Musisz zaktualizować Moonlight, aby móc strumieniować z %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Wybranie opcji włączenia trybu myszy pulpitu zdalnego może powodować problemy w grach.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">Technologia HDR nie jest obsługiwana przy dekodowaniu programowym.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Wybranie opcji wymuszenia dekodowania programowego może spowodować niską wydajność strumieniowania.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Komputer-host nie obsługuje kodowania HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Wykorzystywanie dekodowania programowego spowodowane wymuszeniem HEVC bez obsługi przez procesor graficzny. Może to spowodować niską wydajność strumieniowania.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Oprogramowanie lub karta graficzna komputera-gospodarza nie wspiera kodowania z użyciem kodeka AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Wybrano wymuszenie dekodowania AV1 bez wsparcia ze strony układu graficznego, więc wykorzystywane jest dekodowanie programowe. Może to spowodować słabą wydajność strumieniowania.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Twój komputer-host nie obsługuje przesyłania strumieniowego HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR nie jest wspierany z użyciem kodeka H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Twoja karta graficzna nie obsługuje dekodowania AV1 Main10 w celu strumieniowania w trybie HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Karta graficzna tego komputera nie wspiera 10-bitowego dekodowania HEVC lub AV1 dla strumieniowania w trybie HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Ten komputer oraz komputer-gospodarz nie wspierają tych samych kodeków wideo HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Rozdzielczości wideo powyżej 4K nie wspierane przez kodek H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Host zwrócił błąd: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Wykorzystywanie dekodowania programowego z powodu wymuszenia kodowania H.264 bez wsparcia ze strony układu graficznego (GPU).</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Komputer gospodarza oraz ten komputer nie wspierają tych samych kodeków wideo. To może spowodować niską wydajność strumieniowania.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Twój układ graficzny (GPU) nie obsługuje dekodowania H.264. To może spowodować niską wydajność strumieniowania.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Używasz dekodowania programowego, ponieważ wybrałeś opcję wymuszenia HDR bez obsługi GPU. Może to spowodować słabą wydajność streamingu.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Układ graficzny (GPU) tego komputera nie wspiera dekodowania HDR w trybie HEVC Main10.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Twój komputer hosta nie obsługuje przesyłania strumieniowego YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Twój komputer hosta nie obsługuje przesyłania strumieniowego YUV 4:4:4 dla wybranego kodeka wideo.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Używam dekodowania programowego, ponieważ wybrałeś wymuszenie YUV 4:4:4 bez obsługi GPU. Może to spowodować słabą wydajność przesyłania strumieniowego.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Karta graficzna tego komputera nie obsługuje dekodowania YUV 4:4:4 dla wybranego kodeka wideo.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Strumieniowanie w trybie 4K jest dostępne w GeForce Expierence 3.0 i nowszych.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Wybrane ustawienia dźwięku przestrzennego nie obsługiwane przez wybrane urządzenie dźwięku.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Nie można otworzyć urządzenia dźwiękowego. Dźwięk będzie niedostępny w tej sesji.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Podłączony kontroler nie posiada mapowania i nie jest zdatny do użytku. Odwiedź pomoc Moonlight w celu rozwiązania tego problemu.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Układ graficzny (GPU) komputera-gospodarza nie obsługuje strumieniowania w rozdzielczościach wyższych niż 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Wybrana opcja wymuszenia dekodowania sprzętowego nie może zostać wykorzystana, ponieważ układ graficzny (GPU) tego komputera nie obsługuje dekodowania sprzętowego.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Wybrany kodek i wymuszenie opcji dekodowania sprzętowego niekompatybilne. Układ graficzny (GPU) tego komputera nie wspiera dekodowania sprzętowego wybranego kodeka.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Nie udało się zainicjalizować dekodera wideo. Sprawdź ustawienia strumieniowania i spróbuj ponownie.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>UWAGA: Z powodu błędu w aplikacji GeForce Experience ta opcja może nie działać poprawnie, jeśli komputer-gospodarz posiada podłączone wiele monitorów.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Włączenie HDR nadpisuje manualny wybór dekodera.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Włącz HDR (funkcja eksperymentalna)</translation>
<source>Enable HDR</source>
<translation>Włącz HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Na tym komputerze nie jest obsługiwane strumieniowanie w trybie HDR.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Włącz YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (eksperymentalne)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Włącz YUV 4:4:4 (eksperymentalne)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+119 -127
View File
@@ -110,12 +110,12 @@
<message>
<location filename="../gui/computermodel.cpp" line="50"/>
<source>Online</source>
<translation type="unfinished">Online</translation>
<translation>Online</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="53"/>
<source>Offline</source>
<translation type="unfinished">Offline</translation>
<translation>Offline</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="56"/>
@@ -124,77 +124,77 @@
<location filename="../gui/computermodel.cpp" line="82"/>
<location filename="../gui/computermodel.cpp" line="83"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
<translation>Desconhecido</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="62"/>
<source>Paired</source>
<translation type="unfinished"></translation>
<translation>Conectado</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="65"/>
<source>Unpaired</source>
<translation type="unfinished"></translation>
<translation>Desconctado</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="72"/>
<source>Name: %1</source>
<translation type="unfinished"></translation>
<translation>Nome: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="73"/>
<source>Status: %1</source>
<translation type="unfinished"></translation>
<translation>Estado: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="74"/>
<source>Active Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço ativo: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="75"/>
<source>UUID: %1</source>
<translation type="unfinished"></translation>
<translation>UUID: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="76"/>
<source>Local Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço local: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="77"/>
<source>Remote Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço remoto: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="78"/>
<source>IPv6 Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço IPv6: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="79"/>
<source>Manual Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço manual: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="80"/>
<source>MAC Address: %1</source>
<translation type="unfinished"></translation>
<translation>Endereço MAC: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="81"/>
<source>Pair State: %1</source>
<translation type="unfinished"></translation>
<translation>Estado da conexão: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="82"/>
<source>Running Game ID: %1</source>
<translation type="unfinished"></translation>
<translation>A executar Jogo ID: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="83"/>
<source>HTTPS Port: %1</source>
<translation type="unfinished"></translation>
<translation>Porta HTTPS: %1</translation>
</message>
</context>
<context>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Dispositivo de captura de áudio faltando. Re-instalando o GeForce Experience deve resolver este erro.</translation>
</message>
@@ -243,7 +243,7 @@
<message>
<location filename="../gui/PcView.qml" line="99"/>
<source>Searching for compatible hosts on your local network...</source>
<translation type="unfinished"></translation>
<translation>A procurar hosts compatíveis na sua rede local...</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="184"/>
@@ -268,7 +268,7 @@
<message>
<location filename="../gui/PcView.qml" line="213"/>
<source>View Details</source>
<translation type="unfinished"></translation>
<translation>Ver pormenores</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="225"/>
@@ -328,22 +328,22 @@
<message>
<location filename="../gui/PcView.qml" line="297"/>
<source>Please enter %1 on your host PC. This dialog will close when pairing is completed.</source>
<translation type="unfinished"></translation>
<translation>Por favor ponha %1 no seu PC principal. Este dialogo será fechado quando a conexão for efetuada.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="298"/>
<source>If your host PC is running Sunshine, navigate to the Sunshine web UI to enter the PIN.</source>
<translation type="unfinished"></translation>
<translation>Se o seu PC principal estiver a executar Sunshine, navegue até a interface web para digitar o PIN.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="310"/>
<source>Are you sure you want to remove &apos;%1&apos;?</source>
<translation type="unfinished"></translation>
<translation>Tem certeza que quer remover &apos;%1&apos;?</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="324"/>
<source>Moonlight is testing your network connection to determine if any required ports are blocked.</source>
<translation type="unfinished"></translation>
<translation>Moonlight está a testar a sua conexão para determinar se alguma das portas necessárias está bloqueada.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="351"/>
@@ -356,7 +356,7 @@
<message>
<location filename="../backend/computermanager.cpp" line="604"/>
<source>The PIN from the PC didn&apos;t match. Please try again.</source>
<translation type="unfinished"></translation>
<translation>O PIN do computador não coincide. Por favor, tente novamente.</translation>
</message>
<message>
<location filename="../backend/computermanager.cpp" line="608"/>
@@ -366,17 +366,17 @@
<message>
<location filename="../backend/computermanager.cpp" line="611"/>
<source>Pairing failed. Please try again.</source>
<translation type="unfinished"></translation>
<translation>Falha no emparelhamento. Por favor, tente novamente.</translation>
</message>
<message>
<location filename="../backend/computermanager.cpp" line="615"/>
<source>Another pairing attempt is already in progress.</source>
<translation type="unfinished"></translation>
<translation>Outra tentativa de emparelhamento está em andamento.</translation>
</message>
<message>
<location filename="../backend/computermanager.cpp" line="625"/>
<source>GeForce Experience returned error: %1</source>
<translation type="unfinished">GeForce Experience retornou um erro: %1</translation>
<translation>GeForce Experience retornou um erro: %1</translation>
</message>
</context>
<context>
@@ -427,29 +427,29 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation type="unfinished"></translation>
<translation>&amp;Sim</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation type="unfinished"></translation>
<translation>&amp;Não</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation type="unfinished"></translation>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished">Ajuda</translation>
<translation>Ajuda</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
<translation>Cancelar</translation>
</message>
</context>
<context>
@@ -490,12 +490,12 @@
<message>
<location filename="../streaming/session.cpp" line="122"/>
<source>The host PC reported a fatal video encoding error.</source>
<translation type="unfinished"></translation>
<translation>O PC host relatou um erro fatal de codificação de vídeo.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="123"/>
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC&apos;s display resolution.</source>
<translation type="unfinished"></translation>
<translation>Tente desativar o modo HDR, alterar a resolução de streaming ou alterar a resolução de exibição do seu PC host.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="131"/>
@@ -505,165 +505,161 @@
<message>
<location filename="../streaming/session.cpp" line="132"/>
<source>Error code: %1</source>
<translation type="unfinished"></translation>
<translation>Código de erro: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>A versão do GeForce Experience no %1 não é suportada por esta versão do Moonlight. Você deve atualizar O Moonlight para streamar do %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>A sua seleção para ativar o modo rato da área de trabalho remoto deve causar problemas em jogos.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">O HRD não é suportado com decodificação por software.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Suas configurações de seleção para forçar decodificação por software deve causar performance de streaming degradada.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
<translation>O seu PC host não suporta codificação HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Usando decodificação por software pela sua seleção para força HEVC sem suporte da GPU. Isso deve causar performance de streaming degradada.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
<translation>O seu software host ou GPU não suporta codificação AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>A usar a decodificação de software devido à sua seleção para forçar o AV1 sem apoio a GPU. Isto pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>O seu PC host não suporta streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
<translation>HDR não é suportado usando o codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>A GPU deste PC não suporta a decodificação AV1 Main10 para streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>A GPU deste PC não suporta decodificação HEVC ou AV1 de 10 bits para streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
<translation>O seu PC host e PC cliente não suportam os mesmos codecs de vídeo HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
<translation>Resoluções de vídeo acima de 4K não são suportadas pelo codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
<translation>Erro de retorno do host: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Usando decodificação por software pela sua seleção para forçar H.264 sem suporte de GPU. Isso deve causar performance de streaming degradada.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Seu PC de host e o PC de cliente não suportam os mesmos codecs de vídeo. Isso deve causar performance de streaming degradada.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Seu GPU do cliente não suporta decodificação H.264. Isso deve causar performance de streaming degradada.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>A usar a decodificação de software devido à sua seleção para forçar o HDR sem apoio à GPU. Isto pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>A GPU deste PC não suporta decodificação HEVC Main10 para streaming em HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
<translation>O seu PC host não suporta streaming YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>O seu PC host não suporta streaming YUV 4:4:4 para o codec de vídeo selecionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>A usar a decodificação de software devido à sua seleção para forçar YUV 4:4:4 sem apoio a GPU. Isto pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>A GPU deste PC não suporta a decodificação YUV 4:4:4 para o codec de vídeo selecionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 or superior é requerido para streaming em 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Sua configuração de surround seleçionada não é suportada pelo dispositivo de áudio atual.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Falha ao abrir o dispositivo de áudio. Áudio estará indisponível durante esta sessão.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Um controle conectado não tem mapeamento e não será usável. Visite a Ajuda do Moonlight para resolver isso.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>A GPU do seu PC de host não suporta streaming de resoluções de vídeo superiores à 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Sua seleção de forçar decodificação por hardware não pôde ser satisfeita pela fata de suporte à decodificação por hardware na GPU deste PC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Sua seleção de codec e forçamento de decodificação por hardware não são compatíveis. A GPU deste PC não tem suprte para decodificar seu codec selecionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Impossivel inicializar o decodificador de vídeo. Por favor verificar suas configurações de streaming e tente novamente.</translation>
</message>
@@ -774,17 +770,17 @@
<message>
<location filename="../gui/SettingsView.qml" line="182"/>
<source>Native</source>
<translation type="unfinished"></translation>
<translation>Nativo</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="183"/>
<source>Native (Excluding Notch)</source>
<translation type="unfinished"></translation>
<translation>Nativo (Excluindo Notch)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="718"/>
<source>Use Default (%1 Mbps)</source>
<translation type="unfinished"></translation>
<translation>Use o Padrão (%1 Mbps)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="753"/>
@@ -885,7 +881,7 @@
<message>
<location filename="../gui/SettingsView.qml" line="1242"/>
<source>Show configuration warnings</source>
<translation type="unfinished"></translation>
<translation>Mostrar avisos de configuração</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1298"/>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>AVISO: Por causa de um bug no GeForce Experience, esta opção não deve funcionar corretamente se seu PC de host ter múltiplos monitores.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Habilitar HDR sobrescreve seleções de decodificação manual.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Habilitar HDR (Experimental)</translation>
<source>Enable HDR</source>
<translation>Habilitar HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,25 +918,30 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>HDR streaming não é suportado por este PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Ativar YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
<translation type="unfinished"></translation>
<translation>Mostrar estatísticas de desempenho durante o streaming</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1750"/>
<source>Display real-time stream performance information while streaming.</source>
<translation type="unfinished"></translation>
<translation>Exiba informações de desempenho de fluxo em tempo real durante o streaming.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1751"/>
<source>You can toggle it at any time while streaming using Ctrl+Alt+Shift+S or Select+L1+R1+X.</source>
<translation type="unfinished"></translation>
<translation>Pode alterná-lo a qualquer momento durante a transmissão usando Ctrl+Alt+Shift+S ou Select+L1+R1+X.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1752"/>
<source>The performance overlay is not supported on Steam Link or Raspberry Pi.</source>
<translation type="unfinished"></translation>
<translation>A sobreposição de desempenho não é suportada no Steam Link ou Raspberry Pi.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1340"/>
@@ -1039,7 +1036,7 @@
<message>
<location filename="../gui/SettingsView.qml" line="1264"/>
<source>Updates your Discord status to display the name of the game you&apos;re streaming.</source>
<translation>Atualize seu status do DIscord para mostrar o nome do jogo que você está streamando.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1483"/>
@@ -1055,29 +1052,29 @@
<location filename="../gui/SettingsView.qml" line="512"/>
<location filename="../gui/SettingsView.qml" line="622"/>
<source>Custom (%1 FPS)</source>
<translation type="unfinished"></translation>
<translation>Personalizado (%1 FPS)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="527"/>
<source>Enter a custom frame rate:</source>
<translation type="unfinished"></translation>
<translation>Insira uma taxa de quadro personalizada:</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="219"/>
<location filename="../gui/SettingsView.qml" line="228"/>
<location filename="../gui/SettingsView.qml" line="625"/>
<source>Custom</source>
<translation type="unfinished"></translation>
<translation>Personalizado</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="643"/>
<source>30 FPS</source>
<translation type="unfinished"></translation>
<translation>30 FPS</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="648"/>
<source>60 FPS</source>
<translation type="unfinished"></translation>
<translation>60 FPS</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1270"/>
@@ -1165,30 +1162,25 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
<translation type="unfinished"></translation>
<translation>Bom para streaming de jogos de desktop e texto pesado, mas não recomendado para jogos de ritmo acelerado.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1683"/>
<source>YUV 4:4:4 is not supported on this PC.</source>
<translation type="unfinished"></translation>
<translation>YUV 4:4:4 não é suportado neste PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1689"/>
<source>Unlock bitrate limit (Experimental)</source>
<translation type="unfinished"></translation>
<translation>Desbloqueie o limite de taxa de bits (Experimental)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1702"/>
<source>This unlocks extremely high video bitrates for use with Sunshine hosts. It should only be used when streaming over an Ethernet LAN connection.</source>
<translation type="unfinished"></translation>
<translation>Isto desbloqueia taxas de bits de vídeo extremamente altas para uso com hosts Sunshine. Ele deve ser usado ao transmitir através de uma conexão LAN Ethernet.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1708"/>
@@ -1330,7 +1322,7 @@
<message>
<location filename="../gui/main.qml" line="517"/>
<source>Enter the IP address of your host PC:</source>
<translation type="unfinished"></translation>
<translation>Digite o endereço IP do seu PC host:</translation>
</message>
</context>
</TS>
Binary file not shown.
+50 -50
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Dispositivo de captura de áudio ausente. Reinstalar o GeForce Experience deve resolver esse erro.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Sim</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Não</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Ajuda</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Cancelar</translation>
</message>
@@ -508,158 +508,158 @@
<translation>Código de erro: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>A versão do GeForce Experience no %1 não é suportada por esta compilação do Moonlight. Você deve atualizar o Moonlight para transmitir a partir de %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Sua escolha para ativar o modo de mouse de área de trabalho remota pode causar problemas nos jogos.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Sua escolha de configurações para forçar a decodificação do software pode causar um desempenho de streaming ruim.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Seu PC host não suporta codificação HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Usando a decodificação de software devido à sua seleção para forçar o HEVC sem suporte a GPU. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Seu software host ou GPU não suporta codificação AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Usando a decodificação de software devido à sua seleção para forçar o AV1 sem suporte a GPU. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Seu PC host não suporta streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR não é suportado usando o codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>A GPU deste PC não suporta a decodificação AV1 Main10 para streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>A GPU deste PC não suporta decodificação HEVC ou AV1 de 10 bits para streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Seu PC host e PC cliente não suportam os mesmos codecs de vídeo HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Resoluções de vídeo acima de 4K não são suportadas pelo codec H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Erro de retorno do host: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Usando a decodificação de software devido à sua seleção para forçar o H.264 sem suporte a GPU. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Seu PC host e PC cliente não suportam os mesmos codecs de vídeo. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Sua GPU cliente não suporta decodificação H.264. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Usando a decodificação de software devido à sua seleção para forçar o HDR sem suporte à GPU. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>A GPU deste PC não suporta decodificação HEVC Main10 para streaming HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Seu PC host não suporta streaming YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Seu PC host não suporta streaming YUV 4:4:4 para o codec de vídeo selecionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Usando decodificação de software devido à sua seleção para forçar YUV 4:4:4 sem suporte a GPU. Isso pode causar um desempenho ruim no streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>A GPU deste PC não suporta a decodificação YUV 4:4:4 para o codec de vídeo selecionado.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>É necessário GeForce Experience 3.0 ou superior para streaming 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Sua configuração de som surround selecionada não é suportada pelo dispositivo de áudio atual.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Falha ao carregar o dispositivo de áudio. O áudio não estará disponível durante esta sessão.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Um gamepad anexado não tem mapeamento e não será utilizável. Visite a ajuda do Moonlight para resolver isso.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>A GPU do seu PC host não suporta resoluções de streaming de vídeo acima de 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Sua seleção para forçar a decodificação de hardware não pode ser satisfeita devido à falta de suporte à decodificação de hardware na GPU deste PC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Sua seleção de codec e configuração de força de decodificação de hardware não são compatíveis. A GPU deste PC não suporta a decodificação do codec escolhido.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Não é possível inicializar o decodificador de vídeo. Verifique suas configurações de streaming e tente novamente.</translation>
</message>
@@ -898,10 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>NOTA: Devido a um bug no GeForce Experience, esta opção pode não funcionar corretamente se o seu PC host tiver vários monitores.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Habilitar HDR (Experimental)</translation>
<source>Enable HDR</source>
<translation>Habilitar HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -913,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>A transmissão HDR não é suportada neste PC.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Habilitar YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1152,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Experimental)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Habilitar YUV 4:4:4 (Experimental)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+47 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Потеряно виртуальное аудиоустройство. Попробуйте переустановить GeForce Experience.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Да</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Нет</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Справка</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Отмена</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Код ошибки: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Версия GeForce Experience на %1 не поддерживается данной сборкой Moonlight. Вы должны обновить Moonlight для потоковой передачи с %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Вы выбрали режим удалённого рабочего стола. Это может вызвать проблемы с мышью в некоторых играх.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR не поддерживается с программным декодированием.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Вы выбрали программное декодирование, что может ухудшить производительность.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Ваш хост-ПК не поддерживает кодирование HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Ваша видеокарта не поддерживает аппаратное декодирование HEVC, используется программное декодирование. Это может ухудшить производительность.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Ваш хост-ПК не поддерживает кодирование AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Использование программного декодирования по вашему выбору для принудительного использования AV1 без поддержки графического процессора. Это может привести к снижению производительности потоковой передачи.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Ваш хост-ПК не поддерживает стриминг с использованием HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR не поддерживается при использовании кодека H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Графический процессор этого компьютера не поддерживает декодирование AV1 Main10 для потоковой передачи HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Графический процессор этого компьютера не поддерживает 10-битное декодирование HEVC или AV1 для потоковой передачи HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Ваш хост-ПК и клиентский ПК не поддерживают одни и те же видеокодеки HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Разрешение видео выше 4K не поддерживается кодеком H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Ошибка хоста: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Использования программного обеспечения с декодированием в следствие выбора H.264 без поддержки ГП. Это может вызвать низкий уровень производительности при трансляции.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Ваш компьютер, осуществляющий раздачу, или компьютер-клиент не поддерживают одинаковые видео кодеки. Это может вызвать низкую производительность потока.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Клиентская графическая карта не поддерживает H.264 кодировку. Это может вызвать низкую производительность потока.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Использование программного декодирования из-за выбора принудительного HDR без поддержки графического процессора. Это может привести к низкой производительности потоковой передачи.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Видеокарта этого ПК не поддерживает декодирование HEVC профиля Main10, HDR недоступен.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4 для выбранного видеокодека.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Использование программного декодирования из-за выбора принудительного YUV 4:4:4 без поддержки графическим процессором. Это может привести к низкой производительности потоковой передачи.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Графический процессор этого компьютера не поддерживает декодирование YUV 4:4:4 для выбранного видеокодека.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>Разрешение 4K требует GeForce Experience 3.0 или новее.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Ваша настройка объёмного звука не поддерживается текущим аудиоустройством.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Не удалось открыть аудиоустройство. Во время этого сеанса аудио будет недоступно.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Подключённый геймпад не настроен и не может быть использован. Посетите раздел помощи Moonlight, чтобы исправить это.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Видеокарта хост-ПК не поддерживает разрешения выше 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Не удалось запустить декодирование видео. Проверьте настройки стрима и попробуйте ещё раз.</translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>Предупреждение: Из-за бага GeForce Experience эта настройка может не работать, если к хост-ПК подключено несколько мониторов.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Включение HDR перезаписывает ручные настройки декодера.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Экспериментальный)</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Включить HDR (Эксперементальная опция)</translation>
<source>Enable HDR</source>
<translation>Включить HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Поток с HDR не поддерживается на данном персональном компьютере.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Включить YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Включить YUV 4:4:4 (Эксперементальная опция)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>En enhet för ljudinspelning saknas. Om du installerar GeForce Experience nytt bör det här felet lösas.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Ja</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Nej</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Ok</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Hjälp</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Avbryt</translation>
</message>
@@ -508,162 +508,158 @@
<translation>Felkod: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Versionen av GeForce Experience %1 stöds inte av den här versionen av Moonlight. Du måste uppdatera Moonlight för att kunna strömma från %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Om du väljer att aktivera musläget för fjärrskrivbord kan det orsaka problem i spel.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR stöds inte med mjukvaruavkodning.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Om du väljer inställningar för att tvinga fram mjukvaruavkodning kan det leda till dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Din värddator har inte stöd för kodning av HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Användning av mjukvaruavkodning grund av ditt val att tvinga fram HEVC utan GPU-stöd. Detta kan leda till dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Din värdprogramvara eller GPU stöder inte AV1-kodning.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Använder programvaruavkodning grund av ditt val för att tvinga AV1 utan GPU-stöd. Detta kan orsaka dålig streamingprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Din värddator har inte stöd för strömning av HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR stöds inte med H.264-codec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Denna PC:s GPU stöder inte AV1 Main10-avkodning för HDR-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Denna PC:s GPU stöder inte 10-bitars HEVC eller AV1-avkodning för HDR-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Din värddator och klientdator har inte stöd för samma HDR-videocodec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>Videoupplösningar över 4K stöds inte av H.264-codec.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Värden returnerade fel: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Användning av mjukvaruavkodning grund av att du valt att tvinga fram H.264 utan GPU-stöd. Detta kan leda till dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Värddatorn och klientdatorn har inte stöd för samma videokodekar. Detta kan orsaka dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>Klientens GPU stöder inte H.264-avkodning. Detta kan leda till dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Användning av programvaruavkodning grund av ditt val att tvinga HDR utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Den här datorns GPU stöder inte HEVC Main10-avkodning för HDR-strömning.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Din värddator stöder inte YUV 4:4:4-strömning.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Din värddator stöder inte YUV 4:4:4-strömning för vald videokodek.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Användning av programvaruavkodning grund av ditt val att tvinga YUV 4:4:4 utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Denna dators GPU stöder inte YUV 4:4:4-avkodning för vald videokodek.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 eller högre krävs för 4K-streaming.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Den valda surroundljudsinställningen stöds inte av den aktuella ljudenheten.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Misslyckades med att öppna en ljudenhet. Ljudet kommer inte att vara tillgängligt under den här sessionen.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>En ansluten gamepad har ingen mappning och kan inte användas. Besök Moonlight-hjälpen för att lösa detta.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Värddatorns grafikprocessor har inte stöd för strömmande videoupplösningar över 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Ditt val att tvinga fram hårdvaruavkodning kan inte uppfyllas grund av att stöd för hårdvaruavkodning saknas den här datorns GPU.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Ditt val av kodek och inställningen för tvingad hårdvaruavkodning är inte kompatibla. Denna dators GPU har inte stöd för avkodning av den kodek du valt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Det går inte att initiera videoavkodningen. Kontrollera dina strömningsinställningar och försök igen.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>OBS: grund av ett fel i GeForce Experience kanske det här alternativet inte fungerar korrekt om värddatorn har flera bildskärmar.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Tillägg av HDR behärskar manuella val av avkodare.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Aktivera HDR (Experimentell)</translation>
<source>Enable HDR</source>
<translation>Aktivera HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>HDR-strömning stöds inte den här datorn.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Aktivera YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (experimentell)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>Aktivera YUV 4:4:4 (Experimentell)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>ி ிி ி. ிி ி ி .</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>ி</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>ி</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation>ி ி: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>%1 ிி ி ி ிி ிி. %1 ி ிி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>ி ிி ி .</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation> ிி ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation> ிி ி HEVC ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>ி.. ி HEVC ிி . ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation> ி.. ி .ி 1 ி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>ி.. ி .ி 1 ிி . ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation> ிி ி ி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>H.264 ி HDR ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation> ிிி ி.. ி ிி .ி 1 ி 10 ிி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation> ிிி ி.. ி ிி 10-ி ிி .ி 1 ிி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation> ிி ி ிி ி ி ி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>4K ி H.264 ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation> ிி ி: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>ி.. ி H.264 ிி . ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation> ிி ி ிி ி ி. ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation> ி ி.. .264 ிி ிி. ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>ி.. ி .ி. ிி . ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation> ிிி ி.. .ி. ிி HEVC ி 10 ிி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation> ிி YUV 4:4:4 ி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation> ி ி ிி YUV 4:4:4 ி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>ி.. ி YUV 4:4:4 ிி . ி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation> ிிி ி.. YUV 4:4:4 ி ி ிி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4K ிி ிி ி 3.0 .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation> ி ி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>ி ி ிி. ி ி ி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation> ி ி , ி . ி ி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation> ிிி ி.. 4K ி ி ிி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation> ிிி ி..ி ிி ி ிி ிி ி.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation> ிி . ிிி ி..ி ிி ி .</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>ி ி ிி. ி ி ி.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>ி: ிி ி ி , ிிி ி ி ி .</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>.ி 1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR ()</translation>
<source>Enable HDR</source>
<translation>HDR </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation> ிிி ி ி ிி.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4 </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>.ி 1 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+51 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation> GeForce Experience </translation>
</message>
@@ -273,7 +273,7 @@
<message>
<location filename="../gui/PcView.qml" line="225"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation> GeForce Experience %1 Moonlight Moonlight % 1</translation>
<translation> GeForce Experience %1 Moonlight Moonlight %1</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="324"/>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation>Error code: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation> GeForce Experience %1 Moonlight Moonlight % 1</translation>
<translation> GeForce Experience %1 Moonlight Moonlight %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation> Remote Desktop </translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished"> HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation> HEVC</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation> HEVC </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation> AV1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation> AV1 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation> HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation> HDR H.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation> AV1 Main10 HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation> HEVC 10 bit HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation> HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation> 4K H.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation> error: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation> H.264 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation> </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation> H.264 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation> HEVC Main10 HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation> GeForce Experience 3.0 4K</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation> </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation> </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Gamepad Moonlight </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation> 4K</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation> </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation> </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation> </translation>
</message>
@@ -902,9 +898,14 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<source>Enable HDR</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -917,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1156,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+48 -56
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Ses yakalama aygıtı eksik. GeForce Experience&apos;ı yeniden yüklemek bu hatayı çözmelidir.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;Evet</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Hayır</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>Tamam</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Yardım</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>İptal</translation>
</message>
@@ -493,76 +493,72 @@
<translation>Bağlantı sonlandırıldı</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>%1 üzerindeki GeForce Experience sürümü, bu Moonlight yapısı tarafından desteklenmiyor. %1 kaynağından akış yapmak için Moonlight&apos;ı güncellemelisiniz.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Uzak masaüstü fare modu oyunlarda sorunlara neden olabilir.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR, yazılım kod çözme ile desteklenmez.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Yazılım kod çözme için yaptığınız ayar seçimi, yayın performansında sorunlara neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation>Ana bilgisayarınız HEVC kodlamayı desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>GPU desteği olmadan HEVC&apos;yi zorlamak için yaptığınız seçim nedeniyle yazılım kod çözme kullanılıyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation>Ana bilgisayar yazılımınız veya ekran kartınız AV1 kodlamayı desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>Ekran kartı desteği olmadan AV1&apos;i zorlamak için yaptığınız seçim nedeniyle yazılım kod çözme kullanılıyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation>Ana bilgisayarınız HDR akışını desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>HDR, H.264 codec bileşeni tarafından desteklenmiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation>Bu bilgisayarın ekran kartı, HDR akış için AV1 Main10 kod çözmeyi desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation>Bu bilgisayarın ekran artı HDR yayını için 10-bit HEVC veya AV1 kod çözmesini desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation>Ana bilgisayarınız ve istemci bilgisayarınız aynı HDR video codeclerini desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>4K&apos;nın üzerindeki video çözünürlükleri H.264 codec bileşeni tarafından desteklenmiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>Ana bilgisayar hata verdi: %1</translation>
</message>
@@ -582,88 +578,88 @@
<translation>Hata kodu: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Ekran kartı desteği olmadan H.264&apos;ü zorlamaya çalıştığınız için yazılım kod çözme kullanılıyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>Ana bilgisayarınız ve istemci bilgisayarınız aynı video codeclerini desteklemiyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>İstemci ekran kartınız H.264 kod çözmeyi desteklemiyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>Ekran kartı desteği olmadan HDR&apos;yi zorlamak için yaptığınız seçim nedeniyle yazılım kod çözme kullanılıyor. Bu, düşük yayın performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>Bu bilgisayarın ekran kartı HDR yayını için HEVC Main10 kod çözmesini desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation>Ana bilgisayarınız YUV 4:4:4 akışını desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation>Ana bilgisayarınız seçilen video codec&apos;i için YUV 4:4:4 akışını desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>GPU desteği olmadan YUV 4:4:4&apos;ü zorlamak için yaptığınız seçim nedeniyle yazılım kod çözme kullanılıyor. Bu düşük akış performansına neden olabilir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation>Bu bilgisayarın ekran kartı seçilen video codec&apos;i için YUV 4:4:4 kod çözmeyi desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4K yayın için GeForce Experience 3.0 veya üstü gereklidir.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Seçtiğiniz surround ses ayarı mevcut ses cihazı tarafından desteklenmiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Ses cihazı açılamadı. Bu oturum sırasında ses kullanılamayacaktır.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Takılı bir gamepad&apos;in haritalaması yoktur ve kullanılamayacaktır. Bunu çözmek için Moonlight yardımını ziyaret edin.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>Ana bilgisayarınızın ekran kartı 4K&apos;nın üzerindeki video çözünürlüklerini desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Donanım kod çözmeyi zorlama seçiminiz, bu bilgisayarın ekran kartındaki eksik donanım kod çözme desteği nedeniyle yerine getirilemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Codec seçiminiz ve donanım kod çözüm zorlama ayarları uyumlu değil. Bu bilgisayarın ekran kartı, seçtiğiniz codec&apos;in kod çözümünü desteklemiyor.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Video kod çözücü başlatılamıyor. Lütfen yayın ayarlarınızı kontrol edin ve tekrar deneyin.</translation>
</message>
@@ -903,13 +899,14 @@
<translation>NOT: GeForce Experience&apos;daki bir hata nedeniyle, ana bilgisayarınızda birden fazla monitör varsa bu seçenek düzgün çalışmayabilir.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">HDR&apos;nin etkinleştirilmesi manuel kod çözücü seçimlerini geçersiz kılar.</translation>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR&apos;yi Etkinleştir (Deneysel)</translation>
<source>Enable HDR</source>
<translation>HDR&apos;yi Etkinleştir</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -921,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>HDR yayını bu bilgisayarda desteklenmiyor.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>YUV 4:4:4&apos;ü Etkinleştir</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1160,16 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 (Deneysel)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation>YUV 4:4:4&apos;ü Etkinleştir (Deneysel)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+202 -206
View File
@@ -48,7 +48,7 @@
<message>
<location filename="../gui/AppView.qml" line="341"/>
<source>This computer doesn&apos;t seem to have any applications or some applications are hidden</source>
<translation type="unfinished"></translation>
<translation>Схоже цей комп&apos;ютер не має ніяких додатків або деякі додатки приховані</translation>
</message>
<message>
<location filename="../gui/AppView.qml" line="354"/>
@@ -110,12 +110,12 @@
<message>
<location filename="../gui/computermodel.cpp" line="50"/>
<source>Online</source>
<translation type="unfinished">У мережі</translation>
<translation>У мережі</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="53"/>
<source>Offline</source>
<translation type="unfinished">Поза мережею</translation>
<translation>Поза мережею</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="56"/>
@@ -124,7 +124,7 @@
<location filename="../gui/computermodel.cpp" line="82"/>
<location filename="../gui/computermodel.cpp" line="83"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
<translation>Невідомо</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="62"/>
@@ -139,47 +139,47 @@
<message>
<location filename="../gui/computermodel.cpp" line="72"/>
<source>Name: %1</source>
<translation type="unfinished"></translation>
<translation>Назва: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="73"/>
<source>Status: %1</source>
<translation type="unfinished"></translation>
<translation>Статус: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="74"/>
<source>Active Address: %1</source>
<translation type="unfinished"></translation>
<translation>Активна адреса: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="75"/>
<source>UUID: %1</source>
<translation type="unfinished"></translation>
<translation>UUID: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="76"/>
<source>Local Address: %1</source>
<translation type="unfinished"></translation>
<translation>Локальна адреса: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="77"/>
<source>Remote Address: %1</source>
<translation type="unfinished"></translation>
<translation>Віддалена адреса: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="78"/>
<source>IPv6 Address: %1</source>
<translation type="unfinished"></translation>
<translation>Адреса IPv6: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="79"/>
<source>Manual Address: %1</source>
<translation type="unfinished"></translation>
<translation>Уведена адреса: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="80"/>
<source>MAC Address: %1</source>
<translation type="unfinished"></translation>
<translation>MAC-адреса: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="81"/>
@@ -189,12 +189,12 @@
<message>
<location filename="../gui/computermodel.cpp" line="82"/>
<source>Running Game ID: %1</source>
<translation type="unfinished"></translation>
<translation>Наразі у грі з ID: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="83"/>
<source>HTTPS Port: %1</source>
<translation type="unfinished"></translation>
<translation>Порт HTTPS: %1</translation>
</message>
</context>
<context>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Відсутній пристрій запису звуку. Перевстановлення GeForce Experience має усунути цю помилку.</translation>
</message>
@@ -243,7 +243,7 @@
<message>
<location filename="../gui/PcView.qml" line="99"/>
<source>Searching for compatible hosts on your local network...</source>
<translation>Пошук сумісних хостів у вашій локальній мережі...</translation>
<translation>Пошук сумісних хостів у локальній мережі...</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="184"/>
@@ -268,12 +268,12 @@
<message>
<location filename="../gui/PcView.qml" line="213"/>
<source>View Details</source>
<translation type="unfinished"></translation>
<translation>Деталі</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="225"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Ця версія GeForce Experience на %1 не підтримується цією збіркою MoonLight.Будь ласка оновіть Moonlight щоб транслювати з %1.</translation>
<translation>Версія GeForce Experience на %1 не підтримується цією збіркою MoonLight. Потрібно оновити Moonlight, щоб транслювати з %1.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="324"/>
@@ -288,7 +288,7 @@
<message>
<location filename="../gui/PcView.qml" line="335"/>
<source>If you are trying to stream over the Internet, install the Moonlight Internet Hosting Tool on your gaming PC and run the included Internet Streaming Tester to check your gaming PC&apos;s Internet connection.</source>
<translation>Якщо ви намагаєтеся вести трансляцію через Інтернет, встановіть застосунок Moonlight Internet Hosting Tool на свій ігровий ПК та запустіть Internet Streaming Tester, щоб перевірити під&apos;єднання до Інтернету вашого ігрового ПК.</translation>
<translation>Якщо ви намагаєтеся вести трансляцію через Інтернет, встановіть застосунок Moonlight Internet Hosting Tool на свій ігровий ПК та запустіть Internet Streaming Tester, щоб перевірити з&apos;єднання з інтернетом вашого ігрового ПК.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="339"/>
@@ -328,22 +328,22 @@
<message>
<location filename="../gui/PcView.qml" line="297"/>
<source>Please enter %1 on your host PC. This dialog will close when pairing is completed.</source>
<translation>Будь ласка, введіть %1 на своєму головному ПК. Це діалогове вікно закриється, коли створення пари буде завершено.</translation>
<translation>Будь ласка, введіть %1 на хост-ПК. Це вікно закриється, коли з&apos;єднання буде завершено.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="298"/>
<source>If your host PC is running Sunshine, navigate to the Sunshine web UI to enter the PIN.</source>
<translation>Якщо на вашому компютері встановлено Sunshine, перейдіть до веб-інтерфейсу користувача Sunshine, щоб ввести PIN-код.</translation>
<translation>Якщо Sunshine працює на вашому хост-ПК, відкрийте вебінтерфейс Sunshine, щоб ввести PIN-код.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="310"/>
<source>Are you sure you want to remove &apos;%1&apos;?</source>
<translation>Ви впевнені, що хочете видалити «%1»?</translation>
<translation>Ви дійсно бажаєте видалити «%1»?</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="324"/>
<source>Moonlight is testing your network connection to determine if any required ports are blocked.</source>
<translation>Moonlight перевіряє ваше мережеве зєднання, щоб визначити, чи заблоковані необхідні порти.</translation>
<translation>Moonlight перевіряє мережу, щоб визначити, чи заблоковані потрібні порти.</translation>
</message>
<message>
<location filename="../gui/PcView.qml" line="351"/>
@@ -416,7 +416,7 @@
<message>
<location filename="../cli/startstream.cpp" line="137"/>
<source>Failed to find application %1</source>
<translation>Не вдалося знайти гру %1</translation>
<translation>Не вдалося знайти застосунок %1</translation>
</message>
<message>
<location filename="../cli/listapps.cpp" line="108"/>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>Т&amp;ак</translation>
<translation>&amp;Так</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Ні</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation>Довідка</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Скасувати</translation>
</message>
@@ -465,7 +465,7 @@
<message>
<location filename="../streaming/session.cpp" line="104"/>
<source>No video received from host.</source>
<translation>Відео трансляцію не було отримано від хост-ПК.</translation>
<translation>Немає відео з хоста.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="105"/>
@@ -485,7 +485,7 @@
<message>
<location filename="../streaming/session.cpp" line="117"/>
<source>Make sure you don&apos;t have any DRM-protected content open on your host PC. You can also try restarting your host PC.</source>
<translation>Переконайтеся, що на вашому хост-ПК не відкрито вміст, захищений DRM. Ви також можете спробувати перезавантажити хост-ПК.</translation>
<translation>Переконайтеся, що на вашому хост-ПК не відкрито захищений DRM вміст. Ви також можете спробувати перезавантажити хост-ПК.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="131"/>
@@ -493,179 +493,175 @@
<translation>З&apos;єднання розірване</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Версія GeForce Experience на %1 не підтримується цією збіркою Moonlight. Ви повинні оновити Moonlight для потокової передачі з %1.</translation>
<translation>Версія GeForce Experience на %1 не підтримується цією збіркою Moonlight. Оновіть Moonlight для транслювання з %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Ваш вибір увімкнути режим миші &quot;віддалений робочий стіл&quot; може викликати проблеми в іграх.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR не підтримується програмним декодуванням.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Ваш вибір примусити програмне декодування може викликати погану продуктивність трансляції.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
<translation>Хост не підтримує кодування HEVC.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Використання програмного декодування через вибір HEVC, котрий не підтримується відеокартою. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
<translation>ПЗ або відеокарта вашого хоста не підтримує кодування AV1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Використання програмного декодування через вибір AV1, що не підтримується відеокартою. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>Хост не підтримує транслювання HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
<translation>HDR не підтримується під час використання кодека H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>Графічна карта цього ПК не підтримує декодування AV1 Main10 для транслювання HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>Відеокарта цього ПК не підтримує декодування 10-bit HEVC або AV1 для транслювання HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
<translation>Хост та клієнт не підтримують однакові кодеки для HDR відео.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
<translation>Роздільність понад 4K не підтримується кодеком H.264.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
<translation>Хост повернув помилку: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="122"/>
<source>The host PC reported a fatal video encoding error.</source>
<translation type="unfinished"></translation>
<translation>Хост повідомив про фатальну помилку кодування.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="123"/>
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC&apos;s display resolution.</source>
<translation type="unfinished"></translation>
<translation>Спробуйте вимкнути HDR, змінити роздільну здатність трансляції або змінити роздільну здатність на хост-ПК.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="132"/>
<source>Error code: %1</source>
<translation type="unfinished"></translation>
<translation>Код помилки: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Використання програмного декодування через вибір H.264, що не підтримується відеокартою. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Хост-ПК та клієнтський ПК не підтримують однакові відео кодеки. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Відеокарта на клієнті не підтримує декодування H.264. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
<translation>Використання програмного декодування через вибір HDR, що не підтримується відеокартою. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
<translation>Відеокарта цього ПК не підтримує декодування HEVC Main10 для транслювання HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
<translation>Хост не підтримує транслювання YUV 4:4:4.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>Використання програмного декодування через вибір YUV 4:4:4, що не підтримується відеокартою. Якість трансляції може погіршитися.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
<translation>Відеокарта цього ПК не підтримує декодування YUV 4:4:4 для вибраного кодека.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation type="unfinished"></translation>
<translation>Потрібно GeForce Experience 3.0 або вище для транслювання 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation type="unfinished"></translation>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Обрані налаштування об&apos;ємного звуку не підтримуються поточним аудіо пристроєм.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Не вдалося відкрити аудіо пристрій. Аудіо буде відсутнім протягом цієї сесії.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation type="unfinished"></translation>
<translation>Відеокарта вашого хост-ПК не підтримує транслювання відео з роздільністю більше за 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation type="unfinished"></translation>
<translation>Не вдалося ініціалізувати відео декодер. Перевірте налаштування трансляції та спробуйте знову.</translation>
</message>
</context>
<context>
@@ -673,42 +669,42 @@
<message>
<location filename="../gui/SettingsView.qml" line="13"/>
<source>Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="116"/>
<source>Resolution and FPS</source>
<translation type="unfinished"></translation>
<translation>Роздільність та FPS</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="124"/>
<source>Setting values too high for your PC or network connection may cause lag, stuttering, or errors.</source>
<translation type="unfinished"></translation>
<translation>Виставлення зависокого значення для вашого ПК або мережі може спричинити лаг, статери або інші помилки.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="106"/>
<source>Basic Settings</source>
<translation type="unfinished"></translation>
<translation>Базові налаштування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="250"/>
<source>720p</source>
<translation type="unfinished"></translation>
<translation>720p</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="256"/>
<source>1080p</source>
<translation type="unfinished"></translation>
<translation>1080p</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="262"/>
<source>1440p</source>
<translation type="unfinished"></translation>
<translation>1440p</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="268"/>
<source>4K</source>
<translation type="unfinished"></translation>
<translation>4K</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="375"/>
@@ -718,43 +714,43 @@
<message>
<location filename="../gui/SettingsView.qml" line="376"/>
<source>Resolutions that are not supported by your client or host PC may cause streaming errors.</source>
<translation type="unfinished"></translation>
<translation>Роздільність, що не підтримується вашим клієнтом або хост-ПК може спричинити помилки трансляції.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="382"/>
<source>Enter a custom resolution:</source>
<translation type="unfinished"></translation>
<translation>Уведіть користувацьку роздільну здатність:</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="604"/>
<source>%1 FPS</source>
<translation type="unfinished"></translation>
<translation>%1 К/с</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="672"/>
<source>Video bitrate:</source>
<translation type="unfinished"></translation>
<translation>Бітрейт відео:</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="680"/>
<source>Lower the bitrate on slower connections. Raise the bitrate to increase image quality.</source>
<translation type="unfinished"></translation>
<translation>Зменште бітрейт при повільному з&apos;єднанні. Підвищте бітрейт, щоб збільшити якість зображення.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="702"/>
<source>Video bitrate: %1 Mbps</source>
<translation type="unfinished"></translation>
<translation>Бітрейт відео: %1 Мбіт/с</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="732"/>
<source>Display mode</source>
<translation type="unfinished"></translation>
<translation>Режим показу</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="743"/>
<location filename="../gui/SettingsView.qml" line="1218"/>
<source>Fullscreen</source>
<translation type="unfinished"></translation>
<translation>Повноекранний</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="812"/>
@@ -764,12 +760,12 @@
<message>
<location filename="../gui/SettingsView.qml" line="748"/>
<source>Borderless windowed</source>
<translation type="unfinished"></translation>
<translation>Безрамкове вікно</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="182"/>
<source>Native</source>
<translation type="unfinished"></translation>
<translation>Нативний</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="183"/>
@@ -779,23 +775,23 @@
<message>
<location filename="../gui/SettingsView.qml" line="718"/>
<source>Use Default (%1 Mbps)</source>
<translation type="unfinished"></translation>
<translation>Стандартний (%1 Мбіт/с)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="753"/>
<location filename="../gui/SettingsView.qml" line="1210"/>
<source>Windowed</source>
<translation type="unfinished"></translation>
<translation>Віконний</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="762"/>
<source>(Recommended)</source>
<translation type="unfinished"></translation>
<translation>(Рекомендовано)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="819"/>
<source>V-Sync</source>
<translation type="unfinished"></translation>
<translation>Вертикальна синхронізація</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="829"/>
@@ -815,27 +811,27 @@
<message>
<location filename="../gui/SettingsView.qml" line="856"/>
<source>Audio Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування аудіо</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="891"/>
<source>Stereo</source>
<translation type="unfinished"></translation>
<translation>Стерео</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="895"/>
<source>5.1 surround sound</source>
<translation type="unfinished"></translation>
<translation>Об&apos;ємний звук 5.1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="899"/>
<source>7.1 surround sound</source>
<translation type="unfinished"></translation>
<translation>Об&apos;ємний звук 7.1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="913"/>
<source>Mute host PC speakers while streaming</source>
<translation type="unfinished"></translation>
<translation>Заглушити динаміки на хост-ПК під час трансляції</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="923"/>
@@ -845,52 +841,52 @@
<message>
<location filename="../gui/SettingsView.qml" line="929"/>
<source>Mute audio stream when Moonlight is not the active window</source>
<translation type="unfinished"></translation>
<translation>Заглушити аудіо, коли Moonlight не фокусовано</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="940"/>
<source>Mutes Moonlight&apos;s audio when you Alt+Tab out of the stream or click on a different window.</source>
<translation type="unfinished"></translation>
<translation>Заглушує аудіо від Moonlight, коли ви робите Alt+Tab з трансляції, або клацаєте на інше вікно.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="989"/>
<source>UI Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування інтерфейсу</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="999"/>
<source>Language</source>
<translation type="unfinished"></translation>
<translation>Мова</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1025"/>
<source>Automatic</source>
<translation type="unfinished"></translation>
<translation>Автоматично</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1160"/>
<source>You must restart Moonlight for this change to take effect</source>
<translation type="unfinished"></translation>
<translation>Потрібно перезапустити Moonlight для застосування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1177"/>
<source>GUI display mode</source>
<translation type="unfinished"></translation>
<translation>Режим показу інтерфейсу</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1214"/>
<source>Maximized</source>
<translation type="unfinished"></translation>
<translation>Максимізований</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1242"/>
<source>Show configuration warnings</source>
<translation type="unfinished"></translation>
<translation>Попередження конфігурації</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1298"/>
<source>Input Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування уведення</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1319"/>
@@ -900,12 +896,17 @@
<message>
<location filename="../gui/SettingsView.qml" line="1321"/>
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation type="unfinished"></translation>
<translation>ПРИМІТКА: Через помилку у GeForce Experience, ця опція може працювати не правильно, якщо у хост-ПК є кілька моніторів.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation type="unfinished"></translation>
<source>Enable HDR</source>
<translation>Увімкнути HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -915,7 +916,12 @@
<message>
<location filename="../gui/SettingsView.qml" line="1653"/>
<source>HDR streaming is not supported on this PC.</source>
<translation type="unfinished"></translation>
<translation>Транслювання HDR не підтримується на цьому ПК.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation>Увімкнути YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
@@ -940,22 +946,22 @@
<message>
<location filename="../gui/SettingsView.qml" line="1340"/>
<source>NOTE: Certain keyboard shortcuts like Ctrl+Alt+Del on Windows cannot be intercepted by any application, including Moonlight.</source>
<translation type="unfinished"></translation>
<translation>ПРИМІТКА: Деякі клавіатурні скорочення, як от Ctrl+Alt+Del на Windows, не можуть перехоплюватися будь-якими програмами, включно з Moonlight.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1403"/>
<source>Use touchscreen as a virtual trackpad</source>
<translation type="unfinished"></translation>
<translation>Використовувати сенсорний екран як віртуальний трекпад</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1420"/>
<source>Swap left and right mouse buttons</source>
<translation type="unfinished"></translation>
<translation>Поміняти ліву та праву кнопку миші місцями</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1432"/>
<source>Reverse mouse scrolling direction</source>
<translation type="unfinished"></translation>
<translation>Інвертувати напрямок гортання</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1446"/>
@@ -995,52 +1001,52 @@
<message>
<location filename="../gui/SettingsView.qml" line="1501"/>
<source>Process gamepad input when Moonlight is in the background</source>
<translation type="unfinished"></translation>
<translation>Перехоплювати уведення з контролера у фоні</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1512"/>
<source>Allows Moonlight to capture gamepad inputs even if it&apos;s not the current window in focus</source>
<translation type="unfinished"></translation>
<translation>Дозволити Moonlight перехоплювати уведення з геймпада навіть якщо фокусоване інше вікно</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="949"/>
<source>Host Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування хоста</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1521"/>
<source>Advanced Settings</source>
<translation type="unfinished"></translation>
<translation>Просунуті налаштування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="866"/>
<source>Audio configuration</source>
<translation type="unfinished"></translation>
<translation>Конфігурація аудіо</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1231"/>
<source>Show connection quality warnings</source>
<translation type="unfinished"></translation>
<translation>Попередження про якість з&apos;єднання</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1254"/>
<source>Discord Rich Presence integration</source>
<translation type="unfinished"></translation>
<translation>Інтеграція Discord Rich Presence</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1264"/>
<source>Updates your Discord status to display the name of the game you&apos;re streaming.</source>
<translation type="unfinished"></translation>
<translation>Показує у вашому статусі у Discord назву гри яку ви транслюєте.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1483"/>
<source>Only enable this option when streaming a game that doesn&apos;t support gamepads being connected after startup.</source>
<translation type="unfinished"></translation>
<translation>Вмикайте цю опцію тільки коли транслюєте гру, котра не підтримує під&apos;єднання геймпада опісля запуску.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1309"/>
<source>Optimize mouse for remote desktop instead of games</source>
<translation type="unfinished"></translation>
<translation>Оптимізувати мишу для віддаленого робочого стола замість ігор</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="512"/>
@@ -1051,54 +1057,54 @@
<message>
<location filename="../gui/SettingsView.qml" line="527"/>
<source>Enter a custom frame rate:</source>
<translation type="unfinished"></translation>
<translation>Користувацька частота оновлення:</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="219"/>
<location filename="../gui/SettingsView.qml" line="228"/>
<location filename="../gui/SettingsView.qml" line="625"/>
<source>Custom</source>
<translation type="unfinished"></translation>
<translation>Користувацька</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="643"/>
<source>30 FPS</source>
<translation type="unfinished"></translation>
<translation>30 К/с</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="648"/>
<source>60 FPS</source>
<translation type="unfinished"></translation>
<translation>60 К/с</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1270"/>
<source>Keep the display awake while streaming</source>
<translation type="unfinished"></translation>
<translation>Тримати монітор увімкненим під час трансляції</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1280"/>
<source>Prevents the screensaver from starting or the display from going to sleep while streaming.</source>
<translation type="unfinished"></translation>
<translation>Запобігає запуску екранної заставки або переходу дисплея у режим сну під час трансляції.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1331"/>
<source>Capture system keyboard shortcuts</source>
<translation type="unfinished"></translation>
<translation>Перехоплювати системні клавіатурні скорочення</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1339"/>
<source>This enables the capture of system-wide keyboard shortcuts like Alt+Tab that would normally be handled by the client OS while streaming.</source>
<translation type="unfinished"></translation>
<translation>Вмикає перехоплення клавіатурних скорочень по типу Alt+Tab, котрі зазвичай обробляються операційною системою клієнта під час трансляції.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1369"/>
<source>in fullscreen</source>
<translation type="unfinished"></translation>
<translation>коли на весь екран</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1373"/>
<source>always</source>
<translation type="unfinished"></translation>
<translation>завжди</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1413"/>
@@ -1108,12 +1114,12 @@
<message>
<location filename="../gui/SettingsView.qml" line="959"/>
<source>Optimize game settings for streaming</source>
<translation type="unfinished"></translation>
<translation>Оптимізувати налаштування гри для трансляції</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="970"/>
<source>Quit app on host PC after ending stream</source>
<translation type="unfinished"></translation>
<translation>Вийти з програми на віддаленому ПК після завершення трансляції</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="980"/>
@@ -1123,48 +1129,38 @@
<message>
<location filename="../gui/SettingsView.qml" line="1531"/>
<source>Video decoder</source>
<translation type="unfinished"></translation>
<translation>Відео декодер</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1556"/>
<location filename="../gui/SettingsView.qml" line="1609"/>
<source>Automatic (Recommended)</source>
<translation type="unfinished"></translation>
<translation>Автоматично (Рекомендовано)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1560"/>
<source>Force software decoding</source>
<translation type="unfinished"></translation>
<translation>Програмне декодування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1564"/>
<source>Force hardware decoding</source>
<translation type="unfinished"></translation>
<translation>Апаратне декодування</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1579"/>
<source>Video codec</source>
<translation type="unfinished"></translation>
<translation>Відео кодек</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1613"/>
<source>H.264</source>
<translation type="unfinished"></translation>
<translation>H.264</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1617"/>
<source>HEVC (H.265)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
@@ -1174,12 +1170,12 @@
<message>
<location filename="../gui/SettingsView.qml" line="1683"/>
<source>YUV 4:4:4 is not supported on this PC.</source>
<translation type="unfinished"></translation>
<translation>YUV 4:4:4 не підтримується на цьому ПК.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1689"/>
<source>Unlock bitrate limit (Experimental)</source>
<translation type="unfinished"></translation>
<translation>Розблокувати ліміт бітрейту (Експериментально)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1702"/>
@@ -1189,12 +1185,12 @@
<message>
<location filename="../gui/SettingsView.qml" line="1708"/>
<source>Automatically find PCs on the local network (Recommended)</source>
<translation type="unfinished"></translation>
<translation>Автоматично знаходити ПК на локальній мережі (Рекомендовано)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1729"/>
<source>Automatically detect blocked connections (Recommended)</source>
<translation type="unfinished"></translation>
<translation>Автоматично виявляти заблоковане з&apos;єднання (Рекомендовано)</translation>
</message>
</context>
<context>
@@ -1202,18 +1198,18 @@
<message>
<location filename="../gui/StreamSegue.qml" line="12"/>
<source>Resuming %1...</source>
<translation type="unfinished"></translation>
<translation>Відновлення %1...</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="13"/>
<location filename="../gui/StreamSegue.qml" line="20"/>
<source>Starting %1...</source>
<translation type="unfinished"></translation>
<translation>Запуск %1...</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="26"/>
<source>Starting %1 failed: Error %2</source>
<translation type="unfinished"></translation>
<translation>Не вдалося запустити %1: Помилка %2</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="29"/>
@@ -1228,22 +1224,22 @@
<message>
<location filename="../gui/StreamSegue.qml" line="168"/>
<source>Tip:</source>
<translation type="unfinished"></translation>
<translation>Підказка:</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="168"/>
<source>Press %1 to disconnect your session</source>
<translation type="unfinished"></translation>
<translation>Натисніть %1, щоб вийти з сесії</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="169"/>
<source>Start+Select+L1+R1</source>
<translation type="unfinished"></translation>
<translation>Start+Select+L1+R1</translation>
</message>
<message>
<location filename="../gui/StreamSegue.qml" line="169"/>
<source>Ctrl+Alt+Shift+Q</source>
<translation type="unfinished"></translation>
<translation>Ctrl+Alt+Shift+Q</translation>
</message>
</context>
<context>
@@ -1251,27 +1247,27 @@
<message>
<location filename="../gui/main.qml" line="444"/>
<source>Settings</source>
<translation type="unfinished"></translation>
<translation>Налаштування</translation>
</message>
<message>
<location filename="../gui/main.qml" line="291"/>
<source>Version %1</source>
<translation type="unfinished"></translation>
<translation>Версія %1</translation>
</message>
<message>
<location filename="../gui/main.qml" line="307"/>
<source>Join our community on Discord</source>
<translation type="unfinished"></translation>
<translation>Доєднуйтеся до нашої спільноти у Discord</translation>
</message>
<message>
<location filename="../gui/main.qml" line="326"/>
<source>Add PC manually</source>
<translation type="unfinished"></translation>
<translation>Додати ПК вручну</translation>
</message>
<message>
<location filename="../gui/main.qml" line="366"/>
<source>Update available for Moonlight: Version %1</source>
<translation type="unfinished"></translation>
<translation>Доступна новіша версія Moonlight: %1</translation>
</message>
<message>
<location filename="../gui/main.qml" line="413"/>
@@ -1296,7 +1292,7 @@
<message>
<location filename="../gui/main.qml" line="517"/>
<source>Enter the IP address of your host PC:</source>
<translation type="unfinished"></translation>
<translation>Уведіть IP адресу вашого віддаленого ПК:</translation>
</message>
<message>
<location filename="../gui/main.qml" line="390"/>
@@ -1311,12 +1307,12 @@
<message>
<location filename="../gui/main.qml" line="453"/>
<source>Click the Help button for more information on solving this problem.</source>
<translation type="unfinished"></translation>
<translation>Натисніть «Довідка», щоб отримати інформацію про розв&apos;язання проблеми.</translation>
</message>
<message>
<location filename="../gui/main.qml" line="461"/>
<source>Click the Help button for more information.</source>
<translation type="unfinished"></translation>
<translation>Натисніть «Довідка» для детальнішої інформації.</translation>
</message>
<message>
<location filename="../gui/main.qml" line="479"/>
@@ -1326,7 +1322,7 @@
<message>
<location filename="../gui/main.qml" line="487"/>
<source>Are you sure you want to quit?</source>
<translation type="unfinished"></translation>
<translation>Ви впевнені, що хочете вийти?</translation>
</message>
</context>
</TS>
Binary file not shown.
+46 -54
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation>Thiếu thiết bị ghi âm. Việc cài đt lại GeForce Experience thể sẽ giải quyết lỗi này.</translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>&amp;</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>&amp;Không</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation>OK</translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation type="unfinished">Trợ giúp</translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation>Huỷ bỏ</translation>
</message>
@@ -508,162 +508,158 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation>Phiên bản của GeForce Experience trên %1 không đưc bản dựng Moonlight này hỗ trợ. Bạn phải cập nhật Moonlight đ stream từ %1.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation>Lựa chọn bật chế đ chuột máy tính từ xa của bạn thể sẽ gây ra vấn đ trong các trò chơi.</translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished">HDR không đưc hỗ trợ với giải phần mềm.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation>Lựa chọn cài đt buộc giải phần mềm của bạn thể sẽ gây ra hiệu năng stream kém.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>Đang sử dụng giải phần mềm do lựa chọn buộc HEVC của bạn không sự hỗ trợ của GPU. Việc này thể sẽ gây ra hiệu năng stream kém.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>Đang sử dụng giải phần mềm do lựa chọn buộc dùng H.264 GPU không hỗ trợ. Việc này thể gây ra hiệu năng stream thấp.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation>PC chủ PC khách không hỗ trợ cùng codec video. Việc này thể gây ra hiệu năng stream thấp.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation>GPU khách không hỗ trợ giải H.264. Việc này thể gây ra hiệu năng stream thấp.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation>GPU của PC chủ không hỗ trợ giải HEVC Main10 đ stream HDR.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>GeForce Experience 3.0 hoặc cao hơn đưc yêu cầu đ stream 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation>Cài đt âm thanh bao quanh đã chọn của bạn không đưc thiết bị âm thanh hiện tại hỗ trợ.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>Mở thiết bị âm thanh thất bại. Âm thanh sẽ không sẵn trong phiên làm việc này.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>Một tay cầm điều khiển không đưc chỉ đnh nút sẽ không thể sử dụng đưc. Hãy đi đến trợ giúp của Moonlight đ giải quyết điều này.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation>GPU của PC chủ không hỗ trợ stream đ phân giải video trên 4K.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation>Lựa chọn buộc giải phần cứng của bạn không thể đưc thoả mãn do thiếu sự hỗ trợ giải phần cứng trên GPU của PC này.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation>Lựa chọn codec cài đt buộc giải phần cứng của bạn không tương thích. GPU của PC này thiếu sự hỗ trợ cho việc giải codec đã chọn.</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation>Không thể khởi tạo trình giải video. Vui lòng kiểm tra cài đt stream của bạn thử lại.</translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation>LƯU Ý: một lỗi trong GeForce Experience, tuỳ chọn này thể sẽ không hoạt đng đúng nếu PC chủ của bạn nhiều màn hình.</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished">Việc bật HDR sẽ ghi đè lên lựa chọn trình giải .</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<source>AV1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>Bật HDR (Thử nghiệm)</translation>
<source>Enable HDR</source>
<translation>Bật HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>Việc stream HDR không đưc hỗ trợ trên PC này.</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+47 -55
View File
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation> GeForce Experience </translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>(&amp;Y)</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>(&amp;N)</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation>: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation> %1 GeForce Experience Moonlight Moonlight %1 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation></translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished"> HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation> PC 使HEVC编码</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>使 HEVC</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation> AV1 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>使 AV1使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation> PC HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>使 H.264 HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation> HDR AV1 Main10 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation> HDR HEVC AV1 Main10 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation> HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>H.264 4K </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>使使 GPU H.264</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation> PC </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation> GPU H.264 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>使 GPU HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation> HEVC Main10 HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation> PC YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation> PC YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>使 GPU YUV 4:4:4</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation> PC GPU YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4K GeForce Experience 3.0 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>使访 Moonlight </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation> 4K </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation></translation>
</message>
@@ -980,19 +976,15 @@
<source>This enables the capture of system-wide keyboard shortcuts like Alt+Tab that would normally be handled by the client OS while streaming.</source>
<translation> Alt + Tab</translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished"> HDR </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV1 ()</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation>HDR</translation>
<source>Enable HDR</source>
<translation>HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -1004,6 +996,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation>PC不支持HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation> YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation> YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
Binary file not shown.
+50 -58
View File
@@ -149,7 +149,7 @@
<message>
<location filename="../gui/computermodel.cpp" line="74"/>
<source>Active Address: %1</source>
<translation></translation>
<translation>: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="75"/>
@@ -159,12 +159,12 @@
<message>
<location filename="../gui/computermodel.cpp" line="76"/>
<source>Local Address: %1</source>
<translation></translation>
<translation>: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="77"/>
<source>Remote Address: %1</source>
<translation></translation>
<translation>: %1</translation>
</message>
<message>
<location filename="../gui/computermodel.cpp" line="78"/>
@@ -208,7 +208,7 @@
<context>
<name>NvHTTP</name>
<message>
<location filename="../backend/nvhttp.cpp" line="357"/>
<location filename="../backend/nvhttp.cpp" line="381"/>
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
<translation> GeForce Experience </translation>
</message>
@@ -427,27 +427,27 @@
<context>
<name>QPlatformTheme</name>
<message>
<location filename="../main.cpp" line="838"/>
<location filename="../main.cpp" line="867"/>
<source>&amp;Yes</source>
<translation>(&amp;Y)</translation>
</message>
<message>
<location filename="../main.cpp" line="839"/>
<location filename="../main.cpp" line="868"/>
<source>&amp;No</source>
<translation>(&amp;N)</translation>
</message>
<message>
<location filename="../main.cpp" line="840"/>
<location filename="../main.cpp" line="869"/>
<source>OK</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="841"/>
<location filename="../main.cpp" line="870"/>
<source>Help</source>
<translation></translation>
</message>
<message>
<location filename="../main.cpp" line="842"/>
<location filename="../main.cpp" line="871"/>
<source>Cancel</source>
<translation></translation>
</message>
@@ -508,162 +508,158 @@
<translation>: %1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="952"/>
<location filename="../streaming/session.cpp" line="958"/>
<source>The version of GeForce Experience on %1 is not supported by this build of Moonlight. You must update Moonlight to stream from %1.</source>
<translation> Moonlight %1 GeForce Experience Moonlight %1 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="957"/>
<location filename="../streaming/session.cpp" line="963"/>
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
<translation></translation>
</message>
<message>
<source>HDR is not supported with software decoding.</source>
<translation type="vanished"> HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="961"/>
<location filename="../streaming/session.cpp" line="967"/>
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="997"/>
<location filename="../streaming/session.cpp" line="1003"/>
<source>Your host PC doesn&apos;t support encoding HEVC.</source>
<translation> HEVC </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1015"/>
<location filename="../streaming/session.cpp" line="1021"/>
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
<translation>使 GPU HEVC 使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="967"/>
<location filename="../streaming/session.cpp" line="973"/>
<source>Your host software or GPU doesn&apos;t support encoding AV1.</source>
<translation> GPU AV1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="985"/>
<location filename="../streaming/session.cpp" line="991"/>
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
<translation>使 GPU AV1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1062"/>
<location filename="../streaming/session.cpp" line="1068"/>
<source>Your host PC doesn&apos;t support HDR streaming.</source>
<translation> HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1054"/>
<location filename="../streaming/session.cpp" line="1060"/>
<source>HDR is not supported using the H.264 codec.</source>
<translation>使 H.264 HDR</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1077"/>
<location filename="../streaming/session.cpp" line="1083"/>
<source>This PC&apos;s GPU doesn&apos;t support AV1 Main10 decoding for HDR streaming.</source>
<translation> GPU AV1 Main10 HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1058"/>
<location filename="../streaming/session.cpp" line="1064"/>
<source>This PC&apos;s GPU doesn&apos;t support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
<translation> GPU 10-bit HEVC AV1 HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1110"/>
<location filename="../streaming/session.cpp" line="1116"/>
<source>Your host PC and client PC don&apos;t support the same HDR video codecs.</source>
<translation> HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1203"/>
<location filename="../streaming/session.cpp" line="1209"/>
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
<translation>H.264 4K </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1600"/>
<location filename="../streaming/session.cpp" line="1606"/>
<source>Host returned error: %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1034"/>
<location filename="../streaming/session.cpp" line="1040"/>
<source>Using software decoding due to your selection to force H.264 without GPU support. This may cause poor streaming performance.</source>
<translation>使 GPU HEVC 使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1044"/>
<location filename="../streaming/session.cpp" line="1050"/>
<source>Your host PC and client PC don&apos;t support the same video codecs. This may cause poor streaming performance.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1047"/>
<location filename="../streaming/session.cpp" line="1053"/>
<source>Your client GPU doesn&apos;t support H.264 decoding. This may cause poor streaming performance.</source>
<translation> GPU H.264 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1083"/>
<location filename="../streaming/session.cpp" line="1101"/>
<location filename="../streaming/session.cpp" line="1089"/>
<location filename="../streaming/session.cpp" line="1107"/>
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
<translation>GPU不支援的情況強制啟用 HDR使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1095"/>
<location filename="../streaming/session.cpp" line="1101"/>
<source>This PC&apos;s GPU doesn&apos;t support HEVC Main10 decoding for HDR streaming.</source>
<translation> GPU HEVC Main10 HDR </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1117"/>
<location filename="../streaming/session.cpp" line="1123"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming.</source>
<translation> YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1125"/>
<location filename="../streaming/session.cpp" line="1131"/>
<source>Your host PC doesn&apos;t support YUV 4:4:4 streaming for selected video codec.</source>
<translation> YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1140"/>
<location filename="../streaming/session.cpp" line="1146"/>
<source>Using software decoding due to your selection to force YUV 4:4:4 without GPU support. This may cause poor streaming performance.</source>
<translation>GPU不支援的情況強制啟用 YUV 4:4:4使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1146"/>
<location filename="../streaming/session.cpp" line="1152"/>
<source>This PC&apos;s GPU doesn&apos;t support YUV 4:4:4 decoding for selected video codec.</source>
<translation> GPU YUV 4:4:4 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1155"/>
<location filename="../streaming/session.cpp" line="1161"/>
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
<translation>4K GeForce Experience 3.0 </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1170"/>
<location filename="../streaming/session.cpp" line="1176"/>
<source>Your selected surround sound setting is not supported by the current audio device.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1176"/>
<location filename="../streaming/session.cpp" line="1182"/>
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
<translation>使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1181"/>
<location filename="../streaming/session.cpp" line="1187"/>
<source>An attached gamepad has no mapping and won&apos;t be usable. Visit the Moonlight help to resolve this.</source>
<translation>使 Moonlight </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1199"/>
<location filename="../streaming/session.cpp" line="1205"/>
<source>Your host PC&apos;s GPU doesn&apos;t support streaming video resolutions over 4K.</source>
<translation> GPU 4K </translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1217"/>
<location filename="../streaming/session.cpp" line="1223"/>
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC&apos;s GPU.</source>
<translation> GPU 使</translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="1220"/>
<location filename="../streaming/session.cpp" line="1226"/>
<source>Your codec selection and force hardware decoding setting are not compatible. This PC&apos;s GPU lacks support for decoding your chosen codec.</source>
<translation></translation>
</message>
<message>
<location filename="../streaming/session.cpp" line="2198"/>
<location filename="../streaming/session.cpp" line="2204"/>
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
<translation></translation>
</message>
@@ -902,19 +898,15 @@
<source>NOTE: Due to a bug in GeForce Experience, this option may not work properly if your host PC has multiple monitors.</source>
<translation> GeForce Experience </translation>
</message>
<message>
<source>Enabling HDR overrides manual decoder selections.</source>
<translation type="vanished"> HDR </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1621"/>
<source>AV1 (Experimental)</source>
<translation>AV ()</translation>
<source>AV1</source>
<translation>AV1</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1636"/>
<source>Enable HDR (Experimental)</source>
<translation> HDR ()</translation>
<source>Enable HDR</source>
<translation> HDR</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1651"/>
@@ -926,6 +918,11 @@
<source>HDR streaming is not supported on this PC.</source>
<translation> HDR </translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4</source>
<translation> YUV 4:4:4</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1740"/>
<source>Show performance stats while streaming</source>
@@ -1165,11 +1162,6 @@
<source>HEVC (H.265)</source>
<translation>HEVC (H.265)</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1659"/>
<source>Enable YUV 4:4:4 (Experimental)</source>
<translation> YUV 4:4:4 ()</translation>
</message>
<message>
<location filename="../gui/SettingsView.qml" line="1681"/>
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
+18 -2
View File
@@ -1,4 +1,5 @@
#include <QGuiApplication>
#include <QStyleHints>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include <QIcon>
@@ -634,8 +635,13 @@ int main(int argc, char *argv[])
qputenv("QSG_RENDER_LOOP", "basic");
#endif
#if defined(Q_OS_DARWIN) && defined(QT_DEBUG)
// Enable Metal valiation for debug builds
#if defined(Q_OS_DARWIN) && defined(QT_DEBUG) && !defined(HAVE_LIBPLACEBO_VULKAN)
// Enable Metal valiation for debug builds without libplacebo
//
// The current MoltenVK driver as of Vulkan SDK 1.4.350 triggers Metal debug layer
// violations on frame and overlay uploads like:
// _validateReplaceRegion:252: failed assertion `Replace Region Validation
// bytesPerRow(4803) must be a multiple of MTLPixelFormatBGRA8Unorm pixel bytes(4).
qputenv("MTL_DEBUG_LAYER", "1");
qputenv("MTL_SHADER_VALIDATION", "1");
#endif
@@ -753,6 +759,16 @@ int main(int argc, char *argv[])
QGuiApplication app(argc, argv);
#ifdef Q_OS_DARWIN
// macOS defaults "Keyboard navigation" to text fields and lists only, which
// prevents Tab (and the gamepad navigation that synthesizes it) from moving
// focus between non-text controls on the settings page. Force Tab to reach
// all controls so keyboard and gamepad UI navigation work without requiring
// the user to enable a system accessibility setting. Other platforms already
// default to this behavior.
app.styleHints()->setTabFocusBehavior(Qt::TabFocusAllControls);
#endif
#ifdef Q_OS_UNIX
// Register signal handlers to arbitrate between SDL and Qt.
// NB: This has to be done after the QGuiApplication is constructed to
+2 -1
View File
@@ -21,5 +21,6 @@ public:
private:
SDL_AudioDeviceID m_AudioDevice;
void* m_AudioBuffer;
int m_FrameSize;
Uint32 m_FrameSize;
Uint32 m_FrameDurationMs;
};
+3 -2
View File
@@ -32,6 +32,7 @@ bool SdlAudioRenderer::prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION*
// The buffering helps avoid audio underruns due to network jitter.
want.samples = SDL_max(480, opusConfig->samplesPerFrame * 3);
m_FrameDurationMs = opusConfig->samplesPerFrame / (opusConfig->sampleRate / 1000);
m_FrameSize = opusConfig->samplesPerFrame *
opusConfig->channelCount *
getAudioBufferSampleSize();
@@ -115,8 +116,8 @@ bool SdlAudioRenderer::submitAudio(int bytesWritten)
return false;
}
// Only queue more samples where there are 10 frames or less in SDL's queue
if (SDL_GetQueuedAudioSize(m_AudioDevice) / m_FrameSize <= 10) {
// Only queue more samples where there is 50 ms or less in SDL's queue
if (SDL_GetQueuedAudioSize(m_AudioDevice) / m_FrameSize * m_FrameDurationMs <= 50) {
break;
}
+6 -1
View File
@@ -460,7 +460,9 @@ void SdlInputHandler::handleControllerTouchpadEvent(SDL_ControllerTouchpadEvent*
return;
}
LiSendControllerTouchEvent((uint8_t)state->index, eventType, event->finger, event->x, event->y, event->pressure);
LiSendControllerTouchEvent2((uint8_t)state->index, eventType,
(uint8_t)event->touchpad, event->finger,
event->x, event->y, event->pressure);
}
#endif
@@ -662,6 +664,9 @@ void SdlInputHandler::handleControllerDeviceEvent(SDL_ControllerDeviceEvent* eve
}
if (SDL_GameControllerGetNumTouchpads(state->controller) > 0) {
capabilities |= LI_CCAP_TOUCHPAD;
if (SDL_GameControllerGetNumTouchpads(state->controller) > 1) {
capabilities |= LI_CCAP_DUAL_TOUCHPAD;
}
}
if (SDL_GameControllerHasSensor(state->controller, SDL_SENSOR_ACCEL)) {
capabilities |= LI_CCAP_ACCEL;
+28 -25
View File
@@ -19,7 +19,8 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
m_PendingMouseButtonsAllUpOnVideoRegionLeave(false),
m_PointerRegionLockActive(false),
m_PointerRegionLockToggledByUser(false),
m_FakeCaptureActive(false),
m_FakeMouseCaptureActive(false),
m_KeyboardCaptureActive(false),
m_CaptureSystemKeysMode(prefs.captureSysKeysMode),
m_MouseCursorCapturedVisibilityState(SDL_DISABLE),
m_LongPressTimer(0),
@@ -74,12 +75,12 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
m_SpecialKeyCombos[KeyComboUngrabInput].keyCombo = KeyComboUngrabInput;
m_SpecialKeyCombos[KeyComboUngrabInput].keyCode = SDLK_z;
m_SpecialKeyCombos[KeyComboUngrabInput].scanCode = SDL_SCANCODE_Z;
m_SpecialKeyCombos[KeyComboUngrabInput].enabled = QGuiApplication::platformName() != "eglfs";
m_SpecialKeyCombos[KeyComboUngrabInput].enabled = WMUtils::isRunningDesktopEnvironment();
m_SpecialKeyCombos[KeyComboToggleFullScreen].keyCombo = KeyComboToggleFullScreen;
m_SpecialKeyCombos[KeyComboToggleFullScreen].keyCode = SDLK_x;
m_SpecialKeyCombos[KeyComboToggleFullScreen].scanCode = SDL_SCANCODE_X;
m_SpecialKeyCombos[KeyComboToggleFullScreen].enabled = QGuiApplication::platformName() != "eglfs";
m_SpecialKeyCombos[KeyComboToggleFullScreen].enabled = WMUtils::isRunningDesktopEnvironment();
m_SpecialKeyCombos[KeyComboToggleStatsOverlay].keyCombo = KeyComboToggleStatsOverlay;
m_SpecialKeyCombos[KeyComboToggleStatsOverlay].keyCode = SDLK_s;
@@ -99,7 +100,7 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
m_SpecialKeyCombos[KeyComboToggleMinimize].keyCombo = KeyComboToggleMinimize;
m_SpecialKeyCombos[KeyComboToggleMinimize].keyCode = SDLK_d;
m_SpecialKeyCombos[KeyComboToggleMinimize].scanCode = SDL_SCANCODE_D;
m_SpecialKeyCombos[KeyComboToggleMinimize].enabled = QGuiApplication::platformName() != "eglfs";
m_SpecialKeyCombos[KeyComboToggleMinimize].enabled = WMUtils::isRunningDesktopEnvironment();
m_SpecialKeyCombos[KeyComboPasteText].keyCombo = KeyComboPasteText;
m_SpecialKeyCombos[KeyComboPasteText].keyCode = SDLK_v;
@@ -116,6 +117,11 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
m_SpecialKeyCombos[KeyComboQuitAndExit].scanCode = SDL_SCANCODE_E;
m_SpecialKeyCombos[KeyComboQuitAndExit].enabled = true;
m_SpecialKeyCombos[KeyComboToggleKeyboardGrab].keyCombo = KeyComboToggleKeyboardGrab;
m_SpecialKeyCombos[KeyComboToggleKeyboardGrab].keyCode = SDLK_k;
m_SpecialKeyCombos[KeyComboToggleKeyboardGrab].scanCode = SDL_SCANCODE_K;
m_SpecialKeyCombos[KeyComboToggleKeyboardGrab].enabled = WMUtils::isRunningDesktopEnvironment();
m_OldIgnoreDevices = SDL_GetHint(SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES);
m_OldIgnoreDevicesExcept = SDL_GetHint(SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT);
@@ -314,21 +320,19 @@ bool SdlInputHandler::isCaptureActive()
}
// Some platforms don't support SDL_SetRelativeMouseMode
return m_FakeCaptureActive;
return m_FakeMouseCaptureActive;
}
void SdlInputHandler::updateKeyboardGrabState()
{
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_OFF) {
return;
}
bool shouldGrab = isCaptureActive();
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_FULLSCREEN &&
bool shouldGrab = m_CaptureSystemKeysMode != StreamingPreferences::CSK_OFF && isCaptureActive();
if (shouldGrab) {
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_FULLSCREEN &&
!(windowFlags & SDL_WINDOW_FULLSCREEN)) {
// Ungrab if it's fullscreen only and we left fullscreen
shouldGrab = false;
// Ungrab if it's fullscreen only and we left fullscreen
shouldGrab = false;
}
}
// Don't close the window on Alt+F4 when keyboard grab is enabled
@@ -339,6 +343,8 @@ void SdlInputHandler::updateKeyboardGrabState()
// SDL 2.0.18 adds keyboard grab on macOS (if built with non-AppStore APIs).
SDL_SetWindowKeyboardGrab(m_Window, shouldGrab ? SDL_TRUE : SDL_FALSE);
#endif
m_KeyboardCaptureActive = shouldGrab;
}
bool SdlInputHandler::isSystemKeyCaptureActive()
@@ -351,15 +357,12 @@ bool SdlInputHandler::isSystemKeyCaptureActive()
return false;
}
// NB: We used to check SDL_WINDOW_KEYBOARD_GRABBED here, but this isn't
// always set when capture "fails" on SDL3, even though the user may have
// configured the compositor to pass through system keys to us anyway.
// See issues #1776 and #1900 for details.
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
if (!(windowFlags & SDL_WINDOW_INPUT_FOCUS)
#if SDL_VERSION_ATLEAST(2, 0, 15)
|| !(windowFlags & SDL_WINDOW_KEYBOARD_GRABBED)
#else
|| !(windowFlags & SDL_WINDOW_INPUT_GRABBED)
#endif
)
{
if (!(windowFlags & SDL_WINDOW_INPUT_FOCUS) || !m_KeyboardCaptureActive) {
return false;
}
@@ -378,7 +381,7 @@ void SdlInputHandler::setCaptureActive(bool active)
if (m_AbsoluteMouseMode || SDL_SetRelativeMouseMode(SDL_TRUE) < 0) {
// Relative mouse mode didn't work or was disabled, so we'll just hide the cursor
SDL_ShowCursor(m_MouseCursorCapturedVisibilityState);
m_FakeCaptureActive = true;
m_FakeMouseCaptureActive = true;
}
// Synchronize the client and host cursor when activating absolute capture
@@ -408,10 +411,10 @@ void SdlInputHandler::setCaptureActive(bool active)
}
}
else {
if (m_FakeCaptureActive) {
if (m_FakeMouseCaptureActive) {
// Display the cursor again
SDL_ShowCursor(SDL_ENABLE);
m_FakeCaptureActive = false;
m_FakeMouseCaptureActive = false;
}
else {
SDL_SetRelativeMouseMode(SDL_FALSE);
+3 -1
View File
@@ -167,6 +167,7 @@ private:
KeyComboPasteText,
KeyComboTogglePointerRegionLock,
KeyComboQuitAndExit,
KeyComboToggleKeyboardGrab,
KeyComboMax
};
@@ -217,7 +218,8 @@ private:
int m_GamepadMask;
GamepadState m_GamepadState[MAX_GAMEPADS];
QSet<short> m_KeysDown;
bool m_FakeCaptureActive;
bool m_FakeMouseCaptureActive;
bool m_KeyboardCaptureActive;
QString m_OldIgnoreDevices;
QString m_OldIgnoreDevicesExcept;
QStringList m_IgnoreDeviceGuids;
+15
View File
@@ -153,6 +153,21 @@ void SdlInputHandler::performSpecialKeyCombo(KeyCombo combo)
SDL_PushEvent(&quitExitEvent);
break;
case KeyComboToggleKeyboardGrab:
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Detected keyboard grab toggle combo");
// Toggle the system key capture mode
if (isSystemKeyCaptureActive()) {
m_CaptureSystemKeysMode = StreamingPreferences::CSK_OFF;
}
else {
m_CaptureSystemKeysMode = StreamingPreferences::CSK_ALWAYS;
}
updateKeyboardGrabState();
break;
default:
Q_UNREACHABLE();
}
+1 -1
View File
@@ -193,7 +193,7 @@ void SdlInputHandler::handleMouseWheelEvent(SDL_MouseWheelEvent* event)
if (event->preciseX != 0.0f) {
// Invert the scroll direction if needed
if (m_ReverseScrollDirection) {
event->preciseX = -event->preciseY;
event->preciseX = -event->preciseX;
}
#ifdef Q_OS_DARWIN
+6 -6
View File
@@ -632,6 +632,12 @@ bool Session::initialize(QQuickWindow* qtWindow)
return false;
}
// Stop text input. SDL enables it by default
// when we initialize the video subsystem, but this
// causes an IME popup when certain keys are held down
// on macOS.
SDL_StopTextInput();
LiInitializeStreamConfiguration(&m_StreamConfig);
m_StreamConfig.width = m_Preferences->width;
m_StreamConfig.height = m_Preferences->height;
@@ -1907,12 +1913,6 @@ void Session::exec()
}
}
// Stop text input. SDL enables it by default
// when we initialize the video subsystem, but this
// causes an IME popup when certain keys are held down
// on macOS.
SDL_StopTextInput();
// Disable the screen saver if requested
if (m_Preferences->keepAwake) {
SDL_DisableScreenSaver();
+9 -3
View File
@@ -74,11 +74,12 @@ static int __riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
Uint32 StreamUtils::getPlatformWindowFlags()
{
#if defined(Q_OS_DARWIN)
return SDL_WINDOW_METAL;
#elif defined(HAVE_LIBPLACEBO_VULKAN)
#if defined(HAVE_LIBPLACEBO_VULKAN)
// We'll fall back to GL if Vulkan fails
return SDL_WINDOW_VULKAN;
#elif defined(Q_OS_DARWIN)
// Vulkan needs to supersede Metal, otherwise the Vulkan library won't be loaded
return SDL_WINDOW_METAL;
#else
return 0;
#endif
@@ -89,6 +90,11 @@ SDL_Window* StreamUtils::createTestWindow()
SDL_Window* testWindow;
Uint32 baseFlags = 0;
// Stop text input before creating the test window to avoid sdl2-compat
// starting text input on the new window. This might trigger the IME to
// be displayed.
SDL_StopTextInput();
// Test windows are always hidden
baseFlags |= SDL_WINDOW_HIDDEN;
+1 -1
View File
@@ -588,7 +588,7 @@ class DrmRenderer : public IFFmpegRenderer {
bool apply() {
if (!m_Atomic) {
return 0;
return true;
}
drmModeAtomicReqPtr req = nullptr;
+12 -20
View File
@@ -627,6 +627,8 @@ bool EGLRenderer::setupVideoRenderingState() {
glGenTextures(EGL_MAX_PLANES, m_Textures);
for (size_t i = 0; i < EGL_MAX_PLANES; ++i) {
glBindTexture(GL_TEXTURE_EXTERNAL_OES, m_Textures[i]);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
}
@@ -784,16 +786,6 @@ void EGLRenderer::renderFrame(AVFrame* frame)
}
}
int drawableWidth, drawableHeight;
SDL_GL_GetDrawableSize(m_Window, &drawableWidth, &drawableHeight);
SDL_Rect src, dst;
src.x = src.y = dst.x = dst.y = 0;
src.w = frame->width;
src.h = frame->height;
dst.w = drawableWidth;
dst.h = drawableHeight;
StreamUtils::scaleSourceToDestinationSurface(&src, &dst);
ssize_t plane_count = m_Backend->exportEGLImages(frame, m_EGLDisplay, imgs);
if (plane_count < 0)
return;
@@ -801,16 +793,6 @@ void EGLRenderer::renderFrame(AVFrame* frame)
glActiveTexture(GL_TEXTURE0 + i);
glBindTexture(GL_TEXTURE_EXTERNAL_OES, m_Textures[i]);
m_glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, imgs[i]);
// Use GL_NEAREST to reduce sampling if the video region is a multiple of the frame size
if (dst.w % frame->width == 0 && dst.h % frame->height == 0) {
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
}
else {
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
}
}
// We already called glClear() after last frame's SDL_GL_SwapWindow()
@@ -819,7 +801,17 @@ void EGLRenderer::renderFrame(AVFrame* frame)
glClear(GL_COLOR_BUFFER_BIT);
}
int drawableWidth, drawableHeight;
SDL_GL_GetDrawableSize(m_Window, &drawableWidth, &drawableHeight);
// Set the viewport to the size of the aspect-ratio-scaled video
SDL_Rect src, dst;
src.x = src.y = dst.x = dst.y = 0;
src.w = frame->width;
src.h = frame->height;
dst.w = drawableWidth;
dst.h = drawableHeight;
StreamUtils::scaleSourceToDestinationSurface(&src, &dst);
glViewport(dst.x, dst.y, dst.w, dst.h);
glUseProgram(m_ShaderProgram);
+331 -116
View File
@@ -10,6 +10,7 @@
#include <SDL_vulkan.h>
extern "C" {
#include <libavutil/hwcontext_drm.h>
#include <libavutil/hwcontext_vulkan.h>
}
@@ -134,10 +135,10 @@ void PlVkRenderer::overlayUploadComplete(void* opaque)
SDL_FreeSurface((SDL_Surface*)opaque);
}
PlVkRenderer::PlVkRenderer(bool hwaccel, IFFmpegRenderer *backendRenderer) :
PlVkRenderer::PlVkRenderer(AVHWDeviceType hwDeviceType, IFFmpegRenderer *backendRenderer) :
IFFmpegRenderer(RendererType::Vulkan),
m_Backend(backendRenderer),
m_HwAccelBackend(hwaccel)
m_HwDeviceType(hwDeviceType)
{
bool ok;
@@ -161,6 +162,10 @@ PlVkRenderer::~PlVkRenderer()
SDL_assert(!m_HasPendingSwapchainFrame);
if (m_Vulkan != nullptr) {
#ifdef PLVK_USE_EARLY_RENDER_TO_WAIT
pl_tex_destroy(m_Vulkan->gpu, &m_EmptyOverlay.tex);
#endif
for (int i = 0; i < (int)SDL_arraysize(m_Overlays); i++) {
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[i].overlay.tex);
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[i].stagingOverlay.tex);
@@ -177,6 +182,9 @@ PlVkRenderer::~PlVkRenderer()
pl_renderer_destroy(&m_Renderer);
pl_swapchain_destroy(&m_Swapchain);
#ifdef Q_OS_DARWIN
m_MetalTextureFactory.reset();
#endif
pl_vulkan_destroy(&m_Vulkan);
// This surface was created by SDL, so there's no libplacebo API to destroy it
@@ -184,10 +192,7 @@ PlVkRenderer::~PlVkRenderer()
fn_vkDestroySurfaceKHR(m_PlVkInstance->instance, m_VkSurface, nullptr);
}
if (m_HwDeviceCtx != nullptr) {
av_buffer_unref(&m_HwDeviceCtx);
}
av_buffer_unref(&m_HwDeviceCtx);
pl_vk_inst_destroy(&m_PlVkInstance);
}
@@ -287,20 +292,8 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
return false;
}
#ifdef Q_OS_WIN32
// Intel's Windows drivers seem to have interoperability issues as of FFmpeg 7.0.1
// when using Vulkan Video decoding. Since they also expose HEVC REXT profiles using
// D3D11VA, let's reject them here so we can select a different Vulkan device or
// just allow D3D11VA to take over.
if (m_HwAccelBackend && deviceProps->vendorID == 0x8086 && !qEnvironmentVariableIntValue("PLVK_ALLOW_INTEL")) {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"Skipping Intel GPU for Vulkan Video due to broken drivers");
return false;
}
#endif
// If we're acting as the decoder backend, we need a physical device with Vulkan video support
if (m_HwAccelBackend) {
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
const char* videoDecodeExtension;
if (decoderParams->videoFormat & VIDEO_FORMAT_MASK_H264) {
@@ -330,6 +323,18 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
videoDecodeExtension);
return false;
}
#ifdef Q_OS_WIN32
// Intel's Windows drivers seem to have interoperability issues as of FFmpeg 7.0.1
// when using Vulkan Video decoding. Since they also expose HEVC REXT profiles using
// D3D11VA, let's reject them here so we can select a different Vulkan device or
// just allow D3D11VA to take over.
if (deviceProps->vendorID == 0x8086 && !qEnvironmentVariableIntValue("PLVK_ALLOW_INTEL")) {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"Skipping Intel GPU for Vulkan Video due to broken drivers");
return false;
}
#endif
}
if (!isSurfacePresentationSupportedByPhysicalDevice(device)) {
@@ -359,13 +364,16 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
vkParams.get_proc_addr = m_PlVkInstance->get_proc_addr;
vkParams.surface = m_VkSurface;
vkParams.device = device;
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(60, 26, 100)
vkParams.opt_extensions = av_vk_get_optional_device_extensions(&vkParams.num_opt_extensions);
vkParams.opt_extensions = av_vk_get_optional_device_extensions(&vkParams.num_opt_extensions);
#else
vkParams.opt_extensions = k_OptionalDeviceExtensions;
vkParams.num_opt_extensions = SDL_arraysize(k_OptionalDeviceExtensions);
vkParams.opt_extensions = k_OptionalDeviceExtensions;
vkParams.num_opt_extensions = SDL_arraysize(k_OptionalDeviceExtensions);
#endif
vkParams.extra_queues = m_HwAccelBackend ? VK_QUEUE_FLAG_BITS_MAX_ENUM : 0;
vkParams.extra_queues = VK_QUEUE_FLAG_BITS_MAX_ENUM;
}
{
// Don't let Qt take DRM master from us during pl_vulkan_create()
@@ -418,6 +426,7 @@ bool PlVkRenderer::isExtensionSupportedByPhysicalDevice(VkPhysicalDevice device,
bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
{
m_Window = params->window;
m_MaxVideoFps = params->frameRate;
unsigned int instanceExtensionCount = 0;
if (!SDL_Vulkan_GetInstanceExtensions(params->window, &instanceExtensionCount, nullptr)) {
@@ -485,18 +494,17 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
return false;
}
VkPresentModeKHR presentMode;
if (params->enableVsync) {
// FIFO mode improves frame pacing compared with Mailbox, especially for
// platforms like X11 that lack a VSyncSource implementation for Pacer.
presentMode = VK_PRESENT_MODE_FIFO_KHR;
m_VkPresentMode = VK_PRESENT_MODE_FIFO_KHR;
}
else {
// We want immediate mode for V-Sync disabled if possible
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_IMMEDIATE_KHR)) {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using Immediate present mode with V-Sync disabled");
presentMode = VK_PRESENT_MODE_IMMEDIATE_KHR;
m_VkPresentMode = VK_PRESENT_MODE_IMMEDIATE_KHR;
}
else {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
@@ -506,41 +514,26 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_FIFO_RELAXED_KHR)) {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using FIFO Relaxed present mode with V-Sync disabled");
presentMode = VK_PRESENT_MODE_FIFO_RELAXED_KHR;
m_VkPresentMode = VK_PRESENT_MODE_FIFO_RELAXED_KHR;
}
// Mailbox at least provides non-blocking behavior
else if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_MAILBOX_KHR)) {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using Mailbox present mode with V-Sync disabled");
presentMode = VK_PRESENT_MODE_MAILBOX_KHR;
m_VkPresentMode = VK_PRESENT_MODE_MAILBOX_KHR;
}
// FIFO is always supported
else {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using FIFO present mode with V-Sync disabled");
presentMode = VK_PRESENT_MODE_FIFO_KHR;
m_VkPresentMode = VK_PRESENT_MODE_FIFO_KHR;
}
}
}
pl_vulkan_swapchain_params vkSwapchainParams = {};
vkSwapchainParams.surface = m_VkSurface;
vkSwapchainParams.present_mode = presentMode;
vkSwapchainParams.swapchain_depth = 1; // No queued frames
#if PL_API_VER >= 338
vkSwapchainParams.disable_10bit_sdr = true; // Some drivers don't dither 10-bit SDR output correctly
#endif
{
// Don't let Qt take DRM master from us during pl_vulkan_create_swapchain()
DrmMasterLocker locker;
m_Swapchain = pl_vulkan_create_swapchain(m_Vulkan, &vkSwapchainParams);
if (m_Swapchain == nullptr) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_vulkan_create_swapchain() failed");
return false;
}
// Start with a swapchain that is double-buffered for lowest display latency
if (!createSwapchain(1)) {
return false;
}
m_Renderer = pl_renderer_create(m_Log, m_Vulkan->gpu);
@@ -550,8 +543,27 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
return false;
}
#ifdef PLVK_USE_EARLY_RENDER_TO_WAIT
SDL_Surface *emptySurface = SDL_CreateRGBSurfaceWithFormat(0, 1, 1, 0, SDL_PIXELFORMAT_ARGB8888);
if (emptySurface == nullptr) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"SDL_CreateRGBSurfaceWithFormat() failed: %s", SDL_GetError());
return false;
}
// emptySurface is owned now by the overlay upload code (even on failure)
if (!createOverlay(&m_EmptyOverlay, emptySurface)) {
return false;
}
m_EmptyOverlayPart.src = { 0.0f, 0.0f, 1.0f, 1.0f };
m_EmptyOverlayPart.dst = { 0.0f, 0.0f, 1.0f, 1.0f };
m_EmptyOverlay.num_parts = 1;
m_EmptyOverlay.parts = &m_EmptyOverlayPart;
#endif
// We only need an hwaccel device context if we're going to act as the backend renderer too
if (m_HwAccelBackend) {
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
m_HwDeviceCtx = av_hwdevice_ctx_alloc(AV_HWDEVICE_TYPE_VULKAN);
if (m_HwDeviceCtx == nullptr) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
@@ -572,7 +584,7 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
vkDeviceContext->nb_enabled_inst_extensions = m_PlVkInstance->num_extensions;
vkDeviceContext->enabled_dev_extensions = m_Vulkan->extensions;
vkDeviceContext->nb_enabled_dev_extensions = m_Vulkan->num_extensions;
#if LIBAVUTIL_VERSION_INT > AV_VERSION_INT(58, 9, 100)
#if LIBAVUTIL_VERSION_INT > AV_VERSION_INT(58, 9, 100) && LIBAVUTIL_VERSION_MAJOR < 62
vkDeviceContext->lock_queue = lockQueue;
vkDeviceContext->unlock_queue = unlockQueue;
#endif
@@ -588,17 +600,75 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
return false;
}
}
else if (m_HwDeviceType != AV_HWDEVICE_TYPE_NONE) {
int err = av_hwdevice_ctx_create(&m_HwDeviceCtx,
m_HwDeviceType,
nullptr,
nullptr,
0);
if (err < 0) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"av_hwdevice_ctx_create() failed: %d",
err);
return false;
}
}
#ifdef Q_OS_DARWIN
m_MetalTextureFactory = std::make_unique<MetalVulkanTextureFactory>(m_Vulkan);
// Set an initial wide colorspace hint to ensure that MoltenVK sets wantsExtendedDynamicRangeContent
// before we request the first drawable. If we don't do this, our Metal layer ends up stuck in SDR
// mode even if we later change the colorspace to VK_COLOR_SPACE_HDR10_ST2084_EXT.
if (params->videoFormat & VIDEO_FORMAT_MASK_10BIT) {
pl_color_space wideColorspace = {};
wideColorspace.primaries = PL_COLOR_PRIM_BT_709;
wideColorspace.transfer = PL_COLOR_TRC_SCRGB;
pl_swapchain_colorspace_hint(m_Swapchain, &wideColorspace);
}
#endif
return true;
}
bool PlVkRenderer::createSwapchain(int depth)
{
pl_swapchain_destroy(&m_Swapchain);
pl_vulkan_swapchain_params vkSwapchainParams = {};
vkSwapchainParams.surface = m_VkSurface;
vkSwapchainParams.present_mode = m_VkPresentMode;
vkSwapchainParams.swapchain_depth = depth;
#if PL_API_VER >= 338
vkSwapchainParams.disable_10bit_sdr = true; // Some drivers don't dither 10-bit SDR output correctly
#endif
{
// Don't let Qt take DRM master from us during pl_vulkan_create_swapchain()
DrmMasterLocker locker;
m_Swapchain = pl_vulkan_create_swapchain(m_Vulkan, &vkSwapchainParams);
if (m_Swapchain == nullptr) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_vulkan_create_swapchain() failed");
return false;
}
}
m_SwapchainDepth = depth;
return true;
}
bool PlVkRenderer::prepareDecoderContext(AVCodecContext *context, AVDictionary **)
{
if (m_HwAccelBackend) {
if (m_HwDeviceCtx) {
context->hw_device_ctx = av_buffer_ref(m_HwDeviceCtx);
}
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using Vulkan video decoding");
context->hw_device_ctx = av_buffer_ref(m_HwDeviceCtx);
}
else {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
@@ -610,13 +680,23 @@ bool PlVkRenderer::prepareDecoderContext(AVCodecContext *context, AVDictionary *
bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFrame)
{
pl_avframe_params mapParams = {};
mapParams.frame = frame;
mapParams.tex = m_Textures;
if (!pl_map_avframe_ex(m_Vulkan->gpu, mappedFrame, &mapParams)) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_map_avframe_ex() failed");
return false;
#ifdef Q_OS_DARWIN
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
if (!m_MetalTextureFactory->mapVideoToolboxToPlacebo(frame, mappedFrame)) {
return false;
}
}
else
#endif
{
pl_avframe_params mapParams = {};
mapParams.frame = frame;
mapParams.tex = m_Textures;
if (!pl_map_avframe_ex(m_Vulkan->gpu, mappedFrame, &mapParams)) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_map_avframe_ex() failed");
return false;
}
}
// libplacebo assumes a minimum luminance value of 0 means the actual value was unknown.
@@ -638,6 +718,21 @@ bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFra
return true;
}
void PlVkRenderer::unmapAvFrameFromPlacebo(const AVFrame *frame, pl_frame* mappedFrame)
{
#ifdef Q_OS_DARWIN
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
m_MetalTextureFactory->unmapVideoToolboxFromPlacebo(mappedFrame);
}
else
#else
Q_UNUSED(frame)
#endif
{
pl_unmap_avframe(m_Vulkan->gpu, mappedFrame);
}
}
bool PlVkRenderer::populateQueues(int videoFormat)
{
auto vkDeviceContext = (AVVulkanDeviceContext*)((AVHWDeviceContext *)m_HwDeviceCtx->data)->hwctx;
@@ -769,6 +864,27 @@ bool PlVkRenderer::isSurfacePresentationSupportedByPhysicalDevice(VkPhysicalDevi
return false;
}
void PlVkRenderer::beginRenderTiming()
{
#ifdef PLVK_USE_DYNAMIC_SWAPCHAIN_DEPTH
m_RenderStartTime = SDL_GetTicks();
#endif
}
void PlVkRenderer::endRenderTiming()
{
#ifdef PLVK_USE_DYNAMIC_SWAPCHAIN_DEPTH
// Trigger a switch to triple-buffered mode if our frame presentation time
// exceeds 110% of the frame interval for half a second of frames.
if (SDL_GetTicks() - m_RenderStartTime > (1100U / m_MaxVideoFps)) {
m_DelayedPresents++;
}
else if (m_DelayedPresents > 0) {
m_DelayedPresents--;
}
#endif
}
void PlVkRenderer::waitToRender()
{
// Check if the GPU has failed before doing anything else
@@ -808,6 +924,27 @@ void PlVkRenderer::waitToRender()
// renderFrame() wasn't called after waitToRender().
if (pl_swapchain_start_frame(m_Swapchain, &m_SwapchainFrame)) {
m_HasPendingSwapchainFrame = true;
#ifdef PLVK_USE_EARLY_RENDER_TO_WAIT
// This is a workaround for MoltenVK which lazily fetches a drawable when the
// swapchain frame is first modified (rather than in pl_swapchain_start_frame()).
// By rendering an empty overlay on the swapchain here, we will trigger this wait
// in the desired context (before we've latched the next frame to present), rather
// than in the renderFrame() path where delays directly increase video latency.
pl_frame targetFrame;
pl_frame_from_swapchain(&targetFrame, &m_SwapchainFrame);
targetFrame.num_overlays = 1;
targetFrame.overlays = &m_EmptyOverlay;
beginRenderTiming();
if (!pl_render_image(m_Renderer, nullptr, &targetFrame, &pl_render_fast_params)) {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"pl_render_image() failed during render wait");
}
endRenderTiming();
#endif
SDL_Delay(10);
}
}
@@ -840,7 +977,19 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
if (!pl_color_space_equal(&mappedFrame.color, &m_LastColorspace)) {
m_LastColorspace = mappedFrame.color;
SDL_assert(pl_color_space_equal(&mappedFrame.color, &m_LastColorspace));
pl_swapchain_colorspace_hint(m_Swapchain, &mappedFrame.color);
#ifdef Q_OS_DARWIN
// There is a gamma mismatch on macOS between what libplacebo thinks BT.709
// should use and what the Metal layer actually displays. Use sRGB for the
// swapchain when the incoming frames are BT.709 as a workaround.
if (pl_color_space_equal(&mappedFrame.color, &pl_color_space_bt709)) {
pl_swapchain_colorspace_hint(m_Swapchain, &pl_color_space_srgb);
}
else
#endif
{
pl_swapchain_colorspace_hint(m_Swapchain, &mappedFrame.color);
}
}
// Reserve enough space to avoid allocating under the overlay lock
@@ -922,6 +1071,11 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
targetFrame.crop.x1 = dst.x + dst.w;
targetFrame.crop.y1 = dst.y + dst.h;
#ifndef PLVK_USE_EARLY_RENDER_TO_WAIT
// For PLVK_USE_EARLY_RENDER_TO_WAIT, we already timed our early render in waitToRender()
beginRenderTiming();
#endif
// Render the video image and overlays into the swapchain buffer
targetFrame.num_overlays = (int)overlays.size();
targetFrame.overlays = overlays.data();
@@ -944,6 +1098,27 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
goto UnmapExit;
}
#ifndef PLVK_USE_EARLY_RENDER_TO_WAIT
endRenderTiming();
#endif
#ifdef PLVK_USE_DYNAMIC_SWAPCHAIN_DEPTH
if (m_DelayedPresents == m_MaxVideoFps / 2 && m_SwapchainDepth < 2) {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"Switching to triple-buffered swapchain after delayed presentations");
if (!createSwapchain(2)) {
// Recreate the renderer
SDL_Event event;
event.type = SDL_RENDER_DEVICE_RESET;
SDL_PushEvent(&event);
goto UnmapExit;
}
// Restore the swapchain's colorspace from the previous swapchain frame
pl_swapchain_colorspace_hint(m_Swapchain, &targetFrame.color);
}
#endif
#ifdef Q_OS_WIN32
// On Windows, we swap buffers here instead of waitToRender()
// to avoid some performance problems on Nvidia GPUs.
@@ -956,18 +1131,109 @@ UnmapExit:
pl_tex_destroy(m_Vulkan->gpu, &texture);
}
pl_unmap_avframe(m_Vulkan->gpu, &mappedFrame);
unmapAvFrameFromPlacebo(frame, &mappedFrame);
}
bool PlVkRenderer::testRenderFrame(AVFrame *frame)
{
#if PL_API_VER < 360
{
// Add a check for unrecognized pixel formats on older libplacebo
// versions which will dereference a null pointer in this case.
// See #1409 for details.
pl_frame out;
pl_frame_from_avframe(&out, frame);
if (out.num_planes == 0) {
return false;
}
}
#endif
if (frame->format == AV_PIX_FMT_DRM_PRIME) {
auto drmFrame = (AVDRMFrameDescriptor*)frame->data[0];
// This can happen with out-of-tree FFmpeg patches if the V4L2
// format lacks a mapping to a DRM format.
if (drmFrame->nb_layers == 0) {
return false;
}
// Current versions of libplacebo only support one plane per layer
// and will assert if provided a frame that violates this constraint.
for (int i = 0; i < drmFrame->nb_layers; i++) {
if (drmFrame->layers[i].nb_planes != 1) {
return false;
}
}
}
// Test if the frame can be mapped to libplacebo
pl_frame mappedFrame;
if (!mapAvFrameToPlacebo(frame, &mappedFrame)) {
return false;
}
pl_unmap_avframe(m_Vulkan->gpu, &mappedFrame);
unmapAvFrameFromPlacebo(frame, &mappedFrame);
return true;
}
// Takes ownership of surface in all cases!
bool PlVkRenderer::createOverlay(pl_overlay* overlay, SDL_Surface* surface)
{
// Find a compatible texture format
SDL_assert(surface->format->format == SDL_PIXELFORMAT_ARGB8888);
pl_fmt texFormat = pl_find_named_fmt(m_Vulkan->gpu, "bgra8");
if (!texFormat) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_find_named_fmt(bgra8) failed");
SDL_FreeSurface(surface);
return false;
}
// Create a new texture for this overlay if necessary, otherwise reuse the existing texture.
// NB: We're guaranteed that the render thread won't be reading this concurrently because
// we set hasStagingOverlay to false above.
pl_tex_params texParams = {};
texParams.w = surface->w;
texParams.h = surface->h;
texParams.format = texFormat;
texParams.sampleable = true;
texParams.host_writable = true;
texParams.blit_src = !!(texFormat->caps & PL_FMT_CAP_BLITTABLE);
texParams.debug_tag = PL_DEBUG_TAG;
if (!pl_tex_recreate(m_Vulkan->gpu, &overlay->tex, &texParams)) {
pl_tex_destroy(m_Vulkan->gpu, &overlay->tex);
SDL_zerop(overlay);
SDL_FreeSurface(surface);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_tex_recreate() failed");
return false;
}
// Upload the surface data to the new texture
SDL_assert(!SDL_MUSTLOCK(surface));
pl_tex_transfer_params xferParams = {};
xferParams.tex = overlay->tex;
xferParams.row_pitch = (size_t)surface->pitch;
xferParams.ptr = surface->pixels;
xferParams.callback = overlayUploadComplete;
xferParams.priv = surface;
if (!pl_tex_upload(m_Vulkan->gpu, &xferParams)) {
pl_tex_destroy(m_Vulkan->gpu, &overlay->tex);
SDL_zerop(overlay);
SDL_FreeSurface(surface);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_tex_upload() failed");
return false;
}
// surface is now owned by the texture upload process. It will be freed in overlayUploadComplete()
// Initialize the rest of the overlay params
overlay->mode = PL_OVERLAY_NORMAL;
overlay->coords = PL_OVERLAY_COORDS_DST_FRAME;
overlay->repr = pl_color_repr_rgb;
overlay->color = pl_color_space_srgb;
return true;
}
@@ -995,62 +1261,11 @@ void PlVkRenderer::notifyOverlayUpdated(Overlay::OverlayType type)
return;
}
// Find a compatible texture format
SDL_assert(newSurface->format->format == SDL_PIXELFORMAT_ARGB8888);
pl_fmt texFormat = pl_find_named_fmt(m_Vulkan->gpu, "bgra8");
if (!texFormat) {
SDL_FreeSurface(newSurface);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_find_named_fmt(bgra8) failed");
// newSurface is now owned by the texture upload process
if (!createOverlay(&m_Overlays[type].stagingOverlay, newSurface)) {
return;
}
// Create a new texture for this overlay if necessary, otherwise reuse the existing texture.
// NB: We're guaranteed that the render thread won't be reading this concurrently because
// we set hasStagingOverlay to false above.
pl_tex_params texParams = {};
texParams.w = newSurface->w;
texParams.h = newSurface->h;
texParams.format = texFormat;
texParams.sampleable = true;
texParams.host_writable = true;
texParams.blit_src = !!(texFormat->caps & PL_FMT_CAP_BLITTABLE);
texParams.debug_tag = PL_DEBUG_TAG;
if (!pl_tex_recreate(m_Vulkan->gpu, &m_Overlays[type].stagingOverlay.tex, &texParams)) {
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[type].stagingOverlay.tex);
SDL_zero(m_Overlays[type].stagingOverlay);
SDL_FreeSurface(newSurface);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_tex_recreate() failed");
return;
}
// Upload the surface data to the new texture
SDL_assert(!SDL_MUSTLOCK(newSurface));
pl_tex_transfer_params xferParams = {};
xferParams.tex = m_Overlays[type].stagingOverlay.tex;
xferParams.row_pitch = (size_t)newSurface->pitch;
xferParams.ptr = newSurface->pixels;
xferParams.callback = overlayUploadComplete;
xferParams.priv = newSurface;
if (!pl_tex_upload(m_Vulkan->gpu, &xferParams)) {
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[type].stagingOverlay.tex);
SDL_zero(m_Overlays[type].stagingOverlay);
SDL_FreeSurface(newSurface);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_tex_upload() failed");
return;
}
// newSurface is now owned by the texture upload process. It will be freed in overlayUploadComplete()
newSurface = nullptr;
// Initialize the rest of the overlay params
m_Overlays[type].stagingOverlay.mode = PL_OVERLAY_NORMAL;
m_Overlays[type].stagingOverlay.coords = PL_OVERLAY_COORDS_DST_FRAME;
m_Overlays[type].stagingOverlay.repr = pl_color_repr_rgb;
m_Overlays[type].stagingOverlay.color = pl_color_space_srgb;
// Make this staging overlay visible to the render thread
SDL_AtomicLock(&m_OverlayLock);
SDL_assert(!m_Overlays[type].hasStagingOverlay);
@@ -1091,7 +1306,7 @@ int PlVkRenderer::getDecoderCapabilities()
bool PlVkRenderer::isPixelFormatSupported(int videoFormat, AVPixelFormat pixelFormat)
{
if (m_HwAccelBackend) {
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
return pixelFormat == AV_PIX_FMT_VULKAN;
}
else if (m_Backend) {
+52 -2
View File
@@ -10,9 +10,34 @@
#include <libplacebo/renderer.h>
#include <libplacebo/vulkan.h>
#ifdef Q_OS_DARWIN
class MetalVulkanTextureFactory {
public:
MetalVulkanTextureFactory(pl_vulkan vulkan);
~MetalVulkanTextureFactory();
bool mapVideoToolboxToPlacebo(const AVFrame *frame, pl_frame* mappedFrame);
void unmapVideoToolboxFromPlacebo(pl_frame* mappedFrame);
private:
pl_vulkan m_Vulkan;
/* CVMetalTextureCacheRef */ void* m_TextureCache = nullptr;
};
// Work around direct-to-display mode sometimes (but not always!) blocking us
// from getting a new drawable while the current one is getting scanned out.
#define PLVK_USE_DYNAMIC_SWAPCHAIN_DEPTH 1
// MoltenVK will block for the next drawable when we render the next frame
// rather than inside pl_swapchain_start_frame(), so we will force it to wait
// by rendering some no-op work right after we get the new swapchain frame.
#define PLVK_USE_EARLY_RENDER_TO_WAIT 1
#endif
class PlVkRenderer : public IFFmpegRenderer {
public:
PlVkRenderer(bool hwaccel = false, IFFmpegRenderer *backendRenderer = nullptr);
PlVkRenderer(AVHWDeviceType hwDeviceType = AV_HWDEVICE_TYPE_NONE, IFFmpegRenderer *backendRenderer = nullptr);
virtual ~PlVkRenderer() override;
virtual bool initialize(PDECODER_PARAMETERS params) override;
virtual bool prepareDecoderContext(AVCodecContext* context, AVDictionary** options) override;
@@ -34,7 +59,13 @@ private:
static void unlockQueue(AVHWDeviceContext *dev_ctx, uint32_t queue_family, uint32_t index);
static void overlayUploadComplete(void* opaque);
void beginRenderTiming();
void endRenderTiming();
bool createSwapchain(int depth);
bool createOverlay(pl_overlay* overlay, SDL_Surface* surface);
bool mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFrame);
void unmapAvFrameFromPlacebo(const AVFrame *frame, pl_frame* mappedFrame);
bool populateQueues(int videoFormat);
bool chooseVulkanDevice(PDECODER_PARAMETERS params, bool hdrOutputRequired);
bool tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDeviceProperties* deviceProps,
@@ -46,21 +77,40 @@ private:
// The backend renderer if we're frontend-only
IFFmpegRenderer* m_Backend;
bool m_HwAccelBackend;
AVHWDeviceType m_HwDeviceType;
#ifdef Q_OS_DARWIN
std::unique_ptr<MetalVulkanTextureFactory> m_MetalTextureFactory;
#endif
#ifdef PLVK_USE_DYNAMIC_SWAPCHAIN_DEPTH
int m_DelayedPresents = 0;
Uint32 m_RenderStartTime = 0;
#endif
// SDL state
SDL_Window* m_Window = nullptr;
// Stream state
int m_MaxVideoFps;
// The libplacebo rendering state
pl_log m_Log = nullptr;
pl_vk_inst m_PlVkInstance = nullptr;
VkSurfaceKHR m_VkSurface = VK_NULL_HANDLE;
int m_SwapchainDepth = 0;
VkPresentModeKHR m_VkPresentMode;
pl_vulkan m_Vulkan = nullptr;
pl_swapchain m_Swapchain = nullptr;
pl_renderer m_Renderer = nullptr;
pl_tex m_Textures[PL_MAX_PLANES] = {};
pl_color_space m_LastColorspace = {};
#ifdef PLVK_USE_EARLY_RENDER_TO_WAIT
pl_overlay m_EmptyOverlay = {};
pl_overlay_part m_EmptyOverlayPart = {};
#endif
// Pending swapchain state shared between waitToRender(), renderFrame(), and cleanupRenderContext()
pl_swapchain_frame m_SwapchainFrame = {};
bool m_HasPendingSwapchainFrame = false;
@@ -0,0 +1,159 @@
#include "plvk.h"
#define PL_LIBAV_IMPLEMENTATION 0
#include <libplacebo/utils/libav.h>
#import <Metal/Metal.h>
#import <MetalKit/MetalKit.h>
#include <CoreVideo/CVPixelBuffer.h>
#include <CoreVideo/CVMetalTexture.h>
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_metal.h>
static id<MTLDevice> getVulkanMetalDevice(pl_vulkan vulkan)
{
VkExportMetalDeviceInfoEXT metalDeviceInfo = {};
metalDeviceInfo.sType = VK_STRUCTURE_TYPE_EXPORT_METAL_DEVICE_INFO_EXT;
VkExportMetalObjectsInfoEXT exportInfo = {};
exportInfo.sType = VK_STRUCTURE_TYPE_EXPORT_METAL_OBJECTS_INFO_EXT;
exportInfo.pNext = &metalDeviceInfo;
auto vkExportMetalObjectsEXT = (PFN_vkExportMetalObjectsEXT)(vulkan->get_proc_addr(vulkan->instance, "vkExportMetalObjectsEXT"));
if (vkExportMetalObjectsEXT) {
vkExportMetalObjectsEXT(vulkan->device, &exportInfo);
return metalDeviceInfo.mtlDevice;
}
return nullptr;
}
MetalVulkanTextureFactory::MetalVulkanTextureFactory(pl_vulkan vulkan) :
m_Vulkan(vulkan)
{
id<MTLDevice> device = getVulkanMetalDevice(vulkan);
if (!device) {
return;
}
CFStringRef keys[1] = { kCVMetalTextureUsage };
NSUInteger values[1] = { MTLTextureUsageShaderRead };
auto cacheAttributes = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)values, 1, nullptr, nullptr);
int err = CVMetalTextureCacheCreate(kCFAllocatorDefault, cacheAttributes, device, nullptr, (CVMetalTextureCacheRef*)&m_TextureCache);
CFRelease(cacheAttributes);
if (err != kCVReturnSuccess) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"CVMetalTextureCacheCreate() failed: %d",
err);
}
}
MetalVulkanTextureFactory::~MetalVulkanTextureFactory()
{
if (m_TextureCache) {
CFRelease((CVMetalTextureCacheRef)m_TextureCache);
}
}
bool MetalVulkanTextureFactory::mapVideoToolboxToPlacebo(const AVFrame *frame, pl_frame* mappedFrame)
{
SDL_assert(frame->format == AV_PIX_FMT_VIDEOTOOLBOX);
if (!m_TextureCache) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"Unable to map VT frames without Metal texture cache");
return false;
}
CVPixelBufferRef pixBuf = (CVPixelBufferRef)(frame->data[3]);
size_t planes = CVPixelBufferGetPlaneCount(pixBuf);
// Map the AVFrame metadata into the pl_frame
pl_frame_from_avframe(mappedFrame, frame);
// Create Metal textures for the planes of the CVPixelBuffer
mappedFrame->num_planes = 0;
for (size_t i = 0; i < planes; i++) {
MTLPixelFormat fmt;
pl_tex_params texParams = {};
texParams.w = CVPixelBufferGetWidthOfPlane(pixBuf, i);
texParams.h = CVPixelBufferGetHeightOfPlane(pixBuf, i);
texParams.sampleable = true;
switch (CVPixelBufferGetPixelFormatType(pixBuf)) {
case kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarFullRange:
fmt = (i == 0) ? MTLPixelFormatR8Unorm : MTLPixelFormatRG8Unorm;
texParams.format = pl_find_named_fmt(m_Vulkan->gpu, (i == 0) ? "r8" : "rg8");
break;
case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarVideoRange:
fmt = (i == 0) ? MTLPixelFormatR16Unorm : MTLPixelFormatRG16Unorm;
texParams.format = pl_find_named_fmt(m_Vulkan->gpu, (i == 0) ? "r16" : "rg16");
break;
default:
unmapVideoToolboxFromPlacebo(mappedFrame);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"Unknown pixel format: %x",
CVPixelBufferGetPixelFormatType(pixBuf));
return false;
}
CVMetalTextureRef cvTexture;
CVReturn err = CVMetalTextureCacheCreateTextureFromImage(kCFAllocatorDefault, (CVMetalTextureCacheRef)m_TextureCache,
pixBuf, nullptr, fmt, texParams.w, texParams.h, i,
&cvTexture);
if (err != kCVReturnSuccess) {
unmapVideoToolboxFromPlacebo(mappedFrame);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"CVMetalTextureCacheCreateTextureFromImage() failed: %d",
err);
return false;
}
if (i == 0) {
mappedFrame->planes[i].components = 1;
mappedFrame->planes[i].component_mapping[0] = PL_CHANNEL_Y;
}
else {
mappedFrame->planes[i].components = 2;
mappedFrame->planes[i].component_mapping[0] = PL_CHANNEL_CB;
mappedFrame->planes[i].component_mapping[1] = PL_CHANNEL_CR;
}
texParams.import_handle = PL_HANDLE_MTL_TEX;
texParams.shared_mem.handle.handle = (__bridge void *)CVMetalTextureGetTexture(cvTexture);
texParams.user_data = cvTexture;
mappedFrame->planes[i].texture = pl_tex_create(m_Vulkan->gpu, &texParams);
if (!mappedFrame->planes[i].texture) {
CFRelease(cvTexture);
unmapVideoToolboxFromPlacebo(mappedFrame);
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"pl_tex_create() failed");
return false;
}
mappedFrame->num_planes++;
}
return true;
}
void MetalVulkanTextureFactory::unmapVideoToolboxFromPlacebo(pl_frame* mappedFrame)
{
for (int i = 0; i < mappedFrame->num_planes; i++) {
auto cvTexture = (CVMetalTextureRef)mappedFrame->planes[i].texture->params.user_data;
pl_tex_destroy(m_Vulkan->gpu, &mappedFrame->planes[i].texture);
CFRelease(cvTexture);
}
}
@@ -576,11 +576,6 @@ ReadbackRetry:
// Ensure the viewport is set to the desired video region
SDL_RenderSetViewport(m_Renderer, &dst);
// Use nearest pixel sampling if the video region size is a multiple of the frame size
SDL_SetTextureScaleMode(m_Texture,
dst.w % frame->width == 0 && dst.h % frame->height == 0 ?
SDL_ScaleModeNearest : SDL_ScaleModeLinear);
// Draw the video content itself
SDL_RenderCopy(m_Renderer, m_Texture, nullptr, nullptr);
@@ -276,7 +276,7 @@ bool VDPAURenderer::initialize(PDECODER_PARAMETERS params)
else {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"Display size not within capabilities %dx%d vs %dx%d",
m_DisplayWidth, m_DisplayWidth,
m_DisplayWidth, m_DisplayHeight,
maxWidth, maxHeight);
}
}
@@ -324,7 +324,7 @@ public:
pipelineDesc.colorAttachments[0].destinationAlphaBlendFactor = MTLBlendFactorOneMinusSourceAlpha;
[m_OverlayPipelineState release];
m_OverlayPipelineState = [m_MetalLayer.device newRenderPipelineStateWithDescriptor:pipelineDesc error:nullptr];
if (!m_VideoPipelineState) {
if (!m_OverlayPipelineState) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"Failed to create overlay pipeline state");
return false;
@@ -398,6 +398,81 @@ public:
return m_SwMappingTextures[planeIndex];
}
bool createTexturesFromFrame(AVFrame* frame, std::array<CVMetalTextureRef, MAX_VIDEO_PLANES>& cvMetalTextures)
{
SDL_assert(frame->format == AV_PIX_FMT_VIDEOTOOLBOX);
CVPixelBufferRef pixBuf = reinterpret_cast<CVPixelBufferRef>(frame->data[3]);
size_t planes = getFramePlaneCount(frame);
// Create Metal textures for the planes of the CVPixelBuffer
for (size_t i = 0; i < planes; i++) {
MTLPixelFormat fmt;
switch (CVPixelBufferGetPixelFormatType(pixBuf)) {
case kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarFullRange:
fmt = (i == 0) ? MTLPixelFormatR8Unorm : MTLPixelFormatRG8Unorm;
break;
case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarVideoRange:
fmt = (i == 0) ? MTLPixelFormatR16Unorm : MTLPixelFormatRG16Unorm;
break;
default:
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"Unknown pixel format: %x",
CVPixelBufferGetPixelFormatType(pixBuf));
return false;
}
CVReturn err = CVMetalTextureCacheCreateTextureFromImage(kCFAllocatorDefault, m_TextureCache, pixBuf, nullptr, fmt,
CVPixelBufferGetWidthOfPlane(pixBuf, i),
CVPixelBufferGetHeightOfPlane(pixBuf, i),
i,
&cvMetalTextures[i]);
if (err != kCVReturnSuccess) {
for (size_t j = 0; j < i; j++) {
CFRelease(cvMetalTextures[j]);
}
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"CVMetalTextureCacheCreateTextureFromImage() failed: %d",
err);
return false;
}
}
return true;
}
bool testRenderFrame(AVFrame *frame) override
{ @autoreleasepool {
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
std::array<CVMetalTextureRef, MAX_VIDEO_PLANES> cvMetalTextures;
size_t planes = getFramePlaneCount(frame);
SDL_assert(planes <= MAX_VIDEO_PLANES);
// Test that we can actually create Metal textures from the CVPixelBufferRef
if (!createTexturesFromFrame(frame, cvMetalTextures)) {
return false;
}
for (size_t i = 0; i < planes; i++) {
CFRelease(cvMetalTextures[i]);
}
}
else {
// Mapping software frames should always work
}
return true;
}}
// Caller frees frame after we return
virtual void renderFrameIntoDrawable(AVFrame* frame, id<CAMetalDrawable> drawable)
{ @autoreleasepool {
@@ -406,45 +481,8 @@ public:
SDL_assert(planes <= MAX_VIDEO_PLANES);
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
CVPixelBufferRef pixBuf = reinterpret_cast<CVPixelBufferRef>(frame->data[3]);
// Create Metal textures for the planes of the CVPixelBuffer
for (size_t i = 0; i < planes; i++) {
MTLPixelFormat fmt;
switch (CVPixelBufferGetPixelFormatType(pixBuf)) {
case kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarVideoRange:
case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr8BiPlanarFullRange:
fmt = (i == 0) ? MTLPixelFormatR8Unorm : MTLPixelFormatRG8Unorm;
break;
case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarFullRange:
case kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange:
case kCVPixelFormatType_444YpCbCr10BiPlanarVideoRange:
fmt = (i == 0) ? MTLPixelFormatR16Unorm : MTLPixelFormatRG16Unorm;
break;
default:
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"Unknown pixel format: %x",
CVPixelBufferGetPixelFormatType(pixBuf));
return;
}
CVReturn err = CVMetalTextureCacheCreateTextureFromImage(kCFAllocatorDefault, m_TextureCache, pixBuf, nullptr, fmt,
CVPixelBufferGetWidthOfPlane(pixBuf, i),
CVPixelBufferGetHeightOfPlane(pixBuf, i),
i,
&cvMetalTextures[i]);
if (err != kCVReturnSuccess) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
"CVMetalTextureCacheCreateTextureFromImage() failed: %d",
err);
return;
}
if (!createTexturesFromFrame(frame, cvMetalTextures)) {
return;
}
}
@@ -601,27 +639,22 @@ public:
return nullptr;
}
// First, try to find a low power (Intel) or unified memory (Apple Silicon) GPU
for (id<MTLDevice> device in devices) {
if (device.isLowPower || device.hasUnifiedMemory) {
return device;
}
}
if (!m_HwAccel) {
// Metal software decoding is always available
return [MTLCreateSystemDefaultDevice() autorelease];
}
else if (qgetenv("VT_FORCE_METAL") == "1") {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Using Metal renderer due to VT_FORCE_METAL=1 override.");
return [MTLCreateSystemDefaultDevice() autorelease];
}
else {
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
"Avoiding Metal renderer due to use of dGPU/eGPU. Use VT_FORCE_METAL=1 to override.");
// Next, we'll just try to pick something internal to the system
for (id<MTLDevice> device in devices) {
if (!device.isRemovable) {
return device;
}
}
return nullptr;
// Use the system-default device
return [MTLCreateSystemDefaultDevice() autorelease];
}
virtual bool initialize(PDECODER_PARAMETERS params) override
+13 -8
View File
@@ -368,7 +368,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
if (!vulkanIsSlow) {
// The Vulkan renderer can also handle HDR with a supported compositor. We prefer
// rendering HDR with Vulkan if possible since it's more fully featured than DRM.
m_FrontendRenderer = new PlVkRenderer(false, m_BackendRenderer);
m_FrontendRenderer = new PlVkRenderer(AV_HWDEVICE_TYPE_NONE, m_BackendRenderer);
if (initializeRendererInternal(m_FrontendRenderer, params) && (m_FrontendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_HDR_SUPPORT)) {
return true;
}
@@ -396,7 +396,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
if (vulkanIsSlow) {
// Try Vulkan even if it's slow because we have no other renderer
// that can display HDR properly on Linux.
m_FrontendRenderer = new PlVkRenderer(false, m_BackendRenderer);
m_FrontendRenderer = new PlVkRenderer(AV_HWDEVICE_TYPE_NONE, m_BackendRenderer);
if (initializeRendererInternal(m_FrontendRenderer, params) && (m_FrontendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_HDR_SUPPORT)) {
return true;
}
@@ -409,7 +409,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
{
#ifdef HAVE_LIBPLACEBO_VULKAN
if (qgetenv("PREFER_VULKAN") == "1") {
m_FrontendRenderer = new PlVkRenderer(false, m_BackendRenderer);
m_FrontendRenderer = new PlVkRenderer(AV_HWDEVICE_TYPE_NONE, m_BackendRenderer);
if (initializeRendererInternal(m_FrontendRenderer, params)) {
return true;
}
@@ -1005,7 +1005,12 @@ IFFmpegRenderer* FFmpegVideoDecoder::createHwAccelRenderer(const AVCodecHWConfig
#endif
#ifdef Q_OS_DARWIN
case AV_HWDEVICE_TYPE_VIDEOTOOLBOX:
// Prefer the Metal renderer if hardware is compatible
// Prefer the libplacebo (on MoltenVK) renderer unless explicitly opted out
#ifdef HAVE_LIBPLACEBO_VULKAN
if (qgetenv("PREFER_VULKAN") != "0") {
return new PlVkRenderer(hwDecodeCfg->device_type);
}
#endif
return VTMetalRendererFactory::createRenderer(true);
#endif
#ifdef HAVE_LIBVA
@@ -1022,7 +1027,7 @@ IFFmpegRenderer* FFmpegVideoDecoder::createHwAccelRenderer(const AVCodecHWConfig
#endif
#ifdef HAVE_LIBPLACEBO_VULKAN
case AV_HWDEVICE_TYPE_VULKAN:
return new PlVkRenderer(true);
return new PlVkRenderer(hwDecodeCfg->device_type);
#endif
default:
switch (hwDecodeCfg->pix_fmt) {
@@ -1167,10 +1172,10 @@ bool FFmpegVideoDecoder::tryInitializeRenderer(const AVCodec* decoder,
*failureReason = IFFmpegRenderer::InitFailureReason::Unknown;
}
// i == 0 - Indirect via EGL or DRM frontend with zero-copy DMA-BUF passing
// i == 1 - Direct rendering or indirect via SDL read-back
// i == 0 - Indirect via EGL, DRM, or Vulkan frontend with zero-copy buffer passing
// i == 1 - Direct rendering or indirect via SDL or DRM read-back
bool backendInitFailure = false;
#ifdef HAVE_EGL
#if defined(Q_OS_UNIX) && !defined(Q_OS_DARWIN) && (defined(HAVE_EGL) || defined(HAVE_DRM) || defined(HAVE_LIBPLACEBO_VULKAN))
for (int i = 0; i < 2 && !backendInitFailure; i++) {
#else
for (int i = 1; i < 2 && !backendInitFailure; i++) {
+51 -7
View File
@@ -60,9 +60,7 @@ char* OverlayManager::getOverlayText(OverlayType type)
void OverlayManager::updateOverlayText(OverlayType type, const char* text)
{
strncpy(m_Overlays[type].text, text, sizeof(m_Overlays[0].text));
m_Overlays[type].text[getOverlayMaxTextLength() - 1] = '\0';
SDL_utf8strlcpy(m_Overlays[type].text, text, sizeof(m_Overlays[0].text));
setOverlayTextUpdated(type);
}
@@ -151,10 +149,12 @@ void OverlayManager::notifyOverlayUpdated(OverlayType type)
(void**)&m_Overlays[type].surface,
m_Overlays[type].enabled ?
// The _Wrapped variant is required for line breaks to work
TTF_RenderText_Blended_Wrapped(m_Overlays[type].font,
m_Overlays[type].text,
m_Overlays[type].color,
1024)
RenderTextOutlinedWrapped(m_Overlays[type].font,
m_Overlays[type].text,
m_Overlays[type].color,
{0, 0, 0, 255},
4,
1024)
: nullptr);
// Notify the renderer
@@ -165,3 +165,47 @@ void OverlayManager::notifyOverlayUpdated(OverlayType type)
SDL_FreeSurface(oldSurface);
}
}
SDL_Surface* OverlayManager::RenderTextOutlinedWrapped(TTF_Font* font, const char* text, SDL_Color textColor, SDL_Color outlineColor, int outlineWidth, int wrapWidth) {
if (text == nullptr || text[0] == '\0') {
return nullptr;
}
int oldOutline = TTF_GetFontOutline(font);
TTF_SetFontOutline(font, outlineWidth);
// Verify that the string won't require wrapping (which could cause the outline and the text
// to diverge due to different wrapping positions).
//
// FIXME: We do this rather than just disabling wrapping entirely (wrapWidth = 0) because we
// need further testing to ensure that all renderers can handle non-NPOT overlay textures.
for (const QString& line : QString(text).split('\n')) {
int extent, count;
if (TTF_MeasureUTF8(font, line.toUtf8(), wrapWidth, &extent, &count) == 0 && count < line.size()) {
// If it requires wrapping, render it without the outline
TTF_SetFontOutline(font, oldOutline);
return TTF_RenderUTF8_Blended_Wrapped(font, text, textColor, wrapWidth);
}
}
// Draw text twice, but outline is a bit bigger
auto outlineSurface = TTF_RenderUTF8_Blended_Wrapped(font, text, outlineColor, wrapWidth);
TTF_SetFontOutline(font, 0);
auto textSurface = TTF_RenderUTF8_Blended_Wrapped(font, text, textColor, wrapWidth);
TTF_SetFontOutline(font, oldOutline);
if (outlineSurface == nullptr || textSurface == nullptr) {
SDL_FreeSurface(outlineSurface);
SDL_FreeSurface(textSurface);
return nullptr;
}
// Merge the texts
SDL_Rect dst = { outlineWidth, outlineWidth, textSurface->w, textSurface->h };
SDL_BlitSurface(textSurface, nullptr, outlineSurface, &dst);
SDL_FreeSurface(textSurface);
return outlineSurface;
}
+1
View File
@@ -41,6 +41,7 @@ public:
private:
void notifyOverlayUpdated(OverlayType type);
SDL_Surface* RenderTextOutlinedWrapped(TTF_Font* font, const char* text, SDL_Color textColor, SDL_Color outlineColor, int outlineWidth, int wrapWidth);
struct {
bool enabled;
+1 -1
View File
@@ -26,7 +26,7 @@ CONFIG(release, debug|release) {
# Enable ASan for Windows
#QMAKE_CFLAGS += -fsanitize=address
#QMAKE_CXXFLAGS += -fsanitize=address
#QMAKE_LFLAGS += -incremental:no -wholearchive:clang_rt.asan_dynamic-x86_64.lib -wholearchive:clang_rt.asan_dynamic_runtime_thunk-x86_64.lib
#QMAKE_LFLAGS += -incremental:no
# Propagate environment variable flags
QMAKE_CFLAGS += $$(CFLAGS)
+3 -1
View File
@@ -50,7 +50,9 @@ SOURCES += \
$$ENET_DIR/protocol.c \
$$ENET_DIR/unix.c \
$$ENET_DIR/win32.c \
$$COMMON_C_DIR/src/rswrapper.c \
$$COMMON_C_DIR/nanors/deps/obl/oblas_common.c \
$$COMMON_C_DIR/nanors/deps/obl/oblas_lite.c \
$$COMMON_C_DIR/nanors/rs.c \
$$COMMON_C_DIR/src/AudioStream.c \
$$COMMON_C_DIR/src/ByteBuffer.c \
$$COMMON_C_DIR/src/Connection.c \
+5
View File
@@ -32,6 +32,11 @@ mkdir $BUILD_FOLDER
mkdir $DEPLOY_FOLDER
mkdir $INSTALLER_FOLDER
# Enable LTO for official builds
export CFLAGS=-flto=auto
export CXXFLAGS=-flto=auto
export LDFLAGS=-flto=auto
echo Configuring the project
pushd $BUILD_FOLDER
# Building with Wayland support will cause linuxdeploy to include libwayland-client.so in the AppImage.
+5
View File
@@ -154,6 +154,11 @@ mkdir %BUILD_FOLDER%
mkdir %INSTALLER_FOLDER%
mkdir %SYMBOLS_FOLDER%
rem Enable LTCG for official builds
set CFLAGS=/GL
set CXXFLAGS=/GL
set LDFLAGS=/LTCG
echo Configuring the project
pushd %BUILD_FOLDER%
%QMAKE_CMD% %SOURCE_ROOT%\moonlight-qt.pro
+5
View File
@@ -41,6 +41,11 @@ mkdir $BUILD_ROOT
mkdir $BUILD_FOLDER
mkdir $INSTALLER_FOLDER
# Enable LTO for official builds
export CFLAGS=-flto=thin
export CXXFLAGS=-flto=thin
export LDFLAGS=-flto=thin
echo Configuring the project
pushd $BUILD_FOLDER
qmake $SOURCE_ROOT/moonlight-qt.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" || fail "Qmake failed!"
+1 -1
View File
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
$PrebuiltRepo = "moonlight-qt-deps"
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
$Tag = "v2"
$Tag = "v8"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v2"
TAG = "v8"
def get_platform_config():
system = platform.system()
+7 -7
View File
@@ -1,12 +1,12 @@
<!-- This block is autogenerated using scripts\update-msvcredist.ps1 -->
<?define VCREDIST_VER = "14.50.35719.0" ?>
<?define VCREDIST_X64_SIZE = "18558944" ?>
<?define VCREDIST_X64_SHA512 = "B618F601A1989A696C8EFA0208EFD977A3BFE9A8DF8ACE8FAE9EEF20262240E7EEFCB67CE466FE166BDC606D80D594D2DE80B3B4E530749AAB8E99F5CECD86D4" ?>
<?define VCREDIST_X64_URL = "https://download.visualstudio.microsoft.com/download/pr/6f02464a-5e9b-486d-a506-c99a17db9a83/8995548DFFFCDE7C49987029C764355612BA6850EE09A7B6F0FDDC85BDC5C280/VC_redist.x64.exe" ?>
<?define VCREDIST_VER = "14.51.36231.0" ?>
<?define VCREDIST_X64_SIZE = "18779992" ?>
<?define VCREDIST_X64_SHA512 = "3DECE58F72DDCB2574C33BD4CC41FDE8B4304C5BC0A9E6A0CF9EB9E095A389F5659462475AB366A6D8A6820999FD5F03AB17F865C921C481632B236A05EE5B35" ?>
<?define VCREDIST_X64_URL = "https://download.visualstudio.microsoft.com/download/pr/c1bd4f2c-3672-468e-8480-7ed419dbb641/90E48ADE404E4576D023ABFA374F323555F233982A8805EA9AC63DCA9491A16B/VC_redist.x64.exe" ?>
<?define VCREDIST_X64_UPGRADE_CODE = "36F68A90-239C-34DF-B58C-64B30153CE35" ?>
<?define VCREDIST_ARM64_SIZE = "11740976" ?>
<?define VCREDIST_ARM64_SHA512 = "5DA5D37877DA4FEDF6E50117D3CAE587E2321522C467B2C124EFF2176526C87CB2C415E6A06C7DF14C4ED4A6C296EF646638FB161F5AA52FAE6CC26DD43ADAD6" ?>
<?define VCREDIST_ARM64_URL = "https://download.visualstudio.microsoft.com/download/pr/6f02464a-5e9b-486d-a506-c99a17db9a83/FCDA7B24413F170BD456052F08AE49FB60AC1638F083AAB7A35AFEB957AEB1D6/VC_redist.arm64.exe" ?>
<?define VCREDIST_ARM64_SIZE = "11869640" ?>
<?define VCREDIST_ARM64_SHA512 = "A24977481AF9481BF77FB746807C8B1166D5E091B097D135A51BE8A216872B5C78E6E8A37B131A6593BE93E561BD39DDC0580C57142D92B3FC95402D7760B1D3" ?>
<?define VCREDIST_ARM64_URL = "https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/E912E9E653A5295A382BF86521F9B852AEECA823F4A9BF10BB2FBA7DD9445288/VC_redist.arm64.exe" ?>
<?define VCREDIST_ARM64_UPGRADE_CODE = "DC9BAE42-810B-423A-9E25-E4073F1C7B00" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">