Compare commits
75
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b100e674dd | ||
|
|
c0c4d60565 | ||
|
|
8b18d58aa0 | ||
|
|
5e1ac6df87 | ||
|
|
0c8970364c | ||
|
|
1516464f82 | ||
|
|
fd34a1fd28 | ||
|
|
9067db8915 | ||
|
|
177f845183 | ||
|
|
c9b03f80f8 | ||
|
|
a27589fe35 | ||
|
|
561d824814 | ||
|
|
b2d77f48f8 | ||
|
|
872731ceeb | ||
|
|
6cad296138 | ||
|
|
444c6ccf06 | ||
|
|
d35532b03e | ||
|
|
1e0110b0f4 | ||
|
|
e5353d9758 | ||
|
|
f7c660129b | ||
|
|
cdacb3d28d | ||
|
|
5034a324b4 | ||
|
|
e223bf9a1b | ||
|
|
6e231778a2 | ||
|
|
d997a0d0c8 | ||
|
|
06bd8a730b | ||
|
|
faa39875b6 | ||
|
|
170801ba9f | ||
|
|
1be234e96a | ||
|
|
50364fd522 | ||
|
|
bea5355c66 | ||
|
|
c6820d8f5d | ||
|
|
f58ae9cf56 | ||
|
|
ca7d61f528 | ||
|
|
2b5388e941 | ||
|
|
a9ad048252 | ||
|
|
51cc5a8537 | ||
|
|
8c6b422040 | ||
|
|
ec75f0d8de | ||
|
|
f2a512d3aa | ||
|
|
6ccd91d942 | ||
|
|
02004bac3f | ||
|
|
7c93aaf659 | ||
|
|
534ce02756 | ||
|
|
19d77704ba | ||
|
|
a2ef7a4a0c | ||
|
|
dc6c0d3315 | ||
|
|
cd5853c6ca | ||
|
|
e6da6fa11f | ||
|
|
81f20cdb66 | ||
|
|
adfc972371 | ||
|
|
53a14eda1c | ||
|
|
2eb6715be5 | ||
|
|
29294553bb | ||
|
|
97240cd5f2 | ||
|
|
8cc001768c | ||
|
|
d94b92e247 | ||
|
|
d9eca42311 | ||
|
|
63c48be6d4 | ||
|
|
459dcd7b2c | ||
|
|
b33a252739 | ||
|
|
1eb76bbdb0 | ||
|
|
bba2faa602 | ||
|
|
87c3179f77 | ||
|
|
073f892bb1 | ||
|
|
815db2b0d7 | ||
|
|
a8a66bfc3d | ||
|
|
8fe279c91b | ||
|
|
dedb0c0327 | ||
|
|
9cbba106ad | ||
|
|
7d6ce0b4cc | ||
|
|
92fb7f3b71 | ||
|
|
b0ac3713f2 | ||
|
|
96a211be11 | ||
|
|
4cf498b09d |
@@ -28,7 +28,7 @@ jobs:
|
|||||||
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
|
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
|
||||||
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.4.313-jammy.list https://packages.lunarg.com/vulkan/1.4.313/lunarg-vulkan-1.4.313-jammy.list
|
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.4.313-jammy.list https://packages.lunarg.com/vulkan/1.4.313/lunarg-vulkan-1.4.313-jammy.list
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y qt6-base-dev qt6-declarative-dev libqt6svg6-dev qt6-wayland qml6-module-qtquick-controls qml6-module-qtquick-templates qml6-module-qtquick-layouts \
|
sudo apt install -y qt6-base-dev qt6-declarative-dev libqt6svg6-dev qml6-module-qtquick-controls qml6-module-qtquick-templates qml6-module-qtquick-layouts \
|
||||||
qml6-module-qtqml-workerscript qml6-module-qtquick-window qml6-module-qtquick python3-pip nasm libgbm-dev libdrm-dev libfreetype-dev libasound2-dev \
|
qml6-module-qtqml-workerscript qml6-module-qtquick-window qml6-module-qtquick python3-pip nasm libgbm-dev libdrm-dev libfreetype-dev libasound2-dev \
|
||||||
libdbus-1-dev libegl1-mesa-dev libgl1-mesa-dev libgles2-mesa-dev libglu1-mesa-dev libibus-1.0-dev libpulse-dev libudev-dev libx11-dev libxcursor-dev \
|
libdbus-1-dev libegl1-mesa-dev libgl1-mesa-dev libgles2-mesa-dev libglu1-mesa-dev libibus-1.0-dev libpulse-dev libudev-dev libx11-dev libxcursor-dev \
|
||||||
libxext-dev libxi-dev libxinerama-dev libxkbcommon-dev libxrandr-dev libxss-dev libxt-dev libxv-dev libxxf86vm-dev libxcb-dri3-dev libx11-xcb-dev \
|
libxext-dev libxi-dev libxinerama-dev libxkbcommon-dev libxrandr-dev libxss-dev libxt-dev libxv-dev libxxf86vm-dev libxcb-dri3-dev libx11-xcb-dev \
|
||||||
@@ -42,13 +42,13 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: libsdl-org/SDL
|
repository: libsdl-org/SDL
|
||||||
ref: release-3.4.8
|
ref: release-3.4.12
|
||||||
path: deps/SDL
|
path: deps/SDL
|
||||||
|
|
||||||
- name: Build SDL3
|
- name: Build SDL3
|
||||||
working-directory: deps/SDL
|
working-directory: deps/SDL
|
||||||
run: |
|
run: |
|
||||||
cmake -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
|
cmake --build build -j
|
||||||
sudo cmake --install build
|
sudo cmake --install build
|
||||||
|
|
||||||
@@ -56,13 +56,13 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: libsdl-org/sdl2-compat
|
repository: libsdl-org/sdl2-compat
|
||||||
ref: release-2.32.68
|
ref: release-2.32.70
|
||||||
path: deps/sdl2-compat
|
path: deps/sdl2-compat
|
||||||
|
|
||||||
- name: Build sdl2-compat
|
- name: Build sdl2-compat
|
||||||
working-directory: deps/sdl2-compat
|
working-directory: deps/sdl2-compat
|
||||||
run: |
|
run: |
|
||||||
cmake -DSDL2COMPAT_TESTS=OFF -S . -B build
|
cmake -DSDL2COMPAT_TESTS=OFF -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -S . -B build
|
||||||
cmake --build build -j
|
cmake --build build -j
|
||||||
sudo cmake --install build
|
sudo cmake --install build
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: intel/libva
|
repository: intel/libva
|
||||||
ref: 2.23.0
|
ref: 2.24.1
|
||||||
path: deps/libva
|
path: deps/libva
|
||||||
|
|
||||||
- name: Build libva
|
- name: Build libva
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: haasn/libplacebo
|
repository: haasn/libplacebo
|
||||||
ref: v7.360.1
|
ref: 2d0979fb54e025e904c7372666fffbf5dae40f66
|
||||||
path: deps/libplacebo
|
path: deps/libplacebo
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
@@ -134,7 +134,8 @@ jobs:
|
|||||||
- name: Build FFmpeg
|
- name: Build FFmpeg
|
||||||
working-directory: deps/FFmpeg
|
working-directory: deps/FFmpeg
|
||||||
run: |
|
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-decoder=h264 --enable-decoder=hevc --enable-decoder=av1 \
|
||||||
--enable-vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=hevc_vaapi --enable-hwaccel=av1_vaapi \
|
--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 \
|
--enable-vdpau --enable-hwaccel=h264_vdpau --enable-hwaccel=hevc_vdpau --enable-hwaccel=av1_vdpau \
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
# Windows
|
# Windows
|
||||||
- os: windows-2025
|
- os: windows-2025
|
||||||
qt_version: 6.11.0
|
qt_version: 6.11.1
|
||||||
# macOS
|
# macOS
|
||||||
- os: macos-15
|
- os: macos-26
|
||||||
qt_version: 6.11.0
|
qt_version: 6.11.1
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
<asmv3:application>
|
<asmv3:application>
|
||||||
<asmv3:windowsSettings>
|
<asmv3:windowsSettings>
|
||||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
|
<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:windowsSettings>
|
||||||
</asmv3:application>
|
</asmv3:application>
|
||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
|
|||||||
+6
-2
@@ -157,8 +157,8 @@ win32:!winrt {
|
|||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
!disable-prebuilts {
|
!disable-prebuilts {
|
||||||
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus -lSDL2 -lSDL2_ttf
|
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
|
||||||
CONFIG += discord-rpc
|
CONFIG += discord-rpc libplacebo
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal -framework QuartzCore
|
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
|
streaming/video/ffmpeg-renderers/plvk_c.c
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
streaming/video/ffmpeg-renderers/plvk.h
|
streaming/video/ffmpeg-renderers/plvk.h
|
||||||
|
|
||||||
|
macx {
|
||||||
|
SOURCES += streaming/video/ffmpeg-renderers/plvk_objc.mm
|
||||||
|
}
|
||||||
}
|
}
|
||||||
config_EGL {
|
config_EGL {
|
||||||
message(EGL renderer selected)
|
message(EGL renderer selected)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
bool tryPollComputer(QNetworkAccessManager* nam, NvAddress address, bool& changed)
|
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;
|
QString serverInfo;
|
||||||
try {
|
try {
|
||||||
@@ -825,7 +825,8 @@ private:
|
|||||||
|
|
||||||
void run()
|
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_Mdns) {
|
||||||
if (m_MdnsIpv6Address.isNull()) {
|
if (m_MdnsIpv6Address.isNull()) {
|
||||||
@@ -853,6 +854,7 @@ private:
|
|||||||
|
|
||||||
// Create initial newComputer using HTTP serverinfo with no pinned cert
|
// Create initial newComputer using HTTP serverinfo with no pinned cert
|
||||||
NvComputer* newComputer = new NvComputer(http, serverInfo);
|
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
|
// Check if we have a record of this host UUID to pull the pinned cert
|
||||||
NvComputer* existingComputer;
|
NvComputer* existingComputer;
|
||||||
|
|||||||
@@ -7,11 +7,9 @@ ComputerSeeker::ComputerSeeker(ComputerManager *manager, QString computerName, Q
|
|||||||
m_TimeoutTimer(new QTimer(this))
|
m_TimeoutTimer(new QTimer(this))
|
||||||
{
|
{
|
||||||
// If we know this computer, send a WOL packet to wake it up in case it is asleep.
|
// If we know this computer, send a WOL packet to wake it up in case it is asleep.
|
||||||
const auto computers = m_ComputerManager->getComputers();
|
NvComputer* matchingComputer = findMatchingComputer();
|
||||||
for (NvComputer* computer : computers) {
|
if (matchingComputer) {
|
||||||
if (this->matchComputer(computer)) {
|
matchingComputer->wake();
|
||||||
computer->wake();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_TimeoutTimer->setSingleShot(true);
|
m_TimeoutTimer->setSingleShot(true);
|
||||||
@@ -24,11 +22,16 @@ ComputerSeeker::ComputerSeeker(ComputerManager *manager, QString computerName, Q
|
|||||||
void ComputerSeeker::start(int timeout)
|
void ComputerSeeker::start(int timeout)
|
||||||
{
|
{
|
||||||
m_TimeoutTimer->start(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
|
// If we don't know this computer by name, address, or UUID, try adding it
|
||||||
// address) and by polling it using mDNS, hopefully one of these methods
|
// manually and see if we can find it by address, hostname, or mDNS.
|
||||||
// would find the host
|
//
|
||||||
|
// 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->addNewHostManually(m_ComputerName);
|
||||||
|
}
|
||||||
|
|
||||||
m_ComputerManager->startPolling();
|
m_ComputerManager->startPolling();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,6 +65,18 @@ bool ComputerSeeker::matchComputer(NvComputer *computer) const
|
|||||||
return false;
|
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
|
bool ComputerSeeker::isOnline(NvComputer *computer) const
|
||||||
{
|
{
|
||||||
return computer->state == NvComputer::CS_ONLINE;
|
return computer->state == NvComputer::CS_ONLINE;
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ private slots:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
bool matchComputer(NvComputer *computer) const;
|
bool matchComputer(NvComputer *computer) const;
|
||||||
|
NvComputer* findMatchingComputer() const;
|
||||||
bool isOnline(NvComputer *computer) const;
|
bool isOnline(NvComputer *computer) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -133,6 +133,22 @@ IdentityManager::IdentityManager()
|
|||||||
if (getSslKey().isNull()) {
|
if (getSslKey().isNull()) {
|
||||||
qFatal("Private key is unreadable");
|
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
|
QSslCertificate
|
||||||
@@ -170,7 +186,7 @@ IdentityManager::getSslKey()
|
|||||||
|
|
||||||
BUF_MEM* mem;
|
BUF_MEM* mem;
|
||||||
BIO_get_mem_ptr(bio, &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);
|
BIO_free(bio);
|
||||||
EVP_PKEY_free(pk);
|
EVP_PKEY_free(pk);
|
||||||
@@ -190,25 +206,6 @@ IdentityManager::getSslConfig()
|
|||||||
QString
|
QString
|
||||||
IdentityManager::getUniqueId()
|
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;
|
return m_CachedUniqueId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -25,7 +25,9 @@ public:
|
|||||||
|
|
||||||
bool isInitialized()
|
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
|
void
|
||||||
|
|||||||
+45
-29
@@ -18,9 +18,16 @@
|
|||||||
#define RESUME_TIMEOUT_MS 30000
|
#define RESUME_TIMEOUT_MS 30000
|
||||||
#define QUIT_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_Nam(nam ? nam : new QNetworkAccessManager(this)),
|
||||||
m_ServerCert(serverCert)
|
m_ServerCert(serverCert),
|
||||||
|
m_UseTrueUid(useTrueUid)
|
||||||
{
|
{
|
||||||
m_BaseUrlHttp.setScheme("http");
|
m_BaseUrlHttp.setScheme("http");
|
||||||
m_BaseUrlHttps.setScheme("https");
|
m_BaseUrlHttps.setScheme("https");
|
||||||
@@ -34,9 +41,8 @@ NvHTTP::NvHTTP(NvAddress address, uint16_t httpsPort, QSslCertificate serverCert
|
|||||||
}
|
}
|
||||||
|
|
||||||
NvHTTP::NvHTTP(NvComputer* computer, QNetworkAccessManager* nam) :
|
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)
|
void NvHTTP::setServerCert(QSslCertificate serverCert)
|
||||||
@@ -61,6 +67,11 @@ void NvHTTP::setHttpsPort(uint16_t port)
|
|||||||
m_BaseUrlHttps.setPort(port);
|
m_BaseUrlHttps.setPort(port);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void NvHTTP::setTrueUid(bool useTrueUid)
|
||||||
|
{
|
||||||
|
m_UseTrueUid = useTrueUid;
|
||||||
|
}
|
||||||
|
|
||||||
NvAddress NvHTTP::address()
|
NvAddress NvHTTP::address()
|
||||||
{
|
{
|
||||||
return m_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
|
// 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.
|
// as possible, we'll force the current game to zero if the server isn't in a streaming session.
|
||||||
QString serverState = getXmlString(serverInfo, "state");
|
QString serverState = getXmlString(serverInfo, "state");
|
||||||
if (serverState != nullptr && serverState.endsWith("_SERVER_BUSY"))
|
if (serverState.endsWith("_SERVER_BUSY"))
|
||||||
{
|
{
|
||||||
return getXmlString(serverInfo, "currentgame").toInt();
|
return getXmlString(serverInfo, "currentgame").toInt();
|
||||||
}
|
}
|
||||||
@@ -266,20 +277,22 @@ NvHTTP::getDisplayModeList(QString serverInfo)
|
|||||||
while (!xmlReader.atEnd()) {
|
while (!xmlReader.atEnd()) {
|
||||||
while (xmlReader.readNextStartElement()) {
|
while (xmlReader.readNextStartElement()) {
|
||||||
auto name = xmlReader.name();
|
auto name = xmlReader.name();
|
||||||
if (name == QString("DisplayMode")) {
|
if (XML_NAME_EQUALS(name, "DisplayMode")) {
|
||||||
modes.append(NvDisplayMode());
|
modes.append(NvDisplayMode());
|
||||||
}
|
}
|
||||||
else if (name == QString("Width")) {
|
else if (!modes.isEmpty()) {
|
||||||
|
if (XML_NAME_EQUALS(name, "Width")) {
|
||||||
modes.last().width = xmlReader.readElementText().toInt();
|
modes.last().width = xmlReader.readElementText().toInt();
|
||||||
}
|
}
|
||||||
else if (name == QString("Height")) {
|
else if (XML_NAME_EQUALS(name, "Height")) {
|
||||||
modes.last().height = xmlReader.readElementText().toInt();
|
modes.last().height = xmlReader.readElementText().toInt();
|
||||||
}
|
}
|
||||||
else if (name == QString("RefreshRate")) {
|
else if (XML_NAME_EQUALS(name, "RefreshRate")) {
|
||||||
modes.last().refreshRate = xmlReader.readElementText().toInt();
|
modes.last().refreshRate = xmlReader.readElementText().toInt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return modes;
|
return modes;
|
||||||
}
|
}
|
||||||
@@ -299,7 +312,7 @@ NvHTTP::getAppList()
|
|||||||
while (!xmlReader.atEnd()) {
|
while (!xmlReader.atEnd()) {
|
||||||
while (xmlReader.readNextStartElement()) {
|
while (xmlReader.readNextStartElement()) {
|
||||||
auto name = xmlReader.name();
|
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
|
// We must have a valid app before advancing to the next one
|
||||||
if (!apps.isEmpty() && !apps.last().isInitialized()) {
|
if (!apps.isEmpty() && !apps.last().isInitialized()) {
|
||||||
qWarning() << "Invalid applist XML";
|
qWarning() << "Invalid applist XML";
|
||||||
@@ -307,20 +320,31 @@ NvHTTP::getAppList()
|
|||||||
}
|
}
|
||||||
apps.append(NvApp());
|
apps.append(NvApp());
|
||||||
}
|
}
|
||||||
else if (name == QString("AppTitle")) {
|
else if (!apps.isEmpty()) {
|
||||||
apps.last().name = xmlReader.readElementText();
|
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 = "";
|
||||||
}
|
}
|
||||||
else if (name == QString("ID")) {
|
apps.last().name = name;
|
||||||
|
}
|
||||||
|
else if (XML_NAME_EQUALS(name, "ID")) {
|
||||||
apps.last().id = xmlReader.readElementText().toInt();
|
apps.last().id = xmlReader.readElementText().toInt();
|
||||||
}
|
}
|
||||||
else if (name == QString("IsHdrSupported")) {
|
else if (XML_NAME_EQUALS(name, "IsHdrSupported")) {
|
||||||
apps.last().hdrSupported = xmlReader.readElementText() == "1";
|
apps.last().hdrSupported = xmlReader.readElementText() == "1";
|
||||||
}
|
}
|
||||||
else if (name == QString("IsAppCollectorGame")) {
|
else if (XML_NAME_EQUALS(name, "IsAppCollectorGame")) {
|
||||||
apps.last().isAppCollectorGame = xmlReader.readElementText() == "1";
|
apps.last().isAppCollectorGame = xmlReader.readElementText() == "1";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return apps;
|
return apps;
|
||||||
}
|
}
|
||||||
@@ -332,7 +356,7 @@ NvHTTP::verifyResponseStatus(QString xml)
|
|||||||
|
|
||||||
while (xmlReader.readNextStartElement())
|
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
|
// 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()
|
// QString::toInt() will fail in that case, so use QString::toUInt()
|
||||||
@@ -383,13 +407,7 @@ QByteArray
|
|||||||
NvHTTP::getXmlStringFromHex(QString xml,
|
NvHTTP::getXmlStringFromHex(QString xml,
|
||||||
QString tagName)
|
QString tagName)
|
||||||
{
|
{
|
||||||
QString str = getXmlString(xml, tagName);
|
return QByteArray::fromHex(getXmlString(xml, tagName).toUtf8());
|
||||||
if (str == nullptr)
|
|
||||||
{
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
return QByteArray::fromHex(str.toUtf8());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString
|
QString
|
||||||
@@ -411,7 +429,7 @@ NvHTTP::getXmlString(QString xml,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nullptr;
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
||||||
void NvHTTP::handleSslErrors(QNetworkReply* reply, const QList<QSslError>& errors)
|
void NvHTTP::handleSslErrors(QNetworkReply* reply, const QList<QSslError>& errors)
|
||||||
@@ -474,11 +492,9 @@ NvHTTP::openConnection(QUrl baseUrl,
|
|||||||
QUrl url(baseUrl);
|
QUrl url(baseUrl);
|
||||||
url.setPath("/" + command);
|
url.setPath("/" + command);
|
||||||
|
|
||||||
// Use a common UID for Moonlight clients to allow them to quit
|
// Use a placeholder UID for GFE allow them to quit games for each other.
|
||||||
// games for each other (otherwise GFE gets screwed up and it requires
|
url.setQuery("uniqueid=" + (m_UseTrueUid ? IdentityManager::get()->getUniqueId() : "0123456789ABCDEF") +
|
||||||
// manual intervention to solve).
|
"&uuid=" + QUuid::createUuid().toRfc4122().toHex() +
|
||||||
url.setQuery("uniqueid=0123456789ABCDEF&uuid=" +
|
|
||||||
QUuid::createUuid().toRfc4122().toHex() +
|
|
||||||
((arguments != nullptr) ? ("&" + arguments) : ""));
|
((arguments != nullptr) ? ("&" + arguments) : ""));
|
||||||
|
|
||||||
QNetworkRequest request(url);
|
QNetworkRequest request(url);
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ public:
|
|||||||
NVLL_VERBOSE
|
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);
|
explicit NvHTTP(NvComputer* computer, QNetworkAccessManager* nam = nullptr);
|
||||||
|
|
||||||
@@ -142,9 +142,9 @@ public:
|
|||||||
NvLogLevel logLevel = NvLogLevel::NVLL_VERBOSE);
|
NvLogLevel logLevel = NvLogLevel::NVLL_VERBOSE);
|
||||||
|
|
||||||
void setServerCert(QSslCertificate serverCert);
|
void setServerCert(QSslCertificate serverCert);
|
||||||
|
|
||||||
void setAddress(NvAddress address);
|
void setAddress(NvAddress address);
|
||||||
void setHttpsPort(uint16_t port);
|
void setHttpsPort(uint16_t port);
|
||||||
|
void setTrueUid(bool useTrueUid);
|
||||||
|
|
||||||
NvAddress address();
|
NvAddress address();
|
||||||
|
|
||||||
@@ -198,4 +198,5 @@ private:
|
|||||||
NvAddress m_Address;
|
NvAddress m_Address;
|
||||||
QNetworkAccessManager* m_Nam;
|
QNetworkAccessManager* m_Nam;
|
||||||
QSslCertificate m_ServerCert;
|
QSslCertificate m_ServerCert;
|
||||||
|
bool m_UseTrueUid;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -54,16 +54,18 @@ NvPairingManager::generateRandomBytes(int length)
|
|||||||
QByteArray
|
QByteArray
|
||||||
NvPairingManager::encrypt(const QByteArray& plaintext, const QByteArray& key)
|
NvPairingManager::encrypt(const QByteArray& plaintext, const QByteArray& key)
|
||||||
{
|
{
|
||||||
QByteArray ciphertext(plaintext.size(), 0);
|
if (plaintext.isEmpty()) {
|
||||||
EVP_CIPHER_CTX* cipher;
|
return QByteArray();
|
||||||
int ciphertextLen;
|
}
|
||||||
|
|
||||||
cipher = EVP_CIPHER_CTX_new();
|
EVP_CIPHER_CTX* cipher = EVP_CIPHER_CTX_new();
|
||||||
THROW_BAD_ALLOC_IF_NULL(cipher);
|
THROW_BAD_ALLOC_IF_NULL(cipher);
|
||||||
|
|
||||||
EVP_EncryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
|
EVP_EncryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
|
||||||
EVP_CIPHER_CTX_set_padding(cipher, 0);
|
EVP_CIPHER_CTX_set_padding(cipher, 0);
|
||||||
|
|
||||||
|
QByteArray ciphertext(plaintext.size(), 0);
|
||||||
|
int ciphertextLen;
|
||||||
EVP_EncryptUpdate(cipher,
|
EVP_EncryptUpdate(cipher,
|
||||||
reinterpret_cast<unsigned char*>(ciphertext.data()),
|
reinterpret_cast<unsigned char*>(ciphertext.data()),
|
||||||
&ciphertextLen,
|
&ciphertextLen,
|
||||||
@@ -79,16 +81,18 @@ NvPairingManager::encrypt(const QByteArray& plaintext, const QByteArray& key)
|
|||||||
QByteArray
|
QByteArray
|
||||||
NvPairingManager::decrypt(const QByteArray& ciphertext, const QByteArray& key)
|
NvPairingManager::decrypt(const QByteArray& ciphertext, const QByteArray& key)
|
||||||
{
|
{
|
||||||
QByteArray plaintext(ciphertext.size(), 0);
|
if (ciphertext.isEmpty()) {
|
||||||
EVP_CIPHER_CTX* cipher;
|
return QByteArray();
|
||||||
int plaintextLen;
|
}
|
||||||
|
|
||||||
cipher = EVP_CIPHER_CTX_new();
|
EVP_CIPHER_CTX* cipher = EVP_CIPHER_CTX_new();
|
||||||
THROW_BAD_ALLOC_IF_NULL(cipher);
|
THROW_BAD_ALLOC_IF_NULL(cipher);
|
||||||
|
|
||||||
EVP_DecryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
|
EVP_DecryptInit(cipher, EVP_aes_128_ecb(), reinterpret_cast<const unsigned char*>(key.data()), NULL);
|
||||||
EVP_CIPHER_CTX_set_padding(cipher, 0);
|
EVP_CIPHER_CTX_set_padding(cipher, 0);
|
||||||
|
|
||||||
|
QByteArray plaintext(ciphertext.size(), 0);
|
||||||
|
int plaintextLen;
|
||||||
EVP_DecryptUpdate(cipher,
|
EVP_DecryptUpdate(cipher,
|
||||||
reinterpret_cast<unsigned char*>(plaintext.data()),
|
reinterpret_cast<unsigned char*>(plaintext.data()),
|
||||||
&plaintextLen,
|
&plaintextLen,
|
||||||
@@ -239,8 +243,7 @@ NvPairingManager::pair(QString appVersion, QString pin, QSslCertificate& serverC
|
|||||||
}
|
}
|
||||||
|
|
||||||
QByteArray serverCertStr = NvHTTP::getXmlStringFromHex(getCert, "plaincert");
|
QByteArray serverCertStr = NvHTTP::getXmlStringFromHex(getCert, "plaincert");
|
||||||
if (serverCertStr == nullptr)
|
if (serverCertStr.isEmpty()) {
|
||||||
{
|
|
||||||
qCritical() << "Server likely already pairing";
|
qCritical() << "Server likely already pairing";
|
||||||
m_Http.openConnectionToString(m_Http.m_BaseUrlHttp, "unpair", nullptr, REQUEST_TIMEOUT_MS);
|
m_Http.openConnectionToString(m_Http.m_BaseUrlHttp, "unpair", nullptr, REQUEST_TIMEOUT_MS);
|
||||||
return PairState::ALREADY_IN_PROGRESS;
|
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);
|
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 clientSecretData = generateRandomBytes(16);
|
||||||
QByteArray challengeResponse;
|
QByteArray challengeResponse;
|
||||||
QByteArray serverResponse(challengeResponseData.data(), hashLength);
|
QByteArray serverResponse(challengeResponseData.data(), hashLength);
|
||||||
@@ -300,6 +309,12 @@ NvPairingManager::pair(QString appVersion, QString pin, QSslCertificate& serverC
|
|||||||
}
|
}
|
||||||
|
|
||||||
QByteArray pairingSecret = NvHTTP::getXmlStringFromHex(respXml, "pairingsecret");
|
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 serverSecret = pairingSecret.left(16);
|
||||||
QByteArray serverSignature = pairingSecret.mid(16);
|
QByteArray serverSignature = pairingSecret.mid(16);
|
||||||
|
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ GlobalCommandLineParser::ParseResult GlobalCommandLineParser::parse(const QStrin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
parser.showError(QString("Invalid action"));
|
parser.showError("Invalid action");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -50,4 +50,12 @@ ComboBox {
|
|||||||
popup.onAboutToHide: {
|
popup.onAboutToHide: {
|
||||||
SdlGamepadKeyNavigation.setUiNavMode(true)
|
SdlGamepadKeyNavigation.setUiNavMode(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.onLeftPressed: {
|
||||||
|
decrementCurrentIndex()
|
||||||
|
}
|
||||||
|
|
||||||
|
Keys.onRightPressed: {
|
||||||
|
incrementCurrentIndex()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+30
-27
@@ -812,9 +812,12 @@ 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.")
|
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.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Row {
|
||||||
|
spacing: 5
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: vsyncCheck
|
id: vsyncCheck
|
||||||
width: parent.width
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
text: qsTr("V-Sync")
|
text: qsTr("V-Sync")
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
@@ -831,7 +834,6 @@ Flickable {
|
|||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: framePacingCheck
|
id: framePacingCheck
|
||||||
width: parent.width
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
text: qsTr("Frame pacing")
|
text: qsTr("Frame pacing")
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
@@ -846,6 +848,30 @@ Flickable {
|
|||||||
ToolTip.text: qsTr("Frame pacing reduces micro-stutter by delaying frames that come in too early")
|
ToolTip.text: qsTr("Frame pacing reduces micro-stutter by delaying frames that come in too early")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CheckBox {
|
||||||
|
id: enableHdr
|
||||||
|
width: parent.width
|
||||||
|
text: qsTr("Enable HDR")
|
||||||
|
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.")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GroupBox {
|
GroupBox {
|
||||||
@@ -1618,7 +1644,7 @@ Flickable {
|
|||||||
val: StreamingPreferences.VCC_FORCE_HEVC
|
val: StreamingPreferences.VCC_FORCE_HEVC
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
text: qsTr("AV1 (Experimental)")
|
text: qsTr("AV1")
|
||||||
val: StreamingPreferences.VCC_FORCE_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 {
|
CheckBox {
|
||||||
id: enableYUV444
|
id: enableYUV444
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: qsTr("Enable YUV 4:4:4 (Experimental)")
|
text: qsTr("Enable YUV 4:4:4")
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
|
|
||||||
checked: StreamingPreferences.enableYUV444
|
checked: StreamingPreferences.enableYUV444
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Липсва устройство за запис на звук. Преинсталирането на GeForce Experience би трябвало да разреши този проблем.</translation>
|
<translation>Липсва устройство за запис на звук. Преинсталирането на GeForce Experience би трябвало да разреши този проблем.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Да</translation>
|
<translation>&Да</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Не</translation>
|
<translation>&Не</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Добре</translation>
|
<translation>Добре</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Помощ</translation>
|
<translation>Помощ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Отказ</translation>
|
<translation>Отказ</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Код на грешката: %1</translation>
|
<translation>Код на грешката: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>Изборът да включите режима на мишката за отдалечен работен плот може да предизвика проблеми в някои игри.</translation>
|
<translation>Изборът да включите режима на мишката за отдалечен работен плот може да предизвика проблеми в някои игри.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>Избраната настройка за принудително софтуерно декодиране може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Избраната настройка за принудително софтуерно декодиране може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Отдалеченият компютър не поддържа кодиране чрез HEVC.</translation>
|
<translation>Отдалеченият компютър не поддържа кодиране чрез HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Поради избраното принудително декодиране чрез HEVC, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Поради избраното принудително декодиране чрез HEVC, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Софтуерът или видео картата на отдалечения компютър не поддържа кодиране чрез AV1.</translation>
|
<translation>Софтуерът или видео картата на отдалечения компютър не поддържа кодиране чрез AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Поради избраното принудително декодиране чрез AV1, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Поради избраното принудително декодиране чрез AV1, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Отдалеченият компютър не поддържа излъчването на HDR.</translation>
|
<translation>Отдалеченият компютър не поддържа излъчването на HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR не се поддържа при използване на кодиране H.264.</translation>
|
<translation>HDR не се поддържа при използване на кодиране H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>Видео картата на този компютър не поддържа декодиране чрез AV1 Main10 за потоци с HDR.</translation>
|
<translation>Видео картата на този компютър не поддържа декодиране чрез AV1 Main10 за потоци с HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>Видео картата на този компютър не поддържа декодиране чрез 10-битов HEVC или AV1 за потоци с HDR.</translation>
|
<translation>Видео картата на този компютър не поддържа декодиране чрез 10-битов HEVC или AV1 за потоци с HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на HDR.</translation>
|
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>Резолюции на видеото над 4К не се поддържат при кодиране H.264.</translation>
|
<translation>Резолюции на видеото над 4К не се поддържат при кодиране H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Отдалеченият компютър върна грешка: %1</translation>
|
<translation>Отдалеченият компютър върна грешка: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Поради избраното принудително декодиране на H.264, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на видеото. Това може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Отдалеченият компютър и клиентският такъв не поддържат едни и същи методи на кодиране на видеото. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>Видео картата на клиента не поддържа декодиране на H.264. Това може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Видео картата на клиента не поддържа декодиране на H.264. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Поради избраното принудително ползване на HDR, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
<translation>Поради избраното принудително ползване на HDR, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>Видео картата на този компютър не поддържа декодиране чрез HEVC Main10 за потоци с HDR.</translation>
|
<translation>Видео картата на този компютър не поддържа декодиране чрез HEVC Main10 за потоци с HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4.</translation>
|
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
|
<translation>Отдалеченият компютър на поддържа излъчването на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Поради избраното принудително ползване на YUV 4:4:4, което видео картата не поддържа, ще се използва софтуерно декодиране. Това може да доведе до влошена производителност на излъчването.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>Този компютър на поддържа декодиране на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
|
<translation>Този компютър на поддържа декодиране на YUV 4:4:4 за избрания вид кодиране на видеото.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>За излъчване в резолюция 4К е необходим GeForce Experience 3.0 или по-нова версия.</translation>
|
<translation>За излъчване в резолюция 4К е необходим GeForce Experience 3.0 или по-нова версия.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>Избраната настройка за обемен звук не се поддържа от текущото звуково устройство.</translation>
|
<translation>Избраната настройка за обемен звук не се поддържа от текущото звуково устройство.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>Неуспешна връзка със звуковото устройство. По време на тази сесия няма да има звук.</translation>
|
<translation>Неуспешна връзка със звуковото устройство. По време на тази сесия няма да има звук.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Включеният контролер няма настройка на бутоните и няма да може да се ползва. Прегледайте помощта на Moonlight, за да разрешите този проблем.</translation>
|
<translation>Включеният контролер няма настройка на бутоните и няма да може да се ползва. Прегледайте помощта на Moonlight, за да разрешите този проблем.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Видео картата на отдалечения компютър не позволява поточно предаване на видео с резолюция по-голяма от 4К.</translation>
|
<translation>Видео картата на отдалечения компютър не позволява поточно предаване на видео с резолюция по-голяма от 4К.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Избраното принудително хардуерно декодиране не е възможно, тъй като видео картата на този компютър не го поддържа.</translation>
|
<translation>Избраното принудително хардуерно декодиране не е възможно, тъй като видео картата на този компютър не го поддържа.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>Избраният вид кодиране и настройката за принудително хардуерно декодиране не са съвместими, тъй като видео картата на този компютър не поддържа декодиране на избрания вид кодиране.</translation>
|
<translation>Избраният вид кодиране и настройката за принудително хардуерно декодиране не са съвместими, тъй като видео картата на този компютър не поддържа декодиране на избрания вид кодиране.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>Декодерът на видео не може да бъде инициализиран. Проверете настройките за поточно предаване и опитайте отново.</translation>
|
<translation>Декодерът на видео не може да бъде инициализиран. Проверете настройките за поточно предаване и опитайте отново.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>ЗАБЕЛЕЖКА: Поради проблем в GeForce Experience, тази настройка може да не работи добре, ако отдалеченият компютър има повече от един монитор.</translation>
|
<translation>ЗАБЕЛЕЖКА: Поради проблем в GeForce Experience, тази настройка може да не работи добре, ако отдалеченият компютър има повече от един монитор.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Включване на HDR (експериментално)</translation>
|
<translation>Включване на HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Излъчването с HDR не се поддържа на този компютър.</translation>
|
<translation>Излъчването с HDR не се поддържа на този компютър.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>Включване на YUV 4:4:4</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+49
-49
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<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>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Ano</translation>
|
<translation>&Ano</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Ne</translation>
|
<translation>&Ne</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Nápověda</translation>
|
<translation>Nápověda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Zrušit</translation>
|
<translation>Zrušit</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Chybový kód: %1</translation>
|
<translation>Chybový kód: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Vybrali jste režim myši pro vzdálenou plochu, to může způsobit problémy ve hrách.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR není u softwarového dekódování podporováno.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Vybrali jste, že chcete vynutit softwarové dekódování, to může způsobit špatný výkon streamování.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Váš hostitelský počítač nepodporuje streamování v režimu HDR.</translation>
|
<translation>Váš hostitelský počítač nepodporuje streamování v režimu HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Host vrátil chybu: %1</translation>
|
<translation>Host vrátil chybu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Váš hostitelský a klientský počítač nepodporují stejné video kodeky. To může způsobit špatný výkon streamování.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>GPU tohoto počítače nepodporuje dekódování HEVC Main10 pro HDR streamování.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Váš hostitelský počítač nepodporuje streamování YUV 4:4:4.</translation>
|
<translation>Váš hostitelský počítač nepodporuje streamování YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Pro 4K streamování je vyžadováno GeForce Experience 3.0 nebo novější.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Vámi zvolené nastavení prostorového zvuku není podporováno současným zvukovým zařízením.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Nezdařilo se otevřít zvukové zařízení. Během tohoto připojení nebude k dispozici zvuk.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>GPU vašeho hostitelského počítače nepodporuje stremování v rozlišení větším než 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Nezdařilo se inicializovat dekodér videa. Prosím zkontrolujte nastavení streamování a zkuste to znovu.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -898,13 +894,14 @@
|
|||||||
<translation>Poznámka: Kvůli chybě v GeForce Experience nemusí tato možnost dobře fungovat, pokud má hostitelský počítač více monitorů.</translation>
|
<translation>Poznámka: Kvůli chybě v GeForce Experience nemusí tato možnost dobře fungovat, pokud má hostitelský počítač více monitorů.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Povolení HDR přepíše manuální nastavení dekodéru.</translation>
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Povolit HDR (experimentální)</translation>
|
<translation>Povolit HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -916,6 +913,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Tento počítač nepodporuje HDR streamování.</translation>
|
<translation>Tento počítač nepodporuje HDR streamování.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Audioaufnahmegerät fehlt. Eine Neuinstallation von GeForce Experience sollte diesen Fehler beheben.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Ja</translation>
|
<translation>&Ja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nein</translation>
|
<translation>&Nein</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Hilfe</translation>
|
<translation>Hilfe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Abbrechen</translation>
|
<translation>Abbrechen</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Fehlercode: %1</translation>
|
<translation>Fehlercode: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Die Auswahl des Remote Desktop Maus Modus kann in Spielen zu Problemen führen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Software Dekodierung kann zu schlechter Streaming Leitung führen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Ihr Host-PC unterstützt die HEVC-Kodierung nicht.</translation>
|
<translation>Ihr Host-PC unterstützt die HEVC-Kodierung nicht.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Ihre Host-Software oder Ihre GPU unterstützt die AV1-Kodierung nicht.</translation>
|
<translation>Ihre Host-Software oder Ihre GPU unterstützt die AV1-Kodierung nicht.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Nutze Software-Dekodierung wegen der Auswahl, AV1 ohne GPU-Unterstützung zu erzwingen. Dies kann eine schlechte Streaming-Leistung verursachen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Ihr Host-PC unterstützt kein HDR-Streaming.</translation>
|
<translation>Ihr Host-PC unterstützt kein HDR-Streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>Der h.264 Codec unterstützt kein HDR.</translation>
|
<translation>Der h.264 Codec unterstützt kein HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Die GPU des Client-PCs unterstützt keine HEVC Main10 Dekodierung für HDR Streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Die GPU des Client-PCs unterstützt keine 10-Bit HEVC oder AV1 Dekodierung für HDR Streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Ihr Host-PC und Ihr Client-PC unterstützen nicht die gleichen HDR-Videocodecs.</translation>
|
<translation>Ihr Host-PC und Ihr Client-PC unterstützen nicht die gleichen HDR-Videocodecs.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Videoauflösungen über 4K werden vom H.264 Codec nicht unterstützt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Host hat einen Fehler zurückgegeben: %1</translation>
|
<translation>Host hat einen Fehler zurückgegeben: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Ihr Client-GPU unterstützt die H.264-Dekodierung nicht. Dies kann zu einer schlechten Streaming-Leistung führen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Die Grafikkarte des PCs unterstützt keine HEVC Main10 Dekodierung für HDR Streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Ihr Host-PC unterstützt kein YUV 4:4:4 streaming.</translation>
|
<translation>Ihr Host-PC unterstützt kein YUV 4:4:4 streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Ihr Host-PC unterstützt kein YUV 4:4:4 streaming für den gewählten Video-Codec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Die GPU dieses PCs unterstützt für den ausgewählten Video-Codec keine YUV 4:4:4-Dekodierung.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Für 4K Streaming wird mindestens GeForce Experience 3.0 benötigt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Ihre ausgewählte Surround Sound Einstellung wird von dem momentanen Audiogerät nicht unterstützt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Zugriff auf das Audiogerät fehlgeschlagen. Es wird kein Ton für diese Session verfügbar sein.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Die GPU Ihres Host-PCs unterstützt keine Streaming-Videoauflösungen über 4K.</translation>
|
<translation>Die GPU Ihres Host-PCs unterstützt keine Streaming-Videoauflösungen über 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Erzwungene Hardware Dekodierung kann nicht ausgewählt werden, da der PC keine Hardware Decodierung unterstützt.</translation>
|
<translation>Erzwungene Hardware Dekodierung kann nicht ausgewählt werden, da der PC keine Hardware Decodierung unterstützt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Videodecoder konnte nicht initialisiert werden. Bitte prüfen Sie Ihre Streaming-Einstellungen und versuchen Sie es erneut.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR aktivieren (Experimentell)</translation>
|
<translation>HDR aktivieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Dieser Client-PC bietet keine Unterstützung für HDR Streaming.</translation>
|
<translation>Dieser Client-PC bietet keine Unterstützung für HDR Streaming.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+45
-49
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Λείπει συσκευή καταγραφής ήχου. Η επανεγκατάσταση του GeForce Experience θα πρέπει να επιλύσει αυτό το σφάλμα.</translation>
|
<translation>Λείπει συσκευή καταγραφής ήχου. Η επανεγκατάσταση του GeForce Experience θα πρέπει να επιλύσει αυτό το σφάλμα.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished">Βοήθεια</translation>
|
<translation type="unfinished">Βοήθεια</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>Η επιλογή σας για ενεργοποίηση της λειτουργίας ποντικιού απομακρυσμένης επιφάνειας εργασίας ενδέχεται να προκαλέσει προβλήματα στα παιχνίδια.</translation>
|
<translation>Η επιλογή σας για ενεργοποίηση της λειτουργίας ποντικιού απομακρυσμένης επιφάνειας εργασίας ενδέχεται να προκαλέσει προβλήματα στα παιχνίδια.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">Το HDR δεν υποστηρίζεται με αποκωδικοποίηση λογισμικού.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>Η επιλογή των ρυθμίσεών σας για αναγκαστική αποκωδικοποίηση λογισμικού μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
<translation>Η επιλογή των ρυθμίσεών σας για αναγκαστική αποκωδικοποίηση λογισμικού μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Χρήση αποκωδικοποίησης λογισμικού λόγω της επιλογής σας να επιβάλλετε HEVC χωρίς υποστήριξη GPU. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Χρήση αποκωδικοποίησης λογισμικού λόγω της επιλογής σας να επιβάλλετε την έκδοση H.264 χωρίς υποστήριξη από την κάρτα γραφικών. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>Ο κεντρικός υπολογιστής σας και ο υπολογιστής-πελάτης δεν υποστηρίζουν τους ίδιους κωδικοποιητές βίντεο. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
<translation>Ο κεντρικός υπολογιστής σας και ο υπολογιστής-πελάτης δεν υποστηρίζουν τους ίδιους κωδικοποιητές βίντεο. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>Η κάρτα γραφικών του υπολογιστή πελάτη σας δεν υποστηρίζει την αποκωδικοποίηση H.264. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
<translation>Η κάρτα γραφικών του υπολογιστή πελάτη σας δεν υποστηρίζει την αποκωδικοποίηση H.264. Αυτό μπορεί να προκαλέσει κακή απόδοση ροής.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση HEVC Main10 για ροή HDR.</translation>
|
<translation>Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση HEVC Main10 για ροή HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>Για ροή 4K απαιτείται GeForce Experience 3.0 ή νεότερη έκδοση.</translation>
|
<translation>Για ροή 4K απαιτείται GeForce Experience 3.0 ή νεότερη έκδοση.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>Η επιλεγμένη ρύθμιση ήχου surround δεν υποστηρίζεται από την τρέχουσα συσκευή ήχου.</translation>
|
<translation>Η επιλεγμένη ρύθμιση ήχου surround δεν υποστηρίζεται από την τρέχουσα συσκευή ήχου.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>Απέτυχε το άνοιγμα συσκευής ήχου. Ο ήχος δεν θα είναι διαθέσιμος κατά τη διάρκεια αυτής της συνεδρίας.</translation>
|
<translation>Απέτυχε το άνοιγμα συσκευής ήχου. Ο ήχος δεν θα είναι διαθέσιμος κατά τη διάρκεια αυτής της συνεδρίας.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Ένα συνδεδεμένο gamepad δεν έχει χαρτογράφηση και δεν μπορεί να χρησιμοποιηθεί. Επισκεφτείτε τη βοήθεια του Moonlight για να το επιλύσετε.</translation>
|
<translation>Ένα συνδεδεμένο gamepad δεν έχει χαρτογράφηση και δεν μπορεί να χρησιμοποιηθεί. Επισκεφτείτε τη βοήθεια του Moonlight για να το επιλύσετε.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Η κάρτα γραφικών του κεντρικού υπολογιστή σας δεν υποστηρίζει αναλύσεις βίντεο ροής πάνω από 4K.</translation>
|
<translation>Η κάρτα γραφικών του κεντρικού υπολογιστή σας δεν υποστηρίζει αναλύσεις βίντεο ροής πάνω από 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Η επιλογή σας για επιβολή αποκωδικοποίησης υλικού δεν μπορεί να ικανοποιηθεί λόγω έλλειψης υποστήριξης αποκωδικοποίησης υλικού στη κάρτα γραφικών αυτού του υπολογιστή.</translation>
|
<translation>Η επιλογή σας για επιβολή αποκωδικοποίησης υλικού δεν μπορεί να ικανοποιηθεί λόγω έλλειψης υποστήριξης αποκωδικοποίησης υλικού στη κάρτα γραφικών αυτού του υπολογιστή.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>Η επιλογή κωδικοποιητή και η αναγκαστική αποκωδικοποίηση υλικού δεν είναι συμβατές. Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση του κωδικοποιητή που έχετε επιλέξει.</translation>
|
<translation>Η επιλογή κωδικοποιητή και η αναγκαστική αποκωδικοποίηση υλικού δεν είναι συμβατές. Η κάρτα γραφικών αυτού του υπολογιστή δεν υποστηρίζει την αποκωδικοποίηση του κωδικοποιητή που έχετε επιλέξει.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>Αδυναμία αρχικοποίησης του αποκωδικοποιητή βίντεο. Ελέγξτε τις ρυθμίσεις ροής και δοκιμάστε ξανά.</translation>
|
<translation>Αδυναμία αρχικοποίησης του αποκωδικοποιητή βίντεο. Ελέγξτε τις ρυθμίσεις ροής και δοκιμάστε ξανά.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -904,12 +900,12 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -922,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1161,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../gui/SettingsView.qml" line="1659"/>
|
|
||||||
<source>Enable YUV 4:4:4 (Experimental)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+47
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Jes</translation>
|
<translation>&Jes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Ne</translation>
|
<translation>&Ne</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Bone</translation>
|
<translation>Bone</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Helpo</translation>
|
<translation>Helpo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Nuligi</translation>
|
<translation>Nuligi</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Erarkodo: %1</translation>
|
<translation>Erarkodo: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,12 +899,13 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -66,7 +66,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/CliPair.qml" line="12"/>
|
<location filename="../gui/CliPair.qml" line="12"/>
|
||||||
<source>Pairing... Please enter '%1' on %2.</source>
|
<source>Pairing... Please enter '%1' on %2.</source>
|
||||||
<translation>Emparejando... Introduce '1%' en %2.</translation>
|
<translation>Emparejando... Introduce '%1' en %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/CliPair.qml" line="81"/>
|
<location filename="../gui/CliPair.qml" line="81"/>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Falta el dispositivo de captura de audio. La reinstalación de GeForce Experience debería resolver este error.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Sí</translation>
|
<translation>&Sí</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&No</translation>
|
<translation>&No</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Aceptar</translation>
|
<translation>Aceptar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Ayuda</translation>
|
<translation>Ayuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Cancelar</translation>
|
<translation>Cancelar</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Código de error: %1</translation>
|
<translation>Código de error: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>La selección de activar el modo de ratón de escritorio remoto puede causar problemas en los juegos.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR no es compatible con la decodificación por software.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>El host de tu PC no soporta la codificación HEVC.</translation>
|
<translation>El host de tu PC no soporta la codificación HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>El software host o la GPU no admiten la codificación AV1.</translation>
|
<translation>El software host o la GPU no admiten la codificación AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>El host de tu PC no es compatible con HDR.</translation>
|
<translation>El host de tu PC no es compatible con HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR no es compatible con el códec H.264.</translation>
|
<translation>HDR no es compatible con el códec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>El host de tu PC y tu servidor no admiten los mismos códecs de video en HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Las resoluciones de video superiores a 4K no son compatibles con el códec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>El host devuelve el error: %1</translation>
|
<translation>El host devuelve el error: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Su GPU cliente no soporta la decodificación H.264. Esto puede causar un bajo rendimiento de la transmisión.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>La GPU de este PC no es compatible con la decodificación HEVC Main10 para la transmisión de HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>El host de tu ordenador no admite la transmisión YUV 4:4:4.</translation>
|
<translation>El host de tu ordenador no admite la transmisión YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<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>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Se requiere GeForce Experience 3.0 o superior para la transmisión en 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>La configuración de sonido envolvente seleccionada no es compatible con el dispositivo de audio actual.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>No se ha podido abrir el dispositivo de audio. El audio no estará disponible durante esta sesión.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<translation>Un mando conectado no tiene mapeo y no será utilizable. Visita la ayuda de Moonlight para resolver esto.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>La GPU de su PC anfitrión no admite la transmisión de resoluciones de vídeo superiores a 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<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>
|
</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>
|
<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>
|
<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>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">Habilitar el HDR anula las selecciones manuales del decodificador.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (Experimental)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Activar HDR (Experimental)</translation>
|
<translation>Activar HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>La transmisión HDR no esta soportada en este PC.</translation>
|
<translation>La transmisión HDR no esta soportada en este PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+50
-50
@@ -159,7 +159,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||||
<source>Local Address: %1</source>
|
<source>Local Address: %1</source>
|
||||||
<translation>Lokaalne Aadress: 1%</translation>
|
<translation>Lokaalne Aadress: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+47
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Dispositif de capture audio manquant. Réinstaller GeForce Experience devrait résoudre cette erreur.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Oui</translation>
|
<translation>&Oui</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Non</translation>
|
<translation>&Non</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Aide</translation>
|
<translation>Aide</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Annuler</translation>
|
<translation>Annuler</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Code d'erreur : %1</translation>
|
<translation>Code d'erreur : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'est pas supportée par cette version de Moonlight. Vous devez mettre à jour Moonlight pour streamer depuis %1.</translation>
|
<translation>La version de GeForce Experience sur %1 n'est pas supportée par cette version de Moonlight. Vous devez mettre à jour Moonlight pour streamer depuis %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Le mode souris pour bureau à distance que vous avez activé peut causer des problèmes dans les jeux.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">Le HDR n'est pas pris en charge par le décodeur logiciel.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Vos réglages pour forcer le décodage logiciel peuvent causer de mauvaises performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Votre PC hôte ne prend pas en charge l'encodage HEVC.</translation>
|
<translation>Votre PC hôte ne prend pas en charge l'encodage HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 dû à votre sélection pour forcer le codec HEVC sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
<translation>Utilisation du décodage logiciel dû à votre sélection pour forcer le codec HEVC sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Votre logiciel hôte ou GPU ne prend pas en charge l'encodage du AV1.</translation>
|
<translation>Votre logiciel hôte ou GPU ne prend pas en charge l'encodage du AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'utilisation du codec AV1 sans prise en charge GPU. Ceci peut causer des problèmes de performances.</translation>
|
<translation>Utilisation du décodage logiciel en raison de votre sélection de forcer l'utilisation du codec AV1 sans prise en charge GPU. Ceci peut causer des problèmes de performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Votre PC hôte ne prend pas en charge le streaming HDR.</translation>
|
<translation>Votre PC hôte ne prend pas en charge le streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR n'est pas pris en charge avec le codec H.264.</translation>
|
<translation>HDR n'est pas pris en charge avec le codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Le GPU de ce PC ne prend pas en charge le décodage AV1 Main 10 pour le streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Votre PC hôte et votre PC client ne prennent pas en charge les mêmes codecs vidéo HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Les résolutions vidéo supérieures à la 4K ne sont pas prises en charge par le codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>L'hôte a renvoyé une erreur : %1</translation>
|
<translation>L'hôte a renvoyé une erreur : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'utilisation du H.264 sans support matériel du GPU. Ceci peut causer des problèmes de performances.</translation>
|
<translation>Le décodage logiciel est utilisé car vous voulez forcer l'utilisation du H.264 sans support matériel du GPU. Ceci peut causer des problèmes de performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 dû à votre sélection de forcer le HDR sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
<translation>Utilisation du décodage logiciel dû à votre sélection de forcer le HDR sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Le GPU de ce PC ne prend pas en charge le décodage du HEVC Main10 pour le streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Votre PC hôte ne supporte pas le streaming en YUV 4:4:4.</translation>
|
<translation>Votre PC hôte ne supporte pas le streaming en YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Votre PC hôte ne supporte pas le streaming en YUV 4:4:4 pour le codec sélectionné.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 dû à votre sélection pour forcer le YUV 4:4:4 sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
<translation>Utilisation du décodage logiciel dû à votre sélection pour forcer le YUV 4:4:4 sans support GPU. Ceci peut causer des problèmes de performances.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Le GPU de ce PC ne supporte pas le décodage YUV 4:4:4 pour le codec sélectionné.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GeForce Experience 3.0 ou ultérieur est requis pour le streaming 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'est pas pris en charge par le périphérique audio actuel.</translation>
|
<translation>Le réglage du son surround que vous avez sélectionné n'est pas pris en charge par le périphérique audio actuel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>L'ouverture de l'appareil audio à échoué. L'audio ne sera pas disponible pendant cette session.</translation>
|
<translation>L'ouverture de l'appareil audio à échoué. L'audio ne sera pas disponible pendant cette session.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Une manette de jeu attachée n'a pas été configurée et ne sera pas utilisable. Visitez l'aide Moonlight pour résoudre ce problème.</translation>
|
<translation>Une manette de jeu attachée n'a pas été configurée et ne sera pas utilisable. Visitez l'aide Moonlight pour résoudre ce problème.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<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>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Impossible de forcer l'utilisation du décodage matériel car le GPU de cet ordinateur ne supporte pas le décodage matériel.</translation>
|
<translation>Impossible de forcer l'utilisation du décodage matériel car le GPU de cet ordinateur ne supporte pas le décodage matériel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>Impossible d'initialiser le décodeur vidéo. Veuillez vérifier vos paramètres de streaming et réessayez.</translation>
|
<translation>Impossible d'initialiser le décodeur vidéo. Veuillez vérifier vos paramètres de streaming et réessayez.</translation>
|
||||||
</message>
|
</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>
|
<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'hôte, même si aucune manette de jeu n'est réellement connectée à ce PC.</translation>
|
<translation>Force une seule manette de jeu à toujours rester connectée à l'hôte, même si aucune manette de jeu n'est réellement connectée à ce PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (expérimental)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Activer le HDR (expérimental)</translation>
|
<translation>Activer le HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -1019,6 +1011,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Le streaming en HDR n'est pas supporté sur ce PC.</translation>
|
<translation>Le streaming en HDR n'est pas supporté sur ce PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+49
-49
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+52
-52
@@ -38,7 +38,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/AppView.qml" line="326"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/AppView.qml" line="326"/>
|
<location filename="../gui/AppView.qml" line="326"/>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/AppView.qml" line="354"/>
|
<location filename="../gui/AppView.qml" line="354"/>
|
||||||
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
||||||
<translation>क्या आप वाकई% 1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
<translation>क्या आप वाकई %1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/CliStartStreamSegue.qml" line="78"/>
|
<location filename="../gui/CliStartStreamSegue.qml" line="78"/>
|
||||||
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
<source>Are you sure you want to quit %1? Any unsaved progress will be lost.</source>
|
||||||
<translation>क्या आप वाकई% 1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
<translation>क्या आप वाकई %1 छोड़ना चाहते हैं? कोई भी सहेजी नहीं गई प्रगति खो जाएगी।</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>ऑडियो कैप्चर डिवाइस नहीं है। कृपया GeForce Experience हटा के फिर से डालें ।</translation>
|
<translation>ऑडियो कैप्चर डिवाइस नहीं है। कृपया GeForce Experience हटा के फिर से डालें ।</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<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>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Igen</translation>
|
<translation>&Igen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nem</translation>
|
<translation>&Nem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Súgó</translation>
|
<translation>Súgó</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Mégse</translation>
|
<translation>Mégse</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -493,76 +493,72 @@
|
|||||||
<translation>A kapcsolat megszakadt</translation>
|
<translation>A kapcsolat megszakadt</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>A távoli asztali egér mód bekapcsolása problémákat okozhat játék közben.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">A HDR nem támogatott szoftveres dekódolással.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>A szoftveres dekódolás erőltetése rontja a streamelés teljesítményét.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>A gazdagép nem támogatja a HEVC kódolást.</translation>
|
<translation>A gazdagép nem támogatja a HEVC kódolást.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>A gazdagépen futó szoftver vagy a GPU nem támogatja az AV1 kódolást.</translation>
|
<translation>A gazdagépen futó szoftver vagy a GPU nem támogatja az AV1 kódolást.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>A gazdagép nem támogatja a HDR streamelést.</translation>
|
<translation>A gazdagép nem támogatja a HDR streamelést.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>A HDR nem támogatott H.264 kodek használata esetén.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>A gazdagép és a kliensgép nem támogatja ugyanazokat a HDR videokodekeket.</translation>
|
<translation>A gazdagép és a kliensgép nem támogatja ugyanazokat a HDR videokodekeket.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>A H.264 kodek nem támogatja a 4K fölötti videofelbontásokat.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>A gazdagép hibát küldött vissza: %1</translation>
|
<translation>A gazdagép hibát küldött vissza: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -582,88 +578,88 @@
|
|||||||
<translation>Hibakód: %1</translation>
|
<translation>Hibakód: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>A gazdagép nem támogatja a YUV 4:4:4 streamelést.</translation>
|
<translation>A gazdagép nem támogatja a YUV 4:4:4 streamelést.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>A gazdagép nem támogatja a YUV 4:4:4 streamelést a kiválasztott kodek esetén.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>A 4K streameléshez GeForce Experience 3.0 vagy újabb szükséges.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Az aktuális hangkártya nem támogatja a kiválasztott térhatású beállítást.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Nem sikerült megnyitni a hangeszközt. A munkamenet alatt nem lesz hang.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<translation>A csatlakoztatott gamepad nincs konfigurálva, így nem használható. A megoldáshoz keresd fel a Moonlight súgót.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>A gazdagép GPU-ja nem támogatja a 4K fölötti videofelbontás streamelését.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<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>
|
</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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">A HDR engedélyezése felülírja a manuális dekóder kiválasztását.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR engedélyezése (Kísérleti)</translation>
|
<translation>HDR engedélyezése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<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>
|
<translation>A HDR streamelés nem támogatott ezen a számítógépen.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Dispositivo di cattura audio mancante. Installare nuovamente GeForce Experience dovrebbe risolvere il problema.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Sì</translation>
|
<translation>&Sì</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&No</translation>
|
<translation>&No</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Aiuto</translation>
|
<translation>Aiuto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Annulla</translation>
|
<translation>Annulla</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Codice di errore: %1</translation>
|
<translation>Codice di errore: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>La tua selezione di modalità del mouse su desktop remoto potrebbe provocare problemi nei giochi.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">La decodifica software non supporta HDR.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>La selezione per forzare la decodifica software potrebbe provocare basse performance con lo streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Il tuo PC host non supporta la codifica HEVC.</translation>
|
<translation>Il tuo PC host non supporta la codifica HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'uso forzato di HEVC senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
|
<translation>Decodifica software in uso per la selezione dell'uso forzato di HEVC senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Il software host o GPU non supporta la codifica AV1.</translation>
|
<translation>Il software host o GPU non supporta la codifica AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'uso forzato dell'AV1 senza il supporto GPU. Questo può causare prestazioni di streaming scarse.</translation>
|
<translation>Decodifica software in uso a causa della selezione dell'uso forzato dell'AV1 senza il supporto GPU. Questo può causare prestazioni di streaming scarse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Il PC host non supporta lo streaming HDR.</translation>
|
<translation>Il PC host non supporta lo streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR non è supportato utilizzando il codec H.264.</translation>
|
<translation>HDR non è supportato utilizzando il codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>La GPU di questo PC non supporta la decodifica AV1 Main10 per lo streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>La GPU di questo PC non supporta la decodifica HEVC a 10 bit o AV1 per lo streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Il PC host e il PC client non supportano gli stessi codec video HDR.</translation>
|
<translation>Il PC host e il PC client non supportano gli stessi codec video HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Le risoluzioni video oltre il 4K non sono supportate dal codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>L'host ha restituito un errore: %</translation>
|
<translation>L'host ha restituito un errore: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'uso forzato di H.264 senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
|
<translation>Decodifica software in uso per la selezione dell'uso forzato di H.264 senza supporto GPU. Questo potrebbe provocare performance scadenti di streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>La tua scheda video non supporta la decodifica H.264. Questo potrebbe provocare performance scadenti di streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>La scheda video di questo PC non supporta la decodifica HEVC Main10 per lo streaming in HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Il tuo PC host non supporta lo streaming YUV 4:4:4.</translation>
|
<translation>Il tuo PC host non supporta lo streaming YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Il tuo pc host non supporta lo streaming YUV 4:4:4 per il codec video selezionato.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>La GPU di questo PC non supporta il decoding YUV 4:4:4 per il codec video selezionato.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Per lo streaming in 4K è richiesta GeForce Experience 3.0 o superiore.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Il tipo di surround selezionato non è supportato dal dispositivo audio attuale.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'audio.</translation>
|
<translation>Impossibile aprire il dispositivo audio. Per questa sessione non sarà disponibile l'audio.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Un controller connesso non ha mappatura e non sarà utilizzabile. Visita l'aiuto di Moonlight per risolvere.</translation>
|
<translation>Un controller connesso non ha mappatura e non sarà utilizzabile. Visita l'aiuto di Moonlight per risolvere.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>La scheda video del tuo PC host non supporta lo streaming di risoluzioni video oltre i 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Impossibile inizializzare il decoder video. Controlla le impostazioni di streaming e prova di nuovo.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<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>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">L'abilitazione dell'HDR sostituisce le selezioni manuali del decodificatore.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (Sperimentale)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Abilita HDR (Sperimentale)</translation>
|
<translation>Abilita HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Lo streaming HDR non è supportata su questo PC.</translation>
|
<translation>Lo streaming HDR non è supportata su questo PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+50
-58
@@ -184,7 +184,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="81"/>
|
<location filename="../gui/computermodel.cpp" line="81"/>
|
||||||
<source>Pair State: %1</source>
|
<source>Pair State: %1</source>
|
||||||
<translation>ペア状況</translation>
|
<translation>ペア状況: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||||
<source>HTTPS Port: %1</source>
|
<source>HTTPS Port: %1</source>
|
||||||
<translation>HTTPSポート</translation>
|
<translation>HTTPSポート: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>オーディオキャプチャーデバイスがありません。GeForce Experienceを再インストールすることでこのエラーが解決されます。</translation>
|
<translation>オーディオキャプチャーデバイスがありません。GeForce Experienceを再インストールすることでこのエラーが解決されます。</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>はい(&Y)</translation>
|
<translation>はい(&Y)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>いいえ(&N)</translation>
|
<translation>いいえ(&N)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>ヘルプ</translation>
|
<translation>ヘルプ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>キャンセル</translation>
|
<translation>キャンセル</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>エラーコード: %1</translation>
|
<translation>エラーコード: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>%1のGeForce Experienceのバージョンは、このビルドのMoonlightではサポートされていません。%1からストリーミングするには、Moonlightをアップデートする必要があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>リモートデスクトップマウスモードを有効にすると、ゲームで問題が発生する場合があります。</translation>
|
<translation>リモートデスクトップマウスモードを有効にすると、ゲームで問題が発生する場合があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">ソフトウェアデコードではHDRに対応していません。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>ソフトウェアデコードを強制する設定になっていると、ストリーミングのパフォーマンスが低下する場合があります。</translation>
|
<translation>ソフトウェアデコードを強制する設定になっていると、ストリーミングのパフォーマンスが低下する場合があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>ホストPCがHEVCエンコーディングをサポートしていません。</translation>
|
<translation>ホストPCがHEVCエンコーディングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GPUをサポートしていないHEVCを強制する設定を選択したため、ソフトウェアデコーディングを使用しています。これによってストリーミングパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>ホストソフトウェアまたはGPUがAV1エンコーディングをサポートしていません。</translation>
|
<translation>ホストソフトウェアまたはGPUがAV1エンコーディングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GPUサポートなしでAV1を強制する選択をしたため、ソフトウェアデコーディングを使用しています。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>ホストPCがHDRストリーミングをサポートしていません。</translation>
|
<translation>ホストPCがHDRストリーミングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDRはH.264コーデックでは対応していません。</translation>
|
<translation>HDRはH.264コーデックでは対応していません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>このPCのGPUはHDRストリーミング用のAV1 Main10デコーディングをサポートしていません。</translation>
|
<translation>このPCのGPUはHDRストリーミング用のAV1 Main10デコーディングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>このPCのGPUはHDRストリーミング用の10ビットHEVCまたはAV1デコーディングをサポートしていません。</translation>
|
<translation>このPCのGPUはHDRストリーミング用の10ビットHEVCまたはAV1デコーディングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>ホストPCとクライアントPCが同じHDRビデオコーデックをサポートしていません。</translation>
|
<translation>ホストPCとクライアントPCが同じHDRビデオコーデックをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>4Kを超えるビデオ解像度はH.264コーデックではサポートされていません。</translation>
|
<translation>4Kを超えるビデオ解像度はH.264コーデックではサポートされていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>ホストがエラーを返しました:%1</translation>
|
<translation>ホストがエラーを返しました:%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GPUサポートなしでH.264を強制する選択をしたため、ソフトウェアデコーディングを使用しています。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>ホストPCとクライアントPCが同じビデオコーデックをサポートしていません。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
<translation>ホストPCとクライアントPCが同じビデオコーデックをサポートしていません。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>クライアントのGPUがH.264デコーディングをサポートしていません。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
<translation>クライアントのGPUがH.264デコーディングをサポートしていません。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<translation>GPUサポートなしでHDRを強制する選択をしたため、ソフトウェアデコーディングを使用しています。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>このPCのGPUはHDRストリーミングのHEVC Main10デコーディングに対応していません。</translation>
|
<translation>このPCのGPUはHDRストリーミングのHEVC Main10デコーディングに対応していません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>ホストPCがYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
<translation>ホストPCがYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>ホストPCが選択されたビデオコーデックでのYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
<translation>ホストPCが選択されたビデオコーデックでのYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GPUサポートなしでYUV 4:4:4を強制する選択をしたため、ソフトウェアデコーディングを使用しています。これによりストリーミングのパフォーマンスが低下する可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>このPCのGPUは選択されたビデオコーデックでのYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
<translation>このPCのGPUは選択されたビデオコーデックでのYUV 4:4:4ストリーミングをサポートしていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>4KストリーミングにはGeForce Experience 3.0以降が必要です。</translation>
|
<translation>4KストリーミングにはGeForce Experience 3.0以降が必要です。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>選択したサラウンド音声設定は現在のオーディオデバイスに対応していません。</translation>
|
<translation>選択したサラウンド音声設定は現在のオーディオデバイスに対応していません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>オーディオデバイスのオープンに失敗しました。このセッションでは音声は利用できません。</translation>
|
<translation>オーディオデバイスのオープンに失敗しました。このセッションでは音声は利用できません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>接続されたゲームパッドはマッピングされていないため、使用できません。この問題を解決するには、Moonlightのヘルプをご覧ください。</translation>
|
<translation>接続されたゲームパッドはマッピングされていないため、使用できません。この問題を解決するには、Moonlightのヘルプをご覧ください。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>ホストPCのGPUは4Kを超えるビデオ解像度でのストリーミングに対応していません。</translation>
|
<translation>ホストPCのGPUは4Kを超えるビデオ解像度でのストリーミングに対応していません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>このPCのGPUはハードウェアデコードに対応していないため、ハードウェアデコードを強制するという選択を満たすことができません。</translation>
|
<translation>このPCのGPUはハードウェアデコードに対応していないため、ハードウェアデコードを強制するという選択を満たすことができません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>選択したコーデックとハードウェアデコードを強制する設定には互換性がありません。このPCのGPUは、選択したコーデックのデコードに対応していません。</translation>
|
<translation>選択したコーデックとハードウェアデコードを強制する設定には互換性がありません。このPCのGPUは、選択したコーデックのデコードに対応していません。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>ビデオデコーダを初期化できませんでした。ストリーミングの設定を確認して再度お試しください。</translation>
|
<translation>ビデオデコーダを初期化できませんでした。ストリーミングの設定を確認して再度お試しください。</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>注: GeForce Experienceのバグにより、ホストPCにマルチモニターがある場合、このオプションは正しく動作しない可能性があります。</translation>
|
<translation>注: GeForce Experienceのバグにより、ホストPCにマルチモニターがある場合、このオプションは正しく動作しない可能性があります。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">HDR を有効にすると、手動で選択したデコーダーが上書きされます。</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDRを有効にする(実験的)</translation>
|
<translation>HDRを有効にする</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>このPCではHDRストリーミングはサポートされていません。</translation>
|
<translation>このPCではHDRストリーミングはサポートされていません。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>YUV 4:4:4を有効にする</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>오디오 캡처 장치가 없습니다. GeForce Experience를 다시 설치하면 이 오류가 해결됩니다.</translation>
|
<translation>오디오 캡처 장치가 없습니다. GeForce Experience를 다시 설치하면 이 오류가 해결됩니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>예(&Y)</translation>
|
<translation>예(&Y)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>아니요(&N)</translation>
|
<translation>아니요(&N)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>확인</translation>
|
<translation>확인</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>도움말</translation>
|
<translation>도움말</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>취소</translation>
|
<translation>취소</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>에러 코드: %1</translation>
|
<translation>에러 코드: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>%1의 GeForce Experience 버전은 이 빌드의 Moonlight에서 지원되지 않습니다. %1에서 스트리밍하려면 Moonlight를 업데이트 해야 합니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>원격 데스크톱 마우스 모드를 활성화하도록 선택하면 게임에서 문제가 발생할 수 있습니다.</translation>
|
<translation>원격 데스크톱 마우스 모드를 활성화하도록 선택하면 게임에서 문제가 발생할 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR는 소프트웨어 디코딩에서 지원되지 않습니다.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>소프트웨어 디코딩을 강제하도록 선택하면 스트리밍 성능이 저하 될 수 있습니다.</translation>
|
<translation>소프트웨어 디코딩을 강제하도록 선택하면 스트리밍 성능이 저하 될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>호스트 PC가 HEVC 인코딩을 지원하지 않습니다.</translation>
|
<translation>호스트 PC가 HEVC 인코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>HEVC 사용을 강제하도록 선택하였으나 GPU 미지원으로 인해 소프트웨어 디코딩을 사용 중입니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>호스트 소프트웨어 또는 GPU가 AV1 인코딩을 지원하지 않습니다.</translation>
|
<translation>호스트 소프트웨어 또는 GPU가 AV1 인코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>AV1 사용을 강제하도록 선택하였으나 GPU 미지원으로 인해 소프트웨어 디코딩을 사용 중입니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>호스트 PC가 HDR 스트리밍을 지원하지 않습니다.</translation>
|
<translation>호스트 PC가 HDR 스트리밍을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR는 H.264 코덱 사용 시 지원되지 않습니다.</translation>
|
<translation>HDR는 H.264 코덱 사용 시 지원되지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 AV1 Main10 디코딩을 지원하지 않습니다.</translation>
|
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 AV1 Main10 디코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 10-bit HEVC 또는 AV1 디코딩을 지원하지 않습니다.</translation>
|
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 10-bit HEVC 또는 AV1 디코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>호스트 PC와 클라이언트 PC는 동일한 HDR 비디오 코덱을 지원하지 않습니다.</translation>
|
<translation>호스트 PC와 클라이언트 PC는 동일한 HDR 비디오 코덱을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>4K 이상의 비디오 해상도는 H.264 코덱에서 지원하지 않습니다.</translation>
|
<translation>4K 이상의 비디오 해상도는 H.264 코덱에서 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>호스트가 오류를 반환하였습니다: %1</translation>
|
<translation>호스트가 오류를 반환하였습니다: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>H.264 사용을 강제하도록 선택하였으나 GPU 미지원으로 인해 소프트웨어 디코딩을 사용 중입니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>호스트 PC와 클라이언트 PC가 동일한 비디오 코덱을 지원하지 않습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
<translation>호스트 PC와 클라이언트 PC가 동일한 비디오 코덱을 지원하지 않습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>클라이언트 GPU가 H.264 디코딩을 지원하지 않습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
<translation>클라이언트 GPU가 H.264 디코딩을 지원하지 않습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<translation>GPU 지원 없이 HDR을 강제로 사용하도록 선택했기 때문에 소프트웨어 디코딩을 사용하고 있습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 HEVC Main10 디코딩을 지원하지 않습니다.</translation>
|
<translation>이 PC의 GPU는 HDR 스트리밍을 위한 HEVC Main10 디코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>호스트 PC가 YUV 4:4:4 스트리밍을 지원하지 않습니다.</translation>
|
<translation>호스트 PC가 YUV 4:4:4 스트리밍을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>호스트 PC가 선택한 비디오 코덱에 대해 YUV 4:4:4 스트리밍을 지원하지 않습니다.</translation>
|
<translation>호스트 PC가 선택한 비디오 코덱에 대해 YUV 4:4:4 스트리밍을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GPU 지원 없이 YUV 4:4:4를 강제로 사용하도록 설정하여 소프트웨어 디코딩을 사용하고 있습니다. 이로 인해 스트리밍 성능이 저하될 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>이 PC의 GPU는 선택된 비디오 코덱에 대한 YUV 4:4:4 디코딩을 지원하지 않습니다.</translation>
|
<translation>이 PC의 GPU는 선택된 비디오 코덱에 대한 YUV 4:4:4 디코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>4K 스트리밍에는 GeForce Experience 3.0 이상이 필요합니다.</translation>
|
<translation>4K 스트리밍에는 GeForce Experience 3.0 이상이 필요합니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>선택한 서라운드 사운드 설정은 현재 오디오 장치에서 지원되지 않습니다.</translation>
|
<translation>선택한 서라운드 사운드 설정은 현재 오디오 장치에서 지원되지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>오디오 장치를 열지 못했습니다. 이 세션에서는 오디오를 사용할 수 없습니다.</translation>
|
<translation>오디오 장치를 열지 못했습니다. 이 세션에서는 오디오를 사용할 수 없습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>연결된 게임 패드에 매핑이 없으며 사용할 수 없습니다. 이 문제를 해결하려면 Moonlight 도움말을 방문하십시오.</translation>
|
<translation>연결된 게임 패드에 매핑이 없으며 사용할 수 없습니다. 이 문제를 해결하려면 Moonlight 도움말을 방문하십시오.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>호스트 PC의 GPU가 4K 이상의 비디오 해상도 스트리밍을 지원하지 않습니다.</translation>
|
<translation>호스트 PC의 GPU가 4K 이상의 비디오 해상도 스트리밍을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>이 PC의 GPU가 하드웨어 디코딩을 지원하지 않아 하드웨어 디코딩을 강제하도록 선택하였으나 지원되지 않습니다.</translation>
|
<translation>이 PC의 GPU가 하드웨어 디코딩을 지원하지 않아 하드웨어 디코딩을 강제하도록 선택하였으나 지원되지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>선택한 코덱과 하드웨어 디코딩을 강제하도록 선택한 설정이 호환되지 않습니다. 이 PC의 GPU는 선택한 코덱의 디코딩을 지원하지 않습니다.</translation>
|
<translation>선택한 코덱과 하드웨어 디코딩을 강제하도록 선택한 설정이 호환되지 않습니다. 이 PC의 GPU는 선택한 코덱의 디코딩을 지원하지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>비디오 디코더를 초기화 할 수 없습니다. 스트리밍 설정을 확인하고 다시 시도하십시오.</translation>
|
<translation>비디오 디코더를 초기화 할 수 없습니다. 스트리밍 설정을 확인하고 다시 시도하십시오.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>참고: GeForce Experience의 버그로 인해 호스트 PC에 다중 모니터가 있는 경우 이 옵션이 제대로 작동하지 않을 수 있습니다.</translation>
|
<translation>참고: GeForce Experience의 버그로 인해 호스트 PC에 다중 모니터가 있는 경우 이 옵션이 제대로 작동하지 않을 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">HDR을 활성화하면 지정된 디코더 선택이 무시됩니다.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR 활성화 (실험용)</translation>
|
<translation>HDR 활성화</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>이 PC에서는 HDR 스트리밍이 지원되지 않습니다.</translation>
|
<translation>이 PC에서는 HDR 스트리밍이 지원되지 않습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>YUV 4:4:4 활성화</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+49
-49
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Trūksta garso įrašymo įrenginio. Pabandykite iš naujo parsiųsti GeForce Experience.</translation>
|
<translation>Trūksta garso įrašymo įrenginio. Pabandykite iš naujo parsiųsti GeForce Experience.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Taip</translation>
|
<translation>&Taip</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Ne</translation>
|
<translation>&Ne</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Gerai</translation>
|
<translation>Gerai</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Pagalba</translation>
|
<translation>Pagalba</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Atšaukti</translation>
|
<translation>Atšaukti</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation>Klaidos kodas: %1</translation>
|
<translation>Klaidos kodas: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 iš %1, turite atnaujinti Moonlight.</translation>
|
<translation>Jūsų Moonlight nepalaiko %1 GeForce Experience versijos. Norėdami transliuoti iš %1, turite atnaujinti Moonlight.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Jūsų pasirinkimas įjungti nuotolinio darbastalio pėlę gali sukelti problemų žaidimuose.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+47
-51
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Mangler lydopptaksenhet. Reinstallasjon av GeForce Experience bør løse dette problemet.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>Ja</translation>
|
<translation>Ja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nei</translation>
|
<translation>&Nei</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Hjelp</translation>
|
<translation>Hjelp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Avbryt</translation>
|
<translation>Avbryt</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Feilkode: %1</translation>
|
<translation>Feilkode: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på %1 støttes ikke av denne byggversjonen av Moonlight. Du må oppdatere Moonlight for å strømme fra %1.</translation>
|
<translation>Versjonen av GeForce Experience på %1 støttes ikke av denne byggversjonen av Moonlight. Du må oppdatere Moonlight for å strømme fra %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Din aktivering av musemodus for eksternt skrivebord kan forårsake problemer i spill.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR er ikke støttet med mykvaredekoding.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Din aktivering av tvungen programvaredekoding kan forårsake dårlig strømmeytelse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Din verts-PC støtter ikke HEVC-koding.</translation>
|
<translation>Din verts-PC støtter ikke HEVC-koding.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Din verts programvare eller GPU støtter ikke AV1-koding.</translation>
|
<translation>Din verts programvare eller GPU støtter ikke AV1-koding.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Din verts-PC støtter ikke HDR-strømming.</translation>
|
<translation>Din verts-PC støtter ikke HDR-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR er ikke støttet når H.264-kodeken brukes.</translation>
|
<translation>HDR er ikke støttet når H.264-kodeken brukes.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denne PCens GPU støtter ikke dekoding av AV1 Main10 for HDR-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denne PCens GPU støtter ikke dekoding av 10-biters HEVC eller AV1 for HDR-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Verts-PCen og klient-PCen støtter ikke de samme HDR-videokodekene.</translation>
|
<translation>Verts-PCen og klient-PCen støtter ikke de samme HDR-videokodekene.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Videooppløsning over 4K støttes ikke av H.264-kodeken.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Verten returnerte feil: %1</translation>
|
<translation>Verten returnerte feil: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Verts-PCen og klient-PCen støtter ikke de samme videokodekene. Dette kan forårsake dårlig strømmeytelse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Din klients GPU støtter ikke H.264-dekoding. Dette kan forårsake dårlig strømmeytelse.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denne PCens GPU støtter ikke dekoding av HEVC Main10 for HDR-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Din verts-PC støtter ikke YUV 4:4:4-strømming.</translation>
|
<translation>Din verts-PC støtter ikke YUV 4:4:4-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Din verts-PC støtter ikke YUV 4:4:4-strømming for valgte videokodek.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denne PCens GPU støtter ikke YUV 4:4:4-strømming for valgte videokodek.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GeForce Experience 3.0 eller senere kreves for 4K-strømming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>Din valgte surroundlydinnstilling støttes ikke på nåværende lydenhet.</translation>
|
<translation>Din valgte surroundlydinnstilling støttes ikke på nåværende lydenhet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Kunne ikke åpne lydenhet. Lyd vil være utilgjengelig under denne økten.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<translation>En tilknyttet spillkontroller har ingen tastetilknytninger og vil ikke kunne brukes. Besøk Moonlight-hjelpen for å løse dette.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Verts-PCen sin GPU støtter ikke strømming av videooppløsninger over 4K.</translation>
|
<translation>Verts-PCen sin GPU støtter ikke strømming av videooppløsninger over 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Din aktivering av tvungen maskingvaredekoding har ingen innvirkning siden det ikke støttes av denne PCens GPU.</translation>
|
<translation>Din aktivering av tvungen maskingvaredekoding har ingen innvirkning siden det ikke støttes av denne PCens GPU.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Kunne ikke starte videodekoder. Sjekk strømmeinnstillingene dine og prøv igjen.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -904,13 +900,13 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (eksperimentell)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Aktiver HDR (eksperimentell)</translation>
|
<translation>Aktiver HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -922,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>HDR-strømming støttes ikke på denne PCen.</translation>
|
<translation>HDR-strømming støttes ikke på denne PCen.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1161,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+47
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Audio opname apparaat ontbreekt. Installeer GeForce Experience opnieuw om dit probleem op te lossen.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Ja</translation>
|
<translation>&Ja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nee</translation>
|
<translation>&Nee</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Oké</translation>
|
<translation>Oké</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Hulp</translation>
|
<translation>Hulp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Annuleren</translation>
|
<translation>Annuleren</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Foutcode: %1</translation>
|
<translation>Foutcode: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Je keuze om remote desktop muis modus te gebruiken kan problemen veroorzaken in games.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR wordt niet ondersteund door software decoding.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Je instelling om software decoding te forceren kan slechte prestaties veroorzaken.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Uw host-PC ondersteunt coderen met HEVC niet.</translation>
|
<translation>Uw host-PC ondersteunt coderen met HEVC niet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Er wordt softwaredecodering gebruikt vanwege uw keuze om HEVC te forceren zonder GPU-ondersteuning. Dit kan leiden tot slechte streamingprestaties.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>De software of GPU van uw host ondersteunt het coderen van AV1 niet.</translation>
|
<translation>De software of GPU van uw host ondersteunt het coderen van AV1 niet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Er wordt softwaredecodering gebruikt omdat u AV1 zonder GPU-ondersteuning hebt geforceerd. Dit kan leiden tot slechte streamingprestaties.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Uw host-PC ondersteunt geen HDR-streaming.</translation>
|
<translation>Uw host-PC ondersteunt geen HDR-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR wordt niet ondersteund met de H.264-codec.</translation>
|
<translation>HDR wordt niet ondersteund met de H.264-codec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>De GPU van deze PC ondersteunt geen AV1 Main10-decodering voor HDR-streaming.</translation>
|
<translation>De GPU van deze PC ondersteunt geen AV1 Main10-decodering voor HDR-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>De GPU van deze PC ondersteunt geen 10-bits HEVC- of AV1-decodering voor HDR-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Uw host-PC en client-PC ondersteunen niet dezelfde HDR-videocodecs.</translation>
|
<translation>Uw host-PC en client-PC ondersteunen niet dezelfde HDR-videocodecs.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Videoresoluties boven 4K worden niet ondersteund door de H.264-codec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Host gaf fout terug: %1</translation>
|
<translation>Host gaf fout terug: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Gebruik maken van software decodering door selectie om H.264 te forceren zonder GPU ondersteuning. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Uw server PC en cliënt PC ondersteunen niet dezelfde videocodering. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Uw cliënt GPU ondersteund geen H.264 decodering. Dit kan slechte streamingkwaliteit veroorzaken.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<translation>Er wordt softwaredecodering gebruikt vanwege uw keuze om HDR te forceren zonder GPU-ondersteuning. Dit kan leiden tot slechte streamingprestaties.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>De videokaart van deze PC ondersteunt geen HEVC Main10 decodatie voor HDR streaming.</translation>
|
<translation>De videokaart van deze PC ondersteunt geen HEVC Main10 decodatie voor HDR streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Uw host-PC ondersteunt geen YUV 4:4:4-streaming.</translation>
|
<translation>Uw host-PC ondersteunt geen YUV 4:4:4-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Uw host-PC ondersteunt geen YUV 4:4:4-streaming voor de geselecteerde videocodec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>De GPU van deze PC ondersteunt geen YUV 4:4:4-decodering voor geselecteerde videocodecs.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GeForce Experience 3.0 of nieuwer is vereist voor 4K streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Je geselecteerde surround sound instelling wordt niet ondersteund door het huidige audio apparaat.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Openen van audio apparaat mislukt. Audio is niet beschikbaar tijdens deze sessie.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<translation>Een aangesloten gamepad heeft geen instellingen en is dus niet bruikbaar. Bezoek Moonlight hulp om dit op te lossen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>De videokaart van de host PC ondersteund geen video resoluties hoger dan 4K.</translation>
|
<translation>De videokaart van de host PC ondersteund geen video resoluties hoger dan 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Videodecoder kan niet worden geïnitialiseerd. Controleer uw streaminginstellingen en probeer het opnieuw.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<translation>OPMERKING: Vanwege een fout in GeForce Experience werkt deze optie mogelijk niet goed als uw host-PC meerdere monitoren heeft.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (experimenteel)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR inschakelen (experimenteel)</translation>
|
<translation>HDR inschakelen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>HDR-streaming wordt niet ondersteund op deze pc.</translation>
|
<translation>HDR-streaming wordt niet ondersteund op deze pc.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Brakuje urządzenia przechwytującego dźwięk. Ponowne zainstalowanie aplikacji GeForce Experience powinno rozwiązać ten błąd.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Tak</translation>
|
<translation>&Tak</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nie</translation>
|
<translation>&Nie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Pomoc</translation>
|
<translation>Pomoc</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Anuluj</translation>
|
<translation>Anuluj</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Kod błędu: %1</translation>
|
<translation>Kod błędu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 tę wersję Moonlight. Musisz zaktualizować Moonlight, aby móc strumieniować z %1.</translation>
|
<translation>Wersja GeForce Experience na %1 nie jest obsługiwana przez tę wersję Moonlight. Musisz zaktualizować Moonlight, aby móc strumieniować z %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Wybranie opcji włączenia trybu myszy pulpitu zdalnego może powodować problemy w grach.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">Technologia HDR nie jest obsługiwana przy dekodowaniu programowym.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Wybranie opcji wymuszenia dekodowania programowego może spowodować niską wydajność strumieniowania.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Komputer-host nie obsługuje kodowania HEVC.</translation>
|
<translation>Komputer-host nie obsługuje kodowania HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Wykorzystywanie dekodowania programowego spowodowane wymuszeniem HEVC bez obsługi przez procesor graficzny. Może to spowodować niską wydajność strumieniowania.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Oprogramowanie lub karta graficzna komputera-gospodarza nie wspiera kodowania z użyciem kodeka AV1.</translation>
|
<translation>Oprogramowanie lub karta graficzna komputera-gospodarza nie wspiera kodowania z użyciem kodeka AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Twój komputer-host nie obsługuje przesyłania strumieniowego HDR.</translation>
|
<translation>Twój komputer-host nie obsługuje przesyłania strumieniowego HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR nie jest wspierany z użyciem kodeka H.264.</translation>
|
<translation>HDR nie jest wspierany z użyciem kodeka H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Twoja karta graficzna nie obsługuje dekodowania AV1 Main10 w celu strumieniowania w trybie HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Karta graficzna tego komputera nie wspiera 10-bitowego dekodowania HEVC lub AV1 dla strumieniowania w trybie HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Ten komputer oraz komputer-gospodarz nie wspierają tych samych kodeków wideo HDR.</translation>
|
<translation>Ten komputer oraz komputer-gospodarz nie wspierają tych samych kodeków wideo HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>Rozdzielczości wideo powyżej 4K nie są wspierane przez kodek H.264.</translation>
|
<translation>Rozdzielczości wideo powyżej 4K nie są wspierane przez kodek H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Host zwrócił błąd: %1</translation>
|
<translation>Host zwrócił błąd: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Wykorzystywanie dekodowania programowego z powodu wymuszenia kodowania H.264 bez wsparcia ze strony układu graficznego (GPU).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Komputer gospodarza oraz ten komputer nie wspierają tych samych kodeków wideo. To może spowodować niską wydajność strumieniowania.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Twój układ graficzny (GPU) nie obsługuje dekodowania H.264. To może spowodować niską wydajność strumieniowania.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Układ graficzny (GPU) tego komputera nie wspiera dekodowania HDR w trybie HEVC Main10.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Twój komputer hosta nie obsługuje przesyłania strumieniowego YUV 4:4:4.</translation>
|
<translation>Twój komputer hosta nie obsługuje przesyłania strumieniowego YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Twój komputer hosta nie obsługuje przesyłania strumieniowego YUV 4:4:4 dla wybranego kodeka wideo.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Karta graficzna tego komputera nie obsługuje dekodowania YUV 4:4:4 dla wybranego kodeka wideo.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Strumieniowanie w trybie 4K jest dostępne w GeForce Expierence 3.0 i nowszych.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>Wybrane ustawienia dźwięku przestrzennego nie są obsługiwane przez wybrane urządzenie dźwięku.</translation>
|
<translation>Wybrane ustawienia dźwięku przestrzennego nie są obsługiwane przez wybrane urządzenie dźwięku.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Nie można otworzyć urządzenia dźwiękowego. Dźwięk będzie niedostępny w tej sesji.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>Układ graficzny (GPU) komputera-gospodarza nie obsługuje strumieniowania w rozdzielczościach wyższych niż 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>Wybrany kodek i wymuszenie opcji dekodowania sprzętowego są niekompatybilne. Układ graficzny (GPU) tego komputera nie wspiera dekodowania sprzętowego wybranego kodeka.</translation>
|
<translation>Wybrany kodek i wymuszenie opcji dekodowania sprzętowego są niekompatybilne. Układ graficzny (GPU) tego komputera nie wspiera dekodowania sprzętowego wybranego kodeka.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Nie udało się zainicjalizować dekodera wideo. Sprawdź ustawienia strumieniowania i spróbuj ponownie.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Włączenie HDR nadpisuje manualny wybór dekodera.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Włącz HDR (funkcja eksperymentalna)</translation>
|
<translation>Włącz HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Na tym komputerze nie jest obsługiwane strumieniowanie w trybie HDR.</translation>
|
<translation>Na tym komputerze nie jest obsługiwane strumieniowanie w trybie HDR.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+119
-127
@@ -110,12 +110,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="50"/>
|
<location filename="../gui/computermodel.cpp" line="50"/>
|
||||||
<source>Online</source>
|
<source>Online</source>
|
||||||
<translation type="unfinished">Online</translation>
|
<translation>Online</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="53"/>
|
<location filename="../gui/computermodel.cpp" line="53"/>
|
||||||
<source>Offline</source>
|
<source>Offline</source>
|
||||||
<translation type="unfinished">Offline</translation>
|
<translation>Offline</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="56"/>
|
<location filename="../gui/computermodel.cpp" line="56"/>
|
||||||
@@ -124,77 +124,77 @@
|
|||||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Desconhecido</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="62"/>
|
<location filename="../gui/computermodel.cpp" line="62"/>
|
||||||
<source>Paired</source>
|
<source>Paired</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Conectado</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="65"/>
|
<location filename="../gui/computermodel.cpp" line="65"/>
|
||||||
<source>Unpaired</source>
|
<source>Unpaired</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Desconctado</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="72"/>
|
<location filename="../gui/computermodel.cpp" line="72"/>
|
||||||
<source>Name: %1</source>
|
<source>Name: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nome: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="73"/>
|
<location filename="../gui/computermodel.cpp" line="73"/>
|
||||||
<source>Status: %1</source>
|
<source>Status: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Estado: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="74"/>
|
<location filename="../gui/computermodel.cpp" line="74"/>
|
||||||
<source>Active Address: %1</source>
|
<source>Active Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço ativo: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="75"/>
|
<location filename="../gui/computermodel.cpp" line="75"/>
|
||||||
<source>UUID: %1</source>
|
<source>UUID: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>UUID: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||||
<source>Local Address: %1</source>
|
<source>Local Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço local: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||||
<source>Remote Address: %1</source>
|
<source>Remote Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço remoto: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="78"/>
|
<location filename="../gui/computermodel.cpp" line="78"/>
|
||||||
<source>IPv6 Address: %1</source>
|
<source>IPv6 Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço IPv6: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="79"/>
|
<location filename="../gui/computermodel.cpp" line="79"/>
|
||||||
<source>Manual Address: %1</source>
|
<source>Manual Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço manual: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="80"/>
|
<location filename="../gui/computermodel.cpp" line="80"/>
|
||||||
<source>MAC Address: %1</source>
|
<source>MAC Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Endereço MAC: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="81"/>
|
<location filename="../gui/computermodel.cpp" line="81"/>
|
||||||
<source>Pair State: %1</source>
|
<source>Pair State: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Estado da conexão: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||||
<source>Running Game ID: %1</source>
|
<source>Running Game ID: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>A executar Jogo ID: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||||
<source>HTTPS Port: %1</source>
|
<source>HTTPS Port: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Porta HTTPS: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Dispositivo de captura de áudio faltando. Re-instalando o GeForce Experience deve resolver este erro.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="99"/>
|
<location filename="../gui/PcView.qml" line="99"/>
|
||||||
<source>Searching for compatible hosts on your local network...</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="184"/>
|
<location filename="../gui/PcView.qml" line="184"/>
|
||||||
@@ -268,7 +268,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="213"/>
|
<location filename="../gui/PcView.qml" line="213"/>
|
||||||
<source>View Details</source>
|
<source>View Details</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ver pormenores</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="225"/>
|
<location filename="../gui/PcView.qml" line="225"/>
|
||||||
@@ -328,22 +328,22 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="297"/>
|
<location filename="../gui/PcView.qml" line="297"/>
|
||||||
<source>Please enter %1 on your host PC. This dialog will close when pairing is completed.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="298"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="310"/>
|
<location filename="../gui/PcView.qml" line="310"/>
|
||||||
<source>Are you sure you want to remove '%1'?</source>
|
<source>Are you sure you want to remove '%1'?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Tem certeza que quer remover '%1'?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="324"/>
|
<location filename="../gui/PcView.qml" line="324"/>
|
||||||
<source>Moonlight is testing your network connection to determine if any required ports are blocked.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="351"/>
|
<location filename="../gui/PcView.qml" line="351"/>
|
||||||
@@ -356,7 +356,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../backend/computermanager.cpp" line="604"/>
|
<location filename="../backend/computermanager.cpp" line="604"/>
|
||||||
<source>The PIN from the PC didn't match. Please try again.</source>
|
<source>The PIN from the PC didn'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../backend/computermanager.cpp" line="608"/>
|
<location filename="../backend/computermanager.cpp" line="608"/>
|
||||||
@@ -366,17 +366,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../backend/computermanager.cpp" line="611"/>
|
<location filename="../backend/computermanager.cpp" line="611"/>
|
||||||
<source>Pairing failed. Please try again.</source>
|
<source>Pairing failed. Please try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Falha no emparelhamento. Por favor, tente novamente.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../backend/computermanager.cpp" line="615"/>
|
<location filename="../backend/computermanager.cpp" line="615"/>
|
||||||
<source>Another pairing attempt is already in progress.</source>
|
<source>Another pairing attempt is already in progress.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Outra tentativa de emparelhamento já está em andamento.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../backend/computermanager.cpp" line="625"/>
|
<location filename="../backend/computermanager.cpp" line="625"/>
|
||||||
<source>GeForce Experience returned error: %1</source>
|
<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>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -427,29 +427,29 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Sim</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>&Não</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished">Ajuda</translation>
|
<translation>Ajuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Cancelar</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -490,12 +490,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="122"/>
|
<location filename="../streaming/session.cpp" line="122"/>
|
||||||
<source>The host PC reported a fatal video encoding error.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="123"/>
|
<location filename="../streaming/session.cpp" line="123"/>
|
||||||
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC's display resolution.</source>
|
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="131"/>
|
<location filename="../streaming/session.cpp" line="131"/>
|
||||||
@@ -505,165 +505,161 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="132"/>
|
<location filename="../streaming/session.cpp" line="132"/>
|
||||||
<source>Error code: %1</source>
|
<source>Error code: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Código de erro: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>A sua seleção para ativar o modo rato da área de trabalho remoto deve causar problemas em jogos.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">O HRD não é suportado com decodificação por software.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Suas configurações de seleção para forçar decodificação por software deve causar performance de streaming degradada.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>O seu PC host não suporta codificação HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn'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>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>O seu PC host não suporta streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don'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>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Erro de retorno do host: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Seu GPU do cliente não suporta decodificação H.264. Isso deve causar performance de streaming degradada.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>A GPU deste PC não suporta decodificação HEVC Main10 para streaming em HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</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="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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1146"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<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>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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1155"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
|
<source>This PC's GPU doesn'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>
|
<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>
|
<translation>GeForce Experience 3.0 or superior é requerido para streaming em 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Sua configuração de surround seleçionada não é suportada pelo dispositivo de áudio atual.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Falha ao abrir o dispositivo de áudio. Áudio estará indisponível durante esta sessão.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>A GPU do seu PC de host não suporta streaming de resoluções de vídeo superiores à 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Impossivel inicializar o decodificador de vídeo. Por favor verificar suas configurações de streaming e tente novamente.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -774,17 +770,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="182"/>
|
<location filename="../gui/SettingsView.qml" line="182"/>
|
||||||
<source>Native</source>
|
<source>Native</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nativo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="183"/>
|
<location filename="../gui/SettingsView.qml" line="183"/>
|
||||||
<source>Native (Excluding Notch)</source>
|
<source>Native (Excluding Notch)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Nativo (Excluindo Notch)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="718"/>
|
<location filename="../gui/SettingsView.qml" line="718"/>
|
||||||
<source>Use Default (%1 Mbps)</source>
|
<source>Use Default (%1 Mbps)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Use o Padrão (%1 Mbps)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="753"/>
|
<location filename="../gui/SettingsView.qml" line="753"/>
|
||||||
@@ -885,7 +881,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1242"/>
|
<location filename="../gui/SettingsView.qml" line="1242"/>
|
||||||
<source>Show configuration warnings</source>
|
<source>Show configuration warnings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Mostrar avisos de configuração</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1298"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">Habilitar HDR sobrescreve seleções de decodificação manual.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Habilitar HDR (Experimental)</translation>
|
<translation>Habilitar HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,25 +918,30 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>HDR streaming não é suportado por este PC.</translation>
|
<translation>HDR streaming não é suportado por este PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Mostrar estatísticas de desempenho durante o streaming</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1750"/>
|
<location filename="../gui/SettingsView.qml" line="1750"/>
|
||||||
<source>Display real-time stream performance information while streaming.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1751"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1752"/>
|
<location filename="../gui/SettingsView.qml" line="1752"/>
|
||||||
<source>The performance overlay is not supported on Steam Link or Raspberry Pi.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1340"/>
|
<location filename="../gui/SettingsView.qml" line="1340"/>
|
||||||
@@ -1039,7 +1036,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1264"/>
|
<location filename="../gui/SettingsView.qml" line="1264"/>
|
||||||
<source>Updates your Discord status to display the name of the game you're streaming.</source>
|
<source>Updates your Discord status to display the name of the game you'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1483"/>
|
<location filename="../gui/SettingsView.qml" line="1483"/>
|
||||||
@@ -1055,29 +1052,29 @@
|
|||||||
<location filename="../gui/SettingsView.qml" line="512"/>
|
<location filename="../gui/SettingsView.qml" line="512"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="622"/>
|
<location filename="../gui/SettingsView.qml" line="622"/>
|
||||||
<source>Custom (%1 FPS)</source>
|
<source>Custom (%1 FPS)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Personalizado (%1 FPS)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="527"/>
|
<location filename="../gui/SettingsView.qml" line="527"/>
|
||||||
<source>Enter a custom frame rate:</source>
|
<source>Enter a custom frame rate:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Insira uma taxa de quadro personalizada:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="219"/>
|
<location filename="../gui/SettingsView.qml" line="219"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="228"/>
|
<location filename="../gui/SettingsView.qml" line="228"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="625"/>
|
<location filename="../gui/SettingsView.qml" line="625"/>
|
||||||
<source>Custom</source>
|
<source>Custom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Personalizado</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="643"/>
|
<location filename="../gui/SettingsView.qml" line="643"/>
|
||||||
<source>30 FPS</source>
|
<source>30 FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>30 FPS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="648"/>
|
<location filename="../gui/SettingsView.qml" line="648"/>
|
||||||
<source>60 FPS</source>
|
<source>60 FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>60 FPS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1270"/>
|
<location filename="../gui/SettingsView.qml" line="1270"/>
|
||||||
@@ -1165,30 +1162,25 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../gui/SettingsView.qml" line="1659"/>
|
|
||||||
<source>Enable YUV 4:4:4 (Experimental)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1683"/>
|
<location filename="../gui/SettingsView.qml" line="1683"/>
|
||||||
<source>YUV 4:4:4 is not supported on this PC.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1689"/>
|
<location filename="../gui/SettingsView.qml" line="1689"/>
|
||||||
<source>Unlock bitrate limit (Experimental)</source>
|
<source>Unlock bitrate limit (Experimental)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Desbloqueie o limite de taxa de bits (Experimental)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1702"/>
|
<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>
|
<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 só deve ser usado ao transmitir através de uma conexão LAN Ethernet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1708"/>
|
<location filename="../gui/SettingsView.qml" line="1708"/>
|
||||||
@@ -1330,7 +1322,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="517"/>
|
<location filename="../gui/main.qml" line="517"/>
|
||||||
<source>Enter the IP address of your host PC:</source>
|
<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>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|||||||
Binary file not shown.
+50
-50
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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>
|
<translation>Dispositivo de captura de áudio ausente. Reinstalar o GeForce Experience deve resolver esse erro.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Sim</translation>
|
<translation>&Sim</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Não</translation>
|
<translation>&Não</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Ajuda</translation>
|
<translation>Ajuda</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Cancelar</translation>
|
<translation>Cancelar</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,158 +508,158 @@
|
|||||||
<translation>Código de erro: %1</translation>
|
<translation>Código de erro: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Sua escolha para ativar o modo de mouse de área de trabalho remota pode causar problemas nos jogos.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Sua escolha de configurações para forçar a decodificação do software pode causar um desempenho de streaming ruim.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Seu PC host não suporta codificação HEVC.</translation>
|
<translation>Seu PC host não suporta codificação HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Seu software host ou GPU não suporta codificação AV1.</translation>
|
<translation>Seu software host ou GPU não suporta codificação AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Seu PC host não suporta streaming HDR.</translation>
|
<translation>Seu PC host não suporta streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR não é suportado usando o codec H.264.</translation>
|
<translation>HDR não é suportado usando o codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>A GPU deste PC não suporta a decodificação AV1 Main10 para streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>A GPU deste PC não suporta decodificação HEVC ou AV1 de 10 bits para streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Seu PC host e PC cliente não suportam os mesmos codecs de vídeo HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Resoluções de vídeo acima de 4K não são suportadas pelo codec H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Erro de retorno do host: %1</translation>
|
<translation>Erro de retorno do host: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Sua GPU cliente não suporta decodificação H.264. Isso pode causar um desempenho ruim no streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>A GPU deste PC não suporta decodificação HEVC Main10 para streaming HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Seu PC host não suporta streaming YUV 4:4:4.</translation>
|
<translation>Seu PC host não suporta streaming YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Seu PC host não suporta streaming YUV 4:4:4 para o codec de vídeo selecionado.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>É necessário GeForce Experience 3.0 ou superior para streaming 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Sua configuração de som surround selecionada não é suportada pelo dispositivo de áudio atual.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Falha ao carregar o dispositivo de áudio. O áudio não estará disponível durante esta sessão.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>A GPU do seu PC host não suporta resoluções de streaming de vídeo acima de 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Não é possível inicializar o decodificador de vídeo. Verifique suas configurações de streaming e tente novamente.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<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>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Habilitar HDR (Experimental)</translation>
|
<translation>Habilitar HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -913,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>A transmissão HDR não é suportada neste PC.</translation>
|
<translation>A transmissão HDR não é suportada neste PC.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1152,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+47
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Потеряно виртуальное аудиоустройство. Попробуйте переустановить GeForce Experience.</translation>
|
<translation>Потеряно виртуальное аудиоустройство. Попробуйте переустановить GeForce Experience.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Да</translation>
|
<translation>&Да</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Нет</translation>
|
<translation>&Нет</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Справка</translation>
|
<translation>Справка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Отмена</translation>
|
<translation>Отмена</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Код ошибки: %1</translation>
|
<translation>Код ошибки: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>Вы выбрали режим удалённого рабочего стола. Это может вызвать проблемы с мышью в некоторых играх.</translation>
|
<translation>Вы выбрали режим удалённого рабочего стола. Это может вызвать проблемы с мышью в некоторых играх.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR не поддерживается с программным декодированием.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>Вы выбрали программное декодирование, что может ухудшить производительность.</translation>
|
<translation>Вы выбрали программное декодирование, что может ухудшить производительность.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Ваш хост-ПК не поддерживает кодирование HEVC.</translation>
|
<translation>Ваш хост-ПК не поддерживает кодирование HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Ваша видеокарта не поддерживает аппаратное декодирование HEVC, используется программное декодирование. Это может ухудшить производительность.</translation>
|
<translation>Ваша видеокарта не поддерживает аппаратное декодирование HEVC, используется программное декодирование. Это может ухудшить производительность.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Ваш хост-ПК не поддерживает кодирование AV1.</translation>
|
<translation>Ваш хост-ПК не поддерживает кодирование AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Использование программного декодирования по вашему выбору для принудительного использования AV1 без поддержки графического процессора. Это может привести к снижению производительности потоковой передачи.</translation>
|
<translation>Использование программного декодирования по вашему выбору для принудительного использования AV1 без поддержки графического процессора. Это может привести к снижению производительности потоковой передачи.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Ваш хост-ПК не поддерживает стриминг с использованием HDR.</translation>
|
<translation>Ваш хост-ПК не поддерживает стриминг с использованием HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR не поддерживается при использовании кодека H.264.</translation>
|
<translation>HDR не поддерживается при использовании кодека H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>Графический процессор этого компьютера не поддерживает декодирование AV1 Main10 для потоковой передачи HDR.</translation>
|
<translation>Графический процессор этого компьютера не поддерживает декодирование AV1 Main10 для потоковой передачи HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>Графический процессор этого компьютера не поддерживает 10-битное декодирование HEVC или AV1 для потоковой передачи HDR.</translation>
|
<translation>Графический процессор этого компьютера не поддерживает 10-битное декодирование HEVC или AV1 для потоковой передачи HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Ваш хост-ПК и клиентский ПК не поддерживают одни и те же видеокодеки HDR.</translation>
|
<translation>Ваш хост-ПК и клиентский ПК не поддерживают одни и те же видеокодеки HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>Разрешение видео выше 4K не поддерживается кодеком H.264.</translation>
|
<translation>Разрешение видео выше 4K не поддерживается кодеком H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Ошибка хоста: %1</translation>
|
<translation>Ошибка хоста: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Использования программного обеспечения с декодированием в следствие выбора H.264 без поддержки ГП. Это может вызвать низкий уровень производительности при трансляции.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>Ваш компьютер, осуществляющий раздачу, или компьютер-клиент не поддерживают одинаковые видео кодеки. Это может вызвать низкую производительность потока.</translation>
|
<translation>Ваш компьютер, осуществляющий раздачу, или компьютер-клиент не поддерживают одинаковые видео кодеки. Это может вызвать низкую производительность потока.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>Клиентская графическая карта не поддерживает H.264 кодировку. Это может вызвать низкую производительность потока.</translation>
|
<translation>Клиентская графическая карта не поддерживает H.264 кодировку. Это может вызвать низкую производительность потока.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>Использование программного декодирования из-за выбора принудительного HDR без поддержки графического процессора. Это может привести к низкой производительности потоковой передачи.</translation>
|
<translation>Использование программного декодирования из-за выбора принудительного HDR без поддержки графического процессора. Это может привести к низкой производительности потоковой передачи.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>Видеокарта этого ПК не поддерживает декодирование HEVC профиля Main10, HDR недоступен.</translation>
|
<translation>Видеокарта этого ПК не поддерживает декодирование HEVC профиля Main10, HDR недоступен.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4.</translation>
|
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4 для выбранного видеокодека.</translation>
|
<translation>Ваш хост-ПК не поддерживает потоковую передачу YUV 4:4:4 для выбранного видеокодека.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Использование программного декодирования из-за выбора принудительного YUV 4:4:4 без поддержки графическим процессором. Это может привести к низкой производительности потоковой передачи.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>Графический процессор этого компьютера не поддерживает декодирование YUV 4:4:4 для выбранного видеокодека.</translation>
|
<translation>Графический процессор этого компьютера не поддерживает декодирование YUV 4:4:4 для выбранного видеокодека.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>Разрешение 4K требует GeForce Experience 3.0 или новее.</translation>
|
<translation>Разрешение 4K требует GeForce Experience 3.0 или новее.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>Ваша настройка объёмного звука не поддерживается текущим аудиоустройством.</translation>
|
<translation>Ваша настройка объёмного звука не поддерживается текущим аудиоустройством.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>Не удалось открыть аудиоустройство. Во время этого сеанса аудио будет недоступно.</translation>
|
<translation>Не удалось открыть аудиоустройство. Во время этого сеанса аудио будет недоступно.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Подключённый геймпад не настроен и не может быть использован. Посетите раздел помощи Moonlight, чтобы исправить это.</translation>
|
<translation>Подключённый геймпад не настроен и не может быть использован. Посетите раздел помощи Moonlight, чтобы исправить это.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Видеокарта хост-ПК не поддерживает разрешения выше 4K.</translation>
|
<translation>Видеокарта хост-ПК не поддерживает разрешения выше 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
|
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
|
<translation>Вы выбрали аппаратное декодирование, но видеокарта этого ПК не поддерживает аппаратное декодирование для выбранного кодека.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>Не удалось запустить декодирование видео. Проверьте настройки стрима и попробуйте ещё раз.</translation>
|
<translation>Не удалось запустить декодирование видео. Проверьте настройки стрима и попробуйте ещё раз.</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<translation>Предупреждение: Из-за бага GeForce Experience эта настройка может не работать, если к хост-ПК подключено несколько мониторов.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">Включение HDR перезаписывает ручные настройки декодера.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (Экспериментальный)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Включить HDR (Эксперементальная опция)</translation>
|
<translation>Включить HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>Поток с HDR не поддерживается на данном персональном компьютере.</translation>
|
<translation>Поток с HDR не поддерживается на данном персональном компьютере.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>Включить YUV 4:4:4</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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 på nytt bör det här felet lösas.</translation>
|
<translation>En enhet för ljudinspelning saknas. Om du installerar GeForce Experience på nytt bör det här felet lösas.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Ja</translation>
|
<translation>&Ja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Nej</translation>
|
<translation>&Nej</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Ok</translation>
|
<translation>Ok</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Hjälp</translation>
|
<translation>Hjälp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Avbryt</translation>
|
<translation>Avbryt</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Felkod: %1</translation>
|
<translation>Felkod: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på %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>
|
<translation>Versionen av GeForce Experience på %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>
|
||||||
<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>
|
<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>
|
<translation>Om du väljer att aktivera musläget för fjärrskrivbord kan det orsaka problem i spel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR stöds inte med mjukvaruavkodning.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Om du väljer inställningar för att tvinga fram mjukvaruavkodning kan det leda till dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Din värddator har inte stöd för kodning av HEVC.</translation>
|
<translation>Din värddator har inte stöd för kodning av HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på grund av ditt val att tvinga fram HEVC utan GPU-stöd. Detta kan leda till dålig strömningsprestanda.</translation>
|
<translation>Användning av mjukvaruavkodning på grund av ditt val att tvinga fram HEVC utan GPU-stöd. Detta kan leda till dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Din värdprogramvara eller GPU stöder inte AV1-kodning.</translation>
|
<translation>Din värdprogramvara eller GPU stöder inte AV1-kodning.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på grund av ditt val för att tvinga AV1 utan GPU-stöd. Detta kan orsaka dålig streamingprestanda.</translation>
|
<translation>Använder programvaruavkodning på grund av ditt val för att tvinga AV1 utan GPU-stöd. Detta kan orsaka dålig streamingprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Din värddator har inte stöd för strömning av HDR.</translation>
|
<translation>Din värddator har inte stöd för strömning av HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR stöds inte med H.264-codec.</translation>
|
<translation>HDR stöds inte med H.264-codec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denna PC:s GPU stöder inte AV1 Main10-avkodning för HDR-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denna PC:s GPU stöder inte 10-bitars HEVC eller AV1-avkodning för HDR-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Din värddator och klientdator har inte stöd för samma HDR-videocodec.</translation>
|
<translation>Din värddator och klientdator har inte stöd för samma HDR-videocodec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Videoupplösningar över 4K stöds inte av H.264-codec.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Värden returnerade fel: %1</translation>
|
<translation>Värden returnerade fel: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på grund av att du valt att tvinga fram H.264 utan GPU-stöd. Detta kan leda till dålig strömningsprestanda.</translation>
|
<translation>Användning av mjukvaruavkodning på 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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<translation>Värddatorn och klientdatorn har inte stöd för samma videokodekar. Detta kan orsaka dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>Klientens GPU stöder inte H.264-avkodning. Detta kan leda till dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 på grund av ditt val att tvinga HDR utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
|
<translation>Användning av programvaruavkodning på grund av ditt val att tvinga HDR utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Den här datorns GPU stöder inte HEVC Main10-avkodning för HDR-strömning.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Din värddator stöder inte YUV 4:4:4-strömning.</translation>
|
<translation>Din värddator stöder inte YUV 4:4:4-strömning.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn'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>
|
<translation>Din värddator stöder inte YUV 4:4:4-strömning för vald videokodek.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 på grund av ditt val att tvinga YUV 4:4:4 utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
|
<translation>Användning av programvaruavkodning på grund av ditt val att tvinga YUV 4:4:4 utan GPU-stöd. Detta kan orsaka dålig strömningsprestanda.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Denna dators GPU stöder inte YUV 4:4:4-avkodning för vald videokodek.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GeForce Experience 3.0 eller högre krävs för 4K-streaming.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Den valda surroundljudsinställningen stöds inte av den aktuella ljudenheten.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Misslyckades med att öppna en ljudenhet. Ljudet kommer inte att vara tillgängligt under den här sessionen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>Värddatorns grafikprocessor har inte stöd för strömmande videoupplösningar över 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Ditt val att tvinga fram hårdvaruavkodning kan inte uppfyllas på grund av att stöd för hårdvaruavkodning saknas på den här datorns GPU.</translation>
|
<translation>Ditt val att tvinga fram hårdvaruavkodning kan inte uppfyllas på grund av att stöd för hårdvaruavkodning saknas på den här datorns GPU.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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>
|
<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>
|
||||||
<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>
|
<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>
|
<translation>Det går inte att initiera videoavkodningen. Kontrollera dina strömningsinställningar och försök igen.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>OBS: På grund av ett fel i GeForce Experience kanske det här alternativet inte fungerar korrekt om värddatorn har flera bildskärmar.</translation>
|
<translation>OBS: På 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>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Tillägg av HDR behärskar manuella val av avkodare.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Aktivera HDR (Experimentell)</translation>
|
<translation>Aktivera HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>HDR-strömning stöds inte på den här datorn.</translation>
|
<translation>HDR-strömning stöds inte på den här datorn.</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>ஆடியோ பிடிப்பு சாதனம் காணவில்லை. சியிபோர்ச் அனுபவத்தை மீண்டும் நிறுவுவது இந்த பிழையை தீர்க்க வேண்டும்.</translation>
|
<translation>ஆடியோ பிடிப்பு சாதனம் காணவில்லை. சியிபோர்ச் அனுபவத்தை மீண்டும் நிறுவுவது இந்த பிழையை தீர்க்க வேண்டும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&ஆம்</translation>
|
<translation>&ஆம்</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&இல்லை</translation>
|
<translation>&இல்லை</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>சரி</translation>
|
<translation>சரி</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>உதவி</translation>
|
<translation>உதவி</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>ரத்துசெய்</translation>
|
<translation>ரத்துசெய்</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>பிழை குறியீடு: %1</translation>
|
<translation>பிழை குறியீடு: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>%1 இல் உள்ள சியிபோர்ச் அனுபவத்தின் பதிப்பு இந்த நிலவொளியால் ஆதரிக்கப்படவில்லை. %1 இலிருந்து ச்ட்ரீம் செய்ய நீங்கள் நிலவொளியைப் புதுப்பிக்க வேண்டும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>தொலைநிலை டெச்க்டாப் மவுச் பயன்முறையை இயக்குவதற்கான உங்கள் தேர்வு விளையாட்டுகளில் சிக்கல்களை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>தொலைநிலை டெச்க்டாப் மவுச் பயன்முறையை இயக்குவதற்கான உங்கள் தேர்வு விளையாட்டுகளில் சிக்கல்களை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR wird nicht von Software Dekodierung unterstützt.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>மென்பொருள் டிகோடிங்கை கட்டாயப்படுத்த உங்கள் அமைப்புகள் தேர்வு மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>மென்பொருள் டிகோடிங்கை கட்டாயப்படுத்த உங்கள் அமைப்புகள் தேர்வு மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>உங்கள் புரவலன் பிசி குறியீட்டு HEVC ஐ ஆதரிக்கவில்லை.</translation>
|
<translation>உங்கள் புரவலன் பிசி குறியீட்டு HEVC ஐ ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>சி.பீ.யூ உதவி இல்லாமல் HEVC ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>சி.பீ.யூ உதவி இல்லாமல் HEVC ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>உங்கள் புரவலன் மென்பொருள் அல்லது சி.பீ.யூ குறியீட்டு ஏ.வி 1 ஐ ஆதரிக்காது.</translation>
|
<translation>உங்கள் புரவலன் மென்பொருள் அல்லது சி.பீ.யூ குறியீட்டு ஏ.வி 1 ஐ ஆதரிக்காது.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>சி.பீ.யூ உதவி இல்லாமல் ஏ.வி 1 ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>சி.பீ.யூ உதவி இல்லாமல் ஏ.வி 1 ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>உங்கள் புரவலன் பிசி எச்டிஆர் ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>உங்கள் புரவலன் பிசி எச்டிஆர் ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>H.264 கோடெக்கைப் பயன்படுத்தி HDR ஆதரிக்கப்படவில்லை.</translation>
|
<translation>H.264 கோடெக்கைப் பயன்படுத்தி HDR ஆதரிக்கப்படவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>இந்த கணினியின் சி.பீ.யூ எச்டிஆர் ச்ட்ரீமிங்கிற்கான ஏ.வி 1 மெயின் 10 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>இந்த கணினியின் சி.பீ.யூ எச்டிஆர் ச்ட்ரீமிங்கிற்கான ஏ.வி 1 மெயின் 10 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>இந்த கணினியின் சி.பீ.யூ எச்டிஆர் ச்ட்ரீமிங்கிற்கான 10-பிட் எவிசி அல்லது ஏ.வி 1 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>இந்த கணினியின் சி.பீ.யூ எச்டிஆர் ச்ட்ரீமிங்கிற்கான 10-பிட் எவிசி அல்லது ஏ.வி 1 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>உங்கள் புரவலன் பிசி மற்றும் வாங்கி பிசி அதே எச்டிஆர் வீடியோ கோடெக்குகளை ஆதரிக்காது.</translation>
|
<translation>உங்கள் புரவலன் பிசி மற்றும் வாங்கி பிசி அதே எச்டிஆர் வீடியோ கோடெக்குகளை ஆதரிக்காது.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>4K க்கு மேல் வீடியோ தீர்மானங்கள் H.264 கோடெக்கால் ஆதரிக்கப்படவில்லை.</translation>
|
<translation>4K க்கு மேல் வீடியோ தீர்மானங்கள் H.264 கோடெக்கால் ஆதரிக்கப்படவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>புரவலன் திரும்பிய பிழை: %1</translation>
|
<translation>புரவலன் திரும்பிய பிழை: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>சி.பீ.யூ உதவி இல்லாமல் H.264 ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>உங்கள் புரவலன் பிசி மற்றும் வாங்கி பிசி அதே வீடியோ கோடெக்குகளை ஆதரிக்காது. இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>உங்கள் புரவலன் பிசி மற்றும் வாங்கி பிசி அதே வீடியோ கோடெக்குகளை ஆதரிக்காது. இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>உங்கள் கிளையன்ட் சி.பீ.யூ எச் .264 டிகோடிங்கை ஆதரிக்கவில்லை. இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>உங்கள் கிளையன்ட் சி.பீ.யூ எச் .264 டிகோடிங்கை ஆதரிக்கவில்லை. இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<source>Using software decoding due to your selection to force HDR without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>சி.பீ.யூ உதவி இல்லாமல் எச்.டி.ஆரை கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
<translation>சி.பீ.யூ உதவி இல்லாமல் எச்.டி.ஆரை கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>இந்த கணினியின் சி.பீ.யூ எச்.டி.ஆர் ச்ட்ரீமிங்கிற்கான HEVC மெயின் 10 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>இந்த கணினியின் சி.பீ.யூ எச்.டி.ஆர் ச்ட்ரீமிங்கிற்கான HEVC மெயின் 10 டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>உங்கள் புரவலன் பிசி YUV 4:4:4 ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>உங்கள் புரவலன் பிசி YUV 4:4:4 ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>தேர்ந்தெடுக்கப்பட்ட வீடியோ கோடெக்கிற்கான உங்கள் புரவலன் பிசி YUV 4:4:4 ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>தேர்ந்தெடுக்கப்பட்ட வீடியோ கோடெக்கிற்கான உங்கள் புரவலன் பிசி YUV 4:4:4 ச்ட்ரீமிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>சி.பீ.யூ உதவி இல்லாமல் YUV 4:4:4 ஐ கட்டாயப்படுத்த உங்கள் தேர்வு காரணமாக மென்பொருள் டிகோடிங்கைப் பயன்படுத்துதல். இது மோசமான ச்ட்ரீமிங் செயல்திறனை ஏற்படுத்தக்கூடும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>இந்தக் கணினியின் சி.பீ.யூ YUV 4:4:4 தேர்ந்தெடுக்கப்பட்ட வீடியோ கோடெக்கிற்கான டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
<translation>இந்தக் கணினியின் சி.பீ.யூ YUV 4:4:4 தேர்ந்தெடுக்கப்பட்ட வீடியோ கோடெக்கிற்கான டிகோடிங்கை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>4K ச்ட்ரீமிங்கிற்கு சியிபோர்ச் பட்டறிவு 3.0 அல்லது அதற்கு மேற்பட்டது தேவை.</translation>
|
<translation>4K ச்ட்ரீமிங்கிற்கு சியிபோர்ச் பட்டறிவு 3.0 அல்லது அதற்கு மேற்பட்டது தேவை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>நீங்கள் தேர்ந்தெடுக்கப்பட்ட சரவுண்ட் ஒலி அமைப்பை தற்போதைய ஆடியோ சாதனத்தால் ஆதரிக்கவில்லை.</translation>
|
<translation>நீங்கள் தேர்ந்தெடுக்கப்பட்ட சரவுண்ட் ஒலி அமைப்பை தற்போதைய ஆடியோ சாதனத்தால் ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>ஆடியோ சாதனத்தைத் திறக்கத் தவறிவிட்டது. இந்த அமர்வின் போது ஆடியோ கிடைக்காது.</translation>
|
<translation>ஆடியோ சாதனத்தைத் திறக்கத் தவறிவிட்டது. இந்த அமர்வின் போது ஆடியோ கிடைக்காது.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>இணைக்கப்பட்ட கேம்பேடிற்கு மேப்பிங் இல்லை, பயன்படுத்தக்கூடியதாக இருக்காது. இதைத் தீர்க்க மூன்லைட் உதவியைப் பார்வையிடவும்.</translation>
|
<translation>இணைக்கப்பட்ட கேம்பேடிற்கு மேப்பிங் இல்லை, பயன்படுத்தக்கூடியதாக இருக்காது. இதைத் தீர்க்க மூன்லைட் உதவியைப் பார்வையிடவும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>உங்கள் புரவலன் கணினியின் சி.பீ.யூ 4K க்கு மேல் ச்ட்ரீமிங் வீடியோ தீர்மானங்களை ஆதரிக்கவில்லை.</translation>
|
<translation>உங்கள் புரவலன் கணினியின் சி.பீ.யூ 4K க்கு மேல் ச்ட்ரீமிங் வீடியோ தீர்மானங்களை ஆதரிக்கவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>இந்த கணினியின் சி.பீ.யுவில் வன்பொருள் டிகோடிங் ஆதரவைக் காணவில்லை என்பதால் வன்பொருள் டிகோடிங்கை கட்டாயப்படுத்துவதற்கான உங்கள் தேர்வை திருப்திப்படுத்த முடியாது.</translation>
|
<translation>இந்த கணினியின் சி.பீ.யுவில் வன்பொருள் டிகோடிங் ஆதரவைக் காணவில்லை என்பதால் வன்பொருள் டிகோடிங்கை கட்டாயப்படுத்துவதற்கான உங்கள் தேர்வை திருப்திப்படுத்த முடியாது.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>உங்கள் கோடெக் தேர்வு மற்றும் படை வன்பொருள் டிகோடிங் அமைப்பு பொருந்தாது. இந்த கணினியின் சி.பீ.யுவின் நீங்கள் தேர்ந்தெடுத்த கோடெக்கை டிகோடிங் செய்வதற்கான உதவி இல்லை.</translation>
|
<translation>உங்கள் கோடெக் தேர்வு மற்றும் படை வன்பொருள் டிகோடிங் அமைப்பு பொருந்தாது. இந்த கணினியின் சி.பீ.யுவின் நீங்கள் தேர்ந்தெடுத்த கோடெக்கை டிகோடிங் செய்வதற்கான உதவி இல்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>வீடியோ டிகோடரை துவக்க முடியவில்லை. உங்கள் ச்ட்ரீமிங் அமைப்புகளை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.</translation>
|
<translation>வீடியோ டிகோடரை துவக்க முடியவில்லை. உங்கள் ச்ட்ரீமிங் அமைப்புகளை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>குறிப்பு: சியிபோர்ச் அனுபவத்தில் ஒரு பிழை காரணமாக, உங்கள் புரவலன் கணினியில் பல மானிட்டர்கள் இருந்தால் இந்த விருப்பம் சரியாக வேலை செய்யாது.</translation>
|
<translation>குறிப்பு: சியிபோர்ச் அனுபவத்தில் ஒரு பிழை காரணமாக, உங்கள் புரவலன் கணினியில் பல மானிட்டர்கள் இருந்தால் இந்த விருப்பம் சரியாக வேலை செய்யாது.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">Das Aktivieren von HDR überschreibt die manuelle Decoder-Auswahl.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>ஏ.வி 1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR ஐ இயக்கவும் (சோதனை)</translation>
|
<translation>HDR ஐ இயக்கவும்</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>இந்த கணினியில் எச்டிஆர் ச்ட்ரீமிங் ஆதரிக்கப்படவில்லை.</translation>
|
<translation>இந்த கணினியில் எச்டிஆர் ச்ட்ரீமிங் ஆதரிக்கப்படவில்லை.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>YUV 4:4:4 ஐ இயக்கவும்</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+51
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>ไม่พบอุปกรณ์จับเสียง ติดตั้ง GeForce Experience ใหม่ควรจะแก้ไขข้อผิดพลาดนี้ได้</translation>
|
<translation>ไม่พบอุปกรณ์จับเสียง ติดตั้ง GeForce Experience ใหม่ควรจะแก้ไขข้อผิดพลาดนี้ได้</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -273,7 +273,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="225"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="324"/>
|
<location filename="../gui/PcView.qml" line="324"/>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&ใช่</translation>
|
<translation>&ใช่</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&ไม่</translation>
|
<translation>&ไม่</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>โอเค</translation>
|
<translation>โอเค</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>ช่วยเหลือ</translation>
|
<translation>ช่วยเหลือ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>ยกเลิก</translation>
|
<translation>ยกเลิก</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>Error code: %1</translation>
|
<translation>Error code: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>การเลือกการตั้งค่าของคุณที่จะเปิดโหมดเมาส์ Remote Desktop อาจจะทำให้เกิดปัญหาในเกม</translation>
|
<translation>การเลือกการตั้งค่าของคุณที่จะเปิดโหมดเมาส์ Remote Desktop อาจจะทำให้เกิดปัญหาในเกม</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">ไม่รองรับ HDR ด้วยการถอดรหัสแบบซอฟต์แวร์</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>การเลือกการตั้งค่าของคุณเพื่อบังคับให้ถอดรหัสแบบซอฟต์แวร์อาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
<translation>การเลือกการตั้งค่าของคุณเพื่อบังคับให้ถอดรหัสแบบซอฟต์แวร์อาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>คอมของคุณไม่รอบรับการเข้ารหัส HEVC</translation>
|
<translation>คอมของคุณไม่รอบรับการเข้ารหัส HEVC</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>การใช้การถอดรหัสแบบซอฟต์แวร์เนื่องจากการบังคับ HEVC โดยที่การ์จอไม่รองรับ ให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
<translation>การใช้การถอดรหัสแบบซอฟต์แวร์เนื่องจากการบังคับ HEVC โดยที่การ์จอไม่รองรับ ให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>ซอฟต์แวร์หรือการ์ดจอของเครื่องปลายทางไม่รองรับการเข้ารหัสแบบ AV1</translation>
|
<translation>ซอฟต์แวร์หรือการ์ดจอของเครื่องปลายทางไม่รองรับการเข้ารหัสแบบ AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>กำลังถอดรหัสโดยซอฟต์แวร์เนื่องจากคุณบังคับให้ใช้ AV1 โดยที่การ์ดจอของคุณไม่รองรับ ซึ่งอาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
<translation>กำลังถอดรหัสโดยซอฟต์แวร์เนื่องจากคุณบังคับให้ใช้ AV1 โดยที่การ์ดจอของคุณไม่รองรับ ซึ่งอาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>เครื่องปลายทางไม่รองรับ HDR</translation>
|
<translation>เครื่องปลายทางไม่รองรับ HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>ไม่รองรับ HDR กำลังเปลี่ยนไปใช้โคเดค H.264</translation>
|
<translation>ไม่รองรับ HDR กำลังเปลี่ยนไปใช้โคเดค H.264</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>การ์ดจอของคุณไม่รองรับการถอดรหัสแบบ AV1 Main10 สำหรับการสตรีมภาพแบบ HDR</translation>
|
<translation>การ์ดจอของคุณไม่รองรับการถอดรหัสแบบ AV1 Main10 สำหรับการสตรีมภาพแบบ HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>การ์ดจอของคุณไม่รองรับการถอดรหัสแบบ HEVC 10 bit สำหรับการสตรีมภาพแบบ HDR</translation>
|
<translation>การ์ดจอของคุณไม่รองรับการถอดรหัสแบบ HEVC 10 bit สำหรับการสตรีมภาพแบบ HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>คอมพิวเตอร์ปลายทางและเครื่องนี้ไม่รองรับสิดัโอโคเดคสำหรับ HDR ที่เหมือนกัน</translation>
|
<translation>คอมพิวเตอร์ปลายทางและเครื่องนี้ไม่รองรับสิดัโอโคเดคสำหรับ HDR ที่เหมือนกัน</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>ความคมชัดที่เกิน 4K ไม่รองรับในวิดีโอโคเดค H.264</translation>
|
<translation>ความคมชัดที่เกิน 4K ไม่รองรับในวิดีโอโคเดค H.264</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>เครื่องปลายทางคินค่า error: %1</translation>
|
<translation>เครื่องปลายทางคินค่า error: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>กำลังถอดรหัสโดยซอฟต์แวร์เนื่องจากคุณบังคับให้ใช้ H.264 โดยที่การ์ดจอของคุณไม่รองรับ ซึ่งอาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>เครื่องปลายทางและเครื่องนี้ไม่รองรับวิดีโดโอโคเดคเดียวกัน ซึ่งอาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
<translation>เครื่องปลายทางและเครื่องนี้ไม่รองรับวิดีโดโอโคเดคเดียวกัน ซึ่งอาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>การ์ดจอขอเครื่องนี้ไม่รองรับการถอดรหัวแบบ H.264 ซึ่งกาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
<translation>การ์ดจอขอเครื่องนี้ไม่รองรับการถอดรหัวแบบ H.264 ซึ่งกาจทำให้ประสิทธิภาพการสตรีมไม่ดี</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>คอมพิวเตอร์นี้ไม่รองรับการถอดรหัส HEVC Main10 สำหรับการสตรีม HDR</translation>
|
<translation>คอมพิวเตอร์นี้ไม่รองรับการถอดรหัส HEVC Main10 สำหรับการสตรีม HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>ต้องใช้ GeForce Experience 3.0 หรือใหม่กว่าสำหรับการสตรีมแบบ 4K</translation>
|
<translation>ต้องใช้ GeForce Experience 3.0 หรือใหม่กว่าสำหรับการสตรีมแบบ 4K</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>อุปกรณ์เสียงปัจจุบัน ไม่รองรับการตั้งค่าเสียงรอบทิศทางที่คุณเลือก</translation>
|
<translation>อุปกรณ์เสียงปัจจุบัน ไม่รองรับการตั้งค่าเสียงรอบทิศทางที่คุณเลือก</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>ไม่สามารถเปิดอุปกรณ์เสียงได้ จะไม่สามารถใช้งานเสียงได้ในเซสชันนี้</translation>
|
<translation>ไม่สามารถเปิดอุปกรณ์เสียงได้ จะไม่สามารถใช้งานเสียงได้ในเซสชันนี้</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Gamepad ที่กำลังต่ออยู่ไม่มีแมปปิ่งจึงไม่สามารถใช้งานได้ ลองเข้าเว็ป Moonlight เพื่อหาวิธีแก้ปัญหานี้</translation>
|
<translation>Gamepad ที่กำลังต่ออยู่ไม่มีแมปปิ่งจึงไม่สามารถใช้งานได้ ลองเข้าเว็ป Moonlight เพื่อหาวิธีแก้ปัญหานี้</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>การ์ดจอของเครื่องปลายทางไม่รองรับการสตรีมความคมชัดเกิน 4K</translation>
|
<translation>การ์ดจอของเครื่องปลายทางไม่รองรับการสตรีมความคมชัดเกิน 4K</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>ไม่สามารถบรรลุการบังคับให้ใช้ฮาร์ดแวร์ในการถอดรหัสของคุณ เนื่องจากคอมเครื่องนี้ไม่มีการ์ดจอที่รองรับการถอดรหัสโดยฮาร์ดแวร์</translation>
|
<translation>ไม่สามารถบรรลุการบังคับให้ใช้ฮาร์ดแวร์ในการถอดรหัสของคุณ เนื่องจากคอมเครื่องนี้ไม่มีการ์ดจอที่รองรับการถอดรหัสโดยฮาร์ดแวร์</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>โคเดคที่เลือกและการถอดรหัสโดยฮาร์ดแวร์ไม่สามารถเข้ากันได้ การ์ดจอของคอมเครื่องนี้ไม่รองรับการถอดรหัสโคเดคที่คุณเลือก</translation>
|
<translation>โคเดคที่เลือกและการถอดรหัสโดยฮาร์ดแวร์ไม่สามารถเข้ากันได้ การ์ดจอของคอมเครื่องนี้ไม่รองรับการถอดรหัสโคเดคที่คุณเลือก</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>ไม่สามารถเริ่มการถอดรหัสวิดีโอ โปรดตรวจสอบการตั้งค่าการสตรีมแล้วลองใหม่</translation>
|
<translation>ไม่สามารถเริ่มการถอดรหัสวิดีโอ โปรดตรวจสอบการตั้งค่าการสตรีมแล้วลองใหม่</translation>
|
||||||
</message>
|
</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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
|
<source>AV1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -917,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1156,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+48
-56
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Ses yakalama aygıtı eksik. GeForce Experience'ı yeniden yüklemek bu hatayı çözmelidir.</translation>
|
<translation>Ses yakalama aygıtı eksik. GeForce Experience'ı yeniden yüklemek bu hatayı çözmelidir.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Evet</translation>
|
<translation>&Evet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Hayır</translation>
|
<translation>&Hayır</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>Tamam</translation>
|
<translation>Tamam</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Yardım</translation>
|
<translation>Yardım</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>İptal</translation>
|
<translation>İptal</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -493,76 +493,72 @@
|
|||||||
<translation>Bağlantı sonlandırıldı</translation>
|
<translation>Bağlantı sonlandırıldı</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'ı güncellemelisiniz.</translation>
|
<translation>%1 üzerindeki GeForce Experience sürümü, bu Moonlight yapısı tarafından desteklenmiyor. %1 kaynağından akış yapmak için Moonlight'ı güncellemelisiniz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Uzak masaüstü fare modu oyunlarda sorunlara neden olabilir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR, yazılım kod çözme ile desteklenmez.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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>
|
<translation>Yazılım kod çözme için yaptığınız ayar seçimi, yayın performansında sorunlara neden olabilir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>Ana bilgisayarınız HEVC kodlamayı desteklemiyor.</translation>
|
<translation>Ana bilgisayarınız HEVC kodlamayı desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'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>
|
<translation>GPU desteği olmadan HEVC'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>Ana bilgisayar yazılımınız veya ekran kartınız AV1 kodlamayı desteklemiyor.</translation>
|
<translation>Ana bilgisayar yazılımınız veya ekran kartınız AV1 kodlamayı desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'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>
|
<translation>Ekran kartı desteği olmadan AV1'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>Ana bilgisayarınız HDR akışını desteklemiyor.</translation>
|
<translation>Ana bilgisayarınız HDR akışını desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>HDR, H.264 codec bileşeni tarafından desteklenmiyor.</translation>
|
<translation>HDR, H.264 codec bileşeni tarafından desteklenmiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Bu bilgisayarın ekran kartı, HDR akış için AV1 Main10 kod çözmeyi desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Bu bilgisayarın ekran artı HDR yayını için 10-bit HEVC veya AV1 kod çözmesini desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>Ana bilgisayarınız ve istemci bilgisayarınız aynı HDR video codeclerini desteklemiyor.</translation>
|
<translation>Ana bilgisayarınız ve istemci bilgisayarınız aynı HDR video codeclerini desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>4K'nın üzerindeki video çözünürlükleri H.264 codec bileşeni tarafından desteklenmiyor.</translation>
|
<translation>4K'nın üzerindeki video çözünürlükleri H.264 codec bileşeni tarafından desteklenmiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>Ana bilgisayar hata verdi: %1</translation>
|
<translation>Ana bilgisayar hata verdi: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -582,88 +578,88 @@
|
|||||||
<translation>Hata kodu: %1</translation>
|
<translation>Hata kodu: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'ü 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>
|
<translation>Ekran kartı desteği olmadan H.264'ü 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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don'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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn'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>
|
<translation>İstemci ekran kartınız H.264 kod çözmeyi desteklemiyor. Bu, düşük yayın performansına neden olabilir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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'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>
|
<translation>Ekran kartı desteği olmadan HDR'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
<translation>Bu bilgisayarın ekran kartı HDR yayını için HEVC Main10 kod çözmesini desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>Ana bilgisayarınız YUV 4:4:4 akışını desteklemiyor.</translation>
|
<translation>Ana bilgisayarınız YUV 4:4:4 akışını desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>Ana bilgisayarınız seçilen video codec'i için YUV 4:4:4 akışını desteklemiyor.</translation>
|
<translation>Ana bilgisayarınız seçilen video codec'i için YUV 4:4:4 akışını desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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'ü 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>
|
<translation>GPU desteği olmadan YUV 4:4:4'ü 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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>Bu bilgisayarın ekran kartı seçilen video codec'i için YUV 4:4:4 kod çözmeyi desteklemiyor.</translation>
|
<translation>Bu bilgisayarın ekran kartı seçilen video codec'i için YUV 4:4:4 kod çözmeyi desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>4K yayın için GeForce Experience 3.0 veya üstü gereklidir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Seçtiğiniz surround ses ayarı mevcut ses cihazı tarafından desteklenmiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Ses cihazı açılamadı. Bu oturum sırasında ses kullanılamayacaktır.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>Takılı bir gamepad'in haritalaması yoktur ve kullanılamayacaktır. Bunu çözmek için Moonlight yardımını ziyaret edin.</translation>
|
<translation>Takılı bir gamepad'in haritalaması yoktur ve kullanılamayacaktır. Bunu çözmek için Moonlight yardımını ziyaret edin.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>Ana bilgisayarınızın ekran kartı 4K'nın üzerindeki video çözünürlüklerini desteklemiyor.</translation>
|
<translation>Ana bilgisayarınızın ekran kartı 4K'nın üzerindeki video çözünürlüklerini desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC'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>
|
<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>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC'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'in kod çözümünü desteklemiyor.</translation>
|
<translation>Codec seçiminiz ve donanım kod çözüm zorlama ayarları uyumlu değil. Bu bilgisayarın ekran kartı, seçtiğiniz codec'in kod çözümünü desteklemiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Video kod çözücü başlatılamıyor. Lütfen yayın ayarlarınızı kontrol edin ve tekrar deneyin.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -903,13 +899,14 @@
|
|||||||
<translation>NOT: GeForce Experience'daki bir hata nedeniyle, ana bilgisayarınızda birden fazla monitör varsa bu seçenek düzgün çalışmayabilir.</translation>
|
<translation>NOT: GeForce Experience'daki bir hata nedeniyle, ana bilgisayarınızda birden fazla monitör varsa bu seçenek düzgün çalışmayabilir.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<translation type="vanished">HDR'nin etkinleştirilmesi manuel kod çözücü seçimlerini geçersiz kılar.</translation>
|
<source>AV1</source>
|
||||||
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>HDR'yi Etkinleştir (Deneysel)</translation>
|
<translation>HDR'yi Etkinleştir</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -921,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>HDR yayını bu bilgisayarda desteklenmiyor.</translation>
|
<translation>HDR yayını bu bilgisayarda desteklenmiyor.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>YUV 4:4:4'ü Etkinleştir</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1160,16 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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'ü Etkinleştir (Deneysel)</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+202
-206
@@ -48,7 +48,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/AppView.qml" line="341"/>
|
<location filename="../gui/AppView.qml" line="341"/>
|
||||||
<source>This computer doesn't seem to have any applications or some applications are hidden</source>
|
<source>This computer doesn't seem to have any applications or some applications are hidden</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Схоже цей комп'ютер не має ніяких додатків або деякі додатки приховані</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/AppView.qml" line="354"/>
|
<location filename="../gui/AppView.qml" line="354"/>
|
||||||
@@ -110,12 +110,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="50"/>
|
<location filename="../gui/computermodel.cpp" line="50"/>
|
||||||
<source>Online</source>
|
<source>Online</source>
|
||||||
<translation type="unfinished">У мережі</translation>
|
<translation>У мережі</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="53"/>
|
<location filename="../gui/computermodel.cpp" line="53"/>
|
||||||
<source>Offline</source>
|
<source>Offline</source>
|
||||||
<translation type="unfinished">Поза мережею</translation>
|
<translation>Поза мережею</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="56"/>
|
<location filename="../gui/computermodel.cpp" line="56"/>
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Невідомо</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="62"/>
|
<location filename="../gui/computermodel.cpp" line="62"/>
|
||||||
@@ -139,47 +139,47 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="72"/>
|
<location filename="../gui/computermodel.cpp" line="72"/>
|
||||||
<source>Name: %1</source>
|
<source>Name: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Назва: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="73"/>
|
<location filename="../gui/computermodel.cpp" line="73"/>
|
||||||
<source>Status: %1</source>
|
<source>Status: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Статус: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="74"/>
|
<location filename="../gui/computermodel.cpp" line="74"/>
|
||||||
<source>Active Address: %1</source>
|
<source>Active Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Активна адреса: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="75"/>
|
<location filename="../gui/computermodel.cpp" line="75"/>
|
||||||
<source>UUID: %1</source>
|
<source>UUID: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>UUID: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||||
<source>Local Address: %1</source>
|
<source>Local Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Локальна адреса: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||||
<source>Remote Address: %1</source>
|
<source>Remote Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Віддалена адреса: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="78"/>
|
<location filename="../gui/computermodel.cpp" line="78"/>
|
||||||
<source>IPv6 Address: %1</source>
|
<source>IPv6 Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Адреса IPv6: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="79"/>
|
<location filename="../gui/computermodel.cpp" line="79"/>
|
||||||
<source>Manual Address: %1</source>
|
<source>Manual Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Уведена адреса: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="80"/>
|
<location filename="../gui/computermodel.cpp" line="80"/>
|
||||||
<source>MAC Address: %1</source>
|
<source>MAC Address: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>MAC-адреса: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="81"/>
|
<location filename="../gui/computermodel.cpp" line="81"/>
|
||||||
@@ -189,12 +189,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="82"/>
|
<location filename="../gui/computermodel.cpp" line="82"/>
|
||||||
<source>Running Game ID: %1</source>
|
<source>Running Game ID: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Наразі у грі з ID: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="83"/>
|
<location filename="../gui/computermodel.cpp" line="83"/>
|
||||||
<source>HTTPS Port: %1</source>
|
<source>HTTPS Port: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Порт HTTPS: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>Відсутній пристрій запису звуку. Перевстановлення GeForce Experience має усунути цю помилку.</translation>
|
<translation>Відсутній пристрій запису звуку. Перевстановлення GeForce Experience має усунути цю помилку.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="99"/>
|
<location filename="../gui/PcView.qml" line="99"/>
|
||||||
<source>Searching for compatible hosts on your local network...</source>
|
<source>Searching for compatible hosts on your local network...</source>
|
||||||
<translation>Пошук сумісних хостів у вашій локальній мережі...</translation>
|
<translation>Пошук сумісних хостів у локальній мережі...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="184"/>
|
<location filename="../gui/PcView.qml" line="184"/>
|
||||||
@@ -268,12 +268,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="213"/>
|
<location filename="../gui/PcView.qml" line="213"/>
|
||||||
<source>View Details</source>
|
<source>View Details</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Деталі</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="225"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="324"/>
|
<location filename="../gui/PcView.qml" line="324"/>
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="335"/>
|
<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's Internet connection.</source>
|
<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's Internet connection.</source>
|
||||||
<translation>Якщо ви намагаєтеся вести трансляцію через Інтернет, встановіть застосунок Moonlight Internet Hosting Tool на свій ігровий ПК та запустіть Internet Streaming Tester, щоб перевірити під'єднання до Інтернету вашого ігрового ПК.</translation>
|
<translation>Якщо ви намагаєтеся вести трансляцію через Інтернет, встановіть застосунок Moonlight Internet Hosting Tool на свій ігровий ПК та запустіть Internet Streaming Tester, щоб перевірити з'єднання з інтернетом вашого ігрового ПК.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="339"/>
|
<location filename="../gui/PcView.qml" line="339"/>
|
||||||
@@ -328,22 +328,22 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="297"/>
|
<location filename="../gui/PcView.qml" line="297"/>
|
||||||
<source>Please enter %1 on your host PC. This dialog will close when pairing is completed.</source>
|
<source>Please enter %1 on your host PC. This dialog will close when pairing is completed.</source>
|
||||||
<translation>Будь ласка, введіть %1 на своєму головному ПК. Це діалогове вікно закриється, коли створення пари буде завершено.</translation>
|
<translation>Будь ласка, введіть %1 на хост-ПК. Це вікно закриється, коли з'єднання буде завершено.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="298"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="310"/>
|
<location filename="../gui/PcView.qml" line="310"/>
|
||||||
<source>Are you sure you want to remove '%1'?</source>
|
<source>Are you sure you want to remove '%1'?</source>
|
||||||
<translation>Ви впевнені, що хочете видалити «%1»?</translation>
|
<translation>Ви дійсно бажаєте видалити «%1»?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="324"/>
|
<location filename="../gui/PcView.qml" line="324"/>
|
||||||
<source>Moonlight is testing your network connection to determine if any required ports are blocked.</source>
|
<source>Moonlight is testing your network connection to determine if any required ports are blocked.</source>
|
||||||
<translation>Moonlight перевіряє ваше мережеве з’єднання, щоб визначити, чи заблоковані необхідні порти.</translation>
|
<translation>Moonlight перевіряє мережу, щоб визначити, чи заблоковані потрібні порти.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/PcView.qml" line="351"/>
|
<location filename="../gui/PcView.qml" line="351"/>
|
||||||
@@ -416,7 +416,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../cli/startstream.cpp" line="137"/>
|
<location filename="../cli/startstream.cpp" line="137"/>
|
||||||
<source>Failed to find application %1</source>
|
<source>Failed to find application %1</source>
|
||||||
<translation>Не вдалося знайти гру %1</translation>
|
<translation>Не вдалося знайти застосунок %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../cli/listapps.cpp" line="108"/>
|
<location filename="../cli/listapps.cpp" line="108"/>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>Т&ак</translation>
|
<translation>&Так</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Ні</translation>
|
<translation>&Ні</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>Довідка</translation>
|
<translation>Довідка</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Скасувати</translation>
|
<translation>Скасувати</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="104"/>
|
<location filename="../streaming/session.cpp" line="104"/>
|
||||||
<source>No video received from host.</source>
|
<source>No video received from host.</source>
|
||||||
<translation>Відео трансляцію не було отримано від хост-ПК.</translation>
|
<translation>Немає відео з хоста.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="105"/>
|
<location filename="../streaming/session.cpp" line="105"/>
|
||||||
@@ -485,7 +485,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="117"/>
|
<location filename="../streaming/session.cpp" line="117"/>
|
||||||
<source>Make sure you don't have any DRM-protected content open on your host PC. You can also try restarting your host PC.</source>
|
<source>Make sure you don'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="131"/>
|
<location filename="../streaming/session.cpp" line="131"/>
|
||||||
@@ -493,179 +493,175 @@
|
|||||||
<translation>З'єднання розірване</translation>
|
<translation>З'єднання розірване</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>Ваш вибір увімкнути режим миші "віддалений робочий стіл" може викликати проблеми в іграх.</translation>
|
<translation>Ваш вибір увімкнути режим миші "віддалений робочий стіл" може викликати проблеми в іграх.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR не підтримується програмним декодуванням.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>Ваш вибір примусити програмне декодування може викликати погану продуктивність трансляції.</translation>
|
<translation>Ваш вибір примусити програмне декодування може викликати погану продуктивність трансляції.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост не підтримує кодування HEVC.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>ПЗ або відеокарта вашого хоста не підтримує кодування AV1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост не підтримує транслювання HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>HDR не підтримується під час використання кодека H.264.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Графічна карта цього ПК не підтримує декодування AV1 Main10 для транслювання HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост та клієнт не підтримують однакові кодеки для HDR відео.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост повернув помилку: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="122"/>
|
<location filename="../streaming/session.cpp" line="122"/>
|
||||||
<source>The host PC reported a fatal video encoding error.</source>
|
<source>The host PC reported a fatal video encoding error.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост повідомив про фатальну помилку кодування.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="123"/>
|
<location filename="../streaming/session.cpp" line="123"/>
|
||||||
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC's display resolution.</source>
|
<source>Try disabling HDR mode, changing the streaming resolution, or changing your host PC's display resolution.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Спробуйте вимкнути HDR, змінити роздільну здатність трансляції або змінити роздільну здатність на хост-ПК.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="132"/>
|
<location filename="../streaming/session.cpp" line="132"/>
|
||||||
<source>Error code: %1</source>
|
<source>Error code: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Код помилки: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост-ПК та клієнтський ПК не підтримують однакові відео кодеки. Якість трансляції може погіршитися.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відеокарта на клієнті не підтримує декодування H.264. Якість трансляції може погіршитися.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відеокарта цього ПК не підтримує декодування HEVC Main10 для транслювання HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Хост не підтримує транслювання YUV 4:4:4.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<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's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відеокарта цього ПК не підтримує декодування YUV 4:4:4 для вибраного кодека.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Потрібно GeForce Experience 3.0 або вище для транслювання 4K.</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>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1176"/>
|
<location filename="../streaming/session.cpp" line="1176"/>
|
||||||
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Обрані налаштування об'ємного звуку не підтримуються поточним аудіо пристроєм.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відеокарта вашого хост-ПК не підтримує транслювання відео з роздільністю більше за 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Не вдалося ініціалізувати відео декодер. Перевірте налаштування трансляції та спробуйте знову.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -673,42 +669,42 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="13"/>
|
<location filename="../gui/SettingsView.qml" line="13"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="116"/>
|
<location filename="../gui/SettingsView.qml" line="116"/>
|
||||||
<source>Resolution and FPS</source>
|
<source>Resolution and FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Роздільність та FPS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="124"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="106"/>
|
<location filename="../gui/SettingsView.qml" line="106"/>
|
||||||
<source>Basic Settings</source>
|
<source>Basic Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Базові налаштування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="250"/>
|
<location filename="../gui/SettingsView.qml" line="250"/>
|
||||||
<source>720p</source>
|
<source>720p</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>720p</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="256"/>
|
<location filename="../gui/SettingsView.qml" line="256"/>
|
||||||
<source>1080p</source>
|
<source>1080p</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>1080p</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="262"/>
|
<location filename="../gui/SettingsView.qml" line="262"/>
|
||||||
<source>1440p</source>
|
<source>1440p</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>1440p</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="268"/>
|
<location filename="../gui/SettingsView.qml" line="268"/>
|
||||||
<source>4K</source>
|
<source>4K</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>4K</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="375"/>
|
<location filename="../gui/SettingsView.qml" line="375"/>
|
||||||
@@ -718,43 +714,43 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="376"/>
|
<location filename="../gui/SettingsView.qml" line="376"/>
|
||||||
<source>Resolutions that are not supported by your client or host PC may cause streaming errors.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="382"/>
|
<location filename="../gui/SettingsView.qml" line="382"/>
|
||||||
<source>Enter a custom resolution:</source>
|
<source>Enter a custom resolution:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Уведіть користувацьку роздільну здатність:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="604"/>
|
<location filename="../gui/SettingsView.qml" line="604"/>
|
||||||
<source>%1 FPS</source>
|
<source>%1 FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>%1 К/с</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="672"/>
|
<location filename="../gui/SettingsView.qml" line="672"/>
|
||||||
<source>Video bitrate:</source>
|
<source>Video bitrate:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Бітрейт відео:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="680"/>
|
<location filename="../gui/SettingsView.qml" line="680"/>
|
||||||
<source>Lower the bitrate on slower connections. Raise the bitrate to increase image quality.</source>
|
<source>Lower the bitrate on slower connections. Raise the bitrate to increase image quality.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Зменште бітрейт при повільному з'єднанні. Підвищте бітрейт, щоб збільшити якість зображення.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="702"/>
|
<location filename="../gui/SettingsView.qml" line="702"/>
|
||||||
<source>Video bitrate: %1 Mbps</source>
|
<source>Video bitrate: %1 Mbps</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Бітрейт відео: %1 Мбіт/с</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="732"/>
|
<location filename="../gui/SettingsView.qml" line="732"/>
|
||||||
<source>Display mode</source>
|
<source>Display mode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Режим показу</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="743"/>
|
<location filename="../gui/SettingsView.qml" line="743"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="1218"/>
|
<location filename="../gui/SettingsView.qml" line="1218"/>
|
||||||
<source>Fullscreen</source>
|
<source>Fullscreen</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Повноекранний</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="812"/>
|
<location filename="../gui/SettingsView.qml" line="812"/>
|
||||||
@@ -764,12 +760,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="748"/>
|
<location filename="../gui/SettingsView.qml" line="748"/>
|
||||||
<source>Borderless windowed</source>
|
<source>Borderless windowed</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Безрамкове вікно</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="182"/>
|
<location filename="../gui/SettingsView.qml" line="182"/>
|
||||||
<source>Native</source>
|
<source>Native</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Нативний</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="183"/>
|
<location filename="../gui/SettingsView.qml" line="183"/>
|
||||||
@@ -779,23 +775,23 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="718"/>
|
<location filename="../gui/SettingsView.qml" line="718"/>
|
||||||
<source>Use Default (%1 Mbps)</source>
|
<source>Use Default (%1 Mbps)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Стандартний (%1 Мбіт/с)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="753"/>
|
<location filename="../gui/SettingsView.qml" line="753"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="1210"/>
|
<location filename="../gui/SettingsView.qml" line="1210"/>
|
||||||
<source>Windowed</source>
|
<source>Windowed</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Віконний</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="762"/>
|
<location filename="../gui/SettingsView.qml" line="762"/>
|
||||||
<source>(Recommended)</source>
|
<source>(Recommended)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>(Рекомендовано)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="819"/>
|
<location filename="../gui/SettingsView.qml" line="819"/>
|
||||||
<source>V-Sync</source>
|
<source>V-Sync</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Вертикальна синхронізація</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="829"/>
|
<location filename="../gui/SettingsView.qml" line="829"/>
|
||||||
@@ -815,27 +811,27 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="856"/>
|
<location filename="../gui/SettingsView.qml" line="856"/>
|
||||||
<source>Audio Settings</source>
|
<source>Audio Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування аудіо</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="891"/>
|
<location filename="../gui/SettingsView.qml" line="891"/>
|
||||||
<source>Stereo</source>
|
<source>Stereo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Стерео</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="895"/>
|
<location filename="../gui/SettingsView.qml" line="895"/>
|
||||||
<source>5.1 surround sound</source>
|
<source>5.1 surround sound</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Об'ємний звук 5.1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="899"/>
|
<location filename="../gui/SettingsView.qml" line="899"/>
|
||||||
<source>7.1 surround sound</source>
|
<source>7.1 surround sound</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Об'ємний звук 7.1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="913"/>
|
<location filename="../gui/SettingsView.qml" line="913"/>
|
||||||
<source>Mute host PC speakers while streaming</source>
|
<source>Mute host PC speakers while streaming</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Заглушити динаміки на хост-ПК під час трансляції</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="923"/>
|
<location filename="../gui/SettingsView.qml" line="923"/>
|
||||||
@@ -845,52 +841,52 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="929"/>
|
<location filename="../gui/SettingsView.qml" line="929"/>
|
||||||
<source>Mute audio stream when Moonlight is not the active window</source>
|
<source>Mute audio stream when Moonlight is not the active window</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Заглушити аудіо, коли Moonlight не фокусовано</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="940"/>
|
<location filename="../gui/SettingsView.qml" line="940"/>
|
||||||
<source>Mutes Moonlight's audio when you Alt+Tab out of the stream or click on a different window.</source>
|
<source>Mutes Moonlight'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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="989"/>
|
<location filename="../gui/SettingsView.qml" line="989"/>
|
||||||
<source>UI Settings</source>
|
<source>UI Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування інтерфейсу</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="999"/>
|
<location filename="../gui/SettingsView.qml" line="999"/>
|
||||||
<source>Language</source>
|
<source>Language</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Мова</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1025"/>
|
<location filename="../gui/SettingsView.qml" line="1025"/>
|
||||||
<source>Automatic</source>
|
<source>Automatic</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Автоматично</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1160"/>
|
<location filename="../gui/SettingsView.qml" line="1160"/>
|
||||||
<source>You must restart Moonlight for this change to take effect</source>
|
<source>You must restart Moonlight for this change to take effect</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Потрібно перезапустити Moonlight для застосування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1177"/>
|
<location filename="../gui/SettingsView.qml" line="1177"/>
|
||||||
<source>GUI display mode</source>
|
<source>GUI display mode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Режим показу інтерфейсу</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1214"/>
|
<location filename="../gui/SettingsView.qml" line="1214"/>
|
||||||
<source>Maximized</source>
|
<source>Maximized</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Максимізований</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1242"/>
|
<location filename="../gui/SettingsView.qml" line="1242"/>
|
||||||
<source>Show configuration warnings</source>
|
<source>Show configuration warnings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Попередження конфігурації</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1298"/>
|
<location filename="../gui/SettingsView.qml" line="1298"/>
|
||||||
<source>Input Settings</source>
|
<source>Input Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування уведення</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1319"/>
|
<location filename="../gui/SettingsView.qml" line="1319"/>
|
||||||
@@ -900,12 +896,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1321"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Увімкнути HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -915,7 +916,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1653"/>
|
<location filename="../gui/SettingsView.qml" line="1653"/>
|
||||||
<source>HDR streaming is not supported on this PC.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
@@ -940,22 +946,22 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1340"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1403"/>
|
<location filename="../gui/SettingsView.qml" line="1403"/>
|
||||||
<source>Use touchscreen as a virtual trackpad</source>
|
<source>Use touchscreen as a virtual trackpad</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Використовувати сенсорний екран як віртуальний трекпад</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1420"/>
|
<location filename="../gui/SettingsView.qml" line="1420"/>
|
||||||
<source>Swap left and right mouse buttons</source>
|
<source>Swap left and right mouse buttons</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Поміняти ліву та праву кнопку миші місцями</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1432"/>
|
<location filename="../gui/SettingsView.qml" line="1432"/>
|
||||||
<source>Reverse mouse scrolling direction</source>
|
<source>Reverse mouse scrolling direction</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Інвертувати напрямок гортання</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1446"/>
|
<location filename="../gui/SettingsView.qml" line="1446"/>
|
||||||
@@ -995,52 +1001,52 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1501"/>
|
<location filename="../gui/SettingsView.qml" line="1501"/>
|
||||||
<source>Process gamepad input when Moonlight is in the background</source>
|
<source>Process gamepad input when Moonlight is in the background</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Перехоплювати уведення з контролера у фоні</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1512"/>
|
<location filename="../gui/SettingsView.qml" line="1512"/>
|
||||||
<source>Allows Moonlight to capture gamepad inputs even if it's not the current window in focus</source>
|
<source>Allows Moonlight to capture gamepad inputs even if it's not the current window in focus</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Дозволити Moonlight перехоплювати уведення з геймпада навіть якщо фокусоване інше вікно</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="949"/>
|
<location filename="../gui/SettingsView.qml" line="949"/>
|
||||||
<source>Host Settings</source>
|
<source>Host Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування хоста</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1521"/>
|
<location filename="../gui/SettingsView.qml" line="1521"/>
|
||||||
<source>Advanced Settings</source>
|
<source>Advanced Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Просунуті налаштування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="866"/>
|
<location filename="../gui/SettingsView.qml" line="866"/>
|
||||||
<source>Audio configuration</source>
|
<source>Audio configuration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Конфігурація аудіо</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1231"/>
|
<location filename="../gui/SettingsView.qml" line="1231"/>
|
||||||
<source>Show connection quality warnings</source>
|
<source>Show connection quality warnings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Попередження про якість з'єднання</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1254"/>
|
<location filename="../gui/SettingsView.qml" line="1254"/>
|
||||||
<source>Discord Rich Presence integration</source>
|
<source>Discord Rich Presence integration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Інтеграція Discord Rich Presence</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1264"/>
|
<location filename="../gui/SettingsView.qml" line="1264"/>
|
||||||
<source>Updates your Discord status to display the name of the game you're streaming.</source>
|
<source>Updates your Discord status to display the name of the game you're streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Показує у вашому статусі у Discord назву гри яку ви транслюєте.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1483"/>
|
<location filename="../gui/SettingsView.qml" line="1483"/>
|
||||||
<source>Only enable this option when streaming a game that doesn't support gamepads being connected after startup.</source>
|
<source>Only enable this option when streaming a game that doesn't support gamepads being connected after startup.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Вмикайте цю опцію тільки коли транслюєте гру, котра не підтримує під'єднання геймпада опісля запуску.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1309"/>
|
<location filename="../gui/SettingsView.qml" line="1309"/>
|
||||||
<source>Optimize mouse for remote desktop instead of games</source>
|
<source>Optimize mouse for remote desktop instead of games</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Оптимізувати мишу для віддаленого робочого стола замість ігор</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="512"/>
|
<location filename="../gui/SettingsView.qml" line="512"/>
|
||||||
@@ -1051,54 +1057,54 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="527"/>
|
<location filename="../gui/SettingsView.qml" line="527"/>
|
||||||
<source>Enter a custom frame rate:</source>
|
<source>Enter a custom frame rate:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Користувацька частота оновлення:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="219"/>
|
<location filename="../gui/SettingsView.qml" line="219"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="228"/>
|
<location filename="../gui/SettingsView.qml" line="228"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="625"/>
|
<location filename="../gui/SettingsView.qml" line="625"/>
|
||||||
<source>Custom</source>
|
<source>Custom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Користувацька</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="643"/>
|
<location filename="../gui/SettingsView.qml" line="643"/>
|
||||||
<source>30 FPS</source>
|
<source>30 FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>30 К/с</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="648"/>
|
<location filename="../gui/SettingsView.qml" line="648"/>
|
||||||
<source>60 FPS</source>
|
<source>60 FPS</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>60 К/с</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1270"/>
|
<location filename="../gui/SettingsView.qml" line="1270"/>
|
||||||
<source>Keep the display awake while streaming</source>
|
<source>Keep the display awake while streaming</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Тримати монітор увімкненим під час трансляції</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1280"/>
|
<location filename="../gui/SettingsView.qml" line="1280"/>
|
||||||
<source>Prevents the screensaver from starting or the display from going to sleep while streaming.</source>
|
<source>Prevents the screensaver from starting or the display from going to sleep while streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Запобігає запуску екранної заставки або переходу дисплея у режим сну під час трансляції.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1331"/>
|
<location filename="../gui/SettingsView.qml" line="1331"/>
|
||||||
<source>Capture system keyboard shortcuts</source>
|
<source>Capture system keyboard shortcuts</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Перехоплювати системні клавіатурні скорочення</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1339"/>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1369"/>
|
<location filename="../gui/SettingsView.qml" line="1369"/>
|
||||||
<source>in fullscreen</source>
|
<source>in fullscreen</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>коли на весь екран</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1373"/>
|
<location filename="../gui/SettingsView.qml" line="1373"/>
|
||||||
<source>always</source>
|
<source>always</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>завжди</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1413"/>
|
<location filename="../gui/SettingsView.qml" line="1413"/>
|
||||||
@@ -1108,12 +1114,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="959"/>
|
<location filename="../gui/SettingsView.qml" line="959"/>
|
||||||
<source>Optimize game settings for streaming</source>
|
<source>Optimize game settings for streaming</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Оптимізувати налаштування гри для трансляції</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="970"/>
|
<location filename="../gui/SettingsView.qml" line="970"/>
|
||||||
<source>Quit app on host PC after ending stream</source>
|
<source>Quit app on host PC after ending stream</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Вийти з програми на віддаленому ПК після завершення трансляції</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="980"/>
|
<location filename="../gui/SettingsView.qml" line="980"/>
|
||||||
@@ -1123,48 +1129,38 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1531"/>
|
<location filename="../gui/SettingsView.qml" line="1531"/>
|
||||||
<source>Video decoder</source>
|
<source>Video decoder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відео декодер</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1556"/>
|
<location filename="../gui/SettingsView.qml" line="1556"/>
|
||||||
<location filename="../gui/SettingsView.qml" line="1609"/>
|
<location filename="../gui/SettingsView.qml" line="1609"/>
|
||||||
<source>Automatic (Recommended)</source>
|
<source>Automatic (Recommended)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Автоматично (Рекомендовано)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1560"/>
|
<location filename="../gui/SettingsView.qml" line="1560"/>
|
||||||
<source>Force software decoding</source>
|
<source>Force software decoding</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Програмне декодування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1564"/>
|
<location filename="../gui/SettingsView.qml" line="1564"/>
|
||||||
<source>Force hardware decoding</source>
|
<source>Force hardware decoding</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Апаратне декодування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1579"/>
|
<location filename="../gui/SettingsView.qml" line="1579"/>
|
||||||
<source>Video codec</source>
|
<source>Video codec</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відео кодек</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1613"/>
|
<location filename="../gui/SettingsView.qml" line="1613"/>
|
||||||
<source>H.264</source>
|
<source>H.264</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>H.264</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1617"/>
|
<location filename="../gui/SettingsView.qml" line="1617"/>
|
||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation type="unfinished"></translation>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
@@ -1174,12 +1170,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1683"/>
|
<location filename="../gui/SettingsView.qml" line="1683"/>
|
||||||
<source>YUV 4:4:4 is not supported on this PC.</source>
|
<source>YUV 4:4:4 is not supported on this PC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>YUV 4:4:4 не підтримується на цьому ПК.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1689"/>
|
<location filename="../gui/SettingsView.qml" line="1689"/>
|
||||||
<source>Unlock bitrate limit (Experimental)</source>
|
<source>Unlock bitrate limit (Experimental)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Розблокувати ліміт бітрейту (Експериментально)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1702"/>
|
<location filename="../gui/SettingsView.qml" line="1702"/>
|
||||||
@@ -1189,12 +1185,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1708"/>
|
<location filename="../gui/SettingsView.qml" line="1708"/>
|
||||||
<source>Automatically find PCs on the local network (Recommended)</source>
|
<source>Automatically find PCs on the local network (Recommended)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Автоматично знаходити ПК на локальній мережі (Рекомендовано)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1729"/>
|
<location filename="../gui/SettingsView.qml" line="1729"/>
|
||||||
<source>Automatically detect blocked connections (Recommended)</source>
|
<source>Automatically detect blocked connections (Recommended)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Автоматично виявляти заблоковане з'єднання (Рекомендовано)</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -1202,18 +1198,18 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="12"/>
|
<location filename="../gui/StreamSegue.qml" line="12"/>
|
||||||
<source>Resuming %1...</source>
|
<source>Resuming %1...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Відновлення %1...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="13"/>
|
<location filename="../gui/StreamSegue.qml" line="13"/>
|
||||||
<location filename="../gui/StreamSegue.qml" line="20"/>
|
<location filename="../gui/StreamSegue.qml" line="20"/>
|
||||||
<source>Starting %1...</source>
|
<source>Starting %1...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Запуск %1...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="26"/>
|
<location filename="../gui/StreamSegue.qml" line="26"/>
|
||||||
<source>Starting %1 failed: Error %2</source>
|
<source>Starting %1 failed: Error %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Не вдалося запустити %1: Помилка %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="29"/>
|
<location filename="../gui/StreamSegue.qml" line="29"/>
|
||||||
@@ -1228,22 +1224,22 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="168"/>
|
<location filename="../gui/StreamSegue.qml" line="168"/>
|
||||||
<source>Tip:</source>
|
<source>Tip:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Підказка:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="168"/>
|
<location filename="../gui/StreamSegue.qml" line="168"/>
|
||||||
<source>Press %1 to disconnect your session</source>
|
<source>Press %1 to disconnect your session</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Натисніть %1, щоб вийти з сесії</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="169"/>
|
<location filename="../gui/StreamSegue.qml" line="169"/>
|
||||||
<source>Start+Select+L1+R1</source>
|
<source>Start+Select+L1+R1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Start+Select+L1+R1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/StreamSegue.qml" line="169"/>
|
<location filename="../gui/StreamSegue.qml" line="169"/>
|
||||||
<source>Ctrl+Alt+Shift+Q</source>
|
<source>Ctrl+Alt+Shift+Q</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ctrl+Alt+Shift+Q</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@@ -1251,27 +1247,27 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="444"/>
|
<location filename="../gui/main.qml" line="444"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Налаштування</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="291"/>
|
<location filename="../gui/main.qml" line="291"/>
|
||||||
<source>Version %1</source>
|
<source>Version %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Версія %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="307"/>
|
<location filename="../gui/main.qml" line="307"/>
|
||||||
<source>Join our community on Discord</source>
|
<source>Join our community on Discord</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Доєднуйтеся до нашої спільноти у Discord</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="326"/>
|
<location filename="../gui/main.qml" line="326"/>
|
||||||
<source>Add PC manually</source>
|
<source>Add PC manually</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Додати ПК вручну</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="366"/>
|
<location filename="../gui/main.qml" line="366"/>
|
||||||
<source>Update available for Moonlight: Version %1</source>
|
<source>Update available for Moonlight: Version %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Доступна новіша версія Moonlight: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="413"/>
|
<location filename="../gui/main.qml" line="413"/>
|
||||||
@@ -1296,7 +1292,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="517"/>
|
<location filename="../gui/main.qml" line="517"/>
|
||||||
<source>Enter the IP address of your host PC:</source>
|
<source>Enter the IP address of your host PC:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Уведіть IP адресу вашого віддаленого ПК:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="390"/>
|
<location filename="../gui/main.qml" line="390"/>
|
||||||
@@ -1311,12 +1307,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="453"/>
|
<location filename="../gui/main.qml" line="453"/>
|
||||||
<source>Click the Help button for more information on solving this problem.</source>
|
<source>Click the Help button for more information on solving this problem.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Натисніть «Довідка», щоб отримати інформацію про розв'язання проблеми.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="461"/>
|
<location filename="../gui/main.qml" line="461"/>
|
||||||
<source>Click the Help button for more information.</source>
|
<source>Click the Help button for more information.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Натисніть «Довідка» для детальнішої інформації.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="479"/>
|
<location filename="../gui/main.qml" line="479"/>
|
||||||
@@ -1326,7 +1322,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/main.qml" line="487"/>
|
<location filename="../gui/main.qml" line="487"/>
|
||||||
<source>Are you sure you want to quit?</source>
|
<source>Are you sure you want to quit?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ви впевнені, що хочете вийти?</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|||||||
Binary file not shown.
+46
-54
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<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 có thể sẽ giải quyết lỗi này.</translation>
|
<translation>Thiếu thiết bị ghi âm. Việc cài đặt lại GeForce Experience có thể sẽ giải quyết lỗi này.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>&Có</translation>
|
<translation>&Có</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>&Không</translation>
|
<translation>&Không</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>OK</translation>
|
<translation>OK</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation type="unfinished">Trợ giúp</translation>
|
<translation type="unfinished">Trợ giúp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Huỷ bỏ</translation>
|
<translation>Huỷ bỏ</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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 có thể sẽ gây ra vấn đề trong các trò chơi.</translation>
|
<translation>Lựa chọn bật chế độ chuột máy tính từ xa của bạn có thể sẽ gây ra vấn đề trong các trò chơi.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">HDR không được hỗ trợ với giải mã phần mềm.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<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 mã phần mềm của bạn có thể sẽ gây ra hiệu năng stream kém.</translation>
|
<translation>Lựa chọn cài đặt buộc giải mã phần mềm của bạn có thể sẽ gây ra hiệu năng stream kém.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 mã phần mềm do lựa chọn buộc HEVC của bạn mà không có sự hỗ trợ của GPU. Việc này có thể sẽ gây ra hiệu năng stream kém.</translation>
|
<translation>Đang sử dụng giải mã phần mềm do lựa chọn buộc HEVC của bạn mà không có sự hỗ trợ của GPU. Việc này có thể sẽ gây ra hiệu năng stream kém.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 mã phần mềm do lựa chọn buộc dùng H.264 mà GPU không hỗ trợ. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
<translation>Đang sử dụng giải mã phần mềm do lựa chọn buộc dùng H.264 mà GPU không hỗ trợ. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>PC chủ và PC khách không hỗ trợ cùng codec video. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
<translation>PC chủ và PC khách không hỗ trợ cùng codec video. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>GPU khách không hỗ trợ giải mã H.264. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
<translation>GPU khách không hỗ trợ giải mã H.264. Việc này có thể gây ra hiệu năng stream thấp.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>GPU của PC chủ không hỗ trợ giải mã HEVC Main10 để stream HDR.</translation>
|
<translation>GPU của PC chủ không hỗ trợ giải mã HEVC Main10 để stream HDR.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>GeForce Experience 3.0 hoặc cao hơn được yêu cầu để stream 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<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>
|
||||||
<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>
|
<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 có sẵn trong phiên làm việc này.</translation>
|
<translation>Mở thiết bị âm thanh thất bại. Âm thanh sẽ không có sẵn trong phiên làm việc này.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won'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 và 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>
|
<translation>Một tay cầm điều khiển không được chỉ định nút và 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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn'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>
|
<translation>GPU của PC chủ không hỗ trợ stream độ phân giải video trên 4K.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>Lựa chọn buộc giải mã phần cứng của bạn không thể được thoả mãn do thiếu sự hỗ trợ giải mã phần cứng trên GPU của PC này.</translation>
|
<translation>Lựa chọn buộc giải mã phần cứng của bạn không thể được thoả mãn do thiếu sự hỗ trợ giải mã phần cứng trên GPU của PC này.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>Lựa chọn codec và cài đặt buộc giải mã 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 mã codec đã chọn.</translation>
|
<translation>Lựa chọn codec và cài đặt buộc giải mã 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 mã codec đã chọn.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 mã video. Vui lòng kiểm tra cài đặt stream của bạn và thử lại.</translation>
|
<translation>Không thể khởi tạo trình giải mã video. Vui lòng kiểm tra cài đặt stream của bạn và thử lại.</translation>
|
||||||
</message>
|
</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>
|
<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 Ý: Vì một lỗi trong GeForce Experience, tuỳ chọn này có thể sẽ không hoạt động đúng nếu PC chủ của bạn có nhiều màn hình.</translation>
|
<translation>LƯU Ý: Vì một lỗi trong GeForce Experience, tuỳ chọn này có thể sẽ không hoạt động đúng nếu PC chủ của bạn có nhiều màn hình.</translation>
|
||||||
</message>
|
</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 mã.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>Bật HDR (Thử nghiệm)</translation>
|
<translation>Bật HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<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>
|
<translation>Việc stream HDR không được hỗ trợ trên PC này.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../gui/SettingsView.qml" line="1659"/>
|
|
||||||
<source>Enable YUV 4:4:4 (Experimental)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+47
-55
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>缺少音频捕获设备。重新安装 GeForce Experience 可以解决此错误。</translation>
|
<translation>缺少音频捕获设备。重新安装 GeForce Experience 可以解决此错误。</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>是(&Y)</translation>
|
<translation>是(&Y)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>否(&N)</translation>
|
<translation>否(&N)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>确定</translation>
|
<translation>确定</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>帮助</translation>
|
<translation>帮助</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>取消</translation>
|
<translation>取消</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>错误代码: %1</translation>
|
<translation>错误代码: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>在 %1 安装的 GeForce Experience 版本不受当前版本的 Moonlight 支持。你必须升级 Moonlight 才能从 %1 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>启用远程桌面鼠标模式可能会导致游戏出现问题。</translation>
|
<translation>启用远程桌面鼠标模式可能会导致游戏出现问题。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">软件解码不支持 HDR。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>你选择的用于强制软件解码的设置可能会导致流式传输性能不佳。</translation>
|
<translation>你选择的用于强制软件解码的设置可能会导致流式传输性能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>你的 PC 主机不支持使用HEVC编码。</translation>
|
<translation>你的 PC 主机不支持使用HEVC编码。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force HEVC without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>根据你的选择使用软件解码,以在没有显卡支持的情况下强制 HEVC。这可能会导致流式传输性能不佳。</translation>
|
<translation>根据你的选择使用软件解码,以在没有显卡支持的情况下强制 HEVC。这可能会导致流式传输性能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>你的主机软件或显卡不支持进行 AV1 编码。</translation>
|
<translation>你的主机软件或显卡不支持进行 AV1 编码。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Using software decoding due to your selection to force AV1 without GPU support. This may cause poor streaming performance.</source>
|
||||||
<translation>由于你选择在没有显卡支持的情况下强制使用 AV1,因此目前使用软件解码。这可能会导致视频流解码处理性能不佳。</translation>
|
<translation>由于你选择在没有显卡支持的情况下强制使用 AV1,因此目前使用软件解码。这可能会导致视频流解码处理性能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>你的 PC 主机不支持 HDR 串流。</translation>
|
<translation>你的 PC 主机不支持 HDR 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>使用 H.264 编解码器的情况下不支持 HDR。</translation>
|
<translation>使用 H.264 编解码器的情况下不支持 HDR。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>这台电脑的显卡不支持包含 HDR 的 AV1 Main10 解码。</translation>
|
<translation>这台电脑的显卡不支持包含 HDR 的 AV1 Main10 解码。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>这台电脑的显卡不支持包含 HDR 的 HEVC 或 AV1 Main10 解码。</translation>
|
<translation>这台电脑的显卡不支持包含 HDR 的 HEVC 或 AV1 Main10 解码。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>主机电脑和客户端电脑不支持相同的 HDR 视频编解码器。</translation>
|
<translation>主机电脑和客户端电脑不支持相同的 HDR 视频编解码器。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>H.264 编解码器不支持超过 4K 的视频分辨率。</translation>
|
<translation>H.264 编解码器不支持超过 4K 的视频分辨率。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>主机返回错误:%1</translation>
|
<translation>主机返回错误:%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>使用软件解码,因为你选择强制使用没有 GPU 支持的 H.264。这可能会导致较差的流性能。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>你的主机和客户端 PC 不支持相同的视频编解码器。这可能会导致较差的流性能。</translation>
|
<translation>你的主机和客户端 PC 不支持相同的视频编解码器。这可能会导致较差的流性能。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>你的客户端 GPU 不支持 H.264 解码。这可能会导致较差的流性能。</translation>
|
<translation>你的客户端 GPU 不支持 H.264 解码。这可能会导致较差的流性能。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<translation>由于您选择强制使用未经 GPU 支持的 HDR,因此将采用软件解码。这可能会导致串流性能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>此计算机的显卡不支持 HEVC Main10 解码 HDR 流。</translation>
|
<translation>此计算机的显卡不支持 HEVC Main10 解码 HDR 流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>您的主机 PC 不支持 YUV 4:4:4 串流。</translation>
|
<translation>您的主机 PC 不支持 YUV 4:4:4 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>您的主机 PC 不支持所选视频编解码器的 YUV 4:4:4 串流。</translation>
|
<translation>您的主机 PC 不支持所选视频编解码器的 YUV 4:4:4 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>由于您选择强制使用未经 GPU 支持的 YUV 4:4:4,因此将采用软件解码。这可能会导致串流性能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>这台 PC 的 GPU 不支持所选视频编解码器的 YUV 4:4:4 解码。</translation>
|
<translation>这台 PC 的 GPU 不支持所选视频编解码器的 YUV 4:4:4 解码。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>4K 流式传输需要 GeForce Experience 3.0 或更高版本。</translation>
|
<translation>4K 流式传输需要 GeForce Experience 3.0 或更高版本。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>当前音频设备不支持你选择的环绕声设置。</translation>
|
<translation>当前音频设备不支持你选择的环绕声设置。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>无法打开音频设备。音频在此会话期间将不可用。</translation>
|
<translation>无法打开音频设备。音频在此会话期间将不可用。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>附加的手柄没有映射,因此无法使用。请访问 Moonlight 帮助解决此问题。</translation>
|
<translation>附加的手柄没有映射,因此无法使用。请访问 Moonlight 帮助解决此问题。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>目标计算机的显卡不支持 4K 以上的流式传输视频分辨率。</translation>
|
<translation>目标计算机的显卡不支持 4K 以上的流式传输视频分辨率。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>由于此计算机的显卡上缺少硬件解码支持,无法满足强制硬件解码的选择。</translation>
|
<translation>由于此计算机的显卡上缺少硬件解码支持,无法满足强制硬件解码的选择。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>你选择的编解码器和强制硬件解码设置不兼容。此计算机的显卡不支持解码你选择的编解码器。</translation>
|
<translation>你选择的编解码器和强制硬件解码设置不兼容。此计算机的显卡不支持解码你选择的编解码器。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>无法初始化视频解码器。请检查你的流式传输设置,然后重试。</translation>
|
<translation>无法初始化视频解码器。请检查你的流式传输设置,然后重试。</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<translation>这样可以捕获系统范围的键盘快捷键,例如 Alt + Tab,这些快捷键通常在流式传输时由客户端系统处理。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">启用 HDR 会覆盖自定义解码器的选择。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV1 (实验性)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>启用HDR(实验性)</translation>
|
<translation>启用HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -1004,6 +996,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>此PC不支持HDR。</translation>
|
<translation>此PC不支持HDR。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>启用 YUV 4:4:4</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
Binary file not shown.
+50
-58
@@ -149,7 +149,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="74"/>
|
<location filename="../gui/computermodel.cpp" line="74"/>
|
||||||
<source>Active Address: %1</source>
|
<source>Active Address: %1</source>
|
||||||
<translation>作用中位址</translation>
|
<translation>作用中位址: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="75"/>
|
<location filename="../gui/computermodel.cpp" line="75"/>
|
||||||
@@ -159,12 +159,12 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="76"/>
|
<location filename="../gui/computermodel.cpp" line="76"/>
|
||||||
<source>Local Address: %1</source>
|
<source>Local Address: %1</source>
|
||||||
<translation>本地位址</translation>
|
<translation>本地位址: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="77"/>
|
<location filename="../gui/computermodel.cpp" line="77"/>
|
||||||
<source>Remote Address: %1</source>
|
<source>Remote Address: %1</source>
|
||||||
<translation>遠端位址</translation>
|
<translation>遠端位址: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/computermodel.cpp" line="78"/>
|
<location filename="../gui/computermodel.cpp" line="78"/>
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>NvHTTP</name>
|
<name>NvHTTP</name>
|
||||||
<message>
|
<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>
|
<source>Missing audio capture device. Reinstalling GeForce Experience should resolve this error.</source>
|
||||||
<translation>缺少音訊擷取裝置。重新安裝 GeForce Experience 可以解決此錯誤。</translation>
|
<translation>缺少音訊擷取裝置。重新安裝 GeForce Experience 可以解決此錯誤。</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -427,27 +427,27 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QPlatformTheme</name>
|
<name>QPlatformTheme</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="838"/>
|
<location filename="../main.cpp" line="867"/>
|
||||||
<source>&Yes</source>
|
<source>&Yes</source>
|
||||||
<translation>是(&Y)</translation>
|
<translation>是(&Y)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="839"/>
|
<location filename="../main.cpp" line="868"/>
|
||||||
<source>&No</source>
|
<source>&No</source>
|
||||||
<translation>否(&N)</translation>
|
<translation>否(&N)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="840"/>
|
<location filename="../main.cpp" line="869"/>
|
||||||
<source>OK</source>
|
<source>OK</source>
|
||||||
<translation>確定</translation>
|
<translation>確定</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="841"/>
|
<location filename="../main.cpp" line="870"/>
|
||||||
<source>Help</source>
|
<source>Help</source>
|
||||||
<translation>說明</translation>
|
<translation>說明</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="842"/>
|
<location filename="../main.cpp" line="871"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>取消</translation>
|
<translation>取消</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -508,162 +508,158 @@
|
|||||||
<translation>錯誤碼: %1</translation>
|
<translation>錯誤碼: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>此 Moonlight 版本不支援 %1 上的 GeForce Experience 版本。您必須更新 Moonlight 才能從 %1 串流傳輸。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selection to enable remote desktop mouse mode may cause problems in games.</source>
|
||||||
<translation>您選取啟動遠端桌面游標模式可能會導致遊戲出現問題。</translation>
|
<translation>您選取啟動遠端桌面游標模式可能會導致遊戲出現問題。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>HDR is not supported with software decoding.</source>
|
<location filename="../streaming/session.cpp" line="967"/>
|
||||||
<translation type="vanished">軟體解碼不支援 HDR。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../streaming/session.cpp" line="961"/>
|
|
||||||
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
<source>Your settings selection to force software decoding may cause poor streaming performance.</source>
|
||||||
<translation>您選取強制軟體解碼的設定可能會導致串流媒體效能不佳。</translation>
|
<translation>您選取強制軟體解碼的設定可能會導致串流媒體效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="997"/>
|
<location filename="../streaming/session.cpp" line="1003"/>
|
||||||
<source>Your host PC doesn't support encoding HEVC.</source>
|
<source>Your host PC doesn't support encoding HEVC.</source>
|
||||||
<translation>您的主機不支援 HEVC 編碼。</translation>
|
<translation>您的主機不支援 HEVC 編碼。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>由於你選取使用 GPU 不支援的 HEVC 格式,因此使用軟體進行解碼。這可能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="967"/>
|
<location filename="../streaming/session.cpp" line="973"/>
|
||||||
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
<source>Your host software or GPU doesn't support encoding AV1.</source>
|
||||||
<translation>您的主機軟體或 GPU 不支援編碼 AV1。</translation>
|
<translation>您的主機軟體或 GPU 不支援編碼 AV1。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>使用軟體解碼係依您的選取項目以強制啟用沒有 GPU 支援的 AV1,這可能導致較低的串流效能。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1062"/>
|
<location filename="../streaming/session.cpp" line="1068"/>
|
||||||
<source>Your host PC doesn't support HDR streaming.</source>
|
<source>Your host PC doesn't support HDR streaming.</source>
|
||||||
<translation>您的主機電腦不支援 HDR 串流。</translation>
|
<translation>您的主機電腦不支援 HDR 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>HDR is not supported using the H.264 codec.</source>
|
||||||
<translation>使用 H.264 轉碼器不支援 HDR。</translation>
|
<translation>使用 H.264 轉碼器不支援 HDR。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1077"/>
|
<location filename="../streaming/session.cpp" line="1083"/>
|
||||||
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support AV1 Main10 decoding for HDR streaming.</source>
|
||||||
<translation>這個電腦的 GPU 不支援 AV1 Main10 HDR 串流解碼。</translation>
|
<translation>這個電腦的 GPU 不支援 AV1 Main10 HDR 串流解碼。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1058"/>
|
<location filename="../streaming/session.cpp" line="1064"/>
|
||||||
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support 10-bit HEVC or AV1 decoding for HDR streaming.</source>
|
||||||
<translation>這個電腦的 GPU 不支援 10-bit HEVC 或 AV1 HDR 串流解碼。</translation>
|
<translation>這個電腦的 GPU 不支援 10-bit HEVC 或 AV1 HDR 串流解碼。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1110"/>
|
<location filename="../streaming/session.cpp" line="1116"/>
|
||||||
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
<source>Your host PC and client PC don't support the same HDR video codecs.</source>
|
||||||
<translation>您的主機電腦和用戶端電腦不支援相同的 HDR 視訊轉碼器。</translation>
|
<translation>您的主機電腦和用戶端電腦不支援相同的 HDR 視訊轉碼器。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Video resolutions over 4K are not supported by the H.264 codec.</source>
|
||||||
<translation>H.264 轉碼器不支援超過 4K 的視訊解析度。</translation>
|
<translation>H.264 轉碼器不支援超過 4K 的視訊解析度。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1600"/>
|
<location filename="../streaming/session.cpp" line="1606"/>
|
||||||
<source>Host returned error: %1</source>
|
<source>Host returned error: %1</source>
|
||||||
<translation>主機返回錯誤:%1</translation>
|
<translation>主機返回錯誤:%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>由於你選取強制使用 GPU 不支援的 HEVC 格式,因此使用軟體進行解碼。這可能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1044"/>
|
<location filename="../streaming/session.cpp" line="1050"/>
|
||||||
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
<source>Your host PC and client PC don't support the same video codecs. This may cause poor streaming performance.</source>
|
||||||
<translation>您的主機電腦和用戶端電腦不支援相同的視訊編解碼器。這可能會導致串流效能不佳。</translation>
|
<translation>您的主機電腦和用戶端電腦不支援相同的視訊編解碼器。這可能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1047"/>
|
<location filename="../streaming/session.cpp" line="1053"/>
|
||||||
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
<source>Your client GPU doesn't support H.264 decoding. This may cause poor streaming performance.</source>
|
||||||
<translation>您的用戶端 GPU 不支援 H.264 解碼。這能會導致串流效能不佳。</translation>
|
<translation>您的用戶端 GPU 不支援 H.264 解碼。這能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1083"/>
|
<location filename="../streaming/session.cpp" line="1089"/>
|
||||||
<location filename="../streaming/session.cpp" line="1101"/>
|
<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>
|
<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>
|
<translation>由於您選擇在GPU不支援的情況強制啟用 HDR,正在使用軟體解碼。這可能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1095"/>
|
<location filename="../streaming/session.cpp" line="1101"/>
|
||||||
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
<source>This PC's GPU doesn't support HEVC Main10 decoding for HDR streaming.</source>
|
||||||
<translation>此電腦的 GPU 不支援 HEVC Main10 解碼器來進行 HDR 串流。</translation>
|
<translation>此電腦的 GPU 不支援 HEVC Main10 解碼器來進行 HDR 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1117"/>
|
<location filename="../streaming/session.cpp" line="1123"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming.</source>
|
||||||
<translation>您的主機不支援 YUV 4:4:4 串流格式。</translation>
|
<translation>您的主機不支援 YUV 4:4:4 串流格式。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1125"/>
|
<location filename="../streaming/session.cpp" line="1131"/>
|
||||||
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
<source>Your host PC doesn't support YUV 4:4:4 streaming for selected video codec.</source>
|
||||||
<translation>您的主機不支援所選視訊編碼器的 YUV 4:4:4 串流格式。</translation>
|
<translation>您的主機不支援所選視訊編碼器的 YUV 4:4:4 串流格式。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>由於您選擇在GPU不支援的情況強制啟用 YUV 4:4:4,正在使用軟體解碼。這可能會導致串流效能不佳。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1146"/>
|
<location filename="../streaming/session.cpp" line="1152"/>
|
||||||
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
<source>This PC's GPU doesn't support YUV 4:4:4 decoding for selected video codec.</source>
|
||||||
<translation>您的主機的 GPU 不支援所選視訊編碼器的 YUV 4:4:4 串流格式。</translation>
|
<translation>您的主機的 GPU 不支援所選視訊編碼器的 YUV 4:4:4 串流格式。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>GeForce Experience 3.0 or higher is required for 4K streaming.</source>
|
||||||
<translation>4K 串流需要 GeForce Experience 3.0 或更高的版本。</translation>
|
<translation>4K 串流需要 GeForce Experience 3.0 或更高的版本。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Your selected surround sound setting is not supported by the current audio device.</source>
|
||||||
<translation>您選取的環場音效設定並不支援目前的音訊裝置。</translation>
|
<translation>您選取的環場音效設定並不支援目前的音訊裝置。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Failed to open audio device. Audio will be unavailable during this session.</source>
|
||||||
<translation>無法開啟音訊裝置。音訊在本次工作階段中將無法使用。</translation>
|
<translation>無法開啟音訊裝置。音訊在本次工作階段中將無法使用。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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't be usable. Visit the Moonlight help to resolve this.</source>
|
<source>An attached gamepad has no mapping and won't be usable. Visit the Moonlight help to resolve this.</source>
|
||||||
<translation>附加的手把沒有對應,將無法使用。請造訪 Moonlight 協助解決問題。</translation>
|
<translation>附加的手把沒有對應,將無法使用。請造訪 Moonlight 協助解決問題。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../streaming/session.cpp" line="1199"/>
|
<location filename="../streaming/session.cpp" line="1205"/>
|
||||||
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
<source>Your host PC's GPU doesn't support streaming video resolutions over 4K.</source>
|
||||||
<translation>您的主機電腦 GPU 不支援 4K 視訊串流。</translation>
|
<translation>您的主機電腦 GPU 不支援 4K 視訊串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU.</source>
|
<source>Your selection to force hardware decoding cannot be satisfied due to missing hardware decoding support on this PC's GPU.</source>
|
||||||
<translation>由於此電腦的 GPU 缺乏硬體解碼支援,故無法強制使用硬體解碼。</translation>
|
<translation>由於此電腦的 GPU 缺乏硬體解碼支援,故無法強制使用硬體解碼。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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's GPU lacks support for decoding your chosen codec.</source>
|
<source>Your codec selection and force hardware decoding setting are not compatible. This PC's GPU lacks support for decoding your chosen codec.</source>
|
||||||
<translation>你選取的編解碼器和強制硬體解碼設定不相容。此電腦的顯示卡不支援解碼你選取的解編碼器。</translation>
|
<translation>你選取的編解碼器和強制硬體解碼設定不相容。此電腦的顯示卡不支援解碼你選取的解編碼器。</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<source>Unable to initialize video decoder. Please check your streaming settings and try again.</source>
|
||||||
<translation>無法初始化畫面解碼器。請檢查您的串流設定並再試一次。</translation>
|
<translation>無法初始化畫面解碼器。請檢查您的串流設定並再試一次。</translation>
|
||||||
</message>
|
</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>
|
<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>
|
<translation>提醒:由於 GeForce Experience 的錯誤,如果您的主機電腦有多部顯示器,此選項可能無法正常運作。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Enabling HDR overrides manual decoder selections.</source>
|
|
||||||
<translation type="vanished">啟用 HDR 覆寫手動解碼器選取項目。</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1621"/>
|
<location filename="../gui/SettingsView.qml" line="1621"/>
|
||||||
<source>AV1 (Experimental)</source>
|
<source>AV1</source>
|
||||||
<translation>AV (實驗性)</translation>
|
<translation>AV1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1636"/>
|
<location filename="../gui/SettingsView.qml" line="1636"/>
|
||||||
<source>Enable HDR (Experimental)</source>
|
<source>Enable HDR</source>
|
||||||
<translation>啟用 HDR (實驗性)</translation>
|
<translation>啟用 HDR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1651"/>
|
<location filename="../gui/SettingsView.qml" line="1651"/>
|
||||||
@@ -926,6 +918,11 @@
|
|||||||
<source>HDR streaming is not supported on this PC.</source>
|
<source>HDR streaming is not supported on this PC.</source>
|
||||||
<translation>此電腦不支援 HDR 串流。</translation>
|
<translation>此電腦不支援 HDR 串流。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../gui/SettingsView.qml" line="1659"/>
|
||||||
|
<source>Enable YUV 4:4:4</source>
|
||||||
|
<translation>啟用 YUV 4:4:4</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1740"/>
|
<location filename="../gui/SettingsView.qml" line="1740"/>
|
||||||
<source>Show performance stats while streaming</source>
|
<source>Show performance stats while streaming</source>
|
||||||
@@ -1165,11 +1162,6 @@
|
|||||||
<source>HEVC (H.265)</source>
|
<source>HEVC (H.265)</source>
|
||||||
<translation>HEVC (H.265)</translation>
|
<translation>HEVC (H.265)</translation>
|
||||||
</message>
|
</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>
|
<message>
|
||||||
<location filename="../gui/SettingsView.qml" line="1681"/>
|
<location filename="../gui/SettingsView.qml" line="1681"/>
|
||||||
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
<source>Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.</source>
|
||||||
|
|||||||
+18
-2
@@ -1,4 +1,5 @@
|
|||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
|
#include <QStyleHints>
|
||||||
#include <QQmlApplicationEngine>
|
#include <QQmlApplicationEngine>
|
||||||
#include <QQmlContext>
|
#include <QQmlContext>
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
@@ -634,8 +635,13 @@ int main(int argc, char *argv[])
|
|||||||
qputenv("QSG_RENDER_LOOP", "basic");
|
qputenv("QSG_RENDER_LOOP", "basic");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(Q_OS_DARWIN) && defined(QT_DEBUG)
|
#if defined(Q_OS_DARWIN) && defined(QT_DEBUG) && !defined(HAVE_LIBPLACEBO_VULKAN)
|
||||||
// Enable Metal valiation for debug builds
|
// 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_DEBUG_LAYER", "1");
|
||||||
qputenv("MTL_SHADER_VALIDATION", "1");
|
qputenv("MTL_SHADER_VALIDATION", "1");
|
||||||
#endif
|
#endif
|
||||||
@@ -753,6 +759,16 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
QGuiApplication app(argc, 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
|
#ifdef Q_OS_UNIX
|
||||||
// Register signal handlers to arbitrate between SDL and Qt.
|
// Register signal handlers to arbitrate between SDL and Qt.
|
||||||
// NB: This has to be done after the QGuiApplication is constructed to
|
// NB: This has to be done after the QGuiApplication is constructed to
|
||||||
|
|||||||
@@ -21,5 +21,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
SDL_AudioDeviceID m_AudioDevice;
|
SDL_AudioDeviceID m_AudioDevice;
|
||||||
void* m_AudioBuffer;
|
void* m_AudioBuffer;
|
||||||
int m_FrameSize;
|
Uint32 m_FrameSize;
|
||||||
|
Uint32 m_FrameDurationMs;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ bool SdlAudioRenderer::prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION*
|
|||||||
// The buffering helps avoid audio underruns due to network jitter.
|
// The buffering helps avoid audio underruns due to network jitter.
|
||||||
want.samples = SDL_max(480, opusConfig->samplesPerFrame * 3);
|
want.samples = SDL_max(480, opusConfig->samplesPerFrame * 3);
|
||||||
|
|
||||||
|
m_FrameDurationMs = opusConfig->samplesPerFrame / (opusConfig->sampleRate / 1000);
|
||||||
m_FrameSize = opusConfig->samplesPerFrame *
|
m_FrameSize = opusConfig->samplesPerFrame *
|
||||||
opusConfig->channelCount *
|
opusConfig->channelCount *
|
||||||
getAudioBufferSampleSize();
|
getAudioBufferSampleSize();
|
||||||
@@ -115,8 +116,8 @@ bool SdlAudioRenderer::submitAudio(int bytesWritten)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only queue more samples where there are 10 frames or less in SDL's queue
|
// Only queue more samples where there is 50 ms or less in SDL's queue
|
||||||
if (SDL_GetQueuedAudioSize(m_AudioDevice) / m_FrameSize <= 10) {
|
if (SDL_GetQueuedAudioSize(m_AudioDevice) / m_FrameSize * m_FrameDurationMs <= 50) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -460,7 +460,9 @@ void SdlInputHandler::handleControllerTouchpadEvent(SDL_ControllerTouchpadEvent*
|
|||||||
return;
|
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
|
#endif
|
||||||
@@ -662,6 +664,9 @@ void SdlInputHandler::handleControllerDeviceEvent(SDL_ControllerDeviceEvent* eve
|
|||||||
}
|
}
|
||||||
if (SDL_GameControllerGetNumTouchpads(state->controller) > 0) {
|
if (SDL_GameControllerGetNumTouchpads(state->controller) > 0) {
|
||||||
capabilities |= LI_CCAP_TOUCHPAD;
|
capabilities |= LI_CCAP_TOUCHPAD;
|
||||||
|
if (SDL_GameControllerGetNumTouchpads(state->controller) > 1) {
|
||||||
|
capabilities |= LI_CCAP_DUAL_TOUCHPAD;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (SDL_GameControllerHasSensor(state->controller, SDL_SENSOR_ACCEL)) {
|
if (SDL_GameControllerHasSensor(state->controller, SDL_SENSOR_ACCEL)) {
|
||||||
capabilities |= LI_CCAP_ACCEL;
|
capabilities |= LI_CCAP_ACCEL;
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
|
|||||||
m_PendingMouseButtonsAllUpOnVideoRegionLeave(false),
|
m_PendingMouseButtonsAllUpOnVideoRegionLeave(false),
|
||||||
m_PointerRegionLockActive(false),
|
m_PointerRegionLockActive(false),
|
||||||
m_PointerRegionLockToggledByUser(false),
|
m_PointerRegionLockToggledByUser(false),
|
||||||
m_FakeCaptureActive(false),
|
m_FakeMouseCaptureActive(false),
|
||||||
|
m_KeyboardCaptureActive(false),
|
||||||
m_CaptureSystemKeysMode(prefs.captureSysKeysMode),
|
m_CaptureSystemKeysMode(prefs.captureSysKeysMode),
|
||||||
m_MouseCursorCapturedVisibilityState(SDL_DISABLE),
|
m_MouseCursorCapturedVisibilityState(SDL_DISABLE),
|
||||||
m_LongPressTimer(0),
|
m_LongPressTimer(0),
|
||||||
@@ -74,12 +75,12 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
|
|||||||
m_SpecialKeyCombos[KeyComboUngrabInput].keyCombo = KeyComboUngrabInput;
|
m_SpecialKeyCombos[KeyComboUngrabInput].keyCombo = KeyComboUngrabInput;
|
||||||
m_SpecialKeyCombos[KeyComboUngrabInput].keyCode = SDLK_z;
|
m_SpecialKeyCombos[KeyComboUngrabInput].keyCode = SDLK_z;
|
||||||
m_SpecialKeyCombos[KeyComboUngrabInput].scanCode = SDL_SCANCODE_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].keyCombo = KeyComboToggleFullScreen;
|
||||||
m_SpecialKeyCombos[KeyComboToggleFullScreen].keyCode = SDLK_x;
|
m_SpecialKeyCombos[KeyComboToggleFullScreen].keyCode = SDLK_x;
|
||||||
m_SpecialKeyCombos[KeyComboToggleFullScreen].scanCode = SDL_SCANCODE_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].keyCombo = KeyComboToggleStatsOverlay;
|
||||||
m_SpecialKeyCombos[KeyComboToggleStatsOverlay].keyCode = SDLK_s;
|
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].keyCombo = KeyComboToggleMinimize;
|
||||||
m_SpecialKeyCombos[KeyComboToggleMinimize].keyCode = SDLK_d;
|
m_SpecialKeyCombos[KeyComboToggleMinimize].keyCode = SDLK_d;
|
||||||
m_SpecialKeyCombos[KeyComboToggleMinimize].scanCode = SDL_SCANCODE_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].keyCombo = KeyComboPasteText;
|
||||||
m_SpecialKeyCombos[KeyComboPasteText].keyCode = SDLK_v;
|
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].scanCode = SDL_SCANCODE_E;
|
||||||
m_SpecialKeyCombos[KeyComboQuitAndExit].enabled = true;
|
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_OldIgnoreDevices = SDL_GetHint(SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES);
|
||||||
m_OldIgnoreDevicesExcept = SDL_GetHint(SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT);
|
m_OldIgnoreDevicesExcept = SDL_GetHint(SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT);
|
||||||
|
|
||||||
@@ -314,22 +320,20 @@ bool SdlInputHandler::isCaptureActive()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Some platforms don't support SDL_SetRelativeMouseMode
|
// Some platforms don't support SDL_SetRelativeMouseMode
|
||||||
return m_FakeCaptureActive;
|
return m_FakeMouseCaptureActive;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SdlInputHandler::updateKeyboardGrabState()
|
void SdlInputHandler::updateKeyboardGrabState()
|
||||||
{
|
{
|
||||||
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_OFF) {
|
bool shouldGrab = m_CaptureSystemKeysMode != StreamingPreferences::CSK_OFF && isCaptureActive();
|
||||||
return;
|
if (shouldGrab) {
|
||||||
}
|
|
||||||
|
|
||||||
bool shouldGrab = isCaptureActive();
|
|
||||||
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
|
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
|
||||||
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_FULLSCREEN &&
|
if (m_CaptureSystemKeysMode == StreamingPreferences::CSK_FULLSCREEN &&
|
||||||
!(windowFlags & SDL_WINDOW_FULLSCREEN)) {
|
!(windowFlags & SDL_WINDOW_FULLSCREEN)) {
|
||||||
// Ungrab if it's fullscreen only and we left fullscreen
|
// Ungrab if it's fullscreen only and we left fullscreen
|
||||||
shouldGrab = false;
|
shouldGrab = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Don't close the window on Alt+F4 when keyboard grab is enabled
|
// Don't close the window on Alt+F4 when keyboard grab is enabled
|
||||||
SDL_SetHint(SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4, shouldGrab ? "1" : "0");
|
SDL_SetHint(SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4, shouldGrab ? "1" : "0");
|
||||||
@@ -339,6 +343,8 @@ void SdlInputHandler::updateKeyboardGrabState()
|
|||||||
// SDL 2.0.18 adds keyboard grab on macOS (if built with non-AppStore APIs).
|
// SDL 2.0.18 adds keyboard grab on macOS (if built with non-AppStore APIs).
|
||||||
SDL_SetWindowKeyboardGrab(m_Window, shouldGrab ? SDL_TRUE : SDL_FALSE);
|
SDL_SetWindowKeyboardGrab(m_Window, shouldGrab ? SDL_TRUE : SDL_FALSE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
m_KeyboardCaptureActive = shouldGrab;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SdlInputHandler::isSystemKeyCaptureActive()
|
bool SdlInputHandler::isSystemKeyCaptureActive()
|
||||||
@@ -351,15 +357,12 @@ bool SdlInputHandler::isSystemKeyCaptureActive()
|
|||||||
return false;
|
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);
|
Uint32 windowFlags = SDL_GetWindowFlags(m_Window);
|
||||||
if (!(windowFlags & SDL_WINDOW_INPUT_FOCUS)
|
if (!(windowFlags & SDL_WINDOW_INPUT_FOCUS) || !m_KeyboardCaptureActive) {
|
||||||
#if SDL_VERSION_ATLEAST(2, 0, 15)
|
|
||||||
|| !(windowFlags & SDL_WINDOW_KEYBOARD_GRABBED)
|
|
||||||
#else
|
|
||||||
|| !(windowFlags & SDL_WINDOW_INPUT_GRABBED)
|
|
||||||
#endif
|
|
||||||
)
|
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -378,7 +381,7 @@ void SdlInputHandler::setCaptureActive(bool active)
|
|||||||
if (m_AbsoluteMouseMode || SDL_SetRelativeMouseMode(SDL_TRUE) < 0) {
|
if (m_AbsoluteMouseMode || SDL_SetRelativeMouseMode(SDL_TRUE) < 0) {
|
||||||
// Relative mouse mode didn't work or was disabled, so we'll just hide the cursor
|
// Relative mouse mode didn't work or was disabled, so we'll just hide the cursor
|
||||||
SDL_ShowCursor(m_MouseCursorCapturedVisibilityState);
|
SDL_ShowCursor(m_MouseCursorCapturedVisibilityState);
|
||||||
m_FakeCaptureActive = true;
|
m_FakeMouseCaptureActive = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Synchronize the client and host cursor when activating absolute capture
|
// Synchronize the client and host cursor when activating absolute capture
|
||||||
@@ -408,10 +411,10 @@ void SdlInputHandler::setCaptureActive(bool active)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (m_FakeCaptureActive) {
|
if (m_FakeMouseCaptureActive) {
|
||||||
// Display the cursor again
|
// Display the cursor again
|
||||||
SDL_ShowCursor(SDL_ENABLE);
|
SDL_ShowCursor(SDL_ENABLE);
|
||||||
m_FakeCaptureActive = false;
|
m_FakeMouseCaptureActive = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SDL_SetRelativeMouseMode(SDL_FALSE);
|
SDL_SetRelativeMouseMode(SDL_FALSE);
|
||||||
|
|||||||
@@ -167,6 +167,7 @@ private:
|
|||||||
KeyComboPasteText,
|
KeyComboPasteText,
|
||||||
KeyComboTogglePointerRegionLock,
|
KeyComboTogglePointerRegionLock,
|
||||||
KeyComboQuitAndExit,
|
KeyComboQuitAndExit,
|
||||||
|
KeyComboToggleKeyboardGrab,
|
||||||
KeyComboMax
|
KeyComboMax
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -217,7 +218,8 @@ private:
|
|||||||
int m_GamepadMask;
|
int m_GamepadMask;
|
||||||
GamepadState m_GamepadState[MAX_GAMEPADS];
|
GamepadState m_GamepadState[MAX_GAMEPADS];
|
||||||
QSet<short> m_KeysDown;
|
QSet<short> m_KeysDown;
|
||||||
bool m_FakeCaptureActive;
|
bool m_FakeMouseCaptureActive;
|
||||||
|
bool m_KeyboardCaptureActive;
|
||||||
QString m_OldIgnoreDevices;
|
QString m_OldIgnoreDevices;
|
||||||
QString m_OldIgnoreDevicesExcept;
|
QString m_OldIgnoreDevicesExcept;
|
||||||
QStringList m_IgnoreDeviceGuids;
|
QStringList m_IgnoreDeviceGuids;
|
||||||
|
|||||||
@@ -153,6 +153,21 @@ void SdlInputHandler::performSpecialKeyCombo(KeyCombo combo)
|
|||||||
SDL_PushEvent(&quitExitEvent);
|
SDL_PushEvent(&quitExitEvent);
|
||||||
break;
|
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:
|
default:
|
||||||
Q_UNREACHABLE();
|
Q_UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ void SdlInputHandler::handleMouseWheelEvent(SDL_MouseWheelEvent* event)
|
|||||||
if (event->preciseX != 0.0f) {
|
if (event->preciseX != 0.0f) {
|
||||||
// Invert the scroll direction if needed
|
// Invert the scroll direction if needed
|
||||||
if (m_ReverseScrollDirection) {
|
if (m_ReverseScrollDirection) {
|
||||||
event->preciseX = -event->preciseY;
|
event->preciseX = -event->preciseX;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Q_OS_DARWIN
|
#ifdef Q_OS_DARWIN
|
||||||
|
|||||||
@@ -632,6 +632,12 @@ bool Session::initialize(QQuickWindow* qtWindow)
|
|||||||
return false;
|
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);
|
LiInitializeStreamConfiguration(&m_StreamConfig);
|
||||||
m_StreamConfig.width = m_Preferences->width;
|
m_StreamConfig.width = m_Preferences->width;
|
||||||
m_StreamConfig.height = m_Preferences->height;
|
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
|
// Disable the screen saver if requested
|
||||||
if (m_Preferences->keepAwake) {
|
if (m_Preferences->keepAwake) {
|
||||||
SDL_DisableScreenSaver();
|
SDL_DisableScreenSaver();
|
||||||
|
|||||||
@@ -74,11 +74,12 @@ static int __riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
|
|||||||
|
|
||||||
Uint32 StreamUtils::getPlatformWindowFlags()
|
Uint32 StreamUtils::getPlatformWindowFlags()
|
||||||
{
|
{
|
||||||
#if defined(Q_OS_DARWIN)
|
#if defined(HAVE_LIBPLACEBO_VULKAN)
|
||||||
return SDL_WINDOW_METAL;
|
|
||||||
#elif defined(HAVE_LIBPLACEBO_VULKAN)
|
|
||||||
// We'll fall back to GL if Vulkan fails
|
// We'll fall back to GL if Vulkan fails
|
||||||
return SDL_WINDOW_VULKAN;
|
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
|
#else
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
@@ -89,6 +90,11 @@ SDL_Window* StreamUtils::createTestWindow()
|
|||||||
SDL_Window* testWindow;
|
SDL_Window* testWindow;
|
||||||
Uint32 baseFlags = 0;
|
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
|
// Test windows are always hidden
|
||||||
baseFlags |= SDL_WINDOW_HIDDEN;
|
baseFlags |= SDL_WINDOW_HIDDEN;
|
||||||
|
|
||||||
|
|||||||
@@ -588,7 +588,7 @@ class DrmRenderer : public IFFmpegRenderer {
|
|||||||
|
|
||||||
bool apply() {
|
bool apply() {
|
||||||
if (!m_Atomic) {
|
if (!m_Atomic) {
|
||||||
return 0;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
drmModeAtomicReqPtr req = nullptr;
|
drmModeAtomicReqPtr req = nullptr;
|
||||||
|
|||||||
@@ -627,6 +627,8 @@ bool EGLRenderer::setupVideoRenderingState() {
|
|||||||
glGenTextures(EGL_MAX_PLANES, m_Textures);
|
glGenTextures(EGL_MAX_PLANES, m_Textures);
|
||||||
for (size_t i = 0; i < EGL_MAX_PLANES; ++i) {
|
for (size_t i = 0; i < EGL_MAX_PLANES; ++i) {
|
||||||
glBindTexture(GL_TEXTURE_EXTERNAL_OES, m_Textures[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_S, GL_CLAMP_TO_EDGE);
|
||||||
glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_T, 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);
|
ssize_t plane_count = m_Backend->exportEGLImages(frame, m_EGLDisplay, imgs);
|
||||||
if (plane_count < 0)
|
if (plane_count < 0)
|
||||||
return;
|
return;
|
||||||
@@ -801,16 +793,6 @@ void EGLRenderer::renderFrame(AVFrame* frame)
|
|||||||
glActiveTexture(GL_TEXTURE0 + i);
|
glActiveTexture(GL_TEXTURE0 + i);
|
||||||
glBindTexture(GL_TEXTURE_EXTERNAL_OES, m_Textures[i]);
|
glBindTexture(GL_TEXTURE_EXTERNAL_OES, m_Textures[i]);
|
||||||
m_glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, imgs[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()
|
// 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);
|
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
|
// 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);
|
glViewport(dst.x, dst.y, dst.w, dst.h);
|
||||||
|
|
||||||
glUseProgram(m_ShaderProgram);
|
glUseProgram(m_ShaderProgram);
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include <SDL_vulkan.h>
|
#include <SDL_vulkan.h>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include <libavutil/hwcontext_drm.h>
|
||||||
#include <libavutil/hwcontext_vulkan.h>
|
#include <libavutil/hwcontext_vulkan.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -134,10 +135,10 @@ void PlVkRenderer::overlayUploadComplete(void* opaque)
|
|||||||
SDL_FreeSurface((SDL_Surface*)opaque);
|
SDL_FreeSurface((SDL_Surface*)opaque);
|
||||||
}
|
}
|
||||||
|
|
||||||
PlVkRenderer::PlVkRenderer(bool hwaccel, IFFmpegRenderer *backendRenderer) :
|
PlVkRenderer::PlVkRenderer(AVHWDeviceType hwDeviceType, IFFmpegRenderer *backendRenderer) :
|
||||||
IFFmpegRenderer(RendererType::Vulkan),
|
IFFmpegRenderer(RendererType::Vulkan),
|
||||||
m_Backend(backendRenderer),
|
m_Backend(backendRenderer),
|
||||||
m_HwAccelBackend(hwaccel)
|
m_HwDeviceType(hwDeviceType)
|
||||||
{
|
{
|
||||||
bool ok;
|
bool ok;
|
||||||
|
|
||||||
@@ -161,6 +162,10 @@ PlVkRenderer::~PlVkRenderer()
|
|||||||
SDL_assert(!m_HasPendingSwapchainFrame);
|
SDL_assert(!m_HasPendingSwapchainFrame);
|
||||||
|
|
||||||
if (m_Vulkan != nullptr) {
|
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++) {
|
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].overlay.tex);
|
||||||
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[i].stagingOverlay.tex);
|
pl_tex_destroy(m_Vulkan->gpu, &m_Overlays[i].stagingOverlay.tex);
|
||||||
@@ -177,6 +182,9 @@ PlVkRenderer::~PlVkRenderer()
|
|||||||
|
|
||||||
pl_renderer_destroy(&m_Renderer);
|
pl_renderer_destroy(&m_Renderer);
|
||||||
pl_swapchain_destroy(&m_Swapchain);
|
pl_swapchain_destroy(&m_Swapchain);
|
||||||
|
#ifdef Q_OS_DARWIN
|
||||||
|
m_MetalTextureFactory.reset();
|
||||||
|
#endif
|
||||||
pl_vulkan_destroy(&m_Vulkan);
|
pl_vulkan_destroy(&m_Vulkan);
|
||||||
|
|
||||||
// This surface was created by SDL, so there's no libplacebo API to destroy it
|
// 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);
|
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);
|
pl_vk_inst_destroy(&m_PlVkInstance);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -287,20 +292,8 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
|
|||||||
return false;
|
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 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;
|
const char* videoDecodeExtension;
|
||||||
|
|
||||||
if (decoderParams->videoFormat & VIDEO_FORMAT_MASK_H264) {
|
if (decoderParams->videoFormat & VIDEO_FORMAT_MASK_H264) {
|
||||||
@@ -330,6 +323,18 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
|
|||||||
videoDecodeExtension);
|
videoDecodeExtension);
|
||||||
return false;
|
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)) {
|
if (!isSurfacePresentationSupportedByPhysicalDevice(device)) {
|
||||||
@@ -359,13 +364,16 @@ bool PlVkRenderer::tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDevice
|
|||||||
vkParams.get_proc_addr = m_PlVkInstance->get_proc_addr;
|
vkParams.get_proc_addr = m_PlVkInstance->get_proc_addr;
|
||||||
vkParams.surface = m_VkSurface;
|
vkParams.surface = m_VkSurface;
|
||||||
vkParams.device = device;
|
vkParams.device = device;
|
||||||
|
|
||||||
|
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
|
||||||
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(60, 26, 100)
|
#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
|
#else
|
||||||
vkParams.opt_extensions = k_OptionalDeviceExtensions;
|
vkParams.opt_extensions = k_OptionalDeviceExtensions;
|
||||||
vkParams.num_opt_extensions = SDL_arraysize(k_OptionalDeviceExtensions);
|
vkParams.num_opt_extensions = SDL_arraysize(k_OptionalDeviceExtensions);
|
||||||
#endif
|
#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()
|
// 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)
|
bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
|
||||||
{
|
{
|
||||||
m_Window = params->window;
|
m_Window = params->window;
|
||||||
|
m_MaxVideoFps = params->frameRate;
|
||||||
|
|
||||||
unsigned int instanceExtensionCount = 0;
|
unsigned int instanceExtensionCount = 0;
|
||||||
if (!SDL_Vulkan_GetInstanceExtensions(params->window, &instanceExtensionCount, nullptr)) {
|
if (!SDL_Vulkan_GetInstanceExtensions(params->window, &instanceExtensionCount, nullptr)) {
|
||||||
@@ -485,18 +494,17 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
VkPresentModeKHR presentMode;
|
|
||||||
if (params->enableVsync) {
|
if (params->enableVsync) {
|
||||||
// FIFO mode improves frame pacing compared with Mailbox, especially for
|
// FIFO mode improves frame pacing compared with Mailbox, especially for
|
||||||
// platforms like X11 that lack a VSyncSource implementation for Pacer.
|
// platforms like X11 that lack a VSyncSource implementation for Pacer.
|
||||||
presentMode = VK_PRESENT_MODE_FIFO_KHR;
|
m_VkPresentMode = VK_PRESENT_MODE_FIFO_KHR;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// We want immediate mode for V-Sync disabled if possible
|
// We want immediate mode for V-Sync disabled if possible
|
||||||
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_IMMEDIATE_KHR)) {
|
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_IMMEDIATE_KHR)) {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using Immediate present mode with V-Sync disabled");
|
"Using Immediate present mode with V-Sync disabled");
|
||||||
presentMode = VK_PRESENT_MODE_IMMEDIATE_KHR;
|
m_VkPresentMode = VK_PRESENT_MODE_IMMEDIATE_KHR;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
@@ -506,42 +514,27 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_FIFO_RELAXED_KHR)) {
|
if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_FIFO_RELAXED_KHR)) {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using FIFO Relaxed present mode with V-Sync disabled");
|
"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
|
// Mailbox at least provides non-blocking behavior
|
||||||
else if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_MAILBOX_KHR)) {
|
else if (isPresentModeSupportedByPhysicalDevice(m_Vulkan->phys_device, VK_PRESENT_MODE_MAILBOX_KHR)) {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using Mailbox present mode with V-Sync disabled");
|
"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
|
// FIFO is always supported
|
||||||
else {
|
else {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using FIFO present mode with V-Sync disabled");
|
"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 = {};
|
// Start with a swapchain that is double-buffered for lowest display latency
|
||||||
vkSwapchainParams.surface = m_VkSurface;
|
if (!createSwapchain(1)) {
|
||||||
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
m_Renderer = pl_renderer_create(m_Log, m_Vulkan->gpu);
|
m_Renderer = pl_renderer_create(m_Log, m_Vulkan->gpu);
|
||||||
if (m_Renderer == nullptr) {
|
if (m_Renderer == nullptr) {
|
||||||
@@ -550,8 +543,27 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
return false;
|
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
|
// 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);
|
m_HwDeviceCtx = av_hwdevice_ctx_alloc(AV_HWDEVICE_TYPE_VULKAN);
|
||||||
if (m_HwDeviceCtx == nullptr) {
|
if (m_HwDeviceCtx == nullptr) {
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
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->nb_enabled_inst_extensions = m_PlVkInstance->num_extensions;
|
||||||
vkDeviceContext->enabled_dev_extensions = m_Vulkan->extensions;
|
vkDeviceContext->enabled_dev_extensions = m_Vulkan->extensions;
|
||||||
vkDeviceContext->nb_enabled_dev_extensions = m_Vulkan->num_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->lock_queue = lockQueue;
|
||||||
vkDeviceContext->unlock_queue = unlockQueue;
|
vkDeviceContext->unlock_queue = unlockQueue;
|
||||||
#endif
|
#endif
|
||||||
@@ -588,17 +600,75 @@ bool PlVkRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
return false;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PlVkRenderer::prepareDecoderContext(AVCodecContext *context, AVDictionary **)
|
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,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Using Vulkan video decoding");
|
"Using Vulkan video decoding");
|
||||||
|
|
||||||
context->hw_device_ctx = av_buffer_ref(m_HwDeviceCtx);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
@@ -610,6 +680,15 @@ bool PlVkRenderer::prepareDecoderContext(AVCodecContext *context, AVDictionary *
|
|||||||
|
|
||||||
bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFrame)
|
bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFrame)
|
||||||
{
|
{
|
||||||
|
#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 = {};
|
pl_avframe_params mapParams = {};
|
||||||
mapParams.frame = frame;
|
mapParams.frame = frame;
|
||||||
mapParams.tex = m_Textures;
|
mapParams.tex = m_Textures;
|
||||||
@@ -618,6 +697,7 @@ bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFra
|
|||||||
"pl_map_avframe_ex() failed");
|
"pl_map_avframe_ex() failed");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// libplacebo assumes a minimum luminance value of 0 means the actual value was unknown.
|
// libplacebo assumes a minimum luminance value of 0 means the actual value was unknown.
|
||||||
// Since we assume the host values are correct, we use the PL_COLOR_HDR_BLACK constant to
|
// Since we assume the host values are correct, we use the PL_COLOR_HDR_BLACK constant to
|
||||||
@@ -638,6 +718,21 @@ bool PlVkRenderer::mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFra
|
|||||||
return true;
|
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)
|
bool PlVkRenderer::populateQueues(int videoFormat)
|
||||||
{
|
{
|
||||||
auto vkDeviceContext = (AVVulkanDeviceContext*)((AVHWDeviceContext *)m_HwDeviceCtx->data)->hwctx;
|
auto vkDeviceContext = (AVVulkanDeviceContext*)((AVHWDeviceContext *)m_HwDeviceCtx->data)->hwctx;
|
||||||
@@ -769,6 +864,27 @@ bool PlVkRenderer::isSurfacePresentationSupportedByPhysicalDevice(VkPhysicalDevi
|
|||||||
return false;
|
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()
|
void PlVkRenderer::waitToRender()
|
||||||
{
|
{
|
||||||
// Check if the GPU has failed before doing anything else
|
// Check if the GPU has failed before doing anything else
|
||||||
@@ -808,6 +924,27 @@ void PlVkRenderer::waitToRender()
|
|||||||
// renderFrame() wasn't called after waitToRender().
|
// renderFrame() wasn't called after waitToRender().
|
||||||
if (pl_swapchain_start_frame(m_Swapchain, &m_SwapchainFrame)) {
|
if (pl_swapchain_start_frame(m_Swapchain, &m_SwapchainFrame)) {
|
||||||
m_HasPendingSwapchainFrame = true;
|
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,8 +977,20 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
|
|||||||
if (!pl_color_space_equal(&mappedFrame.color, &m_LastColorspace)) {
|
if (!pl_color_space_equal(&mappedFrame.color, &m_LastColorspace)) {
|
||||||
m_LastColorspace = mappedFrame.color;
|
m_LastColorspace = mappedFrame.color;
|
||||||
SDL_assert(pl_color_space_equal(&mappedFrame.color, &m_LastColorspace));
|
SDL_assert(pl_color_space_equal(&mappedFrame.color, &m_LastColorspace));
|
||||||
|
|
||||||
|
#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);
|
pl_swapchain_colorspace_hint(m_Swapchain, &mappedFrame.color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Reserve enough space to avoid allocating under the overlay lock
|
// Reserve enough space to avoid allocating under the overlay lock
|
||||||
pl_overlay_part overlayParts[Overlay::OverlayMax] = {};
|
pl_overlay_part overlayParts[Overlay::OverlayMax] = {};
|
||||||
@@ -922,6 +1071,11 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
|
|||||||
targetFrame.crop.x1 = dst.x + dst.w;
|
targetFrame.crop.x1 = dst.x + dst.w;
|
||||||
targetFrame.crop.y1 = dst.y + dst.h;
|
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
|
// Render the video image and overlays into the swapchain buffer
|
||||||
targetFrame.num_overlays = (int)overlays.size();
|
targetFrame.num_overlays = (int)overlays.size();
|
||||||
targetFrame.overlays = overlays.data();
|
targetFrame.overlays = overlays.data();
|
||||||
@@ -944,6 +1098,27 @@ void PlVkRenderer::renderFrame(AVFrame *frame)
|
|||||||
goto UnmapExit;
|
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
|
#ifdef Q_OS_WIN32
|
||||||
// On Windows, we swap buffers here instead of waitToRender()
|
// On Windows, we swap buffers here instead of waitToRender()
|
||||||
// to avoid some performance problems on Nvidia GPUs.
|
// to avoid some performance problems on Nvidia GPUs.
|
||||||
@@ -956,18 +1131,109 @@ UnmapExit:
|
|||||||
pl_tex_destroy(m_Vulkan->gpu, &texture);
|
pl_tex_destroy(m_Vulkan->gpu, &texture);
|
||||||
}
|
}
|
||||||
|
|
||||||
pl_unmap_avframe(m_Vulkan->gpu, &mappedFrame);
|
unmapAvFrameFromPlacebo(frame, &mappedFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PlVkRenderer::testRenderFrame(AVFrame *frame)
|
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
|
// Test if the frame can be mapped to libplacebo
|
||||||
pl_frame mappedFrame;
|
pl_frame mappedFrame;
|
||||||
if (!mapAvFrameToPlacebo(frame, &mappedFrame)) {
|
if (!mapAvFrameToPlacebo(frame, &mappedFrame)) {
|
||||||
return false;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -995,62 +1261,11 @@ void PlVkRenderer::notifyOverlayUpdated(Overlay::OverlayType type)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find a compatible texture format
|
// newSurface is now owned by the texture upload process
|
||||||
SDL_assert(newSurface->format->format == SDL_PIXELFORMAT_ARGB8888);
|
if (!createOverlay(&m_Overlays[type].stagingOverlay, newSurface)) {
|
||||||
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");
|
|
||||||
return;
|
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
|
// Make this staging overlay visible to the render thread
|
||||||
SDL_AtomicLock(&m_OverlayLock);
|
SDL_AtomicLock(&m_OverlayLock);
|
||||||
SDL_assert(!m_Overlays[type].hasStagingOverlay);
|
SDL_assert(!m_Overlays[type].hasStagingOverlay);
|
||||||
@@ -1091,7 +1306,7 @@ int PlVkRenderer::getDecoderCapabilities()
|
|||||||
|
|
||||||
bool PlVkRenderer::isPixelFormatSupported(int videoFormat, AVPixelFormat pixelFormat)
|
bool PlVkRenderer::isPixelFormatSupported(int videoFormat, AVPixelFormat pixelFormat)
|
||||||
{
|
{
|
||||||
if (m_HwAccelBackend) {
|
if (m_HwDeviceType == AV_HWDEVICE_TYPE_VULKAN) {
|
||||||
return pixelFormat == AV_PIX_FMT_VULKAN;
|
return pixelFormat == AV_PIX_FMT_VULKAN;
|
||||||
}
|
}
|
||||||
else if (m_Backend) {
|
else if (m_Backend) {
|
||||||
|
|||||||
@@ -10,9 +10,34 @@
|
|||||||
#include <libplacebo/renderer.h>
|
#include <libplacebo/renderer.h>
|
||||||
#include <libplacebo/vulkan.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 {
|
class PlVkRenderer : public IFFmpegRenderer {
|
||||||
public:
|
public:
|
||||||
PlVkRenderer(bool hwaccel = false, IFFmpegRenderer *backendRenderer = nullptr);
|
PlVkRenderer(AVHWDeviceType hwDeviceType = AV_HWDEVICE_TYPE_NONE, IFFmpegRenderer *backendRenderer = nullptr);
|
||||||
virtual ~PlVkRenderer() override;
|
virtual ~PlVkRenderer() override;
|
||||||
virtual bool initialize(PDECODER_PARAMETERS params) override;
|
virtual bool initialize(PDECODER_PARAMETERS params) override;
|
||||||
virtual bool prepareDecoderContext(AVCodecContext* context, AVDictionary** options) 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 unlockQueue(AVHWDeviceContext *dev_ctx, uint32_t queue_family, uint32_t index);
|
||||||
static void overlayUploadComplete(void* opaque);
|
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);
|
bool mapAvFrameToPlacebo(const AVFrame *frame, pl_frame* mappedFrame);
|
||||||
|
void unmapAvFrameFromPlacebo(const AVFrame *frame, pl_frame* mappedFrame);
|
||||||
bool populateQueues(int videoFormat);
|
bool populateQueues(int videoFormat);
|
||||||
bool chooseVulkanDevice(PDECODER_PARAMETERS params, bool hdrOutputRequired);
|
bool chooseVulkanDevice(PDECODER_PARAMETERS params, bool hdrOutputRequired);
|
||||||
bool tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDeviceProperties* deviceProps,
|
bool tryInitializeDevice(VkPhysicalDevice device, VkPhysicalDeviceProperties* deviceProps,
|
||||||
@@ -46,21 +77,40 @@ private:
|
|||||||
|
|
||||||
// The backend renderer if we're frontend-only
|
// The backend renderer if we're frontend-only
|
||||||
IFFmpegRenderer* m_Backend;
|
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 state
|
||||||
SDL_Window* m_Window = nullptr;
|
SDL_Window* m_Window = nullptr;
|
||||||
|
|
||||||
|
// Stream state
|
||||||
|
int m_MaxVideoFps;
|
||||||
|
|
||||||
// The libplacebo rendering state
|
// The libplacebo rendering state
|
||||||
pl_log m_Log = nullptr;
|
pl_log m_Log = nullptr;
|
||||||
pl_vk_inst m_PlVkInstance = nullptr;
|
pl_vk_inst m_PlVkInstance = nullptr;
|
||||||
VkSurfaceKHR m_VkSurface = VK_NULL_HANDLE;
|
VkSurfaceKHR m_VkSurface = VK_NULL_HANDLE;
|
||||||
|
int m_SwapchainDepth = 0;
|
||||||
|
VkPresentModeKHR m_VkPresentMode;
|
||||||
pl_vulkan m_Vulkan = nullptr;
|
pl_vulkan m_Vulkan = nullptr;
|
||||||
pl_swapchain m_Swapchain = nullptr;
|
pl_swapchain m_Swapchain = nullptr;
|
||||||
pl_renderer m_Renderer = nullptr;
|
pl_renderer m_Renderer = nullptr;
|
||||||
pl_tex m_Textures[PL_MAX_PLANES] = {};
|
pl_tex m_Textures[PL_MAX_PLANES] = {};
|
||||||
pl_color_space m_LastColorspace = {};
|
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()
|
// Pending swapchain state shared between waitToRender(), renderFrame(), and cleanupRenderContext()
|
||||||
pl_swapchain_frame m_SwapchainFrame = {};
|
pl_swapchain_frame m_SwapchainFrame = {};
|
||||||
bool m_HasPendingSwapchainFrame = false;
|
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
|
// Ensure the viewport is set to the desired video region
|
||||||
SDL_RenderSetViewport(m_Renderer, &dst);
|
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
|
// Draw the video content itself
|
||||||
SDL_RenderCopy(m_Renderer, m_Texture, nullptr, nullptr);
|
SDL_RenderCopy(m_Renderer, m_Texture, nullptr, nullptr);
|
||||||
|
|
||||||
|
|||||||
@@ -276,7 +276,7 @@ bool VDPAURenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
else {
|
else {
|
||||||
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Display size not within capabilities %dx%d vs %dx%d",
|
"Display size not within capabilities %dx%d vs %dx%d",
|
||||||
m_DisplayWidth, m_DisplayWidth,
|
m_DisplayWidth, m_DisplayHeight,
|
||||||
maxWidth, maxHeight);
|
maxWidth, maxHeight);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ public:
|
|||||||
pipelineDesc.colorAttachments[0].destinationAlphaBlendFactor = MTLBlendFactorOneMinusSourceAlpha;
|
pipelineDesc.colorAttachments[0].destinationAlphaBlendFactor = MTLBlendFactorOneMinusSourceAlpha;
|
||||||
[m_OverlayPipelineState release];
|
[m_OverlayPipelineState release];
|
||||||
m_OverlayPipelineState = [m_MetalLayer.device newRenderPipelineStateWithDescriptor:pipelineDesc error:nullptr];
|
m_OverlayPipelineState = [m_MetalLayer.device newRenderPipelineStateWithDescriptor:pipelineDesc error:nullptr];
|
||||||
if (!m_VideoPipelineState) {
|
if (!m_OverlayPipelineState) {
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Failed to create overlay pipeline state");
|
"Failed to create overlay pipeline state");
|
||||||
return false;
|
return false;
|
||||||
@@ -398,15 +398,12 @@ public:
|
|||||||
return m_SwMappingTextures[planeIndex];
|
return m_SwMappingTextures[planeIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Caller frees frame after we return
|
bool createTexturesFromFrame(AVFrame* frame, std::array<CVMetalTextureRef, MAX_VIDEO_PLANES>& cvMetalTextures)
|
||||||
virtual void renderFrameIntoDrawable(AVFrame* frame, id<CAMetalDrawable> drawable)
|
{
|
||||||
{ @autoreleasepool {
|
SDL_assert(frame->format == AV_PIX_FMT_VIDEOTOOLBOX);
|
||||||
std::array<CVMetalTextureRef, MAX_VIDEO_PLANES> cvMetalTextures;
|
|
||||||
size_t planes = getFramePlaneCount(frame);
|
|
||||||
SDL_assert(planes <= MAX_VIDEO_PLANES);
|
|
||||||
|
|
||||||
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
|
|
||||||
CVPixelBufferRef pixBuf = reinterpret_cast<CVPixelBufferRef>(frame->data[3]);
|
CVPixelBufferRef pixBuf = reinterpret_cast<CVPixelBufferRef>(frame->data[3]);
|
||||||
|
size_t planes = getFramePlaneCount(frame);
|
||||||
|
|
||||||
// Create Metal textures for the planes of the CVPixelBuffer
|
// Create Metal textures for the planes of the CVPixelBuffer
|
||||||
for (size_t i = 0; i < planes; i++) {
|
for (size_t i = 0; i < planes; i++) {
|
||||||
@@ -431,7 +428,7 @@ public:
|
|||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Unknown pixel format: %x",
|
"Unknown pixel format: %x",
|
||||||
CVPixelBufferGetPixelFormatType(pixBuf));
|
CVPixelBufferGetPixelFormatType(pixBuf));
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
CVReturn err = CVMetalTextureCacheCreateTextureFromImage(kCFAllocatorDefault, m_TextureCache, pixBuf, nullptr, fmt,
|
CVReturn err = CVMetalTextureCacheCreateTextureFromImage(kCFAllocatorDefault, m_TextureCache, pixBuf, nullptr, fmt,
|
||||||
@@ -440,12 +437,53 @@ public:
|
|||||||
i,
|
i,
|
||||||
&cvMetalTextures[i]);
|
&cvMetalTextures[i]);
|
||||||
if (err != kCVReturnSuccess) {
|
if (err != kCVReturnSuccess) {
|
||||||
|
for (size_t j = 0; j < i; j++) {
|
||||||
|
CFRelease(cvMetalTextures[j]);
|
||||||
|
}
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"CVMetalTextureCacheCreateTextureFromImage() failed: %d",
|
"CVMetalTextureCacheCreateTextureFromImage() failed: %d",
|
||||||
err);
|
err);
|
||||||
return;
|
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 {
|
||||||
|
std::array<CVMetalTextureRef, MAX_VIDEO_PLANES> cvMetalTextures;
|
||||||
|
size_t planes = getFramePlaneCount(frame);
|
||||||
|
SDL_assert(planes <= MAX_VIDEO_PLANES);
|
||||||
|
|
||||||
|
if (frame->format == AV_PIX_FMT_VIDEOTOOLBOX) {
|
||||||
|
if (!createTexturesFromFrame(frame, cvMetalTextures)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prepare a render pass to render into the next drawable
|
// Prepare a render pass to render into the next drawable
|
||||||
@@ -601,27 +639,22 @@ public:
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// First, try to find a low power (Intel) or unified memory (Apple Silicon) GPU
|
||||||
for (id<MTLDevice> device in devices) {
|
for (id<MTLDevice> device in devices) {
|
||||||
if (device.isLowPower || device.hasUnifiedMemory) {
|
if (device.isLowPower || device.hasUnifiedMemory) {
|
||||||
return device;
|
return device;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_HwAccel) {
|
// Next, we'll just try to pick something internal to the system
|
||||||
// Metal software decoding is always available
|
for (id<MTLDevice> device in devices) {
|
||||||
return [MTLCreateSystemDefaultDevice() autorelease];
|
if (!device.isRemovable) {
|
||||||
|
return device;
|
||||||
}
|
}
|
||||||
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.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return nullptr;
|
// Use the system-default device
|
||||||
|
return [MTLCreateSystemDefaultDevice() autorelease];
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool initialize(PDECODER_PARAMETERS params) override
|
virtual bool initialize(PDECODER_PARAMETERS params) override
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
|
|||||||
if (!vulkanIsSlow) {
|
if (!vulkanIsSlow) {
|
||||||
// The Vulkan renderer can also handle HDR with a supported compositor. We prefer
|
// 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.
|
// 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)) {
|
if (initializeRendererInternal(m_FrontendRenderer, params) && (m_FrontendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_HDR_SUPPORT)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -396,7 +396,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
|
|||||||
if (vulkanIsSlow) {
|
if (vulkanIsSlow) {
|
||||||
// Try Vulkan even if it's slow because we have no other renderer
|
// Try Vulkan even if it's slow because we have no other renderer
|
||||||
// that can display HDR properly on Linux.
|
// 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)) {
|
if (initializeRendererInternal(m_FrontendRenderer, params) && (m_FrontendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_HDR_SUPPORT)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -409,7 +409,7 @@ bool FFmpegVideoDecoder::createFrontendRenderer(PDECODER_PARAMETERS params, bool
|
|||||||
{
|
{
|
||||||
#ifdef HAVE_LIBPLACEBO_VULKAN
|
#ifdef HAVE_LIBPLACEBO_VULKAN
|
||||||
if (qgetenv("PREFER_VULKAN") == "1") {
|
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)) {
|
if (initializeRendererInternal(m_FrontendRenderer, params)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -1005,7 +1005,12 @@ IFFmpegRenderer* FFmpegVideoDecoder::createHwAccelRenderer(const AVCodecHWConfig
|
|||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_DARWIN
|
#ifdef Q_OS_DARWIN
|
||||||
case AV_HWDEVICE_TYPE_VIDEOTOOLBOX:
|
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);
|
return VTMetalRendererFactory::createRenderer(true);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBVA
|
#ifdef HAVE_LIBVA
|
||||||
@@ -1022,7 +1027,7 @@ IFFmpegRenderer* FFmpegVideoDecoder::createHwAccelRenderer(const AVCodecHWConfig
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBPLACEBO_VULKAN
|
#ifdef HAVE_LIBPLACEBO_VULKAN
|
||||||
case AV_HWDEVICE_TYPE_VULKAN:
|
case AV_HWDEVICE_TYPE_VULKAN:
|
||||||
return new PlVkRenderer(true);
|
return new PlVkRenderer(hwDecodeCfg->device_type);
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
switch (hwDecodeCfg->pix_fmt) {
|
switch (hwDecodeCfg->pix_fmt) {
|
||||||
@@ -1167,10 +1172,10 @@ bool FFmpegVideoDecoder::tryInitializeRenderer(const AVCodec* decoder,
|
|||||||
*failureReason = IFFmpegRenderer::InitFailureReason::Unknown;
|
*failureReason = IFFmpegRenderer::InitFailureReason::Unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
// i == 0 - Indirect via EGL or DRM frontend with zero-copy DMA-BUF passing
|
// i == 0 - Indirect via EGL, DRM, or Vulkan frontend with zero-copy buffer passing
|
||||||
// i == 1 - Direct rendering or indirect via SDL read-back
|
// i == 1 - Direct rendering or indirect via SDL or DRM read-back
|
||||||
bool backendInitFailure = false;
|
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++) {
|
for (int i = 0; i < 2 && !backendInitFailure; i++) {
|
||||||
#else
|
#else
|
||||||
for (int i = 1; i < 2 && !backendInitFailure; i++) {
|
for (int i = 1; i < 2 && !backendInitFailure; i++) {
|
||||||
|
|||||||
@@ -60,9 +60,7 @@ char* OverlayManager::getOverlayText(OverlayType type)
|
|||||||
|
|
||||||
void OverlayManager::updateOverlayText(OverlayType type, const char* text)
|
void OverlayManager::updateOverlayText(OverlayType type, const char* text)
|
||||||
{
|
{
|
||||||
strncpy(m_Overlays[type].text, text, sizeof(m_Overlays[0].text));
|
SDL_utf8strlcpy(m_Overlays[type].text, text, sizeof(m_Overlays[0].text));
|
||||||
m_Overlays[type].text[getOverlayMaxTextLength() - 1] = '\0';
|
|
||||||
|
|
||||||
setOverlayTextUpdated(type);
|
setOverlayTextUpdated(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,9 +149,11 @@ void OverlayManager::notifyOverlayUpdated(OverlayType type)
|
|||||||
(void**)&m_Overlays[type].surface,
|
(void**)&m_Overlays[type].surface,
|
||||||
m_Overlays[type].enabled ?
|
m_Overlays[type].enabled ?
|
||||||
// The _Wrapped variant is required for line breaks to work
|
// The _Wrapped variant is required for line breaks to work
|
||||||
TTF_RenderText_Blended_Wrapped(m_Overlays[type].font,
|
RenderTextOutlinedWrapped(m_Overlays[type].font,
|
||||||
m_Overlays[type].text,
|
m_Overlays[type].text,
|
||||||
m_Overlays[type].color,
|
m_Overlays[type].color,
|
||||||
|
{0, 0, 0, 255},
|
||||||
|
4,
|
||||||
1024)
|
1024)
|
||||||
: nullptr);
|
: nullptr);
|
||||||
|
|
||||||
@@ -165,3 +165,47 @@ void OverlayManager::notifyOverlayUpdated(OverlayType type)
|
|||||||
SDL_FreeSurface(oldSurface);
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void notifyOverlayUpdated(OverlayType type);
|
void notifyOverlayUpdated(OverlayType type);
|
||||||
|
SDL_Surface* RenderTextOutlinedWrapped(TTF_Font* font, const char* text, SDL_Color textColor, SDL_Color outlineColor, int outlineWidth, int wrapWidth);
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
bool enabled;
|
bool enabled;
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ CONFIG(release, debug|release) {
|
|||||||
# Enable ASan for Windows
|
# Enable ASan for Windows
|
||||||
#QMAKE_CFLAGS += -fsanitize=address
|
#QMAKE_CFLAGS += -fsanitize=address
|
||||||
#QMAKE_CXXFLAGS += -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
|
# Propagate environment variable flags
|
||||||
QMAKE_CFLAGS += $$(CFLAGS)
|
QMAKE_CFLAGS += $$(CFLAGS)
|
||||||
|
|||||||
Submodule moonlight-common-c/moonlight-common-c updated: 7b026e77be...2ea47752c3
@@ -50,7 +50,9 @@ SOURCES += \
|
|||||||
$$ENET_DIR/protocol.c \
|
$$ENET_DIR/protocol.c \
|
||||||
$$ENET_DIR/unix.c \
|
$$ENET_DIR/unix.c \
|
||||||
$$ENET_DIR/win32.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/AudioStream.c \
|
||||||
$$COMMON_C_DIR/src/ByteBuffer.c \
|
$$COMMON_C_DIR/src/ByteBuffer.c \
|
||||||
$$COMMON_C_DIR/src/Connection.c \
|
$$COMMON_C_DIR/src/Connection.c \
|
||||||
|
|||||||
@@ -32,9 +32,21 @@ mkdir $BUILD_FOLDER
|
|||||||
mkdir $DEPLOY_FOLDER
|
mkdir $DEPLOY_FOLDER
|
||||||
mkdir $INSTALLER_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
|
echo Configuring the project
|
||||||
pushd $BUILD_FOLDER
|
pushd $BUILD_FOLDER
|
||||||
qmake6 $SOURCE_ROOT/moonlight-qt.pro PREFIX=$DEPLOY_FOLDER/usr DEFINES+=APP_IMAGE || fail "Qmake failed!"
|
# Building with Wayland support will cause linuxdeploy to include libwayland-client.so in the AppImage.
|
||||||
|
# Since we always use the host implementation of EGL, this can cause libEGL_mesa.so to fail to load due
|
||||||
|
# to missing symbols from the host's version of libwayland-client.so that aren't present in the older
|
||||||
|
# version of libwayland-client.so from our AppImage build environment. When this happens, EGL fails to
|
||||||
|
# work even in X11. To avoid this, we will disable Wayland support for the AppImage.
|
||||||
|
#
|
||||||
|
# We disable DRM support because linuxdeploy doesn't bundle the appropriate libraries for Qt EGLFS.
|
||||||
|
qmake6 $SOURCE_ROOT/moonlight-qt.pro CONFIG+=disable-wayland CONFIG+=disable-libdrm PREFIX=$DEPLOY_FOLDER/usr DEFINES+=APP_IMAGE || fail "Qmake failed!"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo Compiling Moonlight in $BUILD_CONFIG configuration
|
echo Compiling Moonlight in $BUILD_CONFIG configuration
|
||||||
@@ -49,8 +61,6 @@ popd
|
|||||||
|
|
||||||
export QML_SOURCES_PATHS=$SOURCE_ROOT/app/gui
|
export QML_SOURCES_PATHS=$SOURCE_ROOT/app/gui
|
||||||
export QMAKE=qmake6
|
export QMAKE=qmake6
|
||||||
export EXTRA_QT_MODULES="waylandclient;eglfsdeviceintegration;eglfskmssupport"
|
|
||||||
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so;libqeglfs.so;libqlinuxfb.so"
|
|
||||||
|
|
||||||
echo Creating AppImage
|
echo Creating AppImage
|
||||||
pushd $INSTALLER_FOLDER
|
pushd $INSTALLER_FOLDER
|
||||||
|
|||||||
@@ -154,6 +154,11 @@ mkdir %BUILD_FOLDER%
|
|||||||
mkdir %INSTALLER_FOLDER%
|
mkdir %INSTALLER_FOLDER%
|
||||||
mkdir %SYMBOLS_FOLDER%
|
mkdir %SYMBOLS_FOLDER%
|
||||||
|
|
||||||
|
rem Enable LTCG for official builds
|
||||||
|
set CFLAGS=/GL
|
||||||
|
set CXXFLAGS=/GL
|
||||||
|
set LDFLAGS=/LTCG
|
||||||
|
|
||||||
echo Configuring the project
|
echo Configuring the project
|
||||||
pushd %BUILD_FOLDER%
|
pushd %BUILD_FOLDER%
|
||||||
%QMAKE_CMD% %SOURCE_ROOT%\moonlight-qt.pro
|
%QMAKE_CMD% %SOURCE_ROOT%\moonlight-qt.pro
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ mkdir $BUILD_ROOT
|
|||||||
mkdir $BUILD_FOLDER
|
mkdir $BUILD_FOLDER
|
||||||
mkdir $INSTALLER_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
|
echo Configuring the project
|
||||||
pushd $BUILD_FOLDER
|
pushd $BUILD_FOLDER
|
||||||
qmake $SOURCE_ROOT/moonlight-qt.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" || fail "Qmake failed!"
|
qmake $SOURCE_ROOT/moonlight-qt.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" || fail "Qmake failed!"
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
|
|||||||
$PrebuiltRepo = "moonlight-qt-deps"
|
$PrebuiltRepo = "moonlight-qt-deps"
|
||||||
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
|
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
|
||||||
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
|
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
|
||||||
$Tag = "v2"
|
$Tag = "v8"
|
||||||
|
|
||||||
if (Test-Path $TargetDir) {
|
if (Test-Path $TargetDir) {
|
||||||
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
|
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ import shutil
|
|||||||
|
|
||||||
ORGANIZATION = "moonlight-stream"
|
ORGANIZATION = "moonlight-stream"
|
||||||
PREBUILT_REPO = "moonlight-qt-deps"
|
PREBUILT_REPO = "moonlight-qt-deps"
|
||||||
TAG = "v2"
|
TAG = "v8"
|
||||||
|
|
||||||
def get_platform_config():
|
def get_platform_config():
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<!-- This block is autogenerated using scripts\update-msvcredist.ps1 -->
|
<!-- This block is autogenerated using scripts\update-msvcredist.ps1 -->
|
||||||
<?define VCREDIST_VER = "14.50.35719.0" ?>
|
<?define VCREDIST_VER = "14.51.36231.0" ?>
|
||||||
<?define VCREDIST_X64_SIZE = "18558944" ?>
|
<?define VCREDIST_X64_SIZE = "18779992" ?>
|
||||||
<?define VCREDIST_X64_SHA512 = "B618F601A1989A696C8EFA0208EFD977A3BFE9A8DF8ACE8FAE9EEF20262240E7EEFCB67CE466FE166BDC606D80D594D2DE80B3B4E530749AAB8E99F5CECD86D4" ?>
|
<?define VCREDIST_X64_SHA512 = "3DECE58F72DDCB2574C33BD4CC41FDE8B4304C5BC0A9E6A0CF9EB9E095A389F5659462475AB366A6D8A6820999FD5F03AB17F865C921C481632B236A05EE5B35" ?>
|
||||||
<?define VCREDIST_X64_URL = "https://download.visualstudio.microsoft.com/download/pr/6f02464a-5e9b-486d-a506-c99a17db9a83/8995548DFFFCDE7C49987029C764355612BA6850EE09A7B6F0FDDC85BDC5C280/VC_redist.x64.exe" ?>
|
<?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_X64_UPGRADE_CODE = "36F68A90-239C-34DF-B58C-64B30153CE35" ?>
|
||||||
<?define VCREDIST_ARM64_SIZE = "11740976" ?>
|
<?define VCREDIST_ARM64_SIZE = "11869640" ?>
|
||||||
<?define VCREDIST_ARM64_SHA512 = "5DA5D37877DA4FEDF6E50117D3CAE587E2321522C467B2C124EFF2176526C87CB2C415E6A06C7DF14C4ED4A6C296EF646638FB161F5AA52FAE6CC26DD43ADAD6" ?>
|
<?define VCREDIST_ARM64_SHA512 = "A24977481AF9481BF77FB746807C8B1166D5E091B097D135A51BE8A216872B5C78E6E8A37B131A6593BE93E561BD39DDC0580C57142D92B3FC95402D7760B1D3" ?>
|
||||||
<?define VCREDIST_ARM64_URL = "https://download.visualstudio.microsoft.com/download/pr/6f02464a-5e9b-486d-a506-c99a17db9a83/FCDA7B24413F170BD456052F08AE49FB60AC1638F083AAB7A35AFEB957AEB1D6/VC_redist.arm64.exe" ?>
|
<?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" ?>
|
<?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">
|
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user