mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06:00
Compare commits
14 Commits
Canary-1.2
...
Canary-1.2
Author | SHA1 | Date | |
---|---|---|---|
e05875a079 | |||
49eeb26b6f | |||
f8d63f9a2f | |||
e2b7738465 | |||
1d42c29335 | |||
c2de5cc700 | |||
aaaf60b7a4 | |||
150e06e0de | |||
c0a4d95c5d | |||
c3831428e0 | |||
fda79efed4 | |||
8444e4dca0 | |||
008d908c5a | |||
722953211d |
8
.github/labeler.yml
vendored
8
.github/labeler.yml
vendored
@ -33,3 +33,11 @@ kernel:
|
|||||||
infra:
|
infra:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'docs/**'
|
||||||
|
|
||||||
|
ldn:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Services/Ldn/**'
|
||||||
|
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
|||||||
- name: Upload Ryujinx.Headless.SDL2 artifact
|
- name: Upload Ryujinx.Headless.SDL2 artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sdl2-ryujinx-headless-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-${{ matrix.platform.zip_os_name }}
|
name: nogui-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-${{ matrix.platform.zip_os_name }}
|
||||||
path: publish_sdl2_headless
|
path: publish_sdl2_headless
|
||||||
if: github.event_name == 'pull_request' && matrix.platform.os != 'macos-13'
|
if: github.event_name == 'pull_request' && matrix.platform.os != 'macos-13'
|
||||||
|
|
||||||
@ -185,6 +185,6 @@ jobs:
|
|||||||
- name: Upload Ryujinx.Headless.SDL2 artifact
|
- name: Upload Ryujinx.Headless.SDL2 artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sdl2-ryujinx-headless-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
name: nogui-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
||||||
path: "publish_headless/*.tar.gz"
|
path: "publish_headless/*.tar.gz"
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
|
12
.github/workflows/canary.yml
vendored
12
.github/workflows/canary.yml
vendored
@ -111,12 +111,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pushd publish_ava
|
pushd publish_ava
|
||||||
rm publish/libarmeilleure-jitsupport.dylib
|
rm publish/libarmeilleure-jitsupport.dylib
|
||||||
7z a ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip publish
|
7z a ../release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip publish
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd publish_sdl2_headless
|
pushd publish_sdl2_headless
|
||||||
rm publish/libarmeilleure-jitsupport.dylib
|
rm publish/libarmeilleure-jitsupport.dylib
|
||||||
7z a ../release_output/sdl2-ryujinx-headless-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip publish
|
7z a ../release_output/nogui-ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip publish
|
||||||
popd
|
popd
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
@ -126,13 +126,13 @@ jobs:
|
|||||||
pushd publish_ava
|
pushd publish_ava
|
||||||
rm publish/libarmeilleure-jitsupport.dylib
|
rm publish/libarmeilleure-jitsupport.dylib
|
||||||
chmod +x publish/Ryujinx.sh publish/Ryujinx
|
chmod +x publish/Ryujinx.sh publish/Ryujinx
|
||||||
tar -czvf ../release_output/ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz publish
|
tar -czvf ../release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz publish
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd publish_sdl2_headless
|
pushd publish_sdl2_headless
|
||||||
rm publish/libarmeilleure-jitsupport.dylib
|
rm publish/libarmeilleure-jitsupport.dylib
|
||||||
chmod +x publish/Ryujinx.sh publish/Ryujinx.Headless.SDL2
|
chmod +x publish/Ryujinx.sh publish/Ryujinx.Headless.SDL2
|
||||||
tar -czvf ../release_output/sdl2-ryujinx-headless-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz publish
|
tar -czvf ../release_output/nogui-ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz publish
|
||||||
popd
|
popd
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
@ -236,11 +236,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish macOS Ryujinx
|
- name: Publish macOS Ryujinx
|
||||||
run: |
|
run: |
|
||||||
./distribution/macos/create_macos_build_ava.sh . publish_tmp_ava publish_ava ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release
|
./distribution/macos/create_macos_build_ava.sh . publish_tmp_ava publish_ava ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release 1
|
||||||
|
|
||||||
- name: Publish macOS Ryujinx.Headless.SDL2
|
- name: Publish macOS Ryujinx.Headless.SDL2
|
||||||
run: |
|
run: |
|
||||||
./distribution/macos/create_macos_build_headless.sh . publish_tmp_headless publish_headless ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release
|
./distribution/macos/create_macos_build_headless.sh . publish_tmp_headless publish_headless ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release 1
|
||||||
|
|
||||||
- name: Pushing new release
|
- name: Pushing new release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
4
.github/workflows/nightly_pr_comment.yml
vendored
4
.github/workflows/nightly_pr_comment.yml
vendored
@ -38,12 +38,12 @@ jobs:
|
|||||||
return core.error(`No artifacts found`);
|
return core.error(`No artifacts found`);
|
||||||
}
|
}
|
||||||
let body = `Download the artifacts for this pull request:\n`;
|
let body = `Download the artifacts for this pull request:\n`;
|
||||||
let hidden_headless_artifacts = `\n\n <details><summary>GUI-less (SDL2)</summary>\n`;
|
let hidden_headless_artifacts = `\n\n <details><summary>GUI-less</summary>\n`;
|
||||||
let hidden_debug_artifacts = `\n\n <details><summary>Only for Developers</summary>\n`;
|
let hidden_debug_artifacts = `\n\n <details><summary>Only for Developers</summary>\n`;
|
||||||
for (const art of artifacts) {
|
for (const art of artifacts) {
|
||||||
if(art.name.includes('Debug')) {
|
if(art.name.includes('Debug')) {
|
||||||
hidden_debug_artifacts += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
hidden_debug_artifacts += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
||||||
} else if(art.name.includes('sdl2-ryujinx-headless')) {
|
} else if(art.name.includes('nogui-ryujinx')) {
|
||||||
hidden_headless_artifacts += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
hidden_headless_artifacts += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
||||||
} else {
|
} else {
|
||||||
body += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
body += `\n* [${art.name}](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
|
||||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
pushd publish_sdl2_headless
|
pushd publish_sdl2_headless
|
||||||
rm libarmeilleure-jitsupport.dylib
|
rm libarmeilleure-jitsupport.dylib
|
||||||
7z a ../release_output/sdl2-ryujinx-headless-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip ../publish
|
7z a ../release_output/nogui-ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.zip ../publish
|
||||||
popd
|
popd
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
|
|
||||||
pushd publish_sdl2_headless
|
pushd publish_sdl2_headless
|
||||||
chmod +x Ryujinx.sh Ryujinx.Headless.SDL2
|
chmod +x Ryujinx.sh Ryujinx.Headless.SDL2
|
||||||
tar -czvf ../release_output/sdl2-ryujinx-headless-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz ../publish
|
tar -czvf ../release_output/nogui-ryujinx-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz ../publish
|
||||||
popd
|
popd
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ jobs:
|
|||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.version_info.outputs.build_version }}
|
name: ${{ steps.version_info.outputs.build_version }}
|
||||||
artifacts: "release_output/*.tar.gz,release_output/*.zip/*AppImage*"
|
artifacts: "release_output/*.tar.gz,release_output/*.zip,release_output/*AppImage*"
|
||||||
tag: ${{ steps.version_info.outputs.build_version }}
|
tag: ${{ steps.version_info.outputs.build_version }}
|
||||||
body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }}"
|
body: "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.version_info.outputs.prev_build_version }}...${{ steps.version_info.outputs.build_version }}"
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
@ -231,11 +231,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish macOS Ryujinx
|
- name: Publish macOS Ryujinx
|
||||||
run: |
|
run: |
|
||||||
./distribution/macos/create_macos_build_ava.sh . publish_tmp_ava publish ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release
|
./distribution/macos/create_macos_build_ava.sh . publish_tmp_ava publish ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release 0
|
||||||
|
|
||||||
- name: Publish macOS Ryujinx.Headless.SDL2
|
- name: Publish macOS Ryujinx.Headless.SDL2
|
||||||
run: |
|
run: |
|
||||||
./distribution/macos/create_macos_build_headless.sh . publish_tmp_headless publish_headless ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release
|
./distribution/macos/create_macos_build_headless.sh . publish_tmp_headless publish_headless ./distribution/macos/entitlements.xml "${{ steps.version_info.outputs.build_version }}" "${{ steps.version_info.outputs.git_short_hash }}" Release 0
|
||||||
|
|
||||||
- name: Pushing new release
|
- name: Pushing new release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<PackageVersion Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.3-build14" />
|
<PackageVersion Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="5.0.3-build14" />
|
||||||
<PackageVersion Include="Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK" Version="1.2.0" />
|
<PackageVersion Include="Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK" Version="1.2.0" />
|
||||||
<PackageVersion Include="Ryujinx.SDL2-CS" Version="2.30.0-build32" />
|
<PackageVersion Include="Ryujinx.SDL2-CS" Version="2.30.0-build32" />
|
||||||
<PackageVersion Include="Gommon" Version="2.6.5" />
|
<PackageVersion Include="Gommon" Version="2.6.6" />
|
||||||
<PackageVersion Include="securifybv.ShellLink" Version="0.1.0" />
|
<PackageVersion Include="securifybv.ShellLink" Version="0.1.0" />
|
||||||
<PackageVersion Include="shaderc.net" Version="0.1.0" />
|
<PackageVersion Include="shaderc.net" Version="0.1.0" />
|
||||||
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
|
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
|
||||||
@ -52,4 +52,4 @@
|
|||||||
<PackageVersion Include="System.Management" Version="8.0.0" />
|
<PackageVersion Include="System.Management" Version="8.0.0" />
|
||||||
<PackageVersion Include="UnicornEngine.Unicorn" Version="2.0.2-rc1-fb78016" />
|
<PackageVersion Include="UnicornEngine.Unicorn" Version="2.0.2-rc1-fb78016" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
Guides and documentation can be found on the <a href="https://github.com/GreemDev/Ryujinx/wiki">Wiki tab</a>.
|
Guides and documentation can be found on the <a href="https://github.com/GreemDev/Ryujinx/wiki">Wiki tab</a>.
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
If you would like a version more preservative fork of Ryujinx, check out <a href="https://github.com/ryujinx-mirror/ryujinx">ryujinx-mirror</a>.
|
If you would like a more preservative fork of Ryujinx, check out <a href="https://github.com/ryujinx-mirror/ryujinx">ryujinx-mirror</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -707,6 +707,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010300",
|
"head": "01010300",
|
||||||
@ -3526,6 +3542,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01400000",
|
"head": "01400000",
|
||||||
@ -4160,6 +4192,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -5848,6 +5896,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -6126,6 +6190,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -8341,6 +8421,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -9020,6 +9116,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000100",
|
"head": "01000100",
|
||||||
@ -9496,6 +9608,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010000",
|
"head": "01010000",
|
||||||
@ -9833,6 +9961,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -14667,6 +14811,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01030000",
|
"head": "01030000",
|
||||||
@ -16119,6 +16279,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01050000",
|
"head": "01050000",
|
||||||
@ -16717,6 +16893,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01070000",
|
"head": "01070000",
|
||||||
@ -19745,6 +19937,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01080000",
|
"head": "01080000",
|
||||||
@ -20503,6 +20711,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010000",
|
"head": "01010000",
|
||||||
@ -21805,6 +22029,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -22340,6 +22580,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01020100",
|
"head": "01020100",
|
||||||
@ -22990,6 +23246,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -23440,6 +23712,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -24660,6 +24948,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01410000",
|
"head": "01410000",
|
||||||
@ -24954,6 +25258,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01060000",
|
"head": "01060000",
|
||||||
@ -25286,6 +25606,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -29114,6 +29450,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010000",
|
"head": "01010000",
|
||||||
@ -32512,6 +32864,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -32928,6 +33296,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000100",
|
"head": "01000100",
|
||||||
@ -34800,6 +35184,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Red Tunic",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01000000",
|
"head": "01000000",
|
||||||
@ -37569,6 +37969,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010100",
|
"head": "01010100",
|
||||||
@ -41293,6 +41709,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Black Cat Clothes",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01020100",
|
"head": "01020100",
|
||||||
@ -45153,6 +45585,22 @@
|
|||||||
"0100F2C0115B6000"
|
"0100F2C0115B6000"
|
||||||
],
|
],
|
||||||
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
"gameName": "The Legend of Zelda: Tears of the Kingdom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"amiiboUsage": [
|
||||||
|
{
|
||||||
|
"Usage": "Receive the Blue Attire",
|
||||||
|
"write": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Usage": "Receive random materials",
|
||||||
|
"write": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"gameID": [
|
||||||
|
"01008CF01BAAC000"
|
||||||
|
],
|
||||||
|
"gameName": "The Legend of Zelda: Echoes of Wisdom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"head": "01010000",
|
"head": "01010000",
|
||||||
@ -47896,5 +48344,5 @@
|
|||||||
"type": "Figure"
|
"type": "Figure"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"lastUpdated": "2024-10-01T00:00:25.035619"
|
"lastUpdated": "2024-11-17T15:28:47.035619"
|
||||||
}
|
}
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$#" -lt 7 ]; then
|
if [ "$#" -lt 8 ]; then
|
||||||
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <EXTRA_ARGS>"
|
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <CANARY>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -18,10 +18,11 @@ ENTITLEMENTS_FILE_PATH=$(readlink -f "$4")
|
|||||||
VERSION=$5
|
VERSION=$5
|
||||||
SOURCE_REVISION_ID=$6
|
SOURCE_REVISION_ID=$6
|
||||||
CONFIGURATION=$7
|
CONFIGURATION=$7
|
||||||
EXTRA_ARGS=$8
|
CANARY=$8
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ];
|
if [ "$CANARY" == "1" ]; then
|
||||||
then
|
RELEASE_TAR_FILE_NAME=ryujinx-canary-$VERSION-macos_universal.app.tar
|
||||||
|
elif [ "$VERSION" == "1.1.0" ]; then
|
||||||
RELEASE_TAR_FILE_NAME=ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
RELEASE_TAR_FILE_NAME=ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||||
else
|
else
|
||||||
RELEASE_TAR_FILE_NAME=ryujinx-$VERSION-macos_universal.app.tar
|
RELEASE_TAR_FILE_NAME=ryujinx-$VERSION-macos_universal.app.tar
|
||||||
@ -61,7 +62,7 @@ mkdir -p "$OUTPUT_DIRECTORY"
|
|||||||
cp -R "$ARM64_APP_BUNDLE" "$UNIVERSAL_APP_BUNDLE"
|
cp -R "$ARM64_APP_BUNDLE" "$UNIVERSAL_APP_BUNDLE"
|
||||||
rm "$UNIVERSAL_APP_BUNDLE/$EXECUTABLE_SUB_PATH"
|
rm "$UNIVERSAL_APP_BUNDLE/$EXECUTABLE_SUB_PATH"
|
||||||
|
|
||||||
# Make it libraries universal
|
# Make its libraries universal
|
||||||
python3 "$BASE_DIR/distribution/macos/construct_universal_dylib.py" "$ARM64_APP_BUNDLE" "$X64_APP_BUNDLE" "$UNIVERSAL_APP_BUNDLE" "**/*.dylib"
|
python3 "$BASE_DIR/distribution/macos/construct_universal_dylib.py" "$ARM64_APP_BUNDLE" "$X64_APP_BUNDLE" "$UNIVERSAL_APP_BUNDLE" "**/*.dylib"
|
||||||
|
|
||||||
if ! [ -x "$(command -v lipo)" ];
|
if ! [ -x "$(command -v lipo)" ];
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$#" -lt 7 ]; then
|
if [ "$#" -lt 8 ]; then
|
||||||
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <EXTRA_ARGS>"
|
echo "usage <BASE_DIR> <TEMP_DIRECTORY> <OUTPUT_DIRECTORY> <ENTITLEMENTS_FILE_PATH> <VERSION> <SOURCE_REVISION_ID> <CONFIGURATION> <CANARY>"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -18,13 +18,14 @@ ENTITLEMENTS_FILE_PATH=$(readlink -f "$4")
|
|||||||
VERSION=$5
|
VERSION=$5
|
||||||
SOURCE_REVISION_ID=$6
|
SOURCE_REVISION_ID=$6
|
||||||
CONFIGURATION=$7
|
CONFIGURATION=$7
|
||||||
EXTRA_ARGS=$8
|
CANARY=$8
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ];
|
if [ "$CANARY" == "1" ]; then
|
||||||
then
|
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$VERSION-macos_universal.tar
|
||||||
RELEASE_TAR_FILE_NAME=sdl2-ryujinx-headless-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.tar
|
elif [ "$VERSION" == "1.1.0" ]; then
|
||||||
|
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.tar
|
||||||
else
|
else
|
||||||
RELEASE_TAR_FILE_NAME=sdl2-ryujinx-headless-$VERSION-macos_universal.tar
|
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$VERSION-macos_universal.tar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ARM64_OUTPUT="$TEMP_DIRECTORY/publish_arm64"
|
ARM64_OUTPUT="$TEMP_DIRECTORY/publish_arm64"
|
||||||
@ -56,7 +57,7 @@ mkdir -p "$OUTPUT_DIRECTORY"
|
|||||||
cp -R "$ARM64_OUTPUT/" "$UNIVERSAL_OUTPUT"
|
cp -R "$ARM64_OUTPUT/" "$UNIVERSAL_OUTPUT"
|
||||||
rm "$UNIVERSAL_OUTPUT/$EXECUTABLE_SUB_PATH"
|
rm "$UNIVERSAL_OUTPUT/$EXECUTABLE_SUB_PATH"
|
||||||
|
|
||||||
# Make it libraries universal
|
# Make its libraries universal
|
||||||
python3 "$BASE_DIR/distribution/macos/construct_universal_dylib.py" "$ARM64_OUTPUT" "$X64_OUTPUT" "$UNIVERSAL_OUTPUT" "**/*.dylib"
|
python3 "$BASE_DIR/distribution/macos/construct_universal_dylib.py" "$ARM64_OUTPUT" "$X64_OUTPUT" "$UNIVERSAL_OUTPUT" "**/*.dylib"
|
||||||
|
|
||||||
if ! [ -x "$(command -v lipo)" ];
|
if ! [ -x "$(command -v lipo)" ];
|
||||||
|
@ -49,6 +49,9 @@ namespace ARMeilleure.Instructions
|
|||||||
case 0b11_011_1101_0000_011:
|
case 0b11_011_1101_0000_011:
|
||||||
EmitGetTpidrroEl0(context);
|
EmitGetTpidrroEl0(context);
|
||||||
return;
|
return;
|
||||||
|
case 0b11_011_1101_0000_101:
|
||||||
|
EmitGetTpidr2El0(context);
|
||||||
|
return;
|
||||||
case 0b11_011_1110_0000_000:
|
case 0b11_011_1110_0000_000:
|
||||||
info = typeof(NativeInterface).GetMethod(nameof(NativeInterface.GetCntfrqEl0));
|
info = typeof(NativeInterface).GetMethod(nameof(NativeInterface.GetCntfrqEl0));
|
||||||
break;
|
break;
|
||||||
@ -84,6 +87,9 @@ namespace ARMeilleure.Instructions
|
|||||||
case 0b11_011_1101_0000_010:
|
case 0b11_011_1101_0000_010:
|
||||||
EmitSetTpidrEl0(context);
|
EmitSetTpidrEl0(context);
|
||||||
return;
|
return;
|
||||||
|
case 0b11_011_1101_0000_101:
|
||||||
|
EmitGetTpidr2El0(context);
|
||||||
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new NotImplementedException($"Unknown MSR 0x{op.RawOpCode:X8} at 0x{op.Address:X16}.");
|
throw new NotImplementedException($"Unknown MSR 0x{op.RawOpCode:X8} at 0x{op.Address:X16}.");
|
||||||
@ -213,6 +219,17 @@ namespace ARMeilleure.Instructions
|
|||||||
SetIntOrZR(context, op.Rt, result);
|
SetIntOrZR(context, op.Rt, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static void EmitGetTpidr2El0(ArmEmitterContext context)
|
||||||
|
{
|
||||||
|
OpCodeSystem op = (OpCodeSystem)context.CurrOp;
|
||||||
|
|
||||||
|
Operand nativeContext = context.LoadArgument(OperandType.I64, 0);
|
||||||
|
|
||||||
|
Operand result = context.Load(OperandType.I64, context.Add(nativeContext, Const((ulong)NativeContext.GetTpidr2El0Offset())));
|
||||||
|
|
||||||
|
SetIntOrZR(context, op.Rt, result);
|
||||||
|
}
|
||||||
|
|
||||||
private static void EmitSetNzcv(ArmEmitterContext context)
|
private static void EmitSetNzcv(ArmEmitterContext context)
|
||||||
{
|
{
|
||||||
OpCodeSystem op = (OpCodeSystem)context.CurrOp;
|
OpCodeSystem op = (OpCodeSystem)context.CurrOp;
|
||||||
|
@ -21,6 +21,7 @@ namespace ARMeilleure.State
|
|||||||
public ulong ExclusiveValueLow;
|
public ulong ExclusiveValueLow;
|
||||||
public ulong ExclusiveValueHigh;
|
public ulong ExclusiveValueHigh;
|
||||||
public int Running;
|
public int Running;
|
||||||
|
public long Tpidr2El0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static NativeCtxStorage _dummyStorage = new();
|
private static NativeCtxStorage _dummyStorage = new();
|
||||||
@ -176,6 +177,9 @@ namespace ARMeilleure.State
|
|||||||
public long GetTpidrroEl0() => GetStorage().TpidrroEl0;
|
public long GetTpidrroEl0() => GetStorage().TpidrroEl0;
|
||||||
public void SetTpidrroEl0(long value) => GetStorage().TpidrroEl0 = value;
|
public void SetTpidrroEl0(long value) => GetStorage().TpidrroEl0 = value;
|
||||||
|
|
||||||
|
public long GetTpidr2El0() => GetStorage().Tpidr2El0;
|
||||||
|
public void SetTpidr2El0(long value) => GetStorage().Tpidr2El0 = value;
|
||||||
|
|
||||||
public int GetCounter() => GetStorage().Counter;
|
public int GetCounter() => GetStorage().Counter;
|
||||||
public void SetCounter(int value) => GetStorage().Counter = value;
|
public void SetCounter(int value) => GetStorage().Counter = value;
|
||||||
|
|
||||||
@ -232,6 +236,11 @@ namespace ARMeilleure.State
|
|||||||
return StorageOffset(ref _dummyStorage, ref _dummyStorage.TpidrroEl0);
|
return StorageOffset(ref _dummyStorage, ref _dummyStorage.TpidrroEl0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static int GetTpidr2El0Offset()
|
||||||
|
{
|
||||||
|
return StorageOffset(ref _dummyStorage, ref _dummyStorage.Tpidr2El0);
|
||||||
|
}
|
||||||
|
|
||||||
public static int GetCounterOffset()
|
public static int GetCounterOffset()
|
||||||
{
|
{
|
||||||
return StorageOffset(ref _dummyStorage, ref _dummyStorage.Counter);
|
return StorageOffset(ref _dummyStorage, ref _dummyStorage.Counter);
|
||||||
|
@ -69,9 +69,10 @@ namespace Ryujinx.Common.Logging.Targets
|
|||||||
}
|
}
|
||||||
|
|
||||||
string version = ReleaseInformation.Version;
|
string version = ReleaseInformation.Version;
|
||||||
|
string appName = ReleaseInformation.IsCanaryBuild ? "Ryujinx_Canary" : "Ryujinx";
|
||||||
|
|
||||||
// Get path for the current time
|
// Get path for the current time
|
||||||
path = Path.Combine(logDir.FullName, $"Ryujinx_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log");
|
path = Path.Combine(logDir.FullName, $"{appName}_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
namespace Ryujinx.Common
|
namespace Ryujinx.Common
|
||||||
@ -35,5 +36,13 @@ namespace Ryujinx.Common
|
|||||||
public static bool IsReleaseBuild => IsValid && ReleaseChannelName.Equals(ReleaseChannel);
|
public static bool IsReleaseBuild => IsValid && ReleaseChannelName.Equals(ReleaseChannel);
|
||||||
|
|
||||||
public static string Version => IsValid ? BuildVersion : Assembly.GetEntryAssembly()!.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion;
|
public static string Version => IsValid ? BuildVersion : Assembly.GetEntryAssembly()!.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion;
|
||||||
|
|
||||||
|
public static string GetChangelogUrl(Version currentVersion, Version newVersion) =>
|
||||||
|
IsCanaryBuild
|
||||||
|
? $"https://github.com/{ReleaseChannelOwner}/{ReleaseChannelSourceRepo}/compare/Canary-{currentVersion}...Canary-{newVersion}"
|
||||||
|
: $"https://github.com/{ReleaseChannelOwner}/{ReleaseChannelSourceRepo}/releases/tag/{newVersion}";
|
||||||
|
|
||||||
|
public static string GetChangelogForVersion(Version version) =>
|
||||||
|
$"https://github.com/{ReleaseChannelOwner}/{ReleaseChannelRepo}/releases/tag/{version}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,13 +101,13 @@ namespace Ryujinx.UI.Common.Helper
|
|||||||
{
|
{
|
||||||
RegistryKey key = Registry.CurrentUser.OpenSubKey(@$"Software\Classes\{ext}");
|
RegistryKey key = Registry.CurrentUser.OpenSubKey(@$"Software\Classes\{ext}");
|
||||||
|
|
||||||
if (key is null)
|
var openCmd = key?.OpenSubKey(@"shell\open\command");
|
||||||
|
|
||||||
|
if (openCmd is null)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var openCmd = key.OpenSubKey(@"shell\open\command");
|
|
||||||
|
|
||||||
string keyValue = (string)openCmd.GetValue(string.Empty);
|
string keyValue = (string)openCmd.GetValue(string.Empty);
|
||||||
|
|
||||||
return keyValue is not null && (keyValue.Contains("Ryujinx") || keyValue.Contains(AppDomain.CurrentDomain.FriendlyName));
|
return keyValue is not null && (keyValue.Contains("Ryujinx") || keyValue.Contains(AppDomain.CurrentDomain.FriendlyName));
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "إدارة أنواع الملفات",
|
"MenuBarToolsManageFileTypes": "إدارة أنواع الملفات",
|
||||||
"MenuBarToolsInstallFileTypes": "تثبيت أنواع الملفات",
|
"MenuBarToolsInstallFileTypes": "تثبيت أنواع الملفات",
|
||||||
"MenuBarToolsUninstallFileTypes": "إزالة أنواع الملفات",
|
"MenuBarToolsUninstallFileTypes": "إزالة أنواع الملفات",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_عرض",
|
"MenuBarView": "_عرض",
|
||||||
"MenuBarViewWindow": "حجم النافذة",
|
"MenuBarViewWindow": "حجم النافذة",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "يفتح المجلد الذي يحتوي على تعديلات(mods) التطبيق",
|
"GameListContextMenuOpenModsDirectoryToolTip": "يفتح المجلد الذي يحتوي على تعديلات(mods) التطبيق",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "فتح مجلد تعديلات(mods) أتموسفير",
|
"GameListContextMenuOpenSdModsDirectory": "فتح مجلد تعديلات(mods) أتموسفير",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "يفتح مجلد أتموسفير لبطاقة SD البديلة الذي يحتوي على تعديلات التطبيق. مفيد للتعديلات التي تم تعبئتها للأجهزة الحقيقية.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "يفتح مجلد أتموسفير لبطاقة SD البديلة الذي يحتوي على تعديلات التطبيق. مفيد للتعديلات التي تم تعبئتها للأجهزة الحقيقية.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} لعبة تم تحميلها",
|
"StatusBarGamesLoaded": "{0}/{1} لعبة تم تحميلها",
|
||||||
"StatusBarSystemVersion": "إصدار النظام: {0}",
|
"StatusBarSystemVersion": "إصدار النظام: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "الحد الأدنى لتعيينات الذاكرة المكتشفة",
|
"LinuxVmMaxMapCountDialogTitle": "الحد الأدنى لتعيينات الذاكرة المكتشفة",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "هل ترغب في زيادة قيمة vm.max_map_count إلى {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "هل ترغب في زيادة قيمة vm.max_map_count إلى {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "قد تحاول بعض الألعاب إنشاء المزيد من تعيينات الذاكرة أكثر مما هو مسموح به حاليا. سيغلق ريوجينكس بمجرد تجاوز هذا الحد.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "قد تحاول بعض الألعاب إنشاء المزيد من تعيينات الذاكرة أكثر مما هو مسموح به حاليا. سيغلق ريوجينكس بمجرد تجاوز هذا الحد.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "حوار الإدخال",
|
"InputDialogTitle": "حوار الإدخال",
|
||||||
"InputDialogOk": "موافق",
|
"InputDialogOk": "موافق",
|
||||||
"InputDialogCancel": "إلغاء",
|
"InputDialogCancel": "إلغاء",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "اختر اسم الملف الشخصي",
|
"InputDialogAddNewProfileTitle": "اختر اسم الملف الشخصي",
|
||||||
"InputDialogAddNewProfileHeader": "الرجاء إدخال اسم الملف الشخصي",
|
"InputDialogAddNewProfileHeader": "الرجاء إدخال اسم الملف الشخصي",
|
||||||
"InputDialogAddNewProfileSubtext": "(الطول الأقصى: {0})",
|
"InputDialogAddNewProfileSubtext": "(الطول الأقصى: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "جاري استخراج التحديث...",
|
"DialogUpdaterExtractionMessage": "جاري استخراج التحديث...",
|
||||||
"DialogUpdaterRenamingMessage": "إعادة تسمية التحديث...",
|
"DialogUpdaterRenamingMessage": "إعادة تسمية التحديث...",
|
||||||
"DialogUpdaterAddingFilesMessage": "إضافة تحديث جديد...",
|
"DialogUpdaterAddingFilesMessage": "إضافة تحديث جديد...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "اكتمل التحديث",
|
"DialogUpdaterCompleteMessage": "اكتمل التحديث",
|
||||||
"DialogUpdaterRestartMessage": "هل تريد إعادة تشغيل ريوجينكس الآن؟",
|
"DialogUpdaterRestartMessage": "هل تريد إعادة تشغيل ريوجينكس الآن؟",
|
||||||
"DialogUpdaterNoInternetMessage": "أنت غير متصل بالإنترنت.",
|
"DialogUpdaterNoInternetMessage": "أنت غير متصل بالإنترنت.",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "تم إلغاء تثبيت أنواع الملفات بنجاح!",
|
"DialogUninstallFileTypesSuccessMessage": "تم إلغاء تثبيت أنواع الملفات بنجاح!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "فشل إلغاء تثبيت أنواع الملفات.",
|
"DialogUninstallFileTypesErrorMessage": "فشل إلغاء تثبيت أنواع الملفات.",
|
||||||
"DialogOpenSettingsWindowLabel": "فتح نافذة الإعدادات",
|
"DialogOpenSettingsWindowLabel": "فتح نافذة الإعدادات",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "تطبيق وحدة التحكم المصغر",
|
"DialogControllerAppletTitle": "تطبيق وحدة التحكم المصغر",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "خطأ في عرض مربع حوار الرسالة: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "خطأ في عرض مربع حوار الرسالة: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "خطأ في عرض لوحة مفاتيح البرامج: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "خطأ في عرض لوحة مفاتيح البرامج: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "الإصدار: {0}",
|
"TitleUpdateVersionLabel": "الإصدار: {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "ريوجينكس - معلومات",
|
"RyujinxInfo": "ريوجينكس - معلومات",
|
||||||
"RyujinxConfirm": "ريوجينكس - تأكيد",
|
"RyujinxConfirm": "ريوجينكس - تأكيد",
|
||||||
"FileDialogAllTypes": "كل الأنواع",
|
"FileDialogAllTypes": "كل الأنواع",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "حدد ملفات المحتوي الإضافي",
|
"SelectDlcDialogTitle": "حدد ملفات المحتوي الإضافي",
|
||||||
"SelectUpdateDialogTitle": "حدد ملفات التحديث",
|
"SelectUpdateDialogTitle": "حدد ملفات التحديث",
|
||||||
"SelectModDialogTitle": "حدد مجلد التعديل",
|
"SelectModDialogTitle": "حدد مجلد التعديل",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "مدير الملفات الشخصية للمستخدمين",
|
"UserProfileWindowTitle": "مدير الملفات الشخصية للمستخدمين",
|
||||||
"CheatWindowTitle": "مدير الغش",
|
"CheatWindowTitle": "مدير الغش",
|
||||||
"DlcWindowTitle": "إدارة المحتوى القابل للتنزيل لـ {0} ({1})",
|
"DlcWindowTitle": "إدارة المحتوى القابل للتنزيل لـ {0} ({1})",
|
||||||
"ModWindowTitle": "إدارة التعديلات لـ {0} ({1})",
|
"ModWindowTitle": "إدارة التعديلات لـ {0} ({1})",
|
||||||
"UpdateWindowTitle": "مدير تحديث العنوان",
|
"UpdateWindowTitle": "مدير تحديث العنوان",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} تعديل",
|
"ModWindowHeading": "{0} تعديل",
|
||||||
"UserProfilesEditProfile": "تعديل المحدد",
|
"UserProfilesEditProfile": "تعديل المحدد",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "إلغاء",
|
"Cancel": "إلغاء",
|
||||||
"Save": "حفظ",
|
"Save": "حفظ",
|
||||||
"Discard": "تجاهل",
|
"Discard": "تجاهل",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "الوضع:",
|
"MultiplayerMode": "الوضع:",
|
||||||
"MultiplayerModeTooltip": "تغيير وضع LDN متعدد اللاعبين.\n\nسوف يقوم LdnMitm بتعديل وظيفة اللعب المحلية/اللاسلكية المحلية في الألعاب لتعمل كما لو كانت شبكة LAN، مما يسمح باتصالات الشبكة المحلية نفسها مع محاكيات ريوجينكس الأخرى وأجهزة نينتندو سويتش المخترقة التي تم تثبيت وحدة ldn_mitm عليها.\n\nيتطلب وضع اللاعبين المتعددين أن يكون جميع اللاعبين على نفس إصدار اللعبة (على سبيل المثال، يتعذر على الإصدار 13.0.1 من سوبر سماش برذرز ألتميت الاتصال بالإصدار 13.0.0).\n\nاتركه معطلا إذا لم تكن متأكدا.",
|
"MultiplayerModeTooltip": "تغيير وضع LDN متعدد اللاعبين.\n\nسوف يقوم LdnMitm بتعديل وظيفة اللعب المحلية/اللاسلكية المحلية في الألعاب لتعمل كما لو كانت شبكة LAN، مما يسمح باتصالات الشبكة المحلية نفسها مع محاكيات ريوجينكس الأخرى وأجهزة نينتندو سويتش المخترقة التي تم تثبيت وحدة ldn_mitm عليها.\n\nيتطلب وضع اللاعبين المتعددين أن يكون جميع اللاعبين على نفس إصدار اللعبة (على سبيل المثال، يتعذر على الإصدار 13.0.1 من سوبر سماش برذرز ألتميت الاتصال بالإصدار 13.0.0).\n\nاتركه معطلا إذا لم تكن متأكدا.",
|
||||||
"MultiplayerModeDisabled": "معطل",
|
"MultiplayerModeDisabled": "معطل",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Dateitypen verwalten",
|
"MenuBarToolsManageFileTypes": "Dateitypen verwalten",
|
||||||
"MenuBarToolsInstallFileTypes": "Dateitypen installieren",
|
"MenuBarToolsInstallFileTypes": "Dateitypen installieren",
|
||||||
"MenuBarToolsUninstallFileTypes": "Dateitypen deinstallieren",
|
"MenuBarToolsUninstallFileTypes": "Dateitypen deinstallieren",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_Ansicht",
|
"MenuBarView": "_Ansicht",
|
||||||
"MenuBarViewWindow": "Fenstergröße",
|
"MenuBarViewWindow": "Fenstergröße",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Öffnet das Verzeichnis, welches Mods für die Spiele beinhaltet",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Öffnet das Verzeichnis, welches Mods für die Spiele beinhaltet",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Atmosphere-Mod-Verzeichnis öffnen",
|
"GameListContextMenuOpenSdModsDirectory": "Atmosphere-Mod-Verzeichnis öffnen",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Öffnet das alternative SD-Karten-Atmosphere-Verzeichnis, das die Mods der Anwendung enthält. Dieser Ordner ist nützlich für Mods, die für echte Hardware erstellt worden sind.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Öffnet das alternative SD-Karten-Atmosphere-Verzeichnis, das die Mods der Anwendung enthält. Dieser Ordner ist nützlich für Mods, die für echte Hardware erstellt worden sind.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} Spiele geladen",
|
"StatusBarGamesLoaded": "{0}/{1} Spiele geladen",
|
||||||
"StatusBarSystemVersion": "Systemversion: {0}",
|
"StatusBarSystemVersion": "Systemversion: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Niedriges Limit für Speicherzuordnungen erkannt",
|
"LinuxVmMaxMapCountDialogTitle": "Niedriges Limit für Speicherzuordnungen erkannt",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Möchtest Du den Wert von vm.max_map_count auf {0} erhöhen",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Möchtest Du den Wert von vm.max_map_count auf {0} erhöhen",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Einige Spiele könnten versuchen, mehr Speicherzuordnungen zu erstellen, als derzeit erlaubt. Ryujinx wird abstürzen, sobald dieses Limit überschritten wird.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Einige Spiele könnten versuchen, mehr Speicherzuordnungen zu erstellen, als derzeit erlaubt. Ryujinx wird abstürzen, sobald dieses Limit überschritten wird.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Eingabe-Dialog",
|
"InputDialogTitle": "Eingabe-Dialog",
|
||||||
"InputDialogOk": "OK",
|
"InputDialogOk": "OK",
|
||||||
"InputDialogCancel": "Abbrechen",
|
"InputDialogCancel": "Abbrechen",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Wähle den Profilnamen",
|
"InputDialogAddNewProfileTitle": "Wähle den Profilnamen",
|
||||||
"InputDialogAddNewProfileHeader": "Bitte gebe einen Profilnamen ein",
|
"InputDialogAddNewProfileHeader": "Bitte gebe einen Profilnamen ein",
|
||||||
"InputDialogAddNewProfileSubtext": "(Maximale Länge: {0})",
|
"InputDialogAddNewProfileSubtext": "(Maximale Länge: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Update wird entpackt...",
|
"DialogUpdaterExtractionMessage": "Update wird entpackt...",
|
||||||
"DialogUpdaterRenamingMessage": "Update wird umbenannt...",
|
"DialogUpdaterRenamingMessage": "Update wird umbenannt...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Update wird hinzugefügt...",
|
"DialogUpdaterAddingFilesMessage": "Update wird hinzugefügt...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Update abgeschlossen!",
|
"DialogUpdaterCompleteMessage": "Update abgeschlossen!",
|
||||||
"DialogUpdaterRestartMessage": "Ryujinx jetzt neu starten?",
|
"DialogUpdaterRestartMessage": "Ryujinx jetzt neu starten?",
|
||||||
"DialogUpdaterNoInternetMessage": "Es besteht keine Verbindung mit dem Internet!",
|
"DialogUpdaterNoInternetMessage": "Es besteht keine Verbindung mit dem Internet!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Dateitypen erfolgreich deinstalliert!",
|
"DialogUninstallFileTypesSuccessMessage": "Dateitypen erfolgreich deinstalliert!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Deinstallation der Dateitypen fehlgeschlagen.",
|
"DialogUninstallFileTypesErrorMessage": "Deinstallation der Dateitypen fehlgeschlagen.",
|
||||||
"DialogOpenSettingsWindowLabel": "Fenster-Einstellungen öffnen",
|
"DialogOpenSettingsWindowLabel": "Fenster-Einstellungen öffnen",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Controller-Applet",
|
"DialogControllerAppletTitle": "Controller-Applet",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Fehler bei der Anzeige des Meldungs-Dialogs: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Fehler bei der Anzeige des Meldungs-Dialogs: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Fehler bei der Anzeige der Software-Tastatur: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Fehler bei der Anzeige der Software-Tastatur: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Info",
|
"RyujinxInfo": "Ryujinx - Info",
|
||||||
"RyujinxConfirm": "Ryujinx - Bestätigung",
|
"RyujinxConfirm": "Ryujinx - Bestätigung",
|
||||||
"FileDialogAllTypes": "Alle Typen",
|
"FileDialogAllTypes": "Alle Typen",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "DLC-Dateien auswählen",
|
"SelectDlcDialogTitle": "DLC-Dateien auswählen",
|
||||||
"SelectUpdateDialogTitle": "Update-Datei auswählen",
|
"SelectUpdateDialogTitle": "Update-Datei auswählen",
|
||||||
"SelectModDialogTitle": "Mod-Ordner auswählen",
|
"SelectModDialogTitle": "Mod-Ordner auswählen",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Benutzerprofile verwalten",
|
"UserProfileWindowTitle": "Benutzerprofile verwalten",
|
||||||
"CheatWindowTitle": "Spiel-Cheats verwalten",
|
"CheatWindowTitle": "Spiel-Cheats verwalten",
|
||||||
"DlcWindowTitle": "Spiel-DLC verwalten",
|
"DlcWindowTitle": "Spiel-DLC verwalten",
|
||||||
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
||||||
"UpdateWindowTitle": "Spiel-Updates verwalten",
|
"UpdateWindowTitle": "Spiel-Updates verwalten",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "Profil bearbeiten",
|
"UserProfilesEditProfile": "Profil bearbeiten",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Abbrechen",
|
"Cancel": "Abbrechen",
|
||||||
"Save": "Speichern",
|
"Save": "Speichern",
|
||||||
"Discard": "Verwerfen",
|
"Discard": "Verwerfen",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Modus:",
|
"MultiplayerMode": "Modus:",
|
||||||
"MultiplayerModeTooltip": "Ändert den LDN-Mehrspielermodus.\n\nLdnMitm ändert die lokale drahtlose/lokale Spielfunktionalität in Spielen so, dass sie wie ein LAN funktioniert und lokale, netzwerkgleiche Verbindungen mit anderen Ryujinx-Instanzen und gehackten Nintendo Switch-Konsolen ermöglicht, auf denen das ldn_mitm-Modul installiert ist.\n\nMultiplayer erfordert, dass alle Spieler die gleiche Spielversion verwenden (d.h. Super Smash Bros. Ultimate v13.0.1 kann sich nicht mit v13.0.0 verbinden).\n\nIm Zweifelsfall auf DISABLED lassen.",
|
"MultiplayerModeTooltip": "Ändert den LDN-Mehrspielermodus.\n\nLdnMitm ändert die lokale drahtlose/lokale Spielfunktionalität in Spielen so, dass sie wie ein LAN funktioniert und lokale, netzwerkgleiche Verbindungen mit anderen Ryujinx-Instanzen und gehackten Nintendo Switch-Konsolen ermöglicht, auf denen das ldn_mitm-Modul installiert ist.\n\nMultiplayer erfordert, dass alle Spieler die gleiche Spielversion verwenden (d.h. Super Smash Bros. Ultimate v13.0.1 kann sich nicht mit v13.0.0 verbinden).\n\nIm Zweifelsfall auf DISABLED lassen.",
|
||||||
"MultiplayerModeDisabled": "Deaktiviert",
|
"MultiplayerModeDisabled": "Deaktiviert",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Διαχείριση τύπων αρχείων",
|
"MenuBarToolsManageFileTypes": "Διαχείριση τύπων αρχείων",
|
||||||
"MenuBarToolsInstallFileTypes": "Εγκαταστήσετε τύπους αρχείων.",
|
"MenuBarToolsInstallFileTypes": "Εγκαταστήσετε τύπους αρχείων.",
|
||||||
"MenuBarToolsUninstallFileTypes": "Απεγκαταστήσετε τύπους αρχείων",
|
"MenuBarToolsUninstallFileTypes": "Απεγκαταστήσετε τύπους αρχείων",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Opens the directory which contains Application's Mods",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Opens the directory which contains Application's Mods",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Open Atmosphere Mods Directory",
|
"GameListContextMenuOpenSdModsDirectory": "Open Atmosphere Mods Directory",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} Φορτωμένα Παιχνίδια",
|
"StatusBarGamesLoaded": "{0}/{1} Φορτωμένα Παιχνίδια",
|
||||||
"StatusBarSystemVersion": "Έκδοση Συστήματος: {0}",
|
"StatusBarSystemVersion": "Έκδοση Συστήματος: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Εντοπίστηκε χαμηλό όριο για αντιστοιχίσεις μνήμης",
|
"LinuxVmMaxMapCountDialogTitle": "Εντοπίστηκε χαμηλό όριο για αντιστοιχίσεις μνήμης",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Θα θέλατε να αυξήσετε την τιμή του vm.max_map_count σε {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Θα θέλατε να αυξήσετε την τιμή του vm.max_map_count σε {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Μερικά παιχνίδια μπορεί να προσπαθήσουν να δημιουργήσουν περισσότερες αντιστοιχίσεις μνήμης από αυτές που επιτρέπονται τώρα. Ο Ryujinx θα καταρρεύσει μόλις ξεπεραστεί αυτό το όριο.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Μερικά παιχνίδια μπορεί να προσπαθήσουν να δημιουργήσουν περισσότερες αντιστοιχίσεις μνήμης από αυτές που επιτρέπονται τώρα. Ο Ryujinx θα καταρρεύσει μόλις ξεπεραστεί αυτό το όριο.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Διάλογος Εισαγωγής",
|
"InputDialogTitle": "Διάλογος Εισαγωγής",
|
||||||
"InputDialogOk": "ΟΚ",
|
"InputDialogOk": "ΟΚ",
|
||||||
"InputDialogCancel": "Ακύρωση",
|
"InputDialogCancel": "Ακύρωση",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Επιλογή Ονόματος Προφίλ",
|
"InputDialogAddNewProfileTitle": "Επιλογή Ονόματος Προφίλ",
|
||||||
"InputDialogAddNewProfileHeader": "Εισαγωγή Ονόματος Προφίλ",
|
"InputDialogAddNewProfileHeader": "Εισαγωγή Ονόματος Προφίλ",
|
||||||
"InputDialogAddNewProfileSubtext": "(Σύνολο Χαρακτήρων: {0})",
|
"InputDialogAddNewProfileSubtext": "(Σύνολο Χαρακτήρων: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Εξαγωγή Ενημέρωσης...",
|
"DialogUpdaterExtractionMessage": "Εξαγωγή Ενημέρωσης...",
|
||||||
"DialogUpdaterRenamingMessage": "Μετονομασία Ενημέρωσης...",
|
"DialogUpdaterRenamingMessage": "Μετονομασία Ενημέρωσης...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Προσθήκη Νέας Ενημέρωσης...",
|
"DialogUpdaterAddingFilesMessage": "Προσθήκη Νέας Ενημέρωσης...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Η Ενημέρωση Ολοκληρώθηκε!",
|
"DialogUpdaterCompleteMessage": "Η Ενημέρωση Ολοκληρώθηκε!",
|
||||||
"DialogUpdaterRestartMessage": "Θέλετε να επανεκκινήσετε το Ryujinx τώρα;",
|
"DialogUpdaterRestartMessage": "Θέλετε να επανεκκινήσετε το Ryujinx τώρα;",
|
||||||
"DialogUpdaterNoInternetMessage": "Δεν είστε συνδεδεμένοι στο Διαδίκτυο!",
|
"DialogUpdaterNoInternetMessage": "Δεν είστε συνδεδεμένοι στο Διαδίκτυο!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Επιτυχής απεγκατάσταση τύπων αρχείων!",
|
"DialogUninstallFileTypesSuccessMessage": "Επιτυχής απεγκατάσταση τύπων αρχείων!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Αποτυχία απεγκατάστασης τύπων αρχείων.",
|
"DialogUninstallFileTypesErrorMessage": "Αποτυχία απεγκατάστασης τύπων αρχείων.",
|
||||||
"DialogOpenSettingsWindowLabel": "Άνοιγμα Παραθύρου Ρυθμίσεων",
|
"DialogOpenSettingsWindowLabel": "Άνοιγμα Παραθύρου Ρυθμίσεων",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Applet Χειρισμού",
|
"DialogControllerAppletTitle": "Applet Χειρισμού",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Σφάλμα εμφάνισης του διαλόγου Μηνυμάτων: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Σφάλμα εμφάνισης του διαλόγου Μηνυμάτων: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Σφάλμα εμφάνισης Λογισμικού Πληκτρολογίου: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Σφάλμα εμφάνισης Λογισμικού Πληκτρολογίου: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Πληροφορίες",
|
"RyujinxInfo": "Ryujinx - Πληροφορίες",
|
||||||
"RyujinxConfirm": "Ryujinx - Επιβεβαίωση",
|
"RyujinxConfirm": "Ryujinx - Επιβεβαίωση",
|
||||||
"FileDialogAllTypes": "Όλοι οι τύποι",
|
"FileDialogAllTypes": "Όλοι οι τύποι",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "Επιλογή αρχείων DLC",
|
"SelectDlcDialogTitle": "Επιλογή αρχείων DLC",
|
||||||
"SelectUpdateDialogTitle": "Επιλογή αρχείων ενημέρωσης",
|
"SelectUpdateDialogTitle": "Επιλογή αρχείων ενημέρωσης",
|
||||||
"SelectModDialogTitle": "Select mod directory",
|
"SelectModDialogTitle": "Select mod directory",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Διαχειριστής Προφίλ Χρήστη",
|
"UserProfileWindowTitle": "Διαχειριστής Προφίλ Χρήστη",
|
||||||
"CheatWindowTitle": "Διαχειριστής των Cheats",
|
"CheatWindowTitle": "Διαχειριστής των Cheats",
|
||||||
"DlcWindowTitle": "Downloadable Content Manager",
|
"DlcWindowTitle": "Downloadable Content Manager",
|
||||||
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
||||||
"UpdateWindowTitle": "Διαχειριστής Ενημερώσεων Τίτλου",
|
"UpdateWindowTitle": "Διαχειριστής Ενημερώσεων Τίτλου",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "Επεξεργασία Επιλεγμένων",
|
"UserProfilesEditProfile": "Επεξεργασία Επιλεγμένων",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Ακύρωση",
|
"Cancel": "Ακύρωση",
|
||||||
"Save": "Αποθήκευση",
|
"Save": "Αποθήκευση",
|
||||||
"Discard": "Απόρριψη",
|
"Discard": "Απόρριψη",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Λειτουργία:",
|
"MultiplayerMode": "Λειτουργία:",
|
||||||
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
||||||
"MultiplayerModeDisabled": "Disabled",
|
"MultiplayerModeDisabled": "Disabled",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -457,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Extracting Update...",
|
"DialogUpdaterExtractionMessage": "Extracting Update...",
|
||||||
"DialogUpdaterRenamingMessage": "Renaming Update...",
|
"DialogUpdaterRenamingMessage": "Renaming Update...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Adding New Update...",
|
"DialogUpdaterAddingFilesMessage": "Adding New Update...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Update Complete!",
|
"DialogUpdaterCompleteMessage": "Update Complete!",
|
||||||
"DialogUpdaterRestartMessage": "Do you want to restart Ryujinx now?",
|
"DialogUpdaterRestartMessage": "Do you want to restart Ryujinx now?",
|
||||||
"DialogUpdaterNoInternetMessage": "You are not connected to the Internet!",
|
"DialogUpdaterNoInternetMessage": "You are not connected to the Internet!",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Administrar tipos de archivo",
|
"MenuBarToolsManageFileTypes": "Administrar tipos de archivo",
|
||||||
"MenuBarToolsInstallFileTypes": "Instalar tipos de archivo",
|
"MenuBarToolsInstallFileTypes": "Instalar tipos de archivo",
|
||||||
"MenuBarToolsUninstallFileTypes": "Desinstalar tipos de archivo",
|
"MenuBarToolsUninstallFileTypes": "Desinstalar tipos de archivo",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Tamaño Ventana",
|
"MenuBarViewWindow": "Tamaño Ventana",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Abre el directorio que contiene los Mods de la Aplicación.",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Abre el directorio que contiene los Mods de la Aplicación.",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Abrir Directorio de Mods de Atmosphere\n\n\n\n\n\n",
|
"GameListContextMenuOpenSdModsDirectory": "Abrir Directorio de Mods de Atmosphere\n\n\n\n\n\n",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Abre el directorio alternativo de la tarjeta SD de Atmosphere que contiene los Mods de la Aplicación. Útil para los mods que están empaquetados para el hardware real.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Abre el directorio alternativo de la tarjeta SD de Atmosphere que contiene los Mods de la Aplicación. Útil para los mods que están empaquetados para el hardware real.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} juegos cargados",
|
"StatusBarGamesLoaded": "{0}/{1} juegos cargados",
|
||||||
"StatusBarSystemVersion": "Versión del sistema: {0}",
|
"StatusBarSystemVersion": "Versión del sistema: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Límite inferior para mapeos de memoria detectado",
|
"LinuxVmMaxMapCountDialogTitle": "Límite inferior para mapeos de memoria detectado",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "¿Quieres aumentar el valor de vm.max_map_count a {0}?",
|
"LinuxVmMaxMapCountDialogTextPrimary": "¿Quieres aumentar el valor de vm.max_map_count a {0}?",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Algunos juegos podrían intentar crear más mapeos de memoria de los permitidos. Ryujinx se bloqueará tan pronto como se supere este límite.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Algunos juegos podrían intentar crear más mapeos de memoria de los permitidos. Ryujinx se bloqueará tan pronto como se supere este límite.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Cuadro de diálogo de entrada",
|
"InputDialogTitle": "Cuadro de diálogo de entrada",
|
||||||
"InputDialogOk": "Aceptar",
|
"InputDialogOk": "Aceptar",
|
||||||
"InputDialogCancel": "Cancelar",
|
"InputDialogCancel": "Cancelar",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Introducir nombre de perfil",
|
"InputDialogAddNewProfileTitle": "Introducir nombre de perfil",
|
||||||
"InputDialogAddNewProfileHeader": "Por favor elige un nombre de usuario",
|
"InputDialogAddNewProfileHeader": "Por favor elige un nombre de usuario",
|
||||||
"InputDialogAddNewProfileSubtext": "(Máximo de caracteres: {0})",
|
"InputDialogAddNewProfileSubtext": "(Máximo de caracteres: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Extrayendo actualización...",
|
"DialogUpdaterExtractionMessage": "Extrayendo actualización...",
|
||||||
"DialogUpdaterRenamingMessage": "Renombrando actualización...",
|
"DialogUpdaterRenamingMessage": "Renombrando actualización...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Aplicando actualización...",
|
"DialogUpdaterAddingFilesMessage": "Aplicando actualización...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "¡Actualización completa!",
|
"DialogUpdaterCompleteMessage": "¡Actualización completa!",
|
||||||
"DialogUpdaterRestartMessage": "¿Quieres reiniciar Ryujinx?",
|
"DialogUpdaterRestartMessage": "¿Quieres reiniciar Ryujinx?",
|
||||||
"DialogUpdaterNoInternetMessage": "¡No estás conectado a internet!",
|
"DialogUpdaterNoInternetMessage": "¡No estás conectado a internet!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "¡Tipos de archivos desinstalados con éxito!",
|
"DialogUninstallFileTypesSuccessMessage": "¡Tipos de archivos desinstalados con éxito!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "No se pudo desinstalar los tipos de archivo.",
|
"DialogUninstallFileTypesErrorMessage": "No se pudo desinstalar los tipos de archivo.",
|
||||||
"DialogOpenSettingsWindowLabel": "Abrir ventana de opciones",
|
"DialogOpenSettingsWindowLabel": "Abrir ventana de opciones",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Applet de mandos",
|
"DialogControllerAppletTitle": "Applet de mandos",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Error al mostrar cuadro de diálogo: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Error al mostrar cuadro de diálogo: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Error al mostrar teclado de software: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Error al mostrar teclado de software: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Versión {0} - {1}",
|
"TitleUpdateVersionLabel": "Versión {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Info",
|
"RyujinxInfo": "Ryujinx - Info",
|
||||||
"RyujinxConfirm": "Ryujinx - Confirmación",
|
"RyujinxConfirm": "Ryujinx - Confirmación",
|
||||||
"FileDialogAllTypes": "Todos los tipos",
|
"FileDialogAllTypes": "Todos los tipos",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "Selecciona archivo(s) de DLC",
|
"SelectDlcDialogTitle": "Selecciona archivo(s) de DLC",
|
||||||
"SelectUpdateDialogTitle": "Selecciona archivo(s) de actualización",
|
"SelectUpdateDialogTitle": "Selecciona archivo(s) de actualización",
|
||||||
"SelectModDialogTitle": "Seleccionar un directorio de Mods",
|
"SelectModDialogTitle": "Seleccionar un directorio de Mods",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Administrar perfiles de usuario",
|
"UserProfileWindowTitle": "Administrar perfiles de usuario",
|
||||||
"CheatWindowTitle": "Administrar cheats",
|
"CheatWindowTitle": "Administrar cheats",
|
||||||
"DlcWindowTitle": "Administrar contenido descargable",
|
"DlcWindowTitle": "Administrar contenido descargable",
|
||||||
"ModWindowTitle": "Administrar Mods para {0} ({1})",
|
"ModWindowTitle": "Administrar Mods para {0} ({1})",
|
||||||
"UpdateWindowTitle": "Administrar actualizaciones",
|
"UpdateWindowTitle": "Administrar actualizaciones",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} nueva(s) actualización(es) agregada(s)",
|
"UpdateWindowUpdateAddedMessage": "{0} nueva(s) actualización(es) agregada(s)",
|
||||||
@ -742,6 +782,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "Se eliminaron {0} actualización(es) faltantes",
|
"AutoloadUpdateRemovedMessage": "Se eliminaron {0} actualización(es) faltantes",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "Editar selección",
|
"UserProfilesEditProfile": "Editar selección",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Save": "Guardar",
|
"Save": "Guardar",
|
||||||
"Discard": "Descartar",
|
"Discard": "Descartar",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Gérer les types de fichiers",
|
"MenuBarToolsManageFileTypes": "Gérer les types de fichiers",
|
||||||
"MenuBarToolsInstallFileTypes": "Installer les types de fichiers",
|
"MenuBarToolsInstallFileTypes": "Installer les types de fichiers",
|
||||||
"MenuBarToolsUninstallFileTypes": "Désinstaller les types de fichiers",
|
"MenuBarToolsUninstallFileTypes": "Désinstaller les types de fichiers",
|
||||||
|
"MenuBarToolsXCITrimmer": "Réduire les fichiers XCI",
|
||||||
"MenuBarView": "_Fenêtre",
|
"MenuBarView": "_Fenêtre",
|
||||||
"MenuBarViewWindow": "Taille de la fenêtre",
|
"MenuBarViewWindow": "Taille de la fenêtre",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Ouvre le dossier contenant les mods du jeu",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Ouvre le dossier contenant les mods du jeu",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Ouvrir le dossier des mods Atmosphère",
|
"GameListContextMenuOpenSdModsDirectory": "Ouvrir le dossier des mods Atmosphère",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Ouvre le dossier alternatif de la carte SD Atmosphère qui contient les mods de l'application. Utile pour les mods conçus pour console.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Ouvre le dossier alternatif de la carte SD Atmosphère qui contient les mods de l'application. Utile pour les mods conçus pour console.",
|
||||||
|
"GameListContextMenuTrimXCI": "Vérifier et réduire les fichiers XCI",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Vérifier et réduire les fichiers XCI pour économiser de l'espace",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} Jeux chargés",
|
"StatusBarGamesLoaded": "{0}/{1} Jeux chargés",
|
||||||
"StatusBarSystemVersion": "Version du Firmware: {0}",
|
"StatusBarSystemVersion": "Version du Firmware: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Réduction du fichier XCI '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Limite basse pour les mappings mémoire détectée",
|
"LinuxVmMaxMapCountDialogTitle": "Limite basse pour les mappings mémoire détectée",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Voulez-vous augmenter la valeur de vm.max_map_count à {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Voulez-vous augmenter la valeur de vm.max_map_count à {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Certains jeux peuvent essayer de créer plus de mappings mémoire que ce qui est actuellement autorisé. Ryujinx plantera dès que cette limite sera dépassée.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Certains jeux peuvent essayer de créer plus de mappings mémoire que ce qui est actuellement autorisé. Ryujinx plantera dès que cette limite sera dépassée.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Fenêtre d'entrée de texte",
|
"InputDialogTitle": "Fenêtre d'entrée de texte",
|
||||||
"InputDialogOk": "OK",
|
"InputDialogOk": "OK",
|
||||||
"InputDialogCancel": "Annuler",
|
"InputDialogCancel": "Annuler",
|
||||||
|
"InputDialogCancelling": "Annulation en cours",
|
||||||
|
"InputDialogClose": "Fermer",
|
||||||
"InputDialogAddNewProfileTitle": "Choisir un nom de profil",
|
"InputDialogAddNewProfileTitle": "Choisir un nom de profil",
|
||||||
"InputDialogAddNewProfileHeader": "Merci d'entrer un nom de profil",
|
"InputDialogAddNewProfileHeader": "Merci d'entrer un nom de profil",
|
||||||
"InputDialogAddNewProfileSubtext": "(Longueur max.: {0})",
|
"InputDialogAddNewProfileSubtext": "(Longueur max.: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Extraction de la mise à jour…",
|
"DialogUpdaterExtractionMessage": "Extraction de la mise à jour…",
|
||||||
"DialogUpdaterRenamingMessage": "Renommage de la mise à jour...",
|
"DialogUpdaterRenamingMessage": "Renommage de la mise à jour...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Ajout d'une nouvelle mise à jour...",
|
"DialogUpdaterAddingFilesMessage": "Ajout d'une nouvelle mise à jour...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Mise à jour terminée !",
|
"DialogUpdaterCompleteMessage": "Mise à jour terminée !",
|
||||||
"DialogUpdaterRestartMessage": "Voulez-vous redémarrer Ryujinx maintenant ?",
|
"DialogUpdaterRestartMessage": "Voulez-vous redémarrer Ryujinx maintenant ?",
|
||||||
"DialogUpdaterNoInternetMessage": "Vous n'êtes pas connecté à Internet !",
|
"DialogUpdaterNoInternetMessage": "Vous n'êtes pas connecté à Internet !",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Types de fichiers désinstallés avec succès!",
|
"DialogUninstallFileTypesSuccessMessage": "Types de fichiers désinstallés avec succès!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Échec de la désinstallation des types de fichiers.",
|
"DialogUninstallFileTypesErrorMessage": "Échec de la désinstallation des types de fichiers.",
|
||||||
"DialogOpenSettingsWindowLabel": "Ouvrir la fenêtre de configuration",
|
"DialogOpenSettingsWindowLabel": "Ouvrir la fenêtre de configuration",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "Fenêtre de réduction de fichiers XCI",
|
||||||
"DialogControllerAppletTitle": "Programme Manette",
|
"DialogControllerAppletTitle": "Programme Manette",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Erreur lors de l'affichage de la boîte de dialogue : {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Erreur lors de l'affichage de la boîte de dialogue : {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Erreur lors de l'affichage du clavier logiciel: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Erreur lors de l'affichage du clavier logiciel: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Version {0}",
|
"TitleUpdateVersionLabel": "Version {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "Inclus avec le jeu: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Inclus avec le jeu: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Inclus avec le jeu :",
|
"TitleBundledDlcLabel": "Inclus avec le jeu :",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partiel",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Non réduit",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Réduit",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Échoué)",
|
||||||
|
"TitleXCICanSaveLabel": "Sauvegarde de {0:n0} Mo",
|
||||||
|
"TitleXCISavingLabel": "Sauvegardé {0:n0} Mo",
|
||||||
"RyujinxInfo": "Ryujinx - Info",
|
"RyujinxInfo": "Ryujinx - Info",
|
||||||
"RyujinxConfirm": "Ryujinx - Confirmation",
|
"RyujinxConfirm": "Ryujinx - Confirmation",
|
||||||
"FileDialogAllTypes": "Tous les types",
|
"FileDialogAllTypes": "Tous les types",
|
||||||
@ -723,11 +737,39 @@
|
|||||||
"SelectDlcDialogTitle": "Sélectionner les fichiers DLC",
|
"SelectDlcDialogTitle": "Sélectionner les fichiers DLC",
|
||||||
"SelectUpdateDialogTitle": "Sélectionner les fichiers de mise à jour",
|
"SelectUpdateDialogTitle": "Sélectionner les fichiers de mise à jour",
|
||||||
"SelectModDialogTitle": "Sélectionner le répertoire du mod",
|
"SelectModDialogTitle": "Sélectionner le répertoire du mod",
|
||||||
|
"TrimXCIFileDialogTitle": "Vérifier et Réduire le fichier XCI",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "Cette fonction va vérifier l'espace vide, puis réduire le fichier XCI pour économiser de l'espace de disque dur.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Taille actuelle du fichier: {0:n} MB\nTaille des données de jeux: {1:n} MB\nÉconomie d'espaces sur le disque: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "Fichier XCI n'a pas besoin d'être réduit. Regarder les journaux pour plus de détails",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "Fichier XCI ne peut pas être dé-réduit. Regarder les journaux pour plus de détails",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "Fichier XCI est en Lecture Seule et n'a pas pu être rendu accessible en écriture. Regarder les journaux pour plus de détails",
|
||||||
|
"TrimXCIFileFileSizeChanged": "Fichier XCI a changé en taille depuis qu'il a été scanné. Vérifier que le fichier n'est pas en cours d'écriture et réessayer.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "Fichier XCI a des données dans la zone d'espace libre, ce n'est pas sûr de réduire",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "Fichier XCI contient des données invalides. Regarder les journaux pour plus de détails",
|
||||||
|
"TrimXCIFileFileIOWriteError": "Fichier XCI n'a pas pu été ouvert pour écriture. Regarder les journaux pour plus de détails",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Réduction du fichier XCI a échoué",
|
||||||
|
"TrimXCIFileCancelled": "L'opération a été annulée",
|
||||||
|
"TrimXCIFileFileUndertermined": "Aucune opération a été faite",
|
||||||
"UserProfileWindowTitle": "Gestionnaire de profils utilisateur",
|
"UserProfileWindowTitle": "Gestionnaire de profils utilisateur",
|
||||||
"CheatWindowTitle": "Gestionnaire de cheats",
|
"CheatWindowTitle": "Gestionnaire de cheats",
|
||||||
"DlcWindowTitle": "Gérer le contenu téléchargeable pour {0} ({1})",
|
"DlcWindowTitle": "Gérer le contenu téléchargeable pour {0} ({1})",
|
||||||
"ModWindowTitle": "Gérer les mods pour {0} ({1})",
|
"ModWindowTitle": "Gérer les mods pour {0} ({1})",
|
||||||
"UpdateWindowTitle": "Gestionnaire de mises à jour",
|
"UpdateWindowTitle": "Gestionnaire de mises à jour",
|
||||||
|
"XCITrimmerWindowTitle": "Rogneur de fichier XCI",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} sur {1} Fichier(s) Sélectionnés",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} sur {1} Fichier(s) Sélectionnés ({2} affiché(s)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Réduction de {0} Fichier(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Dé-Réduction de {0} Fichier(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Échoué",
|
||||||
|
"XCITrimmerPotentialSavings": "Économies potentielles d'espace de disque dur",
|
||||||
|
"XCITrimmerActualSavings": "Économies actualles d'espace de disque dur",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mo",
|
||||||
|
"XCITrimmerSelectDisplayed": "Sélectionner Affiché",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Désélectionner Affiché",
|
||||||
|
"XCITrimmerSortName": "Titre",
|
||||||
|
"XCITrimmerSortSaved": "Économies de disque dur",
|
||||||
|
"XCITrimmerTrim": "Réduire",
|
||||||
|
"XCITrimmerUntrim": "Dé-Réduire",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} nouvelle(s) mise(s) à jour ajoutée(s)",
|
"UpdateWindowUpdateAddedMessage": "{0} nouvelle(s) mise(s) à jour ajoutée(s)",
|
||||||
"UpdateWindowBundledContentNotice": "Les mises à jour incluses avec le jeu ne peuvent pas être supprimées mais peuvent être désactivées.",
|
"UpdateWindowBundledContentNotice": "Les mises à jour incluses avec le jeu ne peuvent pas être supprimées mais peuvent être désactivées.",
|
||||||
"CheatWindowHeading": "Cheats disponibles pour {0} [{1}]",
|
"CheatWindowHeading": "Cheats disponibles pour {0} [{1}]",
|
||||||
@ -741,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} mises à jour manquantes supprimées",
|
"AutoloadUpdateRemovedMessage": "{0} mises à jour manquantes supprimées",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "Éditer la sélection",
|
"UserProfilesEditProfile": "Éditer la sélection",
|
||||||
|
"Continue": "Continuer",
|
||||||
"Cancel": "Annuler",
|
"Cancel": "Annuler",
|
||||||
"Save": "Enregistrer",
|
"Save": "Enregistrer",
|
||||||
"Discard": "Abandonner",
|
"Discard": "Abandonner",
|
||||||
@ -808,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Mode :",
|
"MultiplayerMode": "Mode :",
|
||||||
"MultiplayerModeTooltip": "Changer le mode multijoueur LDN.\n\nLdnMitm modifiera la fonctionnalité de jeu sans fil local/jeu local dans les jeux pour fonctionner comme s'il s'agissait d'un LAN, permettant des connexions locales sur le même réseau avec d'autres instances de Ryujinx et des consoles Nintendo Switch piratées ayant le module ldn_mitm installé.\n\nLe multijoueur nécessite que tous les joueurs soient sur la même version du jeu (par exemple, Super Smash Bros. Ultimate v13.0.1 ne peut pas se connecter à v13.0.0).\n\nLaissez DÉSACTIVÉ si vous n'êtes pas sûr.",
|
"MultiplayerModeTooltip": "Changer le mode multijoueur LDN.\n\nLdnMitm modifiera la fonctionnalité de jeu sans fil local/jeu local dans les jeux pour fonctionner comme s'il s'agissait d'un LAN, permettant des connexions locales sur le même réseau avec d'autres instances de Ryujinx et des consoles Nintendo Switch piratées ayant le module ldn_mitm installé.\n\nLe multijoueur nécessite que tous les joueurs soient sur la même version du jeu (par exemple, Super Smash Bros. Ultimate v13.0.1 ne peut pas se connecter à v13.0.0).\n\nLaissez DÉSACTIVÉ si vous n'êtes pas sûr.",
|
||||||
"MultiplayerModeDisabled": "Désactivé",
|
"MultiplayerModeDisabled": "Désactivé",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Désactiver PàP Hébergement de Réseau (pourrait augmenter la latence)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Désactiver PàP hébergement de réseau, les postes vont proxy avec le serveur principal au lieu de se connecter directement à vous.",
|
||||||
|
"LdnPassphrase": "Mot de passe Réseau :",
|
||||||
|
"LdnPassphraseTooltip": "Vous pourez seulement voir les jeux hébergé avec le même mot de passe que vous.",
|
||||||
|
"LdnPassphraseInputTooltip": "Entrer un mot de passe dans le format Ryujinx-<8 hex chars>. Vous pourez seulement voir les jeux hébergé avec le même mot de passe que vous.",
|
||||||
|
"LdnPassphraseInputPublic": "(publique)",
|
||||||
|
"GenLdnPass": "Générer Aléatoire",
|
||||||
|
"GenLdnPassTooltip": "Génére un nouveau mot de passe, qui peut être partagé avec les autres.",
|
||||||
|
"ClearLdnPass": "Supprimer",
|
||||||
|
"ClearLdnPassTooltip": "Supprime le mot de passe actuel, ce qui vous remet sur le réseau public.",
|
||||||
|
"InvalidLdnPassphrase": "Mot de passe invalide! Il doit être dans le format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "ניהול סוגי קבצים",
|
"MenuBarToolsManageFileTypes": "ניהול סוגי קבצים",
|
||||||
"MenuBarToolsInstallFileTypes": "סוגי קבצי התקנה",
|
"MenuBarToolsInstallFileTypes": "סוגי קבצי התקנה",
|
||||||
"MenuBarToolsUninstallFileTypes": "סוגי קבצי הסרה",
|
"MenuBarToolsUninstallFileTypes": "סוגי קבצי הסרה",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "פותח את התיקייה שמכילה מודים של האפליקציה",
|
"GameListContextMenuOpenModsDirectoryToolTip": "פותח את התיקייה שמכילה מודים של האפליקציה",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "פתח תיקיית מודים של Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "פתח תיקיית מודים של Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "פותח את תיקיית כרטיס ה-SD החלופית של Atmosphere המכילה את המודים של האפליקציה. שימושי עבור מודים שארוזים עבור חומרה אמיתית.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "פותח את תיקיית כרטיס ה-SD החלופית של Atmosphere המכילה את המודים של האפליקציה. שימושי עבור מודים שארוזים עבור חומרה אמיתית.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{1}/{0} משחקים נטענו",
|
"StatusBarGamesLoaded": "{1}/{0} משחקים נטענו",
|
||||||
"StatusBarSystemVersion": "גרסת מערכת: {0}",
|
"StatusBarSystemVersion": "גרסת מערכת: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "זוהתה מגבלה נמוכה עבור מיפויי זיכרון",
|
"LinuxVmMaxMapCountDialogTitle": "זוהתה מגבלה נמוכה עבור מיפויי זיכרון",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "האם תרצה להגביר את הערך של vm.max_map_count ל{0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "האם תרצה להגביר את הערך של vm.max_map_count ל{0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "משחקים מסוימים עלולים לייצר עוד מיפויי זיכרון ממה שמתאפשר. Ryujinx יקרוס ברגע שהמגבלה תחרוג.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "משחקים מסוימים עלולים לייצר עוד מיפויי זיכרון ממה שמתאפשר. Ryujinx יקרוס ברגע שהמגבלה תחרוג.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "דיאלוג קלט",
|
"InputDialogTitle": "דיאלוג קלט",
|
||||||
"InputDialogOk": "בסדר",
|
"InputDialogOk": "בסדר",
|
||||||
"InputDialogCancel": "ביטול",
|
"InputDialogCancel": "ביטול",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "בחרו את שם הפרופיל",
|
"InputDialogAddNewProfileTitle": "בחרו את שם הפרופיל",
|
||||||
"InputDialogAddNewProfileHeader": "אנא הזינו שם לפרופיל",
|
"InputDialogAddNewProfileHeader": "אנא הזינו שם לפרופיל",
|
||||||
"InputDialogAddNewProfileSubtext": "(אורך מרבי: {0})",
|
"InputDialogAddNewProfileSubtext": "(אורך מרבי: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "מחלץ עדכון...",
|
"DialogUpdaterExtractionMessage": "מחלץ עדכון...",
|
||||||
"DialogUpdaterRenamingMessage": "משנה את שם העדכון...",
|
"DialogUpdaterRenamingMessage": "משנה את שם העדכון...",
|
||||||
"DialogUpdaterAddingFilesMessage": "מוסיף עדכון חדש...",
|
"DialogUpdaterAddingFilesMessage": "מוסיף עדכון חדש...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "העדכון הושלם!",
|
"DialogUpdaterCompleteMessage": "העדכון הושלם!",
|
||||||
"DialogUpdaterRestartMessage": "האם אתם רוצים להפעיל מחדש את ריוג'ינקס עכשיו?",
|
"DialogUpdaterRestartMessage": "האם אתם רוצים להפעיל מחדש את ריוג'ינקס עכשיו?",
|
||||||
"DialogUpdaterNoInternetMessage": "אתם לא מחוברים לאינטרנט!",
|
"DialogUpdaterNoInternetMessage": "אתם לא מחוברים לאינטרנט!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "סוגי קבצים הוסרו בהצלחה!",
|
"DialogUninstallFileTypesSuccessMessage": "סוגי קבצים הוסרו בהצלחה!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "נכשל בהסרת סוגי קבצים.",
|
"DialogUninstallFileTypesErrorMessage": "נכשל בהסרת סוגי קבצים.",
|
||||||
"DialogOpenSettingsWindowLabel": "פתח את חלון ההגדרות",
|
"DialogOpenSettingsWindowLabel": "פתח את חלון ההגדרות",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "יישומון בקר",
|
"DialogControllerAppletTitle": "יישומון בקר",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "שגיאה בהצגת דיאלוג ההודעה: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "שגיאה בהצגת דיאלוג ההודעה: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "שגיאה בהצגת תוכנת המקלדת: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "שגיאה בהצגת תוכנת המקלדת: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "גרסה {0}",
|
"TitleUpdateVersionLabel": "גרסה {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "ריוג'ינקס - מידע",
|
"RyujinxInfo": "ריוג'ינקס - מידע",
|
||||||
"RyujinxConfirm": "ריוג'ינקס - אישור",
|
"RyujinxConfirm": "ריוג'ינקס - אישור",
|
||||||
"FileDialogAllTypes": "כל הסוגים",
|
"FileDialogAllTypes": "כל הסוגים",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "בחרו קבצי הרחבות משחק",
|
"SelectDlcDialogTitle": "בחרו קבצי הרחבות משחק",
|
||||||
"SelectUpdateDialogTitle": "בחרו קבצי עדכון",
|
"SelectUpdateDialogTitle": "בחרו קבצי עדכון",
|
||||||
"SelectModDialogTitle": "בחר תיקיית מודים",
|
"SelectModDialogTitle": "בחר תיקיית מודים",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "ניהול פרופילי משתמש",
|
"UserProfileWindowTitle": "ניהול פרופילי משתמש",
|
||||||
"CheatWindowTitle": "נהל צ'יטים למשחק",
|
"CheatWindowTitle": "נהל צ'יטים למשחק",
|
||||||
"DlcWindowTitle": "נהל הרחבות משחק עבור {0} ({1})",
|
"DlcWindowTitle": "נהל הרחבות משחק עבור {0} ({1})",
|
||||||
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
||||||
"UpdateWindowTitle": "נהל עדכוני משחקים",
|
"UpdateWindowTitle": "נהל עדכוני משחקים",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} מוד(ים)",
|
"ModWindowHeading": "{0} מוד(ים)",
|
||||||
"UserProfilesEditProfile": "ערוך נבחר/ים",
|
"UserProfilesEditProfile": "ערוך נבחר/ים",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "בטל",
|
"Cancel": "בטל",
|
||||||
"Save": "שמור",
|
"Save": "שמור",
|
||||||
"Discard": "השלך",
|
"Discard": "השלך",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "מצב:",
|
"MultiplayerMode": "מצב:",
|
||||||
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
||||||
"MultiplayerModeDisabled": "Disabled",
|
"MultiplayerModeDisabled": "Disabled",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -457,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Estrazione dell'aggiornamento...",
|
"DialogUpdaterExtractionMessage": "Estrazione dell'aggiornamento...",
|
||||||
"DialogUpdaterRenamingMessage": "Rinominazione dell'aggiornamento...",
|
"DialogUpdaterRenamingMessage": "Rinominazione dell'aggiornamento...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Aggiunta del nuovo aggiornamento...",
|
"DialogUpdaterAddingFilesMessage": "Aggiunta del nuovo aggiornamento...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Aggiornamento completato!",
|
"DialogUpdaterCompleteMessage": "Aggiornamento completato!",
|
||||||
"DialogUpdaterRestartMessage": "Vuoi riavviare Ryujinx adesso?",
|
"DialogUpdaterRestartMessage": "Vuoi riavviare Ryujinx adesso?",
|
||||||
"DialogUpdaterNoInternetMessage": "Non sei connesso ad Internet!",
|
"DialogUpdaterNoInternetMessage": "Non sei connesso ad Internet!",
|
||||||
@ -850,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Modalità:",
|
"MultiplayerMode": "Modalità:",
|
||||||
"MultiplayerModeTooltip": "Cambia la modalità multigiocatore LDN.\n\nLdnMitm modificherà la funzionalità locale wireless/local play nei giochi per funzionare come se fosse in modalità LAN, consentendo connessioni locali sulla stessa rete con altre istanze di Ryujinx e console Nintendo Switch modificate che hanno il modulo ldn_mitm installato.\n\nLa modalità multigiocatore richiede che tutti i giocatori usino la stessa versione del gioco (es. Super Smash Bros. Ultimate v13.0.1 non può connettersi con la v13.0.0).\n\nNel dubbio, lascia l'opzione su Disabilitato.",
|
"MultiplayerModeTooltip": "Cambia la modalità multigiocatore LDN.\n\nLdnMitm modificherà la funzionalità locale wireless/local play nei giochi per funzionare come se fosse in modalità LAN, consentendo connessioni locali sulla stessa rete con altre istanze di Ryujinx e console Nintendo Switch modificate che hanno il modulo ldn_mitm installato.\n\nLa modalità multigiocatore richiede che tutti i giocatori usino la stessa versione del gioco (es. Super Smash Bros. Ultimate v13.0.1 non può connettersi con la v13.0.0).\n\nNel dubbio, lascia l'opzione su Disabilitato.",
|
||||||
"MultiplayerModeDisabled": "Disabilitato",
|
"MultiplayerModeDisabled": "Disabilitato",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "ファイル形式を管理",
|
"MenuBarToolsManageFileTypes": "ファイル形式を管理",
|
||||||
"MenuBarToolsInstallFileTypes": "ファイル形式をインストール",
|
"MenuBarToolsInstallFileTypes": "ファイル形式をインストール",
|
||||||
"MenuBarToolsUninstallFileTypes": "ファイル形式をアンインストール",
|
"MenuBarToolsUninstallFileTypes": "ファイル形式をアンインストール",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "アプリケーションの Mod データを格納するディレクトリを開きます",
|
"GameListContextMenuOpenModsDirectoryToolTip": "アプリケーションの Mod データを格納するディレクトリを開きます",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Atmosphere Mods ディレクトリを開く",
|
"GameListContextMenuOpenSdModsDirectory": "Atmosphere Mods ディレクトリを開く",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "アプリケーションの Mod データを格納する SD カードの Atmosphere ディレクトリを開きます. 実際のハードウェア用に作成された Mod データに有用です.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "アプリケーションの Mod データを格納する SD カードの Atmosphere ディレクトリを開きます. 実際のハードウェア用に作成された Mod データに有用です.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} ゲーム",
|
"StatusBarGamesLoaded": "{0}/{1} ゲーム",
|
||||||
"StatusBarSystemVersion": "システムバージョン: {0}",
|
"StatusBarSystemVersion": "システムバージョン: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "メモリマッピング上限値が小さすぎます",
|
"LinuxVmMaxMapCountDialogTitle": "メモリマッピング上限値が小さすぎます",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "vm.max_map_count の値を {0}に増やしますか?",
|
"LinuxVmMaxMapCountDialogTextPrimary": "vm.max_map_count の値を {0}に増やしますか?",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "ゲームによっては, 現在許可されているサイズより大きなメモリマッピングを作成しようとすることがあります. この制限を超えると, Ryjinx はすぐにクラッシュします.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "ゲームによっては, 現在許可されているサイズより大きなメモリマッピングを作成しようとすることがあります. この制限を超えると, Ryjinx はすぐにクラッシュします.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "入力ダイアログ",
|
"InputDialogTitle": "入力ダイアログ",
|
||||||
"InputDialogOk": "OK",
|
"InputDialogOk": "OK",
|
||||||
"InputDialogCancel": "キャンセル",
|
"InputDialogCancel": "キャンセル",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "プロファイル名を選択",
|
"InputDialogAddNewProfileTitle": "プロファイル名を選択",
|
||||||
"InputDialogAddNewProfileHeader": "プロファイル名を入力してください",
|
"InputDialogAddNewProfileHeader": "プロファイル名を入力してください",
|
||||||
"InputDialogAddNewProfileSubtext": "(最大長: {0})",
|
"InputDialogAddNewProfileSubtext": "(最大長: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "アップデートを展開中...",
|
"DialogUpdaterExtractionMessage": "アップデートを展開中...",
|
||||||
"DialogUpdaterRenamingMessage": "アップデートをリネーム中...",
|
"DialogUpdaterRenamingMessage": "アップデートをリネーム中...",
|
||||||
"DialogUpdaterAddingFilesMessage": "新規アップデートを追加中...",
|
"DialogUpdaterAddingFilesMessage": "新規アップデートを追加中...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "アップデート完了!",
|
"DialogUpdaterCompleteMessage": "アップデート完了!",
|
||||||
"DialogUpdaterRestartMessage": "すぐに Ryujinx を再起動しますか?",
|
"DialogUpdaterRestartMessage": "すぐに Ryujinx を再起動しますか?",
|
||||||
"DialogUpdaterNoInternetMessage": "インターネットに接続されていません!",
|
"DialogUpdaterNoInternetMessage": "インターネットに接続されていません!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "ファイル形式のアンインストールに成功しました!",
|
"DialogUninstallFileTypesSuccessMessage": "ファイル形式のアンインストールに成功しました!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "ファイル形式のアンインストールに失敗しました.",
|
"DialogUninstallFileTypesErrorMessage": "ファイル形式のアンインストールに失敗しました.",
|
||||||
"DialogOpenSettingsWindowLabel": "設定ウインドウを開く",
|
"DialogOpenSettingsWindowLabel": "設定ウインドウを開く",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "コントローラアプレット",
|
"DialogControllerAppletTitle": "コントローラアプレット",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "メッセージダイアログ表示エラー: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "メッセージダイアログ表示エラー: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "ソフトウェアキーボード表示エラー: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "ソフトウェアキーボード表示エラー: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "バージョン {0} - {1}",
|
"TitleUpdateVersionLabel": "バージョン {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - 情報",
|
"RyujinxInfo": "Ryujinx - 情報",
|
||||||
"RyujinxConfirm": "Ryujinx - 確認",
|
"RyujinxConfirm": "Ryujinx - 確認",
|
||||||
"FileDialogAllTypes": "すべての種別",
|
"FileDialogAllTypes": "すべての種別",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "DLC ファイルを選択",
|
"SelectDlcDialogTitle": "DLC ファイルを選択",
|
||||||
"SelectUpdateDialogTitle": "アップデートファイルを選択",
|
"SelectUpdateDialogTitle": "アップデートファイルを選択",
|
||||||
"SelectModDialogTitle": "modディレクトリを選択",
|
"SelectModDialogTitle": "modディレクトリを選択",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "ユーザプロファイルを管理",
|
"UserProfileWindowTitle": "ユーザプロファイルを管理",
|
||||||
"CheatWindowTitle": "チート管理",
|
"CheatWindowTitle": "チート管理",
|
||||||
"DlcWindowTitle": "DLC 管理",
|
"DlcWindowTitle": "DLC 管理",
|
||||||
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
||||||
"UpdateWindowTitle": "アップデート管理",
|
"UpdateWindowTitle": "アップデート管理",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -742,6 +782,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "編集",
|
"UserProfilesEditProfile": "編集",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "キャンセル",
|
"Cancel": "キャンセル",
|
||||||
"Save": "セーブ",
|
"Save": "セーブ",
|
||||||
"Discard": "破棄",
|
"Discard": "破棄",
|
||||||
@ -809,5 +850,17 @@
|
|||||||
"MultiplayerMode": "モード:",
|
"MultiplayerMode": "モード:",
|
||||||
"MultiplayerModeTooltip": "LDNマルチプレイヤーモードを変更します.\n\nldn_mitmモジュールがインストールされた, 他のRyujinxインスタンスや,ハックされたNintendo Switchコンソールとのローカル/同一ネットワーク接続を可能にします.\n\nマルチプレイでは, すべてのプレイヤーが同じゲームバージョンである必要があります(例:Super Smash Bros. Ultimate v13.0.1はv13.0.0に接続できません).\n\n不明な場合は「無効」のままにしてください.",
|
"MultiplayerModeTooltip": "LDNマルチプレイヤーモードを変更します.\n\nldn_mitmモジュールがインストールされた, 他のRyujinxインスタンスや,ハックされたNintendo Switchコンソールとのローカル/同一ネットワーク接続を可能にします.\n\nマルチプレイでは, すべてのプレイヤーが同じゲームバージョンである必要があります(例:Super Smash Bros. Ultimate v13.0.1はv13.0.0に接続できません).\n\n不明な場合は「無効」のままにしてください.",
|
||||||
"MultiplayerModeDisabled": "無効",
|
"MultiplayerModeDisabled": "無効",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -457,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "업데이트 추출 중...",
|
"DialogUpdaterExtractionMessage": "업데이트 추출 중...",
|
||||||
"DialogUpdaterRenamingMessage": "이름 변경 업데이트...",
|
"DialogUpdaterRenamingMessage": "이름 변경 업데이트...",
|
||||||
"DialogUpdaterAddingFilesMessage": "새 업데이트 추가 중...",
|
"DialogUpdaterAddingFilesMessage": "새 업데이트 추가 중...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "업데이트가 완료되었습니다!",
|
"DialogUpdaterCompleteMessage": "업데이트가 완료되었습니다!",
|
||||||
"DialogUpdaterRestartMessage": "지금 Ryujinx를 다시 시작하시겠습니까?",
|
"DialogUpdaterRestartMessage": "지금 Ryujinx를 다시 시작하시겠습니까?",
|
||||||
"DialogUpdaterNoInternetMessage": "인터넷에 연결되어 있지 않습니다!",
|
"DialogUpdaterNoInternetMessage": "인터넷에 연결되어 있지 않습니다!",
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Zarządzaj rodzajami plików",
|
"MenuBarToolsManageFileTypes": "Zarządzaj rodzajami plików",
|
||||||
"MenuBarToolsInstallFileTypes": "Typy plików instalacyjnych",
|
"MenuBarToolsInstallFileTypes": "Typy plików instalacyjnych",
|
||||||
"MenuBarToolsUninstallFileTypes": "Typy plików dezinstalacyjnych",
|
"MenuBarToolsUninstallFileTypes": "Typy plików dezinstalacyjnych",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Otwiera katalog zawierający mody dla danej aplikacji",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Otwiera katalog zawierający mody dla danej aplikacji",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Otwórz katalog modów Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "Otwórz katalog modów Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Otwiera alternatywny katalog Atmosphere na karcie SD, który zawiera mody danej aplikacji. Przydatne dla modów przygotowanych pod prawdziwy sprzęt.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Otwiera alternatywny katalog Atmosphere na karcie SD, który zawiera mody danej aplikacji. Przydatne dla modów przygotowanych pod prawdziwy sprzęt.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} Załadowane gry",
|
"StatusBarGamesLoaded": "{0}/{1} Załadowane gry",
|
||||||
"StatusBarSystemVersion": "Wersja systemu: {0}",
|
"StatusBarSystemVersion": "Wersja systemu: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Wykryto niski limit dla przypisań pamięci",
|
"LinuxVmMaxMapCountDialogTitle": "Wykryto niski limit dla przypisań pamięci",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Czy chcesz zwiększyć wartość vm.max_map_count do {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Czy chcesz zwiększyć wartość vm.max_map_count do {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Niektóre gry mogą próbować przypisać sobie więcej pamięci niż obecnie, jest to dozwolone. Ryujinx ulegnie awarii, gdy limit zostanie przekroczony.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Niektóre gry mogą próbować przypisać sobie więcej pamięci niż obecnie, jest to dozwolone. Ryujinx ulegnie awarii, gdy limit zostanie przekroczony.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Okno Dialogowe Wprowadzania",
|
"InputDialogTitle": "Okno Dialogowe Wprowadzania",
|
||||||
"InputDialogOk": "OK",
|
"InputDialogOk": "OK",
|
||||||
"InputDialogCancel": "Anuluj",
|
"InputDialogCancel": "Anuluj",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Wybierz nazwę profilu",
|
"InputDialogAddNewProfileTitle": "Wybierz nazwę profilu",
|
||||||
"InputDialogAddNewProfileHeader": "Wprowadź nazwę profilu",
|
"InputDialogAddNewProfileHeader": "Wprowadź nazwę profilu",
|
||||||
"InputDialogAddNewProfileSubtext": "(Maksymalna długość: {0})",
|
"InputDialogAddNewProfileSubtext": "(Maksymalna długość: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Wypakowywanie Aktualizacji...",
|
"DialogUpdaterExtractionMessage": "Wypakowywanie Aktualizacji...",
|
||||||
"DialogUpdaterRenamingMessage": "Zmiana Nazwy Aktualizacji...",
|
"DialogUpdaterRenamingMessage": "Zmiana Nazwy Aktualizacji...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Dodawanie Nowej Aktualizacji...",
|
"DialogUpdaterAddingFilesMessage": "Dodawanie Nowej Aktualizacji...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Aktualizacja Zakończona!",
|
"DialogUpdaterCompleteMessage": "Aktualizacja Zakończona!",
|
||||||
"DialogUpdaterRestartMessage": "Czy chcesz teraz zrestartować Ryujinx?",
|
"DialogUpdaterRestartMessage": "Czy chcesz teraz zrestartować Ryujinx?",
|
||||||
"DialogUpdaterNoInternetMessage": "Nie masz połączenia z Internetem!",
|
"DialogUpdaterNoInternetMessage": "Nie masz połączenia z Internetem!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Pomyślnie odinstalowano typy plików!",
|
"DialogUninstallFileTypesSuccessMessage": "Pomyślnie odinstalowano typy plików!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Nie udało się odinstalować typów plików.",
|
"DialogUninstallFileTypesErrorMessage": "Nie udało się odinstalować typów plików.",
|
||||||
"DialogOpenSettingsWindowLabel": "Otwórz Okno Ustawień",
|
"DialogOpenSettingsWindowLabel": "Otwórz Okno Ustawień",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Aplet Kontrolera",
|
"DialogControllerAppletTitle": "Aplet Kontrolera",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Błąd wyświetlania okna Dialogowego Wiadomości: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Błąd wyświetlania okna Dialogowego Wiadomości: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Błąd wyświetlania Klawiatury Oprogramowania: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Błąd wyświetlania Klawiatury Oprogramowania: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Wersja {0} - {1}",
|
"TitleUpdateVersionLabel": "Wersja {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Info",
|
"RyujinxInfo": "Ryujinx - Info",
|
||||||
"RyujinxConfirm": "Ryujinx - Potwierdzenie",
|
"RyujinxConfirm": "Ryujinx - Potwierdzenie",
|
||||||
"FileDialogAllTypes": "Wszystkie typy",
|
"FileDialogAllTypes": "Wszystkie typy",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "Wybierz pliki DLC",
|
"SelectDlcDialogTitle": "Wybierz pliki DLC",
|
||||||
"SelectUpdateDialogTitle": "Wybierz pliki aktualizacji",
|
"SelectUpdateDialogTitle": "Wybierz pliki aktualizacji",
|
||||||
"SelectModDialogTitle": "Wybierz katalog modów",
|
"SelectModDialogTitle": "Wybierz katalog modów",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Menedżer Profili Użytkowników",
|
"UserProfileWindowTitle": "Menedżer Profili Użytkowników",
|
||||||
"CheatWindowTitle": "Menedżer Kodów",
|
"CheatWindowTitle": "Menedżer Kodów",
|
||||||
"DlcWindowTitle": "Menedżer Zawartości do Pobrania",
|
"DlcWindowTitle": "Menedżer Zawartości do Pobrania",
|
||||||
"ModWindowTitle": "Zarządzaj modami dla {0} ({1})",
|
"ModWindowTitle": "Zarządzaj modami dla {0} ({1})",
|
||||||
"UpdateWindowTitle": "Menedżer Aktualizacji Tytułu",
|
"UpdateWindowTitle": "Menedżer Aktualizacji Tytułu",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} Mod(y/ów)",
|
"ModWindowHeading": "{0} Mod(y/ów)",
|
||||||
"UserProfilesEditProfile": "Edytuj Zaznaczone",
|
"UserProfilesEditProfile": "Edytuj Zaznaczone",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Anuluj",
|
"Cancel": "Anuluj",
|
||||||
"Save": "Zapisz",
|
"Save": "Zapisz",
|
||||||
"Discard": "Odrzuć",
|
"Discard": "Odrzuć",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Tryb:",
|
"MultiplayerMode": "Tryb:",
|
||||||
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
||||||
"MultiplayerModeDisabled": "Wyłączone",
|
"MultiplayerModeDisabled": "Wyłączone",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Gerenciar tipos de arquivo",
|
"MenuBarToolsManageFileTypes": "Gerenciar tipos de arquivo",
|
||||||
"MenuBarToolsInstallFileTypes": "Instalar tipos de arquivo",
|
"MenuBarToolsInstallFileTypes": "Instalar tipos de arquivo",
|
||||||
"MenuBarToolsUninstallFileTypes": "Desinstalar tipos de arquivos",
|
"MenuBarToolsUninstallFileTypes": "Desinstalar tipos de arquivos",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Abre a pasta que contém os mods da aplicação ",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Abre a pasta que contém os mods da aplicação ",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Abrir diretório de mods Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "Abrir diretório de mods Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} jogos carregados",
|
"StatusBarGamesLoaded": "{0}/{1} jogos carregados",
|
||||||
"StatusBarSystemVersion": "Versão do firmware: {0}",
|
"StatusBarSystemVersion": "Versão do firmware: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Limite baixo para mapeamentos de memória detectado",
|
"LinuxVmMaxMapCountDialogTitle": "Limite baixo para mapeamentos de memória detectado",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Você gostaria de aumentar o valor de vm.max_map_count para {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Você gostaria de aumentar o valor de vm.max_map_count para {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Alguns jogos podem tentar criar mais mapeamentos de memória do que o atualmente permitido. Ryujinx irá falhar assim que este limite for excedido.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Alguns jogos podem tentar criar mais mapeamentos de memória do que o atualmente permitido. Ryujinx irá falhar assim que este limite for excedido.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Diálogo de texto",
|
"InputDialogTitle": "Diálogo de texto",
|
||||||
"InputDialogOk": "OK",
|
"InputDialogOk": "OK",
|
||||||
"InputDialogCancel": "Cancelar",
|
"InputDialogCancel": "Cancelar",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Escolha o nome de perfil",
|
"InputDialogAddNewProfileTitle": "Escolha o nome de perfil",
|
||||||
"InputDialogAddNewProfileHeader": "Escreva o nome do perfil",
|
"InputDialogAddNewProfileHeader": "Escreva o nome do perfil",
|
||||||
"InputDialogAddNewProfileSubtext": "(Máximo de caracteres: {0})",
|
"InputDialogAddNewProfileSubtext": "(Máximo de caracteres: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Extraindo atualização...",
|
"DialogUpdaterExtractionMessage": "Extraindo atualização...",
|
||||||
"DialogUpdaterRenamingMessage": "Renomeando atualização...",
|
"DialogUpdaterRenamingMessage": "Renomeando atualização...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Adicionando nova atualização...",
|
"DialogUpdaterAddingFilesMessage": "Adicionando nova atualização...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Atualização concluída!",
|
"DialogUpdaterCompleteMessage": "Atualização concluída!",
|
||||||
"DialogUpdaterRestartMessage": "Deseja reiniciar o Ryujinx agora?",
|
"DialogUpdaterRestartMessage": "Deseja reiniciar o Ryujinx agora?",
|
||||||
"DialogUpdaterNoInternetMessage": "Você não está conectado à Internet!",
|
"DialogUpdaterNoInternetMessage": "Você não está conectado à Internet!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Tipos de arquivo desinstalados com sucesso!",
|
"DialogUninstallFileTypesSuccessMessage": "Tipos de arquivo desinstalados com sucesso!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Falha ao desinstalar tipos de arquivo.",
|
"DialogUninstallFileTypesErrorMessage": "Falha ao desinstalar tipos de arquivo.",
|
||||||
"DialogOpenSettingsWindowLabel": "Abrir janela de configurações",
|
"DialogOpenSettingsWindowLabel": "Abrir janela de configurações",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Applet de controle",
|
"DialogControllerAppletTitle": "Applet de controle",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Erro ao exibir diálogo de mensagem: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Erro ao exibir diálogo de mensagem: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Erro ao exibir teclado virtual: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Erro ao exibir teclado virtual: {0}",
|
||||||
@ -618,7 +626,6 @@
|
|||||||
"LoadApplicationFolderTooltip": "Abre o navegador de pastas para seleção de pasta extraída do Switch compatível a ser carregada",
|
"LoadApplicationFolderTooltip": "Abre o navegador de pastas para seleção de pasta extraída do Switch compatível a ser carregada",
|
||||||
"OpenRyujinxFolderTooltip": "Abre o diretório do sistema de arquivos do Ryujinx",
|
"OpenRyujinxFolderTooltip": "Abre o diretório do sistema de arquivos do Ryujinx",
|
||||||
"LoadTitleUpdatesFromFolderTooltip": "Abra o explorador de arquivos para selecionar uma ou mais pastas e carregar atualizações de jogo em massa.",
|
"LoadTitleUpdatesFromFolderTooltip": "Abra o explorador de arquivos para selecionar uma ou mais pastas e carregar atualizações de jogo em massa.",
|
||||||
"OpenRyujinxFolderTooltip": "Abrir diretório do sistema de arquivos do Ryujinx",
|
|
||||||
"OpenRyujinxLogsTooltip": "Abre o diretório onde os logs são salvos",
|
"OpenRyujinxLogsTooltip": "Abre o diretório onde os logs são salvos",
|
||||||
"ExitTooltip": "Sair do Ryujinx",
|
"ExitTooltip": "Sair do Ryujinx",
|
||||||
"OpenSettingsTooltip": "Abrir janela de configurações",
|
"OpenSettingsTooltip": "Abrir janela de configurações",
|
||||||
@ -671,6 +678,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Versão {0}",
|
"TitleUpdateVersionLabel": "Versão {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "Empacotado: Versão {0}",
|
"TitleBundledUpdateVersionLabel": "Empacotado: Versão {0}",
|
||||||
"TitleBundledDlcLabel": "Empacotado:",
|
"TitleBundledDlcLabel": "Empacotado:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Informação",
|
"RyujinxInfo": "Ryujinx - Informação",
|
||||||
"RyujinxConfirm": "Ryujinx - Confirmação",
|
"RyujinxConfirm": "Ryujinx - Confirmação",
|
||||||
"FileDialogAllTypes": "Todos os tipos",
|
"FileDialogAllTypes": "Todos os tipos",
|
||||||
@ -724,10 +737,36 @@
|
|||||||
"SelectUpdateDialogTitle": "Selecionar arquivos de atualização",
|
"SelectUpdateDialogTitle": "Selecionar arquivos de atualização",
|
||||||
"SelectModDialogTitle": "Select mod directory",
|
"SelectModDialogTitle": "Select mod directory",
|
||||||
"UserProfileWindowTitle": "Gerenciador de perfis de usuário",
|
"UserProfileWindowTitle": "Gerenciador de perfis de usuário",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"CheatWindowTitle": "Gerenciador de Cheats",
|
"CheatWindowTitle": "Gerenciador de Cheats",
|
||||||
"DlcWindowTitle": "Gerenciador de DLC",
|
"DlcWindowTitle": "Gerenciador de DLC",
|
||||||
"ModWindowTitle": "Gerenciar Mods para {0} ({1})",
|
"ModWindowTitle": "Gerenciar Mods para {0} ({1})",
|
||||||
"UpdateWindowTitle": "Gerenciador de atualizações",
|
"UpdateWindowTitle": "Gerenciador de atualizações",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} nova(s) atualização(ões) adicionada(s)",
|
"UpdateWindowUpdateAddedMessage": "{0} nova(s) atualização(ões) adicionada(s)",
|
||||||
@ -743,6 +782,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} atualização(ões) ausente(s) removida(s)",
|
"AutoloadUpdateRemovedMessage": "{0} atualização(ões) ausente(s) removida(s)",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod(s)",
|
||||||
"UserProfilesEditProfile": "Editar selecionado",
|
"UserProfilesEditProfile": "Editar selecionado",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Cancelar",
|
"Cancel": "Cancelar",
|
||||||
"Save": "Salvar",
|
"Save": "Salvar",
|
||||||
"Discard": "Descartar",
|
"Discard": "Descartar",
|
||||||
@ -810,5 +850,17 @@
|
|||||||
"MultiplayerMode": "Modo:",
|
"MultiplayerMode": "Modo:",
|
||||||
"MultiplayerModeTooltip": "Alterar o modo multiplayer LDN.\n\nLdnMitm modificará a funcionalidade de jogo sem fio/local nos jogos para funcionar como se fosse LAN, permitindo conexões locais, na mesma rede, com outras instâncias do Ryujinx e consoles Nintendo Switch hackeados que possuem o módulo ldn_mitm instalado.\n\nO multiplayer exige que todos os jogadores estejam na mesma versão do jogo (ex.: Super Smash Bros. Ultimate v13.0.1 não consegue se conectar à v13.0.0).\n\nDeixe DESATIVADO se estiver em dúvida.",
|
"MultiplayerModeTooltip": "Alterar o modo multiplayer LDN.\n\nLdnMitm modificará a funcionalidade de jogo sem fio/local nos jogos para funcionar como se fosse LAN, permitindo conexões locais, na mesma rede, com outras instâncias do Ryujinx e consoles Nintendo Switch hackeados que possuem o módulo ldn_mitm instalado.\n\nO multiplayer exige que todos os jogadores estejam na mesma versão do jogo (ex.: Super Smash Bros. Ultimate v13.0.1 não consegue se conectar à v13.0.0).\n\nDeixe DESATIVADO se estiver em dúvida.",
|
||||||
"MultiplayerModeDisabled": "Desativado",
|
"MultiplayerModeDisabled": "Desativado",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Управление типами файлов",
|
"MenuBarToolsManageFileTypes": "Управление типами файлов",
|
||||||
"MenuBarToolsInstallFileTypes": "Установить типы файлов",
|
"MenuBarToolsInstallFileTypes": "Установить типы файлов",
|
||||||
"MenuBarToolsUninstallFileTypes": "Удалить типы файлов",
|
"MenuBarToolsUninstallFileTypes": "Удалить типы файлов",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_Вид",
|
"MenuBarView": "_Вид",
|
||||||
"MenuBarViewWindow": "Размер окна",
|
"MenuBarViewWindow": "Размер окна",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Открывает папку, содержащую моды для приложений и игр",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Открывает папку, содержащую моды для приложений и игр",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Открыть папку с модами Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "Открыть папку с модами Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Открывает папку Atmosphere на альтернативной SD-карте, которая содержит моды для приложений и игр. Полезно для модов, сделанных для реальной консоли.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Открывает папку Atmosphere на альтернативной SD-карте, которая содержит моды для приложений и игр. Полезно для модов, сделанных для реальной консоли.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} игр загружено",
|
"StatusBarGamesLoaded": "{0}/{1} игр загружено",
|
||||||
"StatusBarSystemVersion": "Версия прошивки: {0}",
|
"StatusBarSystemVersion": "Версия прошивки: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Обнаружен низкий лимит разметки памяти",
|
"LinuxVmMaxMapCountDialogTitle": "Обнаружен низкий лимит разметки памяти",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Хотите увеличить значение vm.max_map_count до {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Хотите увеличить значение vm.max_map_count до {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Некоторые игры могут создавать большую разметку памяти, чем разрешено на данный момент по умолчанию. Ryujinx вылетит при превышении этого лимита.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Некоторые игры могут создавать большую разметку памяти, чем разрешено на данный момент по умолчанию. Ryujinx вылетит при превышении этого лимита.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Диалоговое окно ввода",
|
"InputDialogTitle": "Диалоговое окно ввода",
|
||||||
"InputDialogOk": "ОК",
|
"InputDialogOk": "ОК",
|
||||||
"InputDialogCancel": "Отмена",
|
"InputDialogCancel": "Отмена",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Выберите никнейм",
|
"InputDialogAddNewProfileTitle": "Выберите никнейм",
|
||||||
"InputDialogAddNewProfileHeader": "Пожалуйста, введите никнейм",
|
"InputDialogAddNewProfileHeader": "Пожалуйста, введите никнейм",
|
||||||
"InputDialogAddNewProfileSubtext": "(Максимальная длина: {0})",
|
"InputDialogAddNewProfileSubtext": "(Максимальная длина: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Извлечение обновления...",
|
"DialogUpdaterExtractionMessage": "Извлечение обновления...",
|
||||||
"DialogUpdaterRenamingMessage": "Переименование обновления...",
|
"DialogUpdaterRenamingMessage": "Переименование обновления...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Добавление нового обновления...",
|
"DialogUpdaterAddingFilesMessage": "Добавление нового обновления...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Обновление завершено",
|
"DialogUpdaterCompleteMessage": "Обновление завершено",
|
||||||
"DialogUpdaterRestartMessage": "Перезапустить Ryujinx?",
|
"DialogUpdaterRestartMessage": "Перезапустить Ryujinx?",
|
||||||
"DialogUpdaterNoInternetMessage": "Вы не подключены к интернету",
|
"DialogUpdaterNoInternetMessage": "Вы не подключены к интернету",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Типы файлов успешно удалены",
|
"DialogUninstallFileTypesSuccessMessage": "Типы файлов успешно удалены",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Не удалось удалить типы файлов.",
|
"DialogUninstallFileTypesErrorMessage": "Не удалось удалить типы файлов.",
|
||||||
"DialogOpenSettingsWindowLabel": "Открывает окно параметров",
|
"DialogOpenSettingsWindowLabel": "Открывает окно параметров",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Апплет контроллера",
|
"DialogControllerAppletTitle": "Апплет контроллера",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Ошибка отображения сообщения: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Ошибка отображения сообщения: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Ошибка отображения программной клавиатуры: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Ошибка отображения программной клавиатуры: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
"TitleUpdateVersionLabel": "Version {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Информация",
|
"RyujinxInfo": "Ryujinx - Информация",
|
||||||
"RyujinxConfirm": "Ryujinx - Подтверждение",
|
"RyujinxConfirm": "Ryujinx - Подтверждение",
|
||||||
"FileDialogAllTypes": "Все типы",
|
"FileDialogAllTypes": "Все типы",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "Выберите файлы DLC",
|
"SelectDlcDialogTitle": "Выберите файлы DLC",
|
||||||
"SelectUpdateDialogTitle": "Выберите файлы обновлений",
|
"SelectUpdateDialogTitle": "Выберите файлы обновлений",
|
||||||
"SelectModDialogTitle": "Выбрать папку с модами",
|
"SelectModDialogTitle": "Выбрать папку с модами",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Менеджер учетных записей",
|
"UserProfileWindowTitle": "Менеджер учетных записей",
|
||||||
"CheatWindowTitle": "Менеджер читов",
|
"CheatWindowTitle": "Менеджер читов",
|
||||||
"DlcWindowTitle": "Управление DLC для {0} ({1})",
|
"DlcWindowTitle": "Управление DLC для {0} ({1})",
|
||||||
"ModWindowTitle": "Управление модами для {0} ({1})",
|
"ModWindowTitle": "Управление модами для {0} ({1})",
|
||||||
"UpdateWindowTitle": "Менеджер обновлений игр",
|
"UpdateWindowTitle": "Менеджер обновлений игр",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "Моды для {0} ",
|
"ModWindowHeading": "Моды для {0} ",
|
||||||
"UserProfilesEditProfile": "Изменить выбранные",
|
"UserProfilesEditProfile": "Изменить выбранные",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Отмена",
|
"Cancel": "Отмена",
|
||||||
"Save": "Сохранить",
|
"Save": "Сохранить",
|
||||||
"Discard": "Отменить",
|
"Discard": "Отменить",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Режим:",
|
"MultiplayerMode": "Режим:",
|
||||||
"MultiplayerModeTooltip": "Меняет многопользовательский режим LDN.\n\nLdnMitm модифицирует функциональность локальной беспроводной/игры на одном устройстве в играх, позволяя играть с другими пользователями Ryujinx или взломанными консолями Nintendo Switch с установленным модулем ldn_mitm, находящимися в одной локальной сети друг с другом.\n\nМногопользовательская игра требует наличия у всех игроков одной и той же версии игры (т.е. Super Smash Bros. Ultimate v13.0.1 не может подключиться к v13.0.0).\n\nРекомендуется оставить отключенным.",
|
"MultiplayerModeTooltip": "Меняет многопользовательский режим LDN.\n\nLdnMitm модифицирует функциональность локальной беспроводной/игры на одном устройстве в играх, позволяя играть с другими пользователями Ryujinx или взломанными консолями Nintendo Switch с установленным модулем ldn_mitm, находящимися в одной локальной сети друг с другом.\n\nМногопользовательская игра требует наличия у всех игроков одной и той же версии игры (т.е. Super Smash Bros. Ultimate v13.0.1 не может подключиться к v13.0.0).\n\nРекомендуется оставить отключенным.",
|
||||||
"MultiplayerModeDisabled": "Отключено",
|
"MultiplayerModeDisabled": "Отключено",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "จัดการประเภทไฟล์",
|
"MenuBarToolsManageFileTypes": "จัดการประเภทไฟล์",
|
||||||
"MenuBarToolsInstallFileTypes": "ติดตั้งประเภทไฟล์",
|
"MenuBarToolsInstallFileTypes": "ติดตั้งประเภทไฟล์",
|
||||||
"MenuBarToolsUninstallFileTypes": "ถอนการติดตั้งประเภทไฟล์",
|
"MenuBarToolsUninstallFileTypes": "ถอนการติดตั้งประเภทไฟล์",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_มุมมอง",
|
"MenuBarView": "_มุมมอง",
|
||||||
"MenuBarViewWindow": "ขนาดหน้าต่าง",
|
"MenuBarViewWindow": "ขนาดหน้าต่าง",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "เปิดไดเร็กทอรี่ Mods ของแอปพลิเคชัน",
|
"GameListContextMenuOpenModsDirectoryToolTip": "เปิดไดเร็กทอรี่ Mods ของแอปพลิเคชัน",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "เปิดไดเร็กทอรี่ Mods Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "เปิดไดเร็กทอรี่ Mods Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "เปิดไดเร็กทอรี่ Atmosphere ของการ์ด SD สำรองซึ่งมี Mods ของแอปพลิเคชัน ซึ่งมีประโยชน์สำหรับ Mods ที่บรรจุมากับฮาร์ดแวร์จริง",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "เปิดไดเร็กทอรี่ Atmosphere ของการ์ด SD สำรองซึ่งมี Mods ของแอปพลิเคชัน ซึ่งมีประโยชน์สำหรับ Mods ที่บรรจุมากับฮาร์ดแวร์จริง",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "เกมส์โหลดแล้ว {0}/{1}",
|
"StatusBarGamesLoaded": "เกมส์โหลดแล้ว {0}/{1}",
|
||||||
"StatusBarSystemVersion": "เวอร์ชั่นของระบบ: {0}",
|
"StatusBarSystemVersion": "เวอร์ชั่นของระบบ: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "การตั้งค่าหน่วยความถึงขีดจำกัดต่ำสุดแล้ว",
|
"LinuxVmMaxMapCountDialogTitle": "การตั้งค่าหน่วยความถึงขีดจำกัดต่ำสุดแล้ว",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "คุณต้องเพิ่มค่า vm.max_map_count ไปยัง {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "คุณต้องเพิ่มค่า vm.max_map_count ไปยัง {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "บางเกมอาจพยายามใช้งานหน่วยความจำมากกว่าที่ได้รับอนุญาตในปัจจุบัน Ryujinx จะปิดตัวลงเมื่อเกินขีดจำกัดนี้",
|
"LinuxVmMaxMapCountDialogTextSecondary": "บางเกมอาจพยายามใช้งานหน่วยความจำมากกว่าที่ได้รับอนุญาตในปัจจุบัน Ryujinx จะปิดตัวลงเมื่อเกินขีดจำกัดนี้",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "กล่องโต้ตอบการป้อนข้อมูล",
|
"InputDialogTitle": "กล่องโต้ตอบการป้อนข้อมูล",
|
||||||
"InputDialogOk": "ตกลง",
|
"InputDialogOk": "ตกลง",
|
||||||
"InputDialogCancel": "ยกเลิก",
|
"InputDialogCancel": "ยกเลิก",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "เลือก ชื่อโปรไฟล์",
|
"InputDialogAddNewProfileTitle": "เลือก ชื่อโปรไฟล์",
|
||||||
"InputDialogAddNewProfileHeader": "กรุณาใส่ชื่อโปรไฟล์",
|
"InputDialogAddNewProfileHeader": "กรุณาใส่ชื่อโปรไฟล์",
|
||||||
"InputDialogAddNewProfileSubtext": "(ความยาวสูงสุด: {0})",
|
"InputDialogAddNewProfileSubtext": "(ความยาวสูงสุด: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "กำลังแตกไฟล์อัปเดต...",
|
"DialogUpdaterExtractionMessage": "กำลังแตกไฟล์อัปเดต...",
|
||||||
"DialogUpdaterRenamingMessage": "กำลังลบไฟล์เก่า...",
|
"DialogUpdaterRenamingMessage": "กำลังลบไฟล์เก่า...",
|
||||||
"DialogUpdaterAddingFilesMessage": "กำลังเพิ่มไฟล์อัปเดตใหม่...",
|
"DialogUpdaterAddingFilesMessage": "กำลังเพิ่มไฟล์อัปเดตใหม่...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "อัปเดตเสร็จสมบูรณ์แล้ว!",
|
"DialogUpdaterCompleteMessage": "อัปเดตเสร็จสมบูรณ์แล้ว!",
|
||||||
"DialogUpdaterRestartMessage": "คุณต้องการรีสตาร์ท Ryujinx ตอนนี้หรือไม่?",
|
"DialogUpdaterRestartMessage": "คุณต้องการรีสตาร์ท Ryujinx ตอนนี้หรือไม่?",
|
||||||
"DialogUpdaterNoInternetMessage": "คุณไม่ได้เชื่อมต่อกับอินเทอร์เน็ต!",
|
"DialogUpdaterNoInternetMessage": "คุณไม่ได้เชื่อมต่อกับอินเทอร์เน็ต!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "ถอนการติดตั้งตามประเภทของไฟล์สำเร็จแล้ว!",
|
"DialogUninstallFileTypesSuccessMessage": "ถอนการติดตั้งตามประเภทของไฟล์สำเร็จแล้ว!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "ไม่สามารถถอนการติดตั้งตามประเภทของไฟล์ได้",
|
"DialogUninstallFileTypesErrorMessage": "ไม่สามารถถอนการติดตั้งตามประเภทของไฟล์ได้",
|
||||||
"DialogOpenSettingsWindowLabel": "เปิดหน้าต่างการตั้งค่า",
|
"DialogOpenSettingsWindowLabel": "เปิดหน้าต่างการตั้งค่า",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "คอนโทรลเลอร์ Applet",
|
"DialogControllerAppletTitle": "คอนโทรลเลอร์ Applet",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "เกิดข้อผิดพลาดในการแสดงกล่องโต้ตอบข้อความ: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "เกิดข้อผิดพลาดในการแสดงกล่องโต้ตอบข้อความ: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "เกิดข้อผิดพลาดในการแสดงซอฟต์แวร์แป้นพิมพ์: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "เกิดข้อผิดพลาดในการแสดงซอฟต์แวร์แป้นพิมพ์: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "เวอร์ชั่น {0}",
|
"TitleUpdateVersionLabel": "เวอร์ชั่น {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: เวอร์ชั่น {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: เวอร์ชั่น {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx – ข้อมูล",
|
"RyujinxInfo": "Ryujinx – ข้อมูล",
|
||||||
"RyujinxConfirm": "Ryujinx - ยืนยัน",
|
"RyujinxConfirm": "Ryujinx - ยืนยัน",
|
||||||
"FileDialogAllTypes": "ทุกประเภท",
|
"FileDialogAllTypes": "ทุกประเภท",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "เลือกไฟล์ DLC",
|
"SelectDlcDialogTitle": "เลือกไฟล์ DLC",
|
||||||
"SelectUpdateDialogTitle": "เลือกไฟล์อัพเดต",
|
"SelectUpdateDialogTitle": "เลือกไฟล์อัพเดต",
|
||||||
"SelectModDialogTitle": "เลือกไดเรกทอรี Mods",
|
"SelectModDialogTitle": "เลือกไดเรกทอรี Mods",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "จัดการโปรไฟล์ผู้ใช้",
|
"UserProfileWindowTitle": "จัดการโปรไฟล์ผู้ใช้",
|
||||||
"CheatWindowTitle": "จัดการสูตรโกง",
|
"CheatWindowTitle": "จัดการสูตรโกง",
|
||||||
"DlcWindowTitle": "จัดการ DLC ที่ดาวน์โหลดได้สำหรับ {0} ({1})",
|
"DlcWindowTitle": "จัดการ DLC ที่ดาวน์โหลดได้สำหรับ {0} ({1})",
|
||||||
"ModWindowTitle": "จัดการม็อดที่ดาวน์โหลดได้สำหรับ {0} ({1})",
|
"ModWindowTitle": "จัดการม็อดที่ดาวน์โหลดได้สำหรับ {0} ({1})",
|
||||||
"UpdateWindowTitle": "จัดการอัปเดตหัวข้อ",
|
"UpdateWindowTitle": "จัดการอัปเดตหัวข้อ",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} อัพเดตที่เพิ่มมาใหม่",
|
"UpdateWindowUpdateAddedMessage": "{0} อัพเดตที่เพิ่มมาใหม่",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} ม็อด",
|
"ModWindowHeading": "{0} ม็อด",
|
||||||
"UserProfilesEditProfile": "แก้ไขที่เลือกแล้ว",
|
"UserProfilesEditProfile": "แก้ไขที่เลือกแล้ว",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "ยกเลิก",
|
"Cancel": "ยกเลิก",
|
||||||
"Save": "บันทึก",
|
"Save": "บันทึก",
|
||||||
"Discard": "ละทิ้ง",
|
"Discard": "ละทิ้ง",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "โหมด:",
|
"MultiplayerMode": "โหมด:",
|
||||||
"MultiplayerModeTooltip": "เปลี่ยนโหมดผู้เล่นหลายคนของ LDN\n\nLdnMitm จะปรับเปลี่ยนฟังก์ชันการเล่นแบบไร้สาย/ภายใน จะให้เกมทำงานเหมือนกับว่าเป็น LAN ช่วยให้สามารถเชื่อมต่อภายในเครือข่ายเดียวกันกับอินสแตนซ์ Ryujinx อื่น ๆ และคอนโซล Nintendo Switch ที่ถูกแฮ็กซึ่งมีโมดูล ldn_mitm ติดตั้งอยู่\n\nผู้เล่นหลายคนต้องการให้ผู้เล่นทุกคนอยู่ในเกมเวอร์ชันเดียวกัน (เช่น Super Smash Bros. Ultimate v13.0.1 ไม่สามารถเชื่อมต่อกับ v13.0.0)\n\nปล่อยให้ปิดการใช้งานหากไม่แน่ใจ",
|
"MultiplayerModeTooltip": "เปลี่ยนโหมดผู้เล่นหลายคนของ LDN\n\nLdnMitm จะปรับเปลี่ยนฟังก์ชันการเล่นแบบไร้สาย/ภายใน จะให้เกมทำงานเหมือนกับว่าเป็น LAN ช่วยให้สามารถเชื่อมต่อภายในเครือข่ายเดียวกันกับอินสแตนซ์ Ryujinx อื่น ๆ และคอนโซล Nintendo Switch ที่ถูกแฮ็กซึ่งมีโมดูล ldn_mitm ติดตั้งอยู่\n\nผู้เล่นหลายคนต้องการให้ผู้เล่นทุกคนอยู่ในเกมเวอร์ชันเดียวกัน (เช่น Super Smash Bros. Ultimate v13.0.1 ไม่สามารถเชื่อมต่อกับ v13.0.0)\n\nปล่อยให้ปิดการใช้งานหากไม่แน่ใจ",
|
||||||
"MultiplayerModeDisabled": "ปิดใช้งาน",
|
"MultiplayerModeDisabled": "ปิดใช้งาน",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Dosya uzantılarını yönet",
|
"MenuBarToolsManageFileTypes": "Dosya uzantılarını yönet",
|
||||||
"MenuBarToolsInstallFileTypes": "Dosya uzantılarını yükle",
|
"MenuBarToolsInstallFileTypes": "Dosya uzantılarını yükle",
|
||||||
"MenuBarToolsUninstallFileTypes": "Dosya uzantılarını kaldır",
|
"MenuBarToolsUninstallFileTypes": "Dosya uzantılarını kaldır",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_Görüntüle",
|
"MenuBarView": "_Görüntüle",
|
||||||
"MenuBarViewWindow": "Pencere Boyutu",
|
"MenuBarViewWindow": "Pencere Boyutu",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Opens the directory which contains Application's Mods",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Opens the directory which contains Application's Mods",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Open Atmosphere Mods Directory",
|
"GameListContextMenuOpenSdModsDirectory": "Open Atmosphere Mods Directory",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Opens the alternative SD card Atmosphere directory which contains Application's Mods. Useful for mods that are packaged for real hardware.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} Oyun Yüklendi",
|
"StatusBarGamesLoaded": "{0}/{1} Oyun Yüklendi",
|
||||||
"StatusBarSystemVersion": "Sistem Sürümü: {0}",
|
"StatusBarSystemVersion": "Sistem Sürümü: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Bellek Haritaları İçin Düşük Limit Tespit Edildi ",
|
"LinuxVmMaxMapCountDialogTitle": "Bellek Haritaları İçin Düşük Limit Tespit Edildi ",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "vm.max_map_count değerini {0} sayısına yükseltmek ister misiniz",
|
"LinuxVmMaxMapCountDialogTextPrimary": "vm.max_map_count değerini {0} sayısına yükseltmek ister misiniz",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Bazı oyunlar şu an izin verilen bellek haritası limitinden daha fazlasını yaratmaya çalışabilir. Ryujinx bu limitin geçildiği takdirde kendini kapatıcaktır.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Bazı oyunlar şu an izin verilen bellek haritası limitinden daha fazlasını yaratmaya çalışabilir. Ryujinx bu limitin geçildiği takdirde kendini kapatıcaktır.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Giriş Yöntemi Diyaloğu",
|
"InputDialogTitle": "Giriş Yöntemi Diyaloğu",
|
||||||
"InputDialogOk": "Tamam",
|
"InputDialogOk": "Tamam",
|
||||||
"InputDialogCancel": "İptal",
|
"InputDialogCancel": "İptal",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Profil İsmini Seç",
|
"InputDialogAddNewProfileTitle": "Profil İsmini Seç",
|
||||||
"InputDialogAddNewProfileHeader": "Lütfen Bir Profil İsmi Girin",
|
"InputDialogAddNewProfileHeader": "Lütfen Bir Profil İsmi Girin",
|
||||||
"InputDialogAddNewProfileSubtext": "(Maksimum Uzunluk: {0})",
|
"InputDialogAddNewProfileSubtext": "(Maksimum Uzunluk: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Güncelleme Ayıklanıyor...",
|
"DialogUpdaterExtractionMessage": "Güncelleme Ayıklanıyor...",
|
||||||
"DialogUpdaterRenamingMessage": "Güncelleme Yeniden Adlandırılıyor...",
|
"DialogUpdaterRenamingMessage": "Güncelleme Yeniden Adlandırılıyor...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Yeni Güncelleme Ekleniyor...",
|
"DialogUpdaterAddingFilesMessage": "Yeni Güncelleme Ekleniyor...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Güncelleme Tamamlandı!",
|
"DialogUpdaterCompleteMessage": "Güncelleme Tamamlandı!",
|
||||||
"DialogUpdaterRestartMessage": "Ryujinx'i şimdi yeniden başlatmak istiyor musunuz?",
|
"DialogUpdaterRestartMessage": "Ryujinx'i şimdi yeniden başlatmak istiyor musunuz?",
|
||||||
"DialogUpdaterNoInternetMessage": "İnternete bağlı değilsiniz!",
|
"DialogUpdaterNoInternetMessage": "İnternete bağlı değilsiniz!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Dosya uzantıları başarıyla kaldırıldı!",
|
"DialogUninstallFileTypesSuccessMessage": "Dosya uzantıları başarıyla kaldırıldı!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Dosya uzantıları kaldırma işlemi başarısız oldu.",
|
"DialogUninstallFileTypesErrorMessage": "Dosya uzantıları kaldırma işlemi başarısız oldu.",
|
||||||
"DialogOpenSettingsWindowLabel": "Seçenekler Penceresini Aç",
|
"DialogOpenSettingsWindowLabel": "Seçenekler Penceresini Aç",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Kumanda Applet'i",
|
"DialogControllerAppletTitle": "Kumanda Applet'i",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Mesaj diyaloğu gösterilirken hata: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Mesaj diyaloğu gösterilirken hata: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Mesaj diyaloğu gösterilirken hata: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Mesaj diyaloğu gösterilirken hata: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Sürüm {0} - {1}",
|
"TitleUpdateVersionLabel": "Sürüm {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - Bilgi",
|
"RyujinxInfo": "Ryujinx - Bilgi",
|
||||||
"RyujinxConfirm": "Ryujinx - Doğrulama",
|
"RyujinxConfirm": "Ryujinx - Doğrulama",
|
||||||
"FileDialogAllTypes": "Tüm türler",
|
"FileDialogAllTypes": "Tüm türler",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "DLC dosyalarını seç",
|
"SelectDlcDialogTitle": "DLC dosyalarını seç",
|
||||||
"SelectUpdateDialogTitle": "Güncelleme dosyalarını seç",
|
"SelectUpdateDialogTitle": "Güncelleme dosyalarını seç",
|
||||||
"SelectModDialogTitle": "Mod Dizinini Seç",
|
"SelectModDialogTitle": "Mod Dizinini Seç",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Kullanıcı Profillerini Yönet",
|
"UserProfileWindowTitle": "Kullanıcı Profillerini Yönet",
|
||||||
"CheatWindowTitle": "Oyun Hilelerini Yönet",
|
"CheatWindowTitle": "Oyun Hilelerini Yönet",
|
||||||
"DlcWindowTitle": "Oyun DLC'lerini Yönet",
|
"DlcWindowTitle": "Oyun DLC'lerini Yönet",
|
||||||
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
"ModWindowTitle": "Manage Mods for {0} ({1})",
|
||||||
"UpdateWindowTitle": "Oyun Güncellemelerini Yönet",
|
"UpdateWindowTitle": "Oyun Güncellemelerini Yönet",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} Mod(lar)",
|
"ModWindowHeading": "{0} Mod(lar)",
|
||||||
"UserProfilesEditProfile": "Seçiliyi Düzenle",
|
"UserProfilesEditProfile": "Seçiliyi Düzenle",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "İptal",
|
"Cancel": "İptal",
|
||||||
"Save": "Kaydet",
|
"Save": "Kaydet",
|
||||||
"Discard": "Iskarta",
|
"Discard": "Iskarta",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Mod:",
|
"MultiplayerMode": "Mod:",
|
||||||
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
"MultiplayerModeTooltip": "Change LDN multiplayer mode.\n\nLdnMitm will modify local wireless/local play functionality in games to function as if it were LAN, allowing for local, same-network connections with other Ryujinx instances and hacked Nintendo Switch consoles that have the ldn_mitm module installed.\n\nMultiplayer requires all players to be on the same game version (i.e. Super Smash Bros. Ultimate v13.0.1 can't connect to v13.0.0).\n\nLeave DISABLED if unsure.",
|
||||||
"MultiplayerModeDisabled": "Devre Dışı",
|
"MultiplayerModeDisabled": "Devre Dışı",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "Керувати типами файлів",
|
"MenuBarToolsManageFileTypes": "Керувати типами файлів",
|
||||||
"MenuBarToolsInstallFileTypes": "Установити типи файлів",
|
"MenuBarToolsInstallFileTypes": "Установити типи файлів",
|
||||||
"MenuBarToolsUninstallFileTypes": "Видалити типи файлів",
|
"MenuBarToolsUninstallFileTypes": "Видалити типи файлів",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "_View",
|
"MenuBarView": "_View",
|
||||||
"MenuBarViewWindow": "Window Size",
|
"MenuBarViewWindow": "Window Size",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "Відкриває каталог, який містить модифікації Додатків",
|
"GameListContextMenuOpenModsDirectoryToolTip": "Відкриває каталог, який містить модифікації Додатків",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "Відкрити каталог модифікацій Atmosphere",
|
"GameListContextMenuOpenSdModsDirectory": "Відкрити каталог модифікацій Atmosphere",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "Відкриває альтернативний каталог SD-карти Atmosphere, що містить модифікації Додатків. Корисно для модифікацій, зроблених для реального обладнання.",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "Відкриває альтернативний каталог SD-карти Atmosphere, що містить модифікації Додатків. Корисно для модифікацій, зроблених для реального обладнання.",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} ігор завантажено",
|
"StatusBarGamesLoaded": "{0}/{1} ігор завантажено",
|
||||||
"StatusBarSystemVersion": "Версія системи: {0}",
|
"StatusBarSystemVersion": "Версія системи: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "Виявлено низьку межу для відображення памʼяті",
|
"LinuxVmMaxMapCountDialogTitle": "Виявлено низьку межу для відображення памʼяті",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "Бажаєте збільшити значення vm.max_map_count на {0}",
|
"LinuxVmMaxMapCountDialogTextPrimary": "Бажаєте збільшити значення vm.max_map_count на {0}",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "Деякі ігри можуть спробувати створити більше відображень памʼяті, ніж дозволено наразі. Ryujinx завершить роботу, щойно цей ліміт буде перевищено.",
|
"LinuxVmMaxMapCountDialogTextSecondary": "Деякі ігри можуть спробувати створити більше відображень памʼяті, ніж дозволено наразі. Ryujinx завершить роботу, щойно цей ліміт буде перевищено.",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "Діалог введення",
|
"InputDialogTitle": "Діалог введення",
|
||||||
"InputDialogOk": "Гаразд",
|
"InputDialogOk": "Гаразд",
|
||||||
"InputDialogCancel": "Скасувати",
|
"InputDialogCancel": "Скасувати",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "Виберіть ім'я профілю",
|
"InputDialogAddNewProfileTitle": "Виберіть ім'я профілю",
|
||||||
"InputDialogAddNewProfileHeader": "Будь ласка, введіть ім'я профілю",
|
"InputDialogAddNewProfileHeader": "Будь ласка, введіть ім'я профілю",
|
||||||
"InputDialogAddNewProfileSubtext": "(Макс. довжина: {0})",
|
"InputDialogAddNewProfileSubtext": "(Макс. довжина: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "Видобування оновлення...",
|
"DialogUpdaterExtractionMessage": "Видобування оновлення...",
|
||||||
"DialogUpdaterRenamingMessage": "Перейменування оновлення...",
|
"DialogUpdaterRenamingMessage": "Перейменування оновлення...",
|
||||||
"DialogUpdaterAddingFilesMessage": "Додавання нового оновлення...",
|
"DialogUpdaterAddingFilesMessage": "Додавання нового оновлення...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "Оновлення завершено!",
|
"DialogUpdaterCompleteMessage": "Оновлення завершено!",
|
||||||
"DialogUpdaterRestartMessage": "Перезапустити Ryujinx зараз?",
|
"DialogUpdaterRestartMessage": "Перезапустити Ryujinx зараз?",
|
||||||
"DialogUpdaterNoInternetMessage": "Ви не підключені до Інтернету!",
|
"DialogUpdaterNoInternetMessage": "Ви не підключені до Інтернету!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "Успішно видалено типи файлів!",
|
"DialogUninstallFileTypesSuccessMessage": "Успішно видалено типи файлів!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "Не вдалося видалити типи файлів.",
|
"DialogUninstallFileTypesErrorMessage": "Не вдалося видалити типи файлів.",
|
||||||
"DialogOpenSettingsWindowLabel": "Відкрити вікно налаштувань",
|
"DialogOpenSettingsWindowLabel": "Відкрити вікно налаштувань",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "Аплет контролера",
|
"DialogControllerAppletTitle": "Аплет контролера",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "Помилка показу діалогового вікна повідомлення: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "Помилка показу діалогового вікна повідомлення: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "Помилка показу програмної клавіатури: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "Помилка показу програмної клавіатури: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "Версія {0} - {1}",
|
"TitleUpdateVersionLabel": "Версія {0} - {1}",
|
||||||
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
"TitleBundledUpdateVersionLabel": "Bundled: Version {0}",
|
||||||
"TitleBundledDlcLabel": "Bundled:",
|
"TitleBundledDlcLabel": "Bundled:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujin x - Інформація",
|
"RyujinxInfo": "Ryujin x - Інформація",
|
||||||
"RyujinxConfirm": "Ryujinx - Підтвердження",
|
"RyujinxConfirm": "Ryujinx - Підтвердження",
|
||||||
"FileDialogAllTypes": "Всі типи",
|
"FileDialogAllTypes": "Всі типи",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "Виберіть файли DLC",
|
"SelectDlcDialogTitle": "Виберіть файли DLC",
|
||||||
"SelectUpdateDialogTitle": "Виберіть файли оновлення",
|
"SelectUpdateDialogTitle": "Виберіть файли оновлення",
|
||||||
"SelectModDialogTitle": "Виберіть теку з модами",
|
"SelectModDialogTitle": "Виберіть теку з модами",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "Менеджер профілів користувачів",
|
"UserProfileWindowTitle": "Менеджер профілів користувачів",
|
||||||
"CheatWindowTitle": "Менеджер читів",
|
"CheatWindowTitle": "Менеджер читів",
|
||||||
"DlcWindowTitle": "Менеджер вмісту для завантаження",
|
"DlcWindowTitle": "Менеджер вмісту для завантаження",
|
||||||
"ModWindowTitle": "Керувати модами для {0} ({1})",
|
"ModWindowTitle": "Керувати модами для {0} ({1})",
|
||||||
"UpdateWindowTitle": "Менеджер оновлення назв",
|
"UpdateWindowTitle": "Менеджер оновлення назв",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
"UpdateWindowUpdateAddedMessage": "{0} new update(s) added",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
||||||
"ModWindowHeading": "{0} мод(ів)",
|
"ModWindowHeading": "{0} мод(ів)",
|
||||||
"UserProfilesEditProfile": "Редагувати вибране",
|
"UserProfilesEditProfile": "Редагувати вибране",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "Скасувати",
|
"Cancel": "Скасувати",
|
||||||
"Save": "Зберегти",
|
"Save": "Зберегти",
|
||||||
"Discard": "Скасувати",
|
"Discard": "Скасувати",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "Режим:",
|
"MultiplayerMode": "Режим:",
|
||||||
"MultiplayerModeTooltip": "Змінити LDN мультиплеєру.\n\nLdnMitm змінить функціонал бездротової/локальної гри в іграх, щоб вони працювали так, ніби це LAN, що дозволяє локальні підключення в тій самій мережі з іншими екземплярами Ryujinx та хакнутими консолями Nintendo Switch, які мають встановлений модуль ldn_mitm.\n\nМультиплеєр вимагає, щоб усі гравці були на одній і тій же версії гри (наприклад Super Smash Bros. Ultimate v13.0.1 не зможе під'єднатися до v13.0.0).\n\nЗалиште на \"Вимкнено\", якщо не впевнені, ",
|
"MultiplayerModeTooltip": "Змінити LDN мультиплеєру.\n\nLdnMitm змінить функціонал бездротової/локальної гри в іграх, щоб вони працювали так, ніби це LAN, що дозволяє локальні підключення в тій самій мережі з іншими екземплярами Ryujinx та хакнутими консолями Nintendo Switch, які мають встановлений модуль ldn_mitm.\n\nМультиплеєр вимагає, щоб усі гравці були на одній і тій же версії гри (наприклад Super Smash Bros. Ultimate v13.0.1 не зможе під'єднатися до v13.0.0).\n\nЗалиште на \"Вимкнено\", якщо не впевнені, ",
|
||||||
"MultiplayerModeDisabled": "Вимкнено",
|
"MultiplayerModeDisabled": "Вимкнено",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"SettingsTabSystemMemoryManagerMode": "内存管理模式:",
|
"SettingsTabSystemMemoryManagerMode": "内存管理模式:",
|
||||||
"SettingsTabSystemMemoryManagerModeSoftware": "软件管理",
|
"SettingsTabSystemMemoryManagerModeSoftware": "软件管理",
|
||||||
"SettingsTabSystemMemoryManagerModeHost": "本机映射 (较快)",
|
"SettingsTabSystemMemoryManagerModeHost": "本机映射 (较快)",
|
||||||
"SettingsTabSystemMemoryManagerModeHostUnchecked": "跳过检查的本机映射 (最快,但不安全)",
|
"SettingsTabSystemMemoryManagerModeHostUnchecked": "跳过检查的本机映射 (最快,不安全)",
|
||||||
"SettingsTabSystemUseHypervisor": "使用 Hypervisor 虚拟化",
|
"SettingsTabSystemUseHypervisor": "使用 Hypervisor 虚拟化",
|
||||||
"MenuBarFile": "文件(_F)",
|
"MenuBarFile": "文件(_F)",
|
||||||
"MenuBarFileOpenFromFile": "加载游戏文件(_L)",
|
"MenuBarFileOpenFromFile": "加载游戏文件(_L)",
|
||||||
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "管理文件扩展名",
|
"MenuBarToolsManageFileTypes": "管理文件扩展名",
|
||||||
"MenuBarToolsInstallFileTypes": "关联文件扩展名",
|
"MenuBarToolsInstallFileTypes": "关联文件扩展名",
|
||||||
"MenuBarToolsUninstallFileTypes": "取消关联扩展名",
|
"MenuBarToolsUninstallFileTypes": "取消关联扩展名",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "视图(_V)",
|
"MenuBarView": "视图(_V)",
|
||||||
"MenuBarViewWindow": "窗口大小",
|
"MenuBarViewWindow": "窗口大小",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "打开存放游戏 MOD 的目录",
|
"GameListContextMenuOpenModsDirectoryToolTip": "打开存放游戏 MOD 的目录",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "打开大气层系统 MOD 目录",
|
"GameListContextMenuOpenSdModsDirectory": "打开大气层系统 MOD 目录",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "打开存放适用于大气层系统的游戏 MOD 的目录,对于为真实硬件打包的 MOD 非常有用",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "打开存放适用于大气层系统的游戏 MOD 的目录,对于为真实硬件打包的 MOD 非常有用",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} 游戏加载完成",
|
"StatusBarGamesLoaded": "{0}/{1} 游戏加载完成",
|
||||||
"StatusBarSystemVersion": "系统固件版本:{0}",
|
"StatusBarSystemVersion": "系统固件版本:{0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "检测到操作系统内存映射最大数量被设置的过低",
|
"LinuxVmMaxMapCountDialogTitle": "检测到操作系统内存映射最大数量被设置的过低",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "你想要将操作系统 vm.max_map_count 的值增加到 {0} 吗",
|
"LinuxVmMaxMapCountDialogTextPrimary": "你想要将操作系统 vm.max_map_count 的值增加到 {0} 吗",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "有些游戏可能会尝试创建超过当前系统允许的内存映射最大数量,若超过当前最大数量,Ryujinx 模拟器将会闪退。",
|
"LinuxVmMaxMapCountDialogTextSecondary": "有些游戏可能会尝试创建超过当前系统允许的内存映射最大数量,若超过当前最大数量,Ryujinx 模拟器将会闪退。",
|
||||||
@ -100,14 +104,14 @@
|
|||||||
"SettingsTabGeneralCheckUpdatesOnLaunch": "启动时检查更新",
|
"SettingsTabGeneralCheckUpdatesOnLaunch": "启动时检查更新",
|
||||||
"SettingsTabGeneralShowConfirmExitDialog": "退出游戏时需要确认",
|
"SettingsTabGeneralShowConfirmExitDialog": "退出游戏时需要确认",
|
||||||
"SettingsTabGeneralRememberWindowState": "记住窗口大小和位置",
|
"SettingsTabGeneralRememberWindowState": "记住窗口大小和位置",
|
||||||
"SettingsTabGeneralShowTitleBar": "Show Title Bar (Requires restart)",
|
"SettingsTabGeneralShowTitleBar": "显示标题栏 (需要重启)",
|
||||||
"SettingsTabGeneralHideCursor": "隐藏鼠标指针:",
|
"SettingsTabGeneralHideCursor": "隐藏鼠标指针:",
|
||||||
"SettingsTabGeneralHideCursorNever": "从不隐藏",
|
"SettingsTabGeneralHideCursorNever": "从不隐藏",
|
||||||
"SettingsTabGeneralHideCursorOnIdle": "自动隐藏",
|
"SettingsTabGeneralHideCursorOnIdle": "自动隐藏",
|
||||||
"SettingsTabGeneralHideCursorAlways": "始终隐藏",
|
"SettingsTabGeneralHideCursorAlways": "始终隐藏",
|
||||||
"SettingsTabGeneralGameDirectories": "游戏目录",
|
"SettingsTabGeneralGameDirectories": "游戏目录",
|
||||||
"SettingsTabGeneralAutoloadDirectories": "自动加载DLC/游戏更新目录",
|
"SettingsTabGeneralAutoloadDirectories": "自动加载DLC/游戏更新目录",
|
||||||
"SettingsTabGeneralAutoloadNote": "DLC and Updates which refer to missing files will be unloaded automatically",
|
"SettingsTabGeneralAutoloadNote": "DLC/游戏更新可自动加载和卸载",
|
||||||
"SettingsTabGeneralAdd": "添加",
|
"SettingsTabGeneralAdd": "添加",
|
||||||
"SettingsTabGeneralRemove": "删除",
|
"SettingsTabGeneralRemove": "删除",
|
||||||
"SettingsTabSystem": "系统",
|
"SettingsTabSystem": "系统",
|
||||||
@ -142,7 +146,7 @@
|
|||||||
"SettingsTabSystemSystemTime": "系统时钟:",
|
"SettingsTabSystemSystemTime": "系统时钟:",
|
||||||
"SettingsTabSystemEnableVsync": "启用垂直同步",
|
"SettingsTabSystemEnableVsync": "启用垂直同步",
|
||||||
"SettingsTabSystemEnablePptc": "开启 PPTC 缓存",
|
"SettingsTabSystemEnablePptc": "开启 PPTC 缓存",
|
||||||
"SettingsTabSystemEnableLowPowerPptc": "Low-power PPTC",
|
"SettingsTabSystemEnableLowPowerPptc": "低功耗 PPTC 加载",
|
||||||
"SettingsTabSystemEnableFsIntegrityChecks": "启用文件系统完整性检查",
|
"SettingsTabSystemEnableFsIntegrityChecks": "启用文件系统完整性检查",
|
||||||
"SettingsTabSystemAudioBackend": "音频处理引擎:",
|
"SettingsTabSystemAudioBackend": "音频处理引擎:",
|
||||||
"SettingsTabSystemAudioBackendDummy": "无",
|
"SettingsTabSystemAudioBackendDummy": "无",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "输入对话框",
|
"InputDialogTitle": "输入对话框",
|
||||||
"InputDialogOk": "完成",
|
"InputDialogOk": "完成",
|
||||||
"InputDialogCancel": "取消",
|
"InputDialogCancel": "取消",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "选择用户名称",
|
"InputDialogAddNewProfileTitle": "选择用户名称",
|
||||||
"InputDialogAddNewProfileHeader": "请输入账户名称",
|
"InputDialogAddNewProfileHeader": "请输入账户名称",
|
||||||
"InputDialogAddNewProfileSubtext": "(最大长度:{0})",
|
"InputDialogAddNewProfileSubtext": "(最大长度:{0})",
|
||||||
@ -407,7 +413,7 @@
|
|||||||
"AvatarSetBackgroundColor": "设置背景色",
|
"AvatarSetBackgroundColor": "设置背景色",
|
||||||
"AvatarClose": "关闭",
|
"AvatarClose": "关闭",
|
||||||
"ControllerSettingsLoadProfileToolTip": "加载配置文件",
|
"ControllerSettingsLoadProfileToolTip": "加载配置文件",
|
||||||
"ControllerSettingsViewProfileToolTip": "View Profile",
|
"ControllerSettingsViewProfileToolTip": "预览配置文件",
|
||||||
"ControllerSettingsAddProfileToolTip": "新增配置文件",
|
"ControllerSettingsAddProfileToolTip": "新增配置文件",
|
||||||
"ControllerSettingsRemoveProfileToolTip": "删除配置文件",
|
"ControllerSettingsRemoveProfileToolTip": "删除配置文件",
|
||||||
"ControllerSettingsSaveProfileToolTip": "保存配置文件",
|
"ControllerSettingsSaveProfileToolTip": "保存配置文件",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "正在提取更新...",
|
"DialogUpdaterExtractionMessage": "正在提取更新...",
|
||||||
"DialogUpdaterRenamingMessage": "正在重命名更新...",
|
"DialogUpdaterRenamingMessage": "正在重命名更新...",
|
||||||
"DialogUpdaterAddingFilesMessage": "安装更新中...",
|
"DialogUpdaterAddingFilesMessage": "安装更新中...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "更新成功!",
|
"DialogUpdaterCompleteMessage": "更新成功!",
|
||||||
"DialogUpdaterRestartMessage": "是否立即重启 Ryujinx 模拟器?",
|
"DialogUpdaterRestartMessage": "是否立即重启 Ryujinx 模拟器?",
|
||||||
"DialogUpdaterNoInternetMessage": "没有连接到网络",
|
"DialogUpdaterNoInternetMessage": "没有连接到网络",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "成功解除文件类型关联!",
|
"DialogUninstallFileTypesSuccessMessage": "成功解除文件类型关联!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "解除文件类型关联失败!",
|
"DialogUninstallFileTypesErrorMessage": "解除文件类型关联失败!",
|
||||||
"DialogOpenSettingsWindowLabel": "打开设置窗口",
|
"DialogOpenSettingsWindowLabel": "打开设置窗口",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "控制器小窗口",
|
"DialogControllerAppletTitle": "控制器小窗口",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "显示消息对话框时出错:{0}",
|
"DialogMessageDialogErrorExceptionMessage": "显示消息对话框时出错:{0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "显示软件键盘时出错:{0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "显示软件键盘时出错:{0}",
|
||||||
@ -667,10 +675,16 @@
|
|||||||
"UserErrorUnknownDescription": "出现未知错误!",
|
"UserErrorUnknownDescription": "出现未知错误!",
|
||||||
"UserErrorUndefinedDescription": "出现未定义错误!此类错误不应出现,请联系开发者!",
|
"UserErrorUndefinedDescription": "出现未定义错误!此类错误不应出现,请联系开发者!",
|
||||||
"OpenSetupGuideMessage": "打开安装指南",
|
"OpenSetupGuideMessage": "打开安装指南",
|
||||||
"NoUpdate": "无更新(或不加载游戏更新)",
|
"NoUpdate": "无更新(默认版本)",
|
||||||
"TitleUpdateVersionLabel": "游戏更新的版本 {0}",
|
"TitleUpdateVersionLabel": "游戏更新的版本 {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "捆绑:版本 {0}",
|
"TitleBundledUpdateVersionLabel": "捆绑:版本 {0}",
|
||||||
"TitleBundledDlcLabel": "捆绑:",
|
"TitleBundledDlcLabel": "捆绑:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - 信息",
|
"RyujinxInfo": "Ryujinx - 信息",
|
||||||
"RyujinxConfirm": "Ryujinx - 确认",
|
"RyujinxConfirm": "Ryujinx - 确认",
|
||||||
"FileDialogAllTypes": "全部类型",
|
"FileDialogAllTypes": "全部类型",
|
||||||
@ -723,26 +737,53 @@
|
|||||||
"SelectDlcDialogTitle": "选择 DLC 文件",
|
"SelectDlcDialogTitle": "选择 DLC 文件",
|
||||||
"SelectUpdateDialogTitle": "选择更新文件",
|
"SelectUpdateDialogTitle": "选择更新文件",
|
||||||
"SelectModDialogTitle": "选择 MOD 目录",
|
"SelectModDialogTitle": "选择 MOD 目录",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "管理用户账户",
|
"UserProfileWindowTitle": "管理用户账户",
|
||||||
"CheatWindowTitle": "金手指管理器",
|
"CheatWindowTitle": "金手指管理器",
|
||||||
"DlcWindowTitle": "管理 {0} ({1}) 的 DLC",
|
"DlcWindowTitle": "管理 {0} ({1}) 的 DLC",
|
||||||
"ModWindowTitle": "管理 {0} ({1}) 的 MOD",
|
"ModWindowTitle": "管理 {0} ({1}) 的 MOD",
|
||||||
"UpdateWindowTitle": "游戏更新管理器",
|
"UpdateWindowTitle": "游戏更新管理器",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "{0} 个更新被添加",
|
"UpdateWindowUpdateAddedMessage": "{0} 个更新被添加",
|
||||||
"UpdateWindowBundledContentNotice": "捆绑的更新无法被移除,只可被禁用。",
|
"UpdateWindowBundledContentNotice": "游戏整合的更新无法移除,可尝试禁用。",
|
||||||
"CheatWindowHeading": "适用于 {0} [{1}] 的金手指",
|
"CheatWindowHeading": "适用于 {0} [{1}] 的金手指",
|
||||||
"BuildId": "游戏版本 ID:",
|
"BuildId": "游戏版本 ID:",
|
||||||
"DlcWindowBundledContentNotice": "捆绑的DLC无法被移除,只可被禁用。",
|
"DlcWindowBundledContentNotice": "游戏整合的DLC无法移除,可尝试禁用。",
|
||||||
"DlcWindowHeading": "{0} 个 DLC",
|
"DlcWindowHeading": "{0} 个 DLC",
|
||||||
"DlcWindowDlcAddedMessage": "{0} 个DLC被添加",
|
"DlcWindowDlcAddedMessage": "{0} 个DLC被添加",
|
||||||
"AutoloadDlcAddedMessage": "{0} 个DLC被添加",
|
"AutoloadDlcAddedMessage": "{0} 个DLC被添加",
|
||||||
"AutoloadDlcRemovedMessage": "{0} missing downloadable content(s) removed",
|
"AutoloadDlcRemovedMessage": "{0} 个失效的DLC已移除",
|
||||||
"AutoloadUpdateAddedMessage": "{0} 个游戏更新被添加",
|
"AutoloadUpdateAddedMessage": "{0} 个游戏更新被添加",
|
||||||
"AutoloadUpdateRemovedMessage": "{0} missing update(s) removed",
|
"AutoloadUpdateRemovedMessage": "{0} 个失效的游戏更新已移除",
|
||||||
"ModWindowHeading": "{0} Mod(s)",
|
"ModWindowHeading": "{0} Mod",
|
||||||
"UserProfilesEditProfile": "编辑所选",
|
"UserProfilesEditProfile": "编辑所选",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"Save": "保存",
|
"Save": "保存",
|
||||||
"Discard": "放弃",
|
"Discard": "放弃",
|
||||||
@ -770,7 +811,7 @@
|
|||||||
"SettingsEnableMacroHLE": "启用 HLE 宏加速",
|
"SettingsEnableMacroHLE": "启用 HLE 宏加速",
|
||||||
"SettingsEnableMacroHLETooltip": "GPU 宏指令的高级模拟。\n\n提高性能表现,但一些游戏可能会出现图形错误。\n\n如果不确定,请保持开启状态。",
|
"SettingsEnableMacroHLETooltip": "GPU 宏指令的高级模拟。\n\n提高性能表现,但一些游戏可能会出现图形错误。\n\n如果不确定,请保持开启状态。",
|
||||||
"SettingsEnableColorSpacePassthrough": "色彩空间直通",
|
"SettingsEnableColorSpacePassthrough": "色彩空间直通",
|
||||||
"SettingsEnableColorSpacePassthroughTooltip": "使 Vulkan 图形引擎直接传输原始色彩信息。对于宽色域 (例如 DCI-P3) 显示器的用户来说,可以产生更鲜艳的颜色,代价是会损失部分色彩准确度。",
|
"SettingsEnableColorSpacePassthroughTooltip": "使 Vulkan 图形引擎直接传输原始色彩信息。对于广色域 (例如 DCI-P3) 显示器的用户来说,可以产生更鲜艳的颜色,代价是损失部分色彩准确度。",
|
||||||
"VolumeShort": "音量",
|
"VolumeShort": "音量",
|
||||||
"UserProfilesManageSaves": "管理存档",
|
"UserProfilesManageSaves": "管理存档",
|
||||||
"DeleteUserSave": "确定删除此游戏的用户存档吗?",
|
"DeleteUserSave": "确定删除此游戏的用户存档吗?",
|
||||||
@ -789,9 +830,9 @@
|
|||||||
"GraphicsScalingFilterLabel": "缩放过滤:",
|
"GraphicsScalingFilterLabel": "缩放过滤:",
|
||||||
"GraphicsScalingFilterTooltip": "选择在分辨率缩放时将使用的缩放过滤器。\n\nBilinear(双线性过滤)对于3D游戏效果较好,是一个安全的默认选项。\n\nNearest(最近邻过滤)推荐用于像素艺术游戏。\n\nFSR(超级分辨率锐画)只是一个锐化过滤器,不推荐与 FXAA 或 SMAA 抗锯齿一起使用。\n\nArea(局部过滤),当渲染分辨率大于窗口实际分辨率,推荐该选项。该选项在渲染比例大于2.0的情况下,可以实现超采样的效果。\n\n在游戏运行时,通过点击下面的“应用”按钮可以使设置生效;你可以将设置窗口移开,并试验找到您喜欢的游戏画面效果。\n\n如果不确定,请保持为“Bilinear(双线性过滤)”。",
|
"GraphicsScalingFilterTooltip": "选择在分辨率缩放时将使用的缩放过滤器。\n\nBilinear(双线性过滤)对于3D游戏效果较好,是一个安全的默认选项。\n\nNearest(最近邻过滤)推荐用于像素艺术游戏。\n\nFSR(超级分辨率锐画)只是一个锐化过滤器,不推荐与 FXAA 或 SMAA 抗锯齿一起使用。\n\nArea(局部过滤),当渲染分辨率大于窗口实际分辨率,推荐该选项。该选项在渲染比例大于2.0的情况下,可以实现超采样的效果。\n\n在游戏运行时,通过点击下面的“应用”按钮可以使设置生效;你可以将设置窗口移开,并试验找到您喜欢的游戏画面效果。\n\n如果不确定,请保持为“Bilinear(双线性过滤)”。",
|
||||||
"GraphicsScalingFilterBilinear": "Bilinear(双线性过滤)",
|
"GraphicsScalingFilterBilinear": "Bilinear(双线性过滤)",
|
||||||
"GraphicsScalingFilterNearest": "Nearest(最近邻过滤)",
|
"GraphicsScalingFilterNearest": "Nearest(邻近过滤)",
|
||||||
"GraphicsScalingFilterFsr": "FSR(超级分辨率锐画技术)",
|
"GraphicsScalingFilterFsr": "FSR(超级分辨率锐画技术)",
|
||||||
"GraphicsScalingFilterArea": "Area(局部过滤)",
|
"GraphicsScalingFilterArea": "Area(区域过滤)",
|
||||||
"GraphicsScalingFilterLevelLabel": "等级",
|
"GraphicsScalingFilterLevelLabel": "等级",
|
||||||
"GraphicsScalingFilterLevelTooltip": "设置 FSR 1.0 的锐化等级,数值越高,图像越锐利。",
|
"GraphicsScalingFilterLevelTooltip": "设置 FSR 1.0 的锐化等级,数值越高,图像越锐利。",
|
||||||
"SmaaLow": "SMAA 低质量",
|
"SmaaLow": "SMAA 低质量",
|
||||||
@ -808,7 +849,19 @@
|
|||||||
"AboutChangelogButtonTooltipMessage": "点击这里在浏览器中打开此版本的更新日志。",
|
"AboutChangelogButtonTooltipMessage": "点击这里在浏览器中打开此版本的更新日志。",
|
||||||
"SettingsTabNetworkMultiplayer": "多人联机游玩",
|
"SettingsTabNetworkMultiplayer": "多人联机游玩",
|
||||||
"MultiplayerMode": "联机模式:",
|
"MultiplayerMode": "联机模式:",
|
||||||
"MultiplayerModeTooltip": "修改 LDN 多人联机游玩模式。\n\nldn_mitm 联机插件将修改游戏中的本地无线和本地游玩功能,使其表现得像局域网一样,允许和其他安装了 ldn_mitm 插件的 Ryujinx 模拟器和破解的任天堂 Switch 主机在同一网络下进行本地连接,实现多人联机游玩。\n\n多人联机游玩要求所有玩家必须运行相同的游戏版本(例如,任天堂明星大乱斗特别版 v13.0.1 无法与 v13.0.0 版本联机)。\n\n如果不确定,请保持为“禁用”。",
|
"MultiplayerModeTooltip": "修改 LDN 多人联机游玩模式。\n\nldn_mitm 联机插件将修改游戏中的本地无线和本地游玩功能,使其表现得像局域网一样,允许和其他安装了 ldn_mitm 插件的 Ryujinx 模拟器和破解的任天堂 Switch 主机在同一网络下进行本地连接,实现多人联机游玩。\n\n多人联机游玩要求所有玩家必须运行相同的游戏版本(例如,游戏版本 v13.0.1 无法与 v13.0.0 联机)。\n\n如果不确定,请保持为“禁用”。",
|
||||||
"MultiplayerModeDisabled": "禁用",
|
"MultiplayerModeDisabled": "禁用",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"MenuBarToolsManageFileTypes": "管理檔案類型",
|
"MenuBarToolsManageFileTypes": "管理檔案類型",
|
||||||
"MenuBarToolsInstallFileTypes": "安裝檔案類型",
|
"MenuBarToolsInstallFileTypes": "安裝檔案類型",
|
||||||
"MenuBarToolsUninstallFileTypes": "移除檔案類型",
|
"MenuBarToolsUninstallFileTypes": "移除檔案類型",
|
||||||
|
"MenuBarToolsXCITrimmer": "Trim XCI Files",
|
||||||
"MenuBarView": "檢視(_V)",
|
"MenuBarView": "檢視(_V)",
|
||||||
"MenuBarViewWindow": "視窗大小",
|
"MenuBarViewWindow": "視窗大小",
|
||||||
"MenuBarViewWindow720": "720p",
|
"MenuBarViewWindow720": "720p",
|
||||||
@ -84,8 +85,11 @@
|
|||||||
"GameListContextMenuOpenModsDirectoryToolTip": "開啟此應用程式模組的資料夾",
|
"GameListContextMenuOpenModsDirectoryToolTip": "開啟此應用程式模組的資料夾",
|
||||||
"GameListContextMenuOpenSdModsDirectory": "開啟 Atmosphere 模組資料夾",
|
"GameListContextMenuOpenSdModsDirectory": "開啟 Atmosphere 模組資料夾",
|
||||||
"GameListContextMenuOpenSdModsDirectoryToolTip": "開啟此應用程式模組的另一個 SD 卡 Atmosphere 資料夾。適用於為真實硬體封裝的模組。",
|
"GameListContextMenuOpenSdModsDirectoryToolTip": "開啟此應用程式模組的另一個 SD 卡 Atmosphere 資料夾。適用於為真實硬體封裝的模組。",
|
||||||
|
"GameListContextMenuTrimXCI": "Check and Trim XCI File",
|
||||||
|
"GameListContextMenuTrimXCIToolTip": "Check and Trim XCI File to Save Disk Space",
|
||||||
"StatusBarGamesLoaded": "{0}/{1} 遊戲已載入",
|
"StatusBarGamesLoaded": "{0}/{1} 遊戲已載入",
|
||||||
"StatusBarSystemVersion": "系統版本: {0}",
|
"StatusBarSystemVersion": "系統版本: {0}",
|
||||||
|
"StatusBarXCIFileTrimming": "Trimming XCI File '{0}'",
|
||||||
"LinuxVmMaxMapCountDialogTitle": "檢測到記憶體映射的低限值",
|
"LinuxVmMaxMapCountDialogTitle": "檢測到記憶體映射的低限值",
|
||||||
"LinuxVmMaxMapCountDialogTextPrimary": "您是否要將 vm.max_map_count 的數值增至 {0}?",
|
"LinuxVmMaxMapCountDialogTextPrimary": "您是否要將 vm.max_map_count 的數值增至 {0}?",
|
||||||
"LinuxVmMaxMapCountDialogTextSecondary": "某些遊戲可能會嘗試建立超過目前允許的記憶體映射。一旦超過此限制,Ryujinx 就會崩潰。",
|
"LinuxVmMaxMapCountDialogTextSecondary": "某些遊戲可能會嘗試建立超過目前允許的記憶體映射。一旦超過此限制,Ryujinx 就會崩潰。",
|
||||||
@ -400,6 +404,8 @@
|
|||||||
"InputDialogTitle": "輸入對話方塊",
|
"InputDialogTitle": "輸入對話方塊",
|
||||||
"InputDialogOk": "確定",
|
"InputDialogOk": "確定",
|
||||||
"InputDialogCancel": "取消",
|
"InputDialogCancel": "取消",
|
||||||
|
"InputDialogCancelling": "Cancelling",
|
||||||
|
"InputDialogClose": "Close",
|
||||||
"InputDialogAddNewProfileTitle": "選擇設定檔名稱",
|
"InputDialogAddNewProfileTitle": "選擇設定檔名稱",
|
||||||
"InputDialogAddNewProfileHeader": "請輸入設定檔名稱",
|
"InputDialogAddNewProfileHeader": "請輸入設定檔名稱",
|
||||||
"InputDialogAddNewProfileSubtext": "(最大長度: {0})",
|
"InputDialogAddNewProfileSubtext": "(最大長度: {0})",
|
||||||
@ -451,6 +457,7 @@
|
|||||||
"DialogUpdaterExtractionMessage": "正在提取更新...",
|
"DialogUpdaterExtractionMessage": "正在提取更新...",
|
||||||
"DialogUpdaterRenamingMessage": "重新命名更新...",
|
"DialogUpdaterRenamingMessage": "重新命名更新...",
|
||||||
"DialogUpdaterAddingFilesMessage": "加入新更新...",
|
"DialogUpdaterAddingFilesMessage": "加入新更新...",
|
||||||
|
"DialogUpdaterShowChangelogMessage": "Show Changelog",
|
||||||
"DialogUpdaterCompleteMessage": "更新成功!",
|
"DialogUpdaterCompleteMessage": "更新成功!",
|
||||||
"DialogUpdaterRestartMessage": "您現在要重新啟動 Ryujinx 嗎?",
|
"DialogUpdaterRestartMessage": "您現在要重新啟動 Ryujinx 嗎?",
|
||||||
"DialogUpdaterNoInternetMessage": "您沒有連線到網際網路!",
|
"DialogUpdaterNoInternetMessage": "您沒有連線到網際網路!",
|
||||||
@ -469,6 +476,7 @@
|
|||||||
"DialogUninstallFileTypesSuccessMessage": "成功移除檔案類型!",
|
"DialogUninstallFileTypesSuccessMessage": "成功移除檔案類型!",
|
||||||
"DialogUninstallFileTypesErrorMessage": "無法移除檔案類型。",
|
"DialogUninstallFileTypesErrorMessage": "無法移除檔案類型。",
|
||||||
"DialogOpenSettingsWindowLabel": "開啟設定視窗",
|
"DialogOpenSettingsWindowLabel": "開啟設定視窗",
|
||||||
|
"DialogOpenXCITrimmerWindowLabel": "XCI Trimmer Window",
|
||||||
"DialogControllerAppletTitle": "控制器小程式",
|
"DialogControllerAppletTitle": "控制器小程式",
|
||||||
"DialogMessageDialogErrorExceptionMessage": "顯示訊息對話方塊時出現錯誤: {0}",
|
"DialogMessageDialogErrorExceptionMessage": "顯示訊息對話方塊時出現錯誤: {0}",
|
||||||
"DialogSoftwareKeyboardErrorExceptionMessage": "顯示軟體鍵盤時出現錯誤: {0}",
|
"DialogSoftwareKeyboardErrorExceptionMessage": "顯示軟體鍵盤時出現錯誤: {0}",
|
||||||
@ -671,6 +679,12 @@
|
|||||||
"TitleUpdateVersionLabel": "版本 {0}",
|
"TitleUpdateVersionLabel": "版本 {0}",
|
||||||
"TitleBundledUpdateVersionLabel": "附帶: 版本 {0}",
|
"TitleBundledUpdateVersionLabel": "附帶: 版本 {0}",
|
||||||
"TitleBundledDlcLabel": "附帶:",
|
"TitleBundledDlcLabel": "附帶:",
|
||||||
|
"TitleXCIStatusPartialLabel": "Partial",
|
||||||
|
"TitleXCIStatusTrimmableLabel": "Untrimmed",
|
||||||
|
"TitleXCIStatusUntrimmableLabel": "Trimmed",
|
||||||
|
"TitleXCIStatusFailedLabel": "(Failed)",
|
||||||
|
"TitleXCICanSaveLabel": "Save {0:n0} Mb",
|
||||||
|
"TitleXCISavingLabel": "Saved {0:n0} Mb",
|
||||||
"RyujinxInfo": "Ryujinx - 資訊",
|
"RyujinxInfo": "Ryujinx - 資訊",
|
||||||
"RyujinxConfirm": "Ryujinx - 確認",
|
"RyujinxConfirm": "Ryujinx - 確認",
|
||||||
"FileDialogAllTypes": "全部類型",
|
"FileDialogAllTypes": "全部類型",
|
||||||
@ -723,11 +737,37 @@
|
|||||||
"SelectDlcDialogTitle": "選取 DLC 檔案",
|
"SelectDlcDialogTitle": "選取 DLC 檔案",
|
||||||
"SelectUpdateDialogTitle": "選取更新檔",
|
"SelectUpdateDialogTitle": "選取更新檔",
|
||||||
"SelectModDialogTitle": "選取模組資料夾",
|
"SelectModDialogTitle": "選取模組資料夾",
|
||||||
|
"TrimXCIFileDialogTitle": "Check and Trim XCI File",
|
||||||
|
"TrimXCIFileDialogPrimaryText": "This function will first check the empty space and then trim the XCI File to save disk space.",
|
||||||
|
"TrimXCIFileDialogSecondaryText": "Current File Size: {0:n} MB\nGame Data Size: {1:n} MB\nDisk Space Savings: {2:n} MB",
|
||||||
|
"TrimXCIFileNoTrimNecessary": "XCI File does not need to be trimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileNoUntrimPossible": "XCI File cannot be untrimmed. Check logs for further details",
|
||||||
|
"TrimXCIFileReadOnlyFileCannotFix": "XCI File is Read Only and could not be made writable. Check logs for further details",
|
||||||
|
"TrimXCIFileFileSizeChanged": "XCI File has changed in size since it was scanned. Please check the file is not being written to and try again.",
|
||||||
|
"TrimXCIFileFreeSpaceCheckFailed": "XCI File has data in the free space area, it is not safe to trim",
|
||||||
|
"TrimXCIFileInvalidXCIFile": "XCI File contains invalid data. Check logs for further details",
|
||||||
|
"TrimXCIFileFileIOWriteError": "XCI File could not be opened for writing. Check logs for further details",
|
||||||
|
"TrimXCIFileFailedPrimaryText": "Trimming of the XCI file failed",
|
||||||
|
"TrimXCIFileCancelled": "The operation was cancelled",
|
||||||
|
"TrimXCIFileFileUndertermined": "No operation was performed",
|
||||||
"UserProfileWindowTitle": "使用者設定檔管理員",
|
"UserProfileWindowTitle": "使用者設定檔管理員",
|
||||||
"CheatWindowTitle": "密技管理員",
|
"CheatWindowTitle": "密技管理員",
|
||||||
"DlcWindowTitle": "管理 {0} 的可下載內容 ({1})",
|
"DlcWindowTitle": "管理 {0} 的可下載內容 ({1})",
|
||||||
"ModWindowTitle": "管理 {0} 的模組 ({1})",
|
"ModWindowTitle": "管理 {0} 的模組 ({1})",
|
||||||
"UpdateWindowTitle": "遊戲更新管理員",
|
"UpdateWindowTitle": "遊戲更新管理員",
|
||||||
|
"XCITrimmerWindowTitle": "XCI File Trimmer",
|
||||||
|
"XCITrimmerTitleStatusCount": "{0} of {1} Title(s) Selected",
|
||||||
|
"XCITrimmerTitleStatusCountWithFilter": "{0} of {1} Title(s) Selected ({2} displayed)",
|
||||||
|
"XCITrimmerTitleStatusTrimming": "Trimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusUntrimming": "Untrimming {0} Title(s)...",
|
||||||
|
"XCITrimmerTitleStatusFailed": "Failed",
|
||||||
|
"XCITrimmerPotentialSavings": "Potential Savings",
|
||||||
|
"XCITrimmerActualSavings": "Actual Savings",
|
||||||
|
"XCITrimmerSavingsMb": "{0:n0} Mb",
|
||||||
|
"XCITrimmerSelectDisplayed": "Select Shown",
|
||||||
|
"XCITrimmerDeselectDisplayed": "Deselect Shown",
|
||||||
|
"XCITrimmerSortName": "Title",
|
||||||
|
"XCITrimmerSortSaved": "Space Savings",
|
||||||
"XCITrimmerTrim": "Trim",
|
"XCITrimmerTrim": "Trim",
|
||||||
"XCITrimmerUntrim": "Untrim",
|
"XCITrimmerUntrim": "Untrim",
|
||||||
"UpdateWindowUpdateAddedMessage": "已加入 {0} 個遊戲更新",
|
"UpdateWindowUpdateAddedMessage": "已加入 {0} 個遊戲更新",
|
||||||
@ -743,6 +783,7 @@
|
|||||||
"AutoloadUpdateRemovedMessage": "已刪除 {0} 個遺失的遊戲更新",
|
"AutoloadUpdateRemovedMessage": "已刪除 {0} 個遺失的遊戲更新",
|
||||||
"ModWindowHeading": "{0} 模組",
|
"ModWindowHeading": "{0} 模組",
|
||||||
"UserProfilesEditProfile": "編輯所選",
|
"UserProfilesEditProfile": "編輯所選",
|
||||||
|
"Continue": "Continue",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"Save": "儲存",
|
"Save": "儲存",
|
||||||
"Discard": "放棄變更",
|
"Discard": "放棄變更",
|
||||||
@ -810,5 +851,17 @@
|
|||||||
"MultiplayerMode": "模式:",
|
"MultiplayerMode": "模式:",
|
||||||
"MultiplayerModeTooltip": "變更 LDN 多人遊戲模式。\n\nLdnMitm 將修改遊戲中的本機無線/本機遊戲功能,使其如同區域網路一樣執行,允許與其他安裝了 ldn_mitm 模組的 Ryujinx 實例和已破解的 Nintendo Switch 遊戲機進行本機同網路連線。\n\n多人遊戲要求所有玩家使用相同的遊戲版本 (例如,Super Smash Bros. Ultimate v13.0.1 無法連接 v13.0.0)。\n\n如果不確定,請保持 Disabled (停用) 狀態。",
|
"MultiplayerModeTooltip": "變更 LDN 多人遊戲模式。\n\nLdnMitm 將修改遊戲中的本機無線/本機遊戲功能,使其如同區域網路一樣執行,允許與其他安裝了 ldn_mitm 模組的 Ryujinx 實例和已破解的 Nintendo Switch 遊戲機進行本機同網路連線。\n\n多人遊戲要求所有玩家使用相同的遊戲版本 (例如,Super Smash Bros. Ultimate v13.0.1 無法連接 v13.0.0)。\n\n如果不確定,請保持 Disabled (停用) 狀態。",
|
||||||
"MultiplayerModeDisabled": "已停用",
|
"MultiplayerModeDisabled": "已停用",
|
||||||
"MultiplayerModeLdnMitm": "ldn_mitm"
|
"MultiplayerModeLdnMitm": "ldn_mitm",
|
||||||
|
"MultiplayerModeLdnRyu": "RyuLDN",
|
||||||
|
"MultiplayerDisableP2P": "Disable P2P Network Hosting (may increase latency)",
|
||||||
|
"MultiplayerDisableP2PTooltip": "Disable P2P network hosting, peers will proxy through the master server instead of connecting to you directly.",
|
||||||
|
"LdnPassphrase": "Network Passphrase:",
|
||||||
|
"LdnPassphraseTooltip": "You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputTooltip": "Enter a passphrase in the format Ryujinx-<8 hex chars>. You will only be able to see hosted games with the same passphrase as you.",
|
||||||
|
"LdnPassphraseInputPublic": "(public)",
|
||||||
|
"GenLdnPass": "Generate Random",
|
||||||
|
"GenLdnPassTooltip": "Generates a new passphrase, which can be shared with other players.",
|
||||||
|
"ClearLdnPass": "Clear",
|
||||||
|
"ClearLdnPassTooltip": "Clears the current passphrase, returning to the public network.",
|
||||||
|
"InvalidLdnPassphrase": "Invalid Passphrase! Must be in the format \"Ryujinx-<8 hex chars>\""
|
||||||
}
|
}
|
||||||
|
@ -261,6 +261,16 @@ namespace Ryujinx.Ava.UI.Helpers
|
|||||||
string.Empty,
|
string.Empty,
|
||||||
LocaleManager.Instance[LocaleKeys.InputDialogOk],
|
LocaleManager.Instance[LocaleKeys.InputDialogOk],
|
||||||
(int)Symbol.Important);
|
(int)Symbol.Important);
|
||||||
|
|
||||||
|
internal static async Task<UserResult> CreateUpdaterUpToDateInfoDialog(string primary, string secondaryText)
|
||||||
|
=> await ShowTextDialog(
|
||||||
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterTitle],
|
||||||
|
primary,
|
||||||
|
secondaryText,
|
||||||
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterShowChangelogMessage],
|
||||||
|
string.Empty,
|
||||||
|
LocaleManager.Instance[LocaleKeys.InputDialogOk],
|
||||||
|
(int)Symbol.Important);
|
||||||
|
|
||||||
internal static async Task CreateWarningDialog(string primary, string secondaryText)
|
internal static async Task CreateWarningDialog(string primary, string secondaryText)
|
||||||
=> await ShowTextDialog(
|
=> await ShowTextDialog(
|
||||||
@ -309,6 +319,30 @@ namespace Ryujinx.Ava.UI.Helpers
|
|||||||
|
|
||||||
return response == UserResult.Yes;
|
return response == UserResult.Yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static async Task<UserResult> CreateUpdaterChoiceDialog(string title, string primary, string secondaryText)
|
||||||
|
{
|
||||||
|
if (_isChoiceDialogOpen)
|
||||||
|
{
|
||||||
|
return UserResult.Cancel;
|
||||||
|
}
|
||||||
|
|
||||||
|
_isChoiceDialogOpen = true;
|
||||||
|
|
||||||
|
UserResult response = await ShowTextDialog(
|
||||||
|
title,
|
||||||
|
primary,
|
||||||
|
secondaryText,
|
||||||
|
LocaleManager.Instance[LocaleKeys.InputDialogYes],
|
||||||
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterShowChangelogMessage],
|
||||||
|
LocaleManager.Instance[LocaleKeys.InputDialogNo],
|
||||||
|
(int)Symbol.Help,
|
||||||
|
UserResult.Yes);
|
||||||
|
|
||||||
|
_isChoiceDialogOpen = false;
|
||||||
|
|
||||||
|
return response;
|
||||||
|
}
|
||||||
|
|
||||||
internal static async Task<bool> CreateExitDialog()
|
internal static async Task<bool> CreateExitDialog()
|
||||||
{
|
{
|
||||||
|
@ -49,7 +49,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
|
|
||||||
public AboutWindowViewModel()
|
public AboutWindowViewModel()
|
||||||
{
|
{
|
||||||
Version = Program.Version;
|
Version = App.FullAppName + "\n" + Program.Version;
|
||||||
UpdateLogoTheme(ConfigurationState.Instance.UI.BaseStyle.Value);
|
UpdateLogoTheme(ConfigurationState.Instance.UI.BaseStyle.Value);
|
||||||
|
|
||||||
ThemeManager.ThemeChanged += ThemeManager_ThemeChanged;
|
ThemeManager.ThemeChanged += ThemeManager_ThemeChanged;
|
||||||
|
@ -102,6 +102,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
private float _volumeBeforeMute;
|
private float _volumeBeforeMute;
|
||||||
private string _backendText;
|
private string _backendText;
|
||||||
|
|
||||||
|
private bool _areMimeTypesRegistered = FileAssociationHelper.AreMimeTypesRegistered;
|
||||||
private bool _canUpdate = true;
|
private bool _canUpdate = true;
|
||||||
private Cursor _cursor;
|
private Cursor _cursor;
|
||||||
private string _title;
|
private string _title;
|
||||||
@ -804,10 +805,15 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
{
|
{
|
||||||
get => FileAssociationHelper.IsTypeAssociationSupported;
|
get => FileAssociationHelper.IsTypeAssociationSupported;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool AreMimeTypesRegistered
|
public bool AreMimeTypesRegistered
|
||||||
{
|
{
|
||||||
get => FileAssociationHelper.AreMimeTypesRegistered;
|
get => _areMimeTypesRegistered;
|
||||||
|
set {
|
||||||
|
_areMimeTypesRegistered = value;
|
||||||
|
|
||||||
|
OnPropertyChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public ObservableCollectionExtended<ApplicationData> Applications
|
public ObservableCollectionExtended<ApplicationData> Applications
|
||||||
|
@ -165,7 +165,8 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||||||
|
|
||||||
private async void InstallFileTypes_Click(object sender, RoutedEventArgs e)
|
private async void InstallFileTypes_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
if (FileAssociationHelper.Install())
|
ViewModel.AreMimeTypesRegistered = FileAssociationHelper.Install();
|
||||||
|
if (ViewModel.AreMimeTypesRegistered)
|
||||||
await ContentDialogHelper.CreateInfoDialog(LocaleManager.Instance[LocaleKeys.DialogInstallFileTypesSuccessMessage], string.Empty, LocaleManager.Instance[LocaleKeys.InputDialogOk], string.Empty, string.Empty);
|
await ContentDialogHelper.CreateInfoDialog(LocaleManager.Instance[LocaleKeys.DialogInstallFileTypesSuccessMessage], string.Empty, LocaleManager.Instance[LocaleKeys.InputDialogOk], string.Empty, string.Empty);
|
||||||
else
|
else
|
||||||
await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance[LocaleKeys.DialogInstallFileTypesErrorMessage]);
|
await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance[LocaleKeys.DialogInstallFileTypesErrorMessage]);
|
||||||
@ -173,7 +174,8 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|||||||
|
|
||||||
private async void UninstallFileTypes_Click(object sender, RoutedEventArgs e)
|
private async void UninstallFileTypes_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
if (FileAssociationHelper.Uninstall())
|
ViewModel.AreMimeTypesRegistered = !FileAssociationHelper.Uninstall();
|
||||||
|
if (!ViewModel.AreMimeTypesRegistered)
|
||||||
await ContentDialogHelper.CreateInfoDialog(LocaleManager.Instance[LocaleKeys.DialogUninstallFileTypesSuccessMessage], string.Empty, LocaleManager.Instance[LocaleKeys.InputDialogOk], string.Empty, string.Empty);
|
await ContentDialogHelper.CreateInfoDialog(LocaleManager.Instance[LocaleKeys.DialogUninstallFileTypesSuccessMessage], string.Empty, LocaleManager.Instance[LocaleKeys.InputDialogOk], string.Empty, string.Empty);
|
||||||
else
|
else
|
||||||
await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance[LocaleKeys.DialogUninstallFileTypesErrorMessage]);
|
await ContentDialogHelper.CreateErrorDialog(LocaleManager.Instance[LocaleKeys.DialogUninstallFileTypesErrorMessage]);
|
||||||
|
@ -114,9 +114,14 @@ namespace Ryujinx.Ava
|
|||||||
{
|
{
|
||||||
if (showVersionUpToDate)
|
if (showVersionUpToDate)
|
||||||
{
|
{
|
||||||
await ContentDialogHelper.CreateUpdaterInfoDialog(
|
UserResult userResult = await ContentDialogHelper.CreateUpdaterUpToDateInfoDialog(
|
||||||
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
||||||
string.Empty);
|
string.Empty);
|
||||||
|
|
||||||
|
if (userResult is UserResult.Ok)
|
||||||
|
{
|
||||||
|
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_running = false;
|
_running = false;
|
||||||
@ -133,9 +138,14 @@ namespace Ryujinx.Ava
|
|||||||
{
|
{
|
||||||
if (showVersionUpToDate)
|
if (showVersionUpToDate)
|
||||||
{
|
{
|
||||||
await ContentDialogHelper.CreateUpdaterInfoDialog(
|
UserResult userResult = await ContentDialogHelper.CreateUpdaterUpToDateInfoDialog(
|
||||||
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
||||||
string.Empty);
|
string.Empty);
|
||||||
|
|
||||||
|
if (userResult is UserResult.Ok)
|
||||||
|
{
|
||||||
|
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_running = false;
|
_running = false;
|
||||||
@ -176,9 +186,14 @@ namespace Ryujinx.Ava
|
|||||||
{
|
{
|
||||||
if (showVersionUpToDate)
|
if (showVersionUpToDate)
|
||||||
{
|
{
|
||||||
await ContentDialogHelper.CreateUpdaterInfoDialog(
|
UserResult userResult = await ContentDialogHelper.CreateUpdaterUpToDateInfoDialog(
|
||||||
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
LocaleManager.Instance[LocaleKeys.DialogUpdaterAlreadyOnLatestVersionMessage],
|
||||||
string.Empty);
|
string.Empty);
|
||||||
|
|
||||||
|
if (userResult is UserResult.Ok)
|
||||||
|
{
|
||||||
|
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogForVersion(currentVersion));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_running = false;
|
_running = false;
|
||||||
@ -206,19 +221,29 @@ namespace Ryujinx.Ava
|
|||||||
|
|
||||||
await Dispatcher.UIThread.InvokeAsync(async () =>
|
await Dispatcher.UIThread.InvokeAsync(async () =>
|
||||||
{
|
{
|
||||||
|
string newVersionString = ReleaseInformation.IsCanaryBuild
|
||||||
|
? $"Canary {currentVersion} -> Canary {newVersion}"
|
||||||
|
: $"{currentVersion} -> {newVersion}";
|
||||||
|
|
||||||
|
RequestUserToUpdate:
|
||||||
// Show a message asking the user if they want to update
|
// Show a message asking the user if they want to update
|
||||||
var shouldUpdate = await ContentDialogHelper.CreateChoiceDialog(
|
UserResult shouldUpdate = await ContentDialogHelper.CreateUpdaterChoiceDialog(
|
||||||
LocaleManager.Instance[LocaleKeys.RyujinxUpdater],
|
LocaleManager.Instance[LocaleKeys.RyujinxUpdater],
|
||||||
LocaleManager.Instance[LocaleKeys.RyujinxUpdaterMessage],
|
LocaleManager.Instance[LocaleKeys.RyujinxUpdaterMessage],
|
||||||
$"{Program.Version} -> {newVersion}");
|
newVersionString);
|
||||||
|
|
||||||
if (shouldUpdate)
|
switch (shouldUpdate)
|
||||||
{
|
{
|
||||||
await UpdateRyujinx(mainWindow, _buildUrl);
|
case UserResult.Yes:
|
||||||
}
|
await UpdateRyujinx(mainWindow, _buildUrl);
|
||||||
else
|
break;
|
||||||
{
|
// Secondary button maps to no, which in this case is the show changelog button.
|
||||||
_running = false;
|
case UserResult.No:
|
||||||
|
OpenHelper.OpenUrl(ReleaseInformation.GetChangelogUrl(currentVersion, newVersion));
|
||||||
|
goto RequestUserToUpdate;
|
||||||
|
default:
|
||||||
|
_running = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user