mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-07-18 13:44:17 +03:00
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5773adfdbd | ||
|
|
e16e3a4ef1 | ||
|
|
230dff0548 | ||
|
|
c48024696b | ||
|
|
3743b2fe9c | ||
|
|
654d81d4d9 | ||
|
|
9d3a105157 | ||
|
|
b6622bdef3 | ||
|
|
11fd1850e8 | ||
|
|
4df961d1d4 | ||
|
|
f77d0a81c7 | ||
|
|
f8546a7759 | ||
|
|
0c812c6a4f | ||
|
|
b10d6da3e1 | ||
|
|
d59f4818b4 | ||
|
|
d3ebd151cb | ||
|
|
f82419e3c4 | ||
|
|
a0f845aa1f | ||
|
|
e67bb8349e | ||
|
|
75177f7072 | ||
|
|
1fa1bba031 | ||
|
|
42c9aed737 | ||
|
|
ccd5de29c6 | ||
|
|
a4a3a96138 | ||
|
|
cd799a2fa0 | ||
|
|
18fb301cb0 | ||
|
|
0c948baec6 | ||
|
|
0e17eabb1c | ||
|
|
41a351fc0a | ||
|
|
c4305297fd | ||
|
|
3236c55186 |
21
LICENSE.txt
Normal file
21
LICENSE.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 the_al
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
42
TRANSLATIONS.md
Normal file
42
TRANSLATIONS.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Translations Guidelines
|
||||
|
||||
## Overview
|
||||
Translations for the "DualShock Calibration GUI" project are managed through
|
||||
JSON files located in the [lang/ directory](https://github.com/dualshock-tools/dualshock-tools.github.io/tree/main/lang).
|
||||
|
||||
This document provides guidelines on how to contribute translations for new languages.
|
||||
|
||||
## Getting Started
|
||||
To translate the project into a new language, follow these steps:
|
||||
|
||||
1. **Duplicate an Existing File**: Start by duplicating an existing language file located in the `lang/` directory. For example, if you're translating into Spanish, duplicate `lang/it_it.json` and rename it to `lang/es_es.json`.
|
||||
|
||||
2. **Edit the File**: Open the duplicated JSON file and replace the translations of strings with the corresponding translations in the target language. The first entry `.authorMsg` is customizable, write there your name and, if you want, your website!
|
||||
|
||||
3. **Save the File**: Save the changes to the JSON file.
|
||||
|
||||
4. **Update `core.js`**: Add the new language to the list of available languages (`available_langs`) in [core.js](https://github.com/dualshock-tools/dualshock-tools.github.io/blob/main/core.js). The languages are inserted in alphabetical order with respect to the locale (es_es, fr_fr, ..). For example:
|
||||
|
||||
```javascript
|
||||
var available_langs = {
|
||||
"es_es": { "name": "Español", "file": "es_es.json"},
|
||||
"fr_fr": { "name": "Français", "file": "fr_fr.json"},
|
||||
"hu_hu": { "name": "Magyar", "file": "hu_hu.json"},
|
||||
"it_it": { "name": "Italiano", "file": "it_it.json"},
|
||||
"zh_cn": { "name": "中文", "file": "zh_cn.json"},
|
||||
};
|
||||
```
|
||||
|
||||
## Submitting Translations
|
||||
Once you have completed the translation, you can contribute it in one of the following ways:
|
||||
|
||||
- **Pull Request (PR)**: Open a Pull Request with the changes.
|
||||
- **Discord**: Send the translated file to `the_al` on Discord.
|
||||
- **Email**: Send the translated file to `ds4@the.al` via email.
|
||||
|
||||
Feel free to adjust any details or formatting according to your preferences!
|
||||
|
||||
## Thank you
|
||||
|
||||
We extend our heartfelt gratitude to everyone who contributes translations to
|
||||
make this project accessible to a wider audience. Thank you!
|
||||
BIN
donate.png
Normal file
BIN
donate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 449 B |
174
index.html
174
index.html
@@ -19,11 +19,21 @@
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
|
||||
<script src="core.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
|
||||
<symbol id="paypal" viewBox="0 0 384 512">
|
||||
<path fill="#ffffff" d="M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4 .7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9 .7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"/>
|
||||
</symbol>
|
||||
<symbol id="ethereum" viewBox="0 0 320 512">
|
||||
<path fill="#ffffff" d="M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"/>
|
||||
</symbol>
|
||||
|
||||
<symbol id="info" viewBox="0 -860 960 960">
|
||||
<path d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/>
|
||||
</symbol>
|
||||
<symbol id="discord" viewBox="0 0 640 512">
|
||||
<path d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"/>
|
||||
</symbol>
|
||||
@@ -36,13 +46,42 @@
|
||||
<symbol id="mug" viewBox="0 0 512 512">
|
||||
<path fill="#ffffff" d="M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z"/>
|
||||
</symbol>
|
||||
<symbol id="lang" viewBox="0 0 640 512">
|
||||
<path d="M0 128C0 92.7 28.7 64 64 64H256h48 16H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H320 304 256 64c-35.3 0-64-28.7-64-64V128zm320 0V384H576V128H320zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276H141l19-42.8zM448 164c11 0 20 9 20 20v4h44 16c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45H448 376c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20z"/>
|
||||
</symbol>
|
||||
</svg>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
|
||||
<nav class="navbar bg-body-tertiary navbar-expand-md bg-body-tertiary">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand ds-i18n" href="https://dualshock-tools.github.io">DualShock Calibration GUI</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse container-fluid justify-content-end" id="navbarNavDropdown">
|
||||
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link ds-i18n" href="#" onclick="show_faq_modal();">Frequently Asked Questions</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown" id="navbarNavAltMarkup">
|
||||
<a class="nav-link dropdown-toggle" id="langMenuButton" role="button" href="#" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">
|
||||
<svg class="bi text-secondary" width="1.5em" height="1.5em" ><use xlink:href="#lang"/></svg> <span id="curLang">English</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="langMenuButton" id="availLangs">
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container p-2">
|
||||
<h1 class="ds-i18n">DualShock Calibration GUI</h1>
|
||||
|
||||
<div id="missinghid" style="display: none;">
|
||||
<p class="ds-i18n">Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).</p>
|
||||
@@ -50,7 +89,11 @@
|
||||
|
||||
<div id="offlinebar" class="vstack p-2" style="display: none;">
|
||||
<p class="ds-i18n">Connect a DualShock 4 or a DualSense controller to your computer and press Connect.</p>
|
||||
<button id="btnconnect" type="button" class="btn btn-outline-primary ds-i18n" onclick="connect()">Connect</button><br>
|
||||
<button id="btnconnect" type="button" class="btn btn-outline-primary" onclick="connect()">
|
||||
<span class="spinner-border spinner-border-sm" style="display: none;" id="connectspinner" aria-hidden="true"></span>
|
||||
<span class="ds-i18n">Connect</span>
|
||||
</button>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div id="onlinebar" class="vstack p-2" style="display: none;">
|
||||
@@ -126,6 +169,7 @@
|
||||
<ul>
|
||||
<li class="ds-i18n">This website is not affiliated with Sony, PlayStation & co.</li>
|
||||
<li class="ds-i18n">This service is provided without warranty. Use at your own risk.</li>
|
||||
<li class="ds-i18n">This website uses analytics to improve the service.</li>
|
||||
<li class="ds-i18n">Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.</li>
|
||||
<li class="ds-i18n">Before doing the permanent calibration, try the temporary one to ensure that everything is working well.</li>
|
||||
</ul>
|
||||
@@ -270,10 +314,22 @@
|
||||
<p><span class="ds-i18n">If you're finding it helpful and you want to support my efforts, feel free to</span> <a href="https://paypal.me/alaincarlucci" target="_blank" class="text-body-secondary ds-i18n">buy me a coffee</a><span class="ds-i18n">! :)</span></p>
|
||||
<p class="ds-i18n">Do you have any suggestion or issue? Drop me a message via email or discord.</p>
|
||||
<p class="ds-i18n">Cheers!</p>
|
||||
|
||||
<div class="collapse" id="ethereumCollapse">
|
||||
<div class="card card-body">
|
||||
<h5 class="card-title">Ethereum Address</h5>
|
||||
<center><img src="donate.png" width="128px" /></center>
|
||||
<input type="text" class="form-control" value="0x27dDA2f15A6A477fcdFB3709Ed0760aEF0246D5D" readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button onclick="window.open('https://paypal.me/alaincarlucci')" type="button" class="btn btn-success" data-bs-dismiss="modal">
|
||||
<svg class="bi" width="18" height="18"><use xlink:href="#mug"/></svg>
|
||||
<button data-bs-toggle="collapse" data-bs-target="#ethereumCollapse" aria-expanded="false" aria-controls="ethereumCollapse" type="button" class="btn btn-success">
|
||||
<svg class="bi" width="18" height="18"><use xlink:href="#ethereum"/></svg> Ethereum
|
||||
</button>
|
||||
|
||||
<button onclick="window.open('https://paypal.me/alaincarlucci')" type="button" class="btn btn-primary" data-bs-dismiss="modal">
|
||||
<svg class="bi" width="18" height="18"><use xlink:href="#paypal"/></svg> PayPal
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -292,10 +348,116 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- FAQ -->
|
||||
<div class="modal fade" id="faqModal" tabindex="-1" role="dialog" aria-labelledby="faqModalTitle" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg modal-fullscreen-md-down" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title ds-i18n" id="faqModalTitle">Frequently Asked Questions</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="p-3 ds-i18n">Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!</div>
|
||||
<div class="accordion accordion-flush" id="accordionFlushExample">
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse3" aria-expanded="false" aria-controls="flush-collapse3">How does it work?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse3" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.</p>
|
||||
|
||||
<p><span class="ds-i18n">Through</span> <a class="ds-i18n" href='https://blog.the.al' target='_blank'>this research</a><span class="ds-i18n">, it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.</span></p>
|
||||
<p class="ds-i18n">While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">Does the calibration remain effective during gameplay on PS4/PS5?</button>
|
||||
</h2>
|
||||
<div id="flush-collapseOne" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="ds-i18n accordion-body">Yes, if you tick the checkbox "Write changes permanently in the controller". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">Is this an officially endorsed service?</button>
|
||||
</h2>
|
||||
<div id="flush-collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="ds-i18n accordion-body">No, this service is simply a creation by a DualShock enthusiast.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse4" aria-expanded="false" aria-controls="flush-collapse4">Does this website detects if a controller is a clone?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse4" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.</p>
|
||||
|
||||
<p class="ds-i18n">Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.</p>
|
||||
|
||||
<p class="ds-i18n">If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse5" aria-expanded="false" aria-controls="flush-collapse5">What development is in plan?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse5" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">I maintain two separate to-do lists for this project, although the priority has yet to be established.</p>
|
||||
|
||||
<p class="ds-i18n">The first list is about enhancing support for DualShock4 and DualSense controllers:</p>
|
||||
<ul>
|
||||
<li class="ds-i18n">Implement calibration of L2/R2 triggers.</li>
|
||||
<li class="ds-i18n">Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.</li>
|
||||
<li class="ds-i18n">Enhance user interface (e.g. provide additional controller information)</li>
|
||||
<li class="ds-i18n">Add support for recalibrating IMUs.</li>
|
||||
<li class="ds-i18n">Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).</li>
|
||||
</ul>
|
||||
|
||||
<p class="ds-i18n">The second list contains new controllers I aim to support:</p>
|
||||
<ul>
|
||||
<li class="ds-i18n">DualSense Edge</li>
|
||||
<li class="ds-i18n">DualShock 3</li>
|
||||
<li class="ds-i18n">XBox Controllers</li>
|
||||
</ul>
|
||||
|
||||
<p class="ds-i18n">Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse6" aria-expanded="false" aria-controls="flush-collapse6">I love this service, it helped me! How can I contribute?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse6" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:</p>
|
||||
<ul>
|
||||
<li><span class="ds-i18n">Consider making a</span> <a href="https://paypal.me/alaincarlucci" target="_blank" class="ds-i18n">donation</a> <span class="ds-i18n">to support my late-night caffeine-fueled reverse-engineering efforts.</span></li>
|
||||
<li class="ds-i18n">Ship me a controller you would love to add (send me an email for organization).</li>
|
||||
<li><a href="https://github.com/dualshock-tools/dualshock-tools.github.io/blob/main/TRANSLATIONS.md" class="ds-i18n" target="_blank">Translate this website in your language</a><span class="ds-i18n">, to help more people like you!</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary ds-i18n" data-bs-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<footer>
|
||||
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top" id="footbody">
|
||||
<p><span class="ds-i18n">Version</span> 0.4<small class="text-muted">beta</small> (2024-04-09) - <a href="#" class="ds-i18n" data-bs-toggle="modal" data-bs-target="#donateModal">Support this project</a> <span id="authorMsg"></span></p>
|
||||
<p><span class="ds-i18n">Version</span> 0.9 (2024-04-25) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
|
||||
<ul class="list-unstyled d-flex">
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>
|
||||
|
||||
166
lang/bg_bg.json
Normal file
166
lang/bg_bg.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- Превод на Български е извършен от: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a>",
|
||||
"DualShock Calibration GUI": "DualShock калибрационен интерфейс",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Неподдържан браузър. Моля, използвайте уеб браузър с поддръжка на WebHID (например Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Свържете DualShock 4 или DualSense контролер към вашия компютър и натиснете Свържи.",
|
||||
"Connect": "Свържи",
|
||||
"Connected to:": "Свързан с:",
|
||||
"Disconnect": "Изключване",
|
||||
"Firmware Info": "Информация за фърмуера",
|
||||
"Calibrate stick center": "Калибриране на центъра на джойстиците",
|
||||
"Calibrate stick range (permanent)": "Калибриране на обхвата на джойстиците (постоянно)",
|
||||
"Calibrate stick range (temporary)": "Калибриране на обхвата на джойстиците (временно)",
|
||||
"Reset controller": "Нулиране на контролера",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Секциите по-долу не са полезни, просто някаква отстрана информация или ръчни команди",
|
||||
"NVS Status": "NVS Статус",
|
||||
"Unknown": "Неизвестно",
|
||||
"BD Addr": "BD Адрес",
|
||||
"Debug buttons": "Бутони за дебъгване",
|
||||
"Query NVS status": "Заявка за статус на NVS",
|
||||
"NVS unlock": "Отключване на NVS",
|
||||
"NVS lock": "Заключване на NVS",
|
||||
"Get BDAddr": "Вземи BD адрес",
|
||||
"Fast calibrate stick center (OLD)": "Бързо калибриране на центъра на джойстиците (СТАРО)",
|
||||
"Stick center calibration": "Калибриране на центъра на джойстиците",
|
||||
"Welcome": "Добре дошли",
|
||||
"Step 1": "Стъпка 1",
|
||||
"Step 2": "Стъпка 2",
|
||||
"Step 3": "Стъпка 3",
|
||||
"Step 4": "Стъпка 4",
|
||||
"Completed": "Завършено",
|
||||
"Welcome to the stick center-calibration wizard!": "Добре дошли в магьосника за калибриране на центъра на джойстиците!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Този инструмент ще ви насочи към центриране на аналоговите джойстици на вашия контролер. Той се състои от четири стъпки: ще ви бъде поискано да преместите двата джойстика в една посока и да ги освободите.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Моля, имайте предвид, че, <i>веднъж като калибрацията е стартирана, не може да бъде отменена</i>. Не затваряйте тази страница или не изключвайте контролера си, докато не приключи.",
|
||||
"Calibration storage": "Съхранение на калибрация",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "По подразбиране, калибрацията се запазва само в една запомняща среда, така че ако вие (или този инструмент) объркате нещо, рестартиране на контролера е достатъчно, за да го направи работещо отново.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Ако желаете да запазите калибрацията перманентно в контролера, отметнете полето за отметка по-долу:",
|
||||
"Write changes permanently in the controller": "Запишете промените перманентно в контролера",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Внимание: <font color='red'>Не запазвайте калибрацията перманентно, ако батерията на контролера е слаба или разкачена. Това ще повреди контролера.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Натиснете <b>Стартирайте</b>, за да започнете калибрирането",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Моля, преместете двата джойстика в <b>горния ляв ъгъл</b> и ги освободете.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Когато джойстиците се върнат в центъра, натиснете <b>Продължи</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Моля, преместете двата джойстика в <b>горния десен ъгъл</b> и ги освободете.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Моля, преместете двата джойстика в <b>долния ляв ъгъл</b> и ги освободете.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Моля, преместете двата джойстика в <b>долния десен ъгъл</b> и ги освободете.",
|
||||
"Calibration completed successfully!": "Калибрацията завърши успешно!",
|
||||
"Next": "Следващо",
|
||||
"Recentering the controller sticks. ": "Повторно центриране на джойстиците на контролера. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Моля, не затваряйте този прозорец и не изключвайте контролера си. ",
|
||||
"Range calibration": "Калибриране на обхвата",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Контролерът в момента примерява данни!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Завъртете джойстиците бавно, за да покриете целия обхват. Натиснете \"Готово\", когато приключите.",
|
||||
"Done": "Готово",
|
||||
"Hi, thank you for using this software.": "Здравейте, благодарим ви, че използвате този софтуер.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Ако намирате, че е полезно и искате да подкрепите усилията ми, не се колебайте",
|
||||
"buy me a coffee": "поръчайте ми кафе",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Имате ли някакви предложения или проблеми? Изпратете ми съобщение по имейл или discord.",
|
||||
"Cheers!": "Благодаря!",
|
||||
"Support this project": "Подкрепете този проект",
|
||||
|
||||
"unknown": "неизвестен",
|
||||
"original": "оригинален",
|
||||
"clone": "клон",
|
||||
"locked": "заключен",
|
||||
"unlocked": "отключен",
|
||||
"error": "грешка",
|
||||
"Build Date:": "Дата на изграждане:",
|
||||
"HW Version:": "Версия на хардуера:",
|
||||
"SW Version:": "Версия на софтуера:",
|
||||
"Device Type:": "Тип устройство:",
|
||||
"Firmware Type:": "Тип фърмуер:",
|
||||
"SW Series:": "Серия на софтуера:",
|
||||
"HW Info:": "Информация за хардуера:",
|
||||
"SW Version:": "Версия на софтуера:",
|
||||
"UPD Version:": "Версия на UPD:",
|
||||
"FW Version1:": "Версия на FW1:",
|
||||
"FW Version2:": "Версия на FW2:",
|
||||
"FW Version3:": "Версия на FW3:",
|
||||
|
||||
"Range calibration completed": "Калибрация на обхвата завършена",
|
||||
"Range calibration failed: ": "Калибрация на обхвата неуспешна: ",
|
||||
"Cannot unlock NVS": "Не може да се отключи NVS",
|
||||
"Cannot relock NVS": "Не може да се затвори NVS",
|
||||
"Error 1": "Грешка 1",
|
||||
"Error 2": "Грешка 2",
|
||||
"Error 3": "Грешка 3",
|
||||
"Stick calibration failed: ": "Калибрация на джойстиците неуспешна: ",
|
||||
"Stick calibration completed": "Калибрация на джойстиците завършена",
|
||||
"NVS Lock failed: ": "Заключване на NVS неуспешно: ",
|
||||
"NVS Unlock failed: ": "Отключване на NVS неуспешно: ",
|
||||
"Please connect only one controller at time.": "Моля, свържете само един контролер по време на",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Свързан невалидно устройство: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Калибрацията на DualSense Edge в момента не се поддържа.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Устройството изглежда като DS4 клон. Всички функционалности са деактивирани.",
|
||||
"Error: ": "Грешка: ",
|
||||
"My handle on discord is: the_al": "Моят ник в discord е: the_al",
|
||||
"Initializing...": "Инициализация...",
|
||||
"Storing calibration...": "Запазване на калибрацията...",
|
||||
"Sampling...": "Проба...",
|
||||
"Calibration in progress": "Калибрация в ход",
|
||||
"Start": "Започни",
|
||||
"Done": "Готово",
|
||||
"Continue": "Продължи",
|
||||
"You can check the calibration with the": "Можете да проверите калибрацията с",
|
||||
"Have a nice day :)": "Приятен ден! :)",
|
||||
"Welcome to the Calibration GUI": "Добре дошли в Calibration GUI",
|
||||
"Just few things to know before you can start:": "Просто няколко неща, които трябва да знаете, преди да започнете:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Този уебсайт не е свързан с Sony, PlayStation и др.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Този сервиз се предоставя без гаранция. Използвайте на ваш собствен риск.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Задръжте вътрешната батерия на контролера свързана и се уверете, че е напълно заредена. Ако батерията умре по време на операциите, контролерът ще бъде повреден и неползваем.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Преди да направите перманентната калибрация, опитайте временната, за да се уверите, че всичко работи добре.",
|
||||
"Understood": "Разбрано",
|
||||
"Version": "Версия",
|
||||
|
||||
"Frequently Asked Questions": "Често задавани въпроси",
|
||||
"Close": "Затвори",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добре дошли в раздела с често задавани въпроси! По-долу ще намерите отговори на някои от най-често задаваните въпроси относно този уебсайт. Ако имате други въпроси или се нуждаете от допълнителна помощ, не се колебайте да се свържете директно с мен. Вашите отзиви и въпроси са винаги добре дошли!",
|
||||
"How does it work?": "Как работи това?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Отвъд кадъра, този уебсайт е резултатът от една година на посветена усилия в обратното проектиране на контролерите DualShock за забавление / хоби от случаен човек в интернет.",
|
||||
"Through": "Чрез",
|
||||
"this research": "тази изследователска дейност",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", беше открито, че съществуват някои недокументирани команди на контролерите DualShock, които могат да се изпращат по USB и се използват по време на процеса на сглобяване във фабриката. Ако тези команди се изпратят, контролерът започва повторната калибрация на аналоговите палчета.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Въпреки че основният фокус на това изследване първоначално не беше насочен към калибрацията, стана ясно, че услуга, която предлага тази възможност, може значително да ползва много хора. И така, ето ни.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Калибрацията ли остава ефективна по време на играта на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, ако отметнете квадратчето \"Запиши промените постоянно в контролера\". В този случай калибрацията се записва директно във фърмуера на контролера. Това гарантира, че тя остава на място, независимо от конзолата, към която е свързана.",
|
||||
"Is this an officially endorsed service?": "Това ли е официално подкрепена услуга?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Не, тази услуга просто е създадена от ентусиаст на DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Този уебсайт ли открива дали контролерът е копие?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, само DualShock4 в момента. Това се случи, защото случайно закупих някои копия, изразходвах време за идентифициране на разликите и добавих тази функционалност, за да предотвратя бъдеща измама.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "За съжаление, копията все пак не могат да бъдат калибрирани, защото те само клонират поведението на DualShock4 по време на нормална игра, не всички недокументирани функционалности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Ако искате да разширите тази функционалност за откриване и за DualSense, моля, пратете ми фалшив DualSense и ще я видите след няколко седмици.",
|
||||
"What development is in plan?": "Какво развитие е планирано?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "За този проект поддържам два отделни списъка с неща за направление, въпреки че приоритетът все още не е установен.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Първият списък е за подобряване на поддръжката за контролерите DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Изпълнете калибрирането на тригерите L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Подобрете откриването на клонове, което е особено полезно за онези, които търсят да закупят използвани контролери с увереност в автентичността им.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Подобрете потребителския интерфейс (например, предоставяйки допълнителна информация за контролера)",
|
||||
"Add support for recalibrating IMUs.": "Добавете поддръжка за рекалибриране на IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Освен това, изследвайте възможността за възстановяване на неработещи контролери DualShock (допълнителни дискусии налични в Discord за заинтересованите страни).",
|
||||
"The second list contains new controllers I aim to support:": "Вторият списък съдържа новите контролери, които се надявам да подкрепя:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контролери на Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Всяка от тези задачи представя както огромен интерес, така и значителни времеви инвестиции. За да предоставя контекст, подкрепата на нов контролер обикновено изисква 6-12 месеца на изцяло време за изследване, заедно с малко късмет.",
|
||||
"I love this service, it helped me! How can I contribute?": "Обожавам този сервиз, помогна ми! Как мога да допринеса?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Радвам се, че научих, че това ви беше полезно! Ако се интересувате от допринесване, ето няколко начина, по които можете да ми помогнете:",
|
||||
"Consider making a": "Разгледайте да направите ",
|
||||
"donation": "дарение",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "за подкрепа на моите нощни усилия за обратно инженерство, задвижвани от кафето.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Изпратете ми контролер, който бихте искали да добавите (изпратете ми имейл за организация).",
|
||||
"Translate this website in your language": "Преведете този уебсайт на ваш език",
|
||||
", to help more people like you!": ", за да помогнете на повече хора като вас!",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Този уебсайт използва анализи за подобряване на услугата.",
|
||||
"": ""
|
||||
}
|
||||
166
lang/de_de.json
Normal file
166
lang/de_de.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- Deutsch Übersetzung von <a href='https://chat.openai.com'>ChatGPT</a>",
|
||||
"DualShock Calibration GUI": "DualShock-Kalibrierungs-GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nicht unterstützter Browser. Verwenden Sie bitte einen Webbrowser mit WebHID-Unterstützung (z.B. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Schließen Sie einen DualShock 4 oder einen DualSense-Controller an Ihren Computer an und drücken Sie Verbinden.",
|
||||
"Connect": "Verbinden",
|
||||
"Connected to:": "Verbunden mit:",
|
||||
"Disconnect": "Trennen",
|
||||
"Firmware Info": "Firmware-Info",
|
||||
"Calibrate stick center": "Analog-Stick-Mitte kalibrieren",
|
||||
"Calibrate stick range (permanent)": "Kalibrieren Sie den Stick-Bereich (permanent)",
|
||||
"Calibrate stick range (temporary)": "Kalibrieren Sie den Stick-Bereich (temporär)",
|
||||
"Reset controller": "Controller zurücksetzen",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Die untenstehenden Abschnitte sind nicht nützlich, nur einige Debug-Infos oder manuelle Befehle",
|
||||
"NVS Status": "NVS-Status",
|
||||
"Unknown": "Unbekannt",
|
||||
"BD Addr": "BD-Adresse",
|
||||
"Debug buttons": "Debug-Tasten",
|
||||
"Query NVS status": "NVS-Status abfragen",
|
||||
"NVS unlock": "NVS entsperren",
|
||||
"NVS lock": "NVS sperren",
|
||||
"Get BDAddr": "BDAddr abrufen",
|
||||
"Fast calibrate stick center (OLD)": "Schnelle Kalibrierung der Analog-Stick-Mitte (ALT)",
|
||||
"Stick center calibration": "Kalibrierung der Stick-Mitte",
|
||||
"Welcome": "Willkommen",
|
||||
"Step 1": "Schritt 1",
|
||||
"Step 2": "Schritt 2",
|
||||
"Step 3": "Schritt 3",
|
||||
"Step 4": "Schritt 4",
|
||||
"Completed": "Abgeschlossen",
|
||||
"Welcome to the stick center-calibration wizard!": "Willkommen im Analog-Stick-Mitte-Kalibrierungsassistenten!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Dieses Tool wird Sie beim Zurücksetzen der Analog-Sticks Ihres Controllers in die Mitte führen. Es besteht aus vier Schritten: Sie werden aufgefordert, beide Sticks in eine Richtung zu bewegen und loszulassen.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Bitte beachten Sie, dass die Kalibrierung, sobald sie läuft, nicht abgebrochen werden kann. Schließen Sie diese Seite nicht und trennen Sie Ihren Controller nicht, bis sie abgeschlossen ist.",
|
||||
"Calibration storage": "Kalibrierungsspeicherung",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "Standardmäßig wird die Kalibrierung nur im flüchtigen Speicher gespeichert, so dass bei einer Fehlfunktion (oder durch dieses Tool) ein Controller-Reset ausreicht, um ihn wieder zum Laufen zu bringen.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Wenn Sie die Kalibrierung dauerhaft im Controller speichern möchten, aktivieren Sie das Kontrollkästchen unten:",
|
||||
"Write changes permanently in the controller": "Änderungen dauerhaft im Controller speichern",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Warnung: <font color=\"red\">Speichern Sie die Kalibrierung nicht dauerhaft, wenn die Controller-Batterie schwach ist oder getrennt wurde. Dies beschädigt Ihren Controller.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Drücken Sie <b>Start</b>, um mit der Kalibrierung zu beginnen.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>obere linke Ecke</b> und lassen Sie sie los.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Wenn die Sticks wieder in der Mitte sind, drücken Sie <b>Weiter</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>obere rechte Ecke</b> und lassen Sie sie los.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>untere linke Ecke</b> und lassen Sie sie los.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>untere rechte Ecke</b> und lassen Sie sie los.",
|
||||
"Calibration completed successfully!": "Kalibrierung erfolgreich abgeschlossen!",
|
||||
"Next": "Weiter",
|
||||
"Recentering the controller sticks. ": "Controller-Sticks zurücksetzen. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Bitte schließen Sie dieses Fenster nicht und trennen Sie Ihren Controller nicht. ",
|
||||
"Range calibration": "Bereichskalibrierung",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Der Controller erfasst jetzt Daten!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Drehen Sie die Sticks langsam, um den gesamten Bereich abzudecken. Drücken Sie \"Fertig\", wenn Sie fertig sind.",
|
||||
"Done": "Fertig",
|
||||
"Hi, thank you for using this software.": "Hallo, vielen Dank, dass Sie diese Software verwenden.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Wenn Sie es hilfreich finden und meine Bemühungen unterstützen möchten, können Sie gerne",
|
||||
"buy me a coffee": "mir einen Kaffee anbieten",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Haben Sie einen Vorschlag oder ein Problem? Schicken Sie mir eine Nachricht per E-Mail oder Discord.",
|
||||
"Cheers!": "Prost!",
|
||||
"Support this project": "Unterstütze dieses Projekt",
|
||||
|
||||
"unknown": "unbekannt",
|
||||
"original": "original",
|
||||
"clone": "Klon",
|
||||
"locked": "gesperrt",
|
||||
"unlocked": "entsperrt",
|
||||
"error": "Fehler",
|
||||
"Build Date:": "Build-Datum:",
|
||||
"HW Version:": "HW-Version:",
|
||||
"SW Version:": "SW-Version:",
|
||||
"Device Type:": "Gerätetyp:",
|
||||
"Firmware Type:": "Firmware-Typ:",
|
||||
"SW Series:": "SW-Serie:",
|
||||
"HW Info:": "HW-Info:",
|
||||
"SW Version:": "SW-Version:",
|
||||
"UPD Version:": "UPD-Version:",
|
||||
"FW Version1:": "FW-Version1:",
|
||||
"FW Version2:": "FW-Version2:",
|
||||
"FW Version3:": "FW-Version3:",
|
||||
|
||||
"Range calibration completed": "Bereichskalibrierung abgeschlossen",
|
||||
"Range calibration failed: ": "Bereichskalibrierung fehlgeschlagen: ",
|
||||
"Cannot unlock NVS": "NVS kann nicht entsperrt werden",
|
||||
"Cannot relock NVS": "NVS kann nicht wieder gesperrt werden",
|
||||
"Error 1": "Fehler 1",
|
||||
"Error 2": "Fehler 2",
|
||||
"Error 3": "Fehler 3",
|
||||
"Stick calibration failed: ": "Stick-Kalibrierung fehlgeschlagen: ",
|
||||
"Stick calibration completed": "Stick-Kalibrierung abgeschlossen",
|
||||
"NVS Lock failed: ": "NVS-Sperrung fehlgeschlagen: ",
|
||||
"NVS Unlock failed: ": "NVS-Entsperrung fehlgeschlagen: ",
|
||||
"Please connect only one controller at time.": "Bitte verbinden Sie jeweils nur einen Controller.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Verbundenes ungültiges Gerät: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Die Kalibrierung des DualSense Edge wird derzeit nicht unterstützt.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Das Gerät scheint ein DS4-Klon zu sein. Alle Funktionen sind deaktiviert.",
|
||||
"Error: ": "Fehler: ",
|
||||
"My handle on discord is: the_al": "Mein Handle auf Discord ist: the_al",
|
||||
"Initializing...": "Initialisierung...",
|
||||
"Storing calibration...": "Kalibrierung speichern...",
|
||||
"Sampling...": "Probenahme...",
|
||||
"Calibration in progress": "Kalibrierung läuft",
|
||||
"Start": "Start",
|
||||
"Done": "Fertig",
|
||||
"Continue": "Fortfahren",
|
||||
"You can check the calibration with the": "Sie können die Kalibrierung mit dem",
|
||||
"Have a nice day :)": "Einen schönen Tag noch! :)",
|
||||
"Welcome to the Calibration GUI": "Willkommen bei der Kalibrierungs-GUI",
|
||||
"Just few things to know before you can start:": "Nur wenige Dinge, die Sie wissen sollten, bevor Sie beginnen:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Diese Website ist nicht mit Sony, PlayStation & Co. verbunden.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Dieser Service wird ohne Garantie bereitgestellt. Benutzung auf eigene Gefahr.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Halten Sie die interne Batterie des Controllers angeschlossen und stellen Sie sicher, dass sie gut geladen ist. Wenn die Batterie während der Operationen leer wird, wird der Controller beschädigt und unbrauchbar.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Bevor Sie die permanente Kalibrierung durchführen, probieren Sie die temporäre aus, um sicherzustellen, dass alles gut funktioniert.",
|
||||
"Understood": "Verstanden",
|
||||
"Version": "Version",
|
||||
|
||||
"Frequently Asked Questions": "Häufig gestellte Fragen",
|
||||
"Close": "Schließen",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Willkommen im F.A.Q.-Bereich! Unten finden Sie Antworten auf einige der am häufigsten gestellten Fragen zu dieser Website. Wenn Sie weitere Fragen haben oder weitere Unterstützung benötigen, können Sie sich gerne direkt an mich wenden. Ihr Feedback und Ihre Fragen sind immer willkommen!",
|
||||
"How does it work?": "Wie funktioniert das?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Hinter den Kulissen ist diese Website das Ergebnis eines einjährigen engagierten Aufwands beim Reverse-Engineering von DualShock-Controllern zum Spaß/Hobby eines zufälligen Typen im Internet.",
|
||||
"Through": "Durch",
|
||||
"this research": "diese Forschung",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", wurde entdeckt, dass es einige nicht dokumentierte Befehle auf DualShock-Controllern gibt, die über USB gesendet werden können und während des Fabrikationsprozesses verwendet werden. Wenn diese Befehle gesendet werden, startet der Controller die Neukalibrierung der Analog-Sticks.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Obwohl der Schwerpunkt dieser Forschung ursprünglich nicht auf der Neukalibrierung lag, wurde deutlich, dass ein Service, der diese Fähigkeit bietet, zahlreichen Personen erhebliche Vorteile bringen könnte. Und so sind wir hier.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Bleibt die Kalibrierung während des Spielens auf PS4/PS5 wirksam?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Ja, wenn Sie das Kontrollkästchen \"Änderungen dauerhaft im Controller speichern\" aktivieren. In diesem Fall wird die Kalibrierung direkt im Controller-Firmware gespeichert. Dies stellt sicher, dass sie unabhängig von der angeschlossenen Konsole an Ort und Stelle bleibt.",
|
||||
"Is this an officially endorsed service?": "Ist dies ein offiziell unterstützter Service?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Nein, dieser Service ist einfach eine Schöpfung eines DualShock-Enthusiasten.",
|
||||
"Does this website detects if a controller is a clone?": "Erkennt diese Website, ob ein Controller ein Klon ist?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Ja, derzeit nur DualShock4. Dies geschah, weil ich versehentlich einige Klone gekauft habe, Zeit damit verbracht habe, die Unterschiede zu identifizieren und diese Funktionalität hinzugefügt habe, um zukünftige Täuschungen zu verhindern.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Leider können die Klone sowieso nicht kalibriert werden, weil sie nur das Verhalten eines DualShock4 während eines normalen Gameplays klonen, nicht alle nicht dokumentierten Funktionen.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Wenn Sie diese Erkennungsfunktionalität auf DualSense erweitern möchten, senden Sie mir bitte einen gefälschten DualSense und Sie werden es in wenigen Wochen sehen.",
|
||||
"What development is in plan?": "Was ist in der Planung?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Ich führe für dieses Projekt zwei separate To-Do-Listen, obwohl die Priorität noch nicht festgelegt wurde.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Die erste Liste befasst sich mit der Verbesserung der Unterstützung für DualShock4- und DualSense-Controller:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementierung der Kalibrierung von L2/R2-Abzügen.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Verbessern Sie die Erkennung von Klonen, was insbesondere für diejenigen von Vorteil ist, die gebrauchte Controller mit der Gewissheit der Echtheit kaufen möchten.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Verbesserung der Benutzeroberfläche (z. B. Bereitstellung zusätzlicher Controllerinformationen)",
|
||||
"Add support for recalibrating IMUs.": "Unterstützung für die Neukalibrierung von IMUs hinzufügen.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Erkunden Sie zusätzlich die Möglichkeit, nicht funktionierende DualShock-Controller wiederzubeleben (weitere Diskussionen auf Discord für interessierte Parteien verfügbar).",
|
||||
"The second list contains new controllers I aim to support:": "Die zweite Liste enthält neue Controller, die ich unterstützen möchte:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Xbox-Controller",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Jede dieser Aufgaben bietet sowohl ein immenses Interesse als auch eine erhebliche zeitliche Investition. Um einen Kontext zu bieten, erfordert die Unterstützung eines neuen Controllers in der Regel 6-12 Monate Vollzeitforschung, neben einem Schlag des Glücks.",
|
||||
"I love this service, it helped me! How can I contribute?": "Ich liebe diesen Service, er hat mir geholfen! Wie kann ich beitragen?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Ich freue mich zu hören, dass Sie das hilfreich gefunden haben! Wenn Sie interessiert sind, beizutragen, gibt es hier einige Möglichkeiten, wie Sie mir helfen können:",
|
||||
"Consider making a": "Erwägen Sie, ein ",
|
||||
"donation": "Spende",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": ", um meine koffeingetriebenen Reverse-Engineering-Bemühungen in der Nacht zu unterstützen.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Schicken Sie mir einen Controller, den Sie gerne hinzufügen möchten (senden Sie mir eine E-Mail zur Organisation).",
|
||||
"Translate this website in your language": "Übersetzen Sie diese Website in Ihre Sprache",
|
||||
", to help more people like you!": ", um mehr Menschen wie Sie zu helfen!",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Diese Website verwendet Analytics, um den Service zu verbessern.",
|
||||
"": ""
|
||||
}
|
||||
161
lang/es_es.json
Normal file
161
lang/es_es.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
".authorMsg": "- Traducción al Español realizado por Ruben Martins :)",
|
||||
"DualShock Calibration GUI": "GUI de Calibración DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Browser no supportado. Por favor utiliza un explorador con soporte WebHID (ej. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Conecta un DualShock 4 o un controlador DualSense a tu ordenador y pulsa Conectar",
|
||||
"Connect": "Conectar",
|
||||
"Connected to:": "Conectar a:",
|
||||
"Disconnect": "Desconectar",
|
||||
"Firmware Info": "Información del Firmware",
|
||||
"Calibrate stick center": "Calibrar centro del Analog",
|
||||
"Calibrate stick range (permanent)": "Calibrar el rango del Analog (permanente)",
|
||||
"Calibrate stick range (temporary)": "Calibrar el rango del Analog (temporal)",
|
||||
"Reset controller": "Resetear controller",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Las secciones de abajo no son utilies, solo informacion de depuración o mandos manuales",
|
||||
"NVS Status": "Estado NVS",
|
||||
"Unknown": "Desconocido",
|
||||
"BD Addr": "Dirección BD",
|
||||
"Debug buttons": "Botones de depuración",
|
||||
"Query NVS status": "OttieConsulta de estado NVS",
|
||||
"NVS unlock": "Desbloqueo NVS",
|
||||
"NVS lock": "Bloqueo NVS",
|
||||
"Get BDAddr": "Obtener BDAddr",
|
||||
"Fast calibrate stick center (OLD)": "Calibración RÁPIDA centro Analog (Antiguo)",
|
||||
"Stick center calibration": "Calibración del centro del Analog",
|
||||
"Welcome": "Bienvenido",
|
||||
"Step 1": "Paso 1",
|
||||
"Step 2": "Paso 2",
|
||||
"Step 3": "Paso 3",
|
||||
"Step 4": "Paso 4",
|
||||
"Completed": "Completado",
|
||||
"Welcome to the stick center-calibration wizard!": "Bienvenido al asistente de calibración del centro del Analog!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Esta herramienta le guiará a volver a centrar los Sticks analógicos. Se realiza en cuatro pasos: Se le pide que mueva los analogicos en una dirección y que los suelte.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Atención: <i>la calibración NO se puede interrumpir</i>. No cierre esta página, ni desconecte el mando hasta que este COMPLETO.",
|
||||
"Calibration storage": "Calibracón guardada!",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "Por defecto la calibración se guarda en la memória volatil, si tu (o esta herramienta) genera algun problema, un reset del mando es suficiente para volver a funcionar otra vez.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Si prefieres, se puede guardar la calibración de forma permanente, para ello selecciona la casilla de abajo:",
|
||||
"Write changes permanently in the controller": "Guardar configuración de forma permanente en el mando",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Aviso: <font color='red'>No guardar la calibración de forma permanente si el mando esta con la bateria baja, o se desconecta. Eso provoca daños en el mando.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Pulsa <b>Empezar</b> para iniciar calibración",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Mueve la palanca <b>arriba-izquierda</b> y suelta.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Cuando vuelva al centro , pulsa <b>Continuar</b>",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Mueve la palanca <b>arriba-derecha</b> y suelta.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Mueve la palanca <b>abajo-izquierda</b> y suelta.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Mueve la palanca <b>abajo-derecha</b> y suelta.",
|
||||
"Calibration completed successfully!": "Calibración realizada con exito!",
|
||||
"Next": "Siguiente",
|
||||
"Recentering the controller sticks. ": "Centrando las Analogicas del mando ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Por favor, no cierre esta ventana y no desconectar el mando ",
|
||||
"Range calibration": "Rango de calibracón",
|
||||
"<b>The controller is now sampling data!</b>": "<b>El mando es informacion de muestra!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Girar los analógicos despacio para cubrir todo rango. Pulsa \"Listo\" cuando terminado.",
|
||||
"Done": "Listo",
|
||||
"Hi, thank you for using this software.": "Hola, gracias por utilizar este programa.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Si te ha parecido util y te gustaria apoyar mi esfuerzo, no te cortes",
|
||||
"buy me a coffee": "y comprame un café",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Tienes alguna sugerencia o problema? Hazme lo saber por email o discord",
|
||||
"Cheers!": "Viva!",
|
||||
"Support this project": "Apoya este proyecto",
|
||||
|
||||
"unknown": "desconocido",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"locked": "bloqueado",
|
||||
"unlocked": "desbloqueado",
|
||||
"error": "error",
|
||||
"Build Date:": "Data Build:",
|
||||
"HW Version:": "Version HW:",
|
||||
"SW Version:": "Version SW:",
|
||||
"Device Type:": "Tipo Device:",
|
||||
"Firmware Type:": "Tipo Firmware:",
|
||||
"SW Series:": "Serie SW:",
|
||||
"HW Info:": "Info HW:",
|
||||
"SW Version:": "Version SW:",
|
||||
"UPD Version:": "Version UPD:",
|
||||
"FW Version1:": "Version FW1:",
|
||||
"FW Version2:": "Version FW2:",
|
||||
"FW Version3:": "Version FW3:",
|
||||
|
||||
"Range calibration completed": "Rango Calibración Completo",
|
||||
"Range calibration failed: ": "Rango Calibración FALLIDO: ",
|
||||
"Cannot unlock NVS": "Impossible desbloquear NVS",
|
||||
"Cannot relock NVS": "Impossible bloquear NVS",
|
||||
"Error 1": "Error 1",
|
||||
"Error 2": "Error 2",
|
||||
"Error 3": "Error 3",
|
||||
"Stick calibration failed: ": "Callibración Analogica FALLIDA: ",
|
||||
"Stick calibration completed": "Calibrazión Analogica Completa",
|
||||
"NVS Lock failed: ": "Bloqueo NVS Fallido: ",
|
||||
"NVS Unlock failed: ": "Desbloqueo NVS Fallido: ",
|
||||
"Please connect only one controller at time.": "Por favor, conecta un mando a la vez.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Conectado dispositivo incompatible: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Calibracion de DualSense Edge no está soportada, de momento...",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "El dispositivo parece ser un clone DS4. Todas las funcionalidades estan desabilitadas",
|
||||
"Error: ": "Error: ",
|
||||
"My handle on discord is: the_al": "Mi identificador de discord es: the_al",
|
||||
"Initializing...": "Inicializando...",
|
||||
"Storing calibration...": "Guardando Calibración...",
|
||||
"Sampling...": "Muestra...",
|
||||
"Calibration in progress": "Calibración en proceso",
|
||||
"Start": "Empezar",
|
||||
"Done": "Listo",
|
||||
"Continue": "Continuar",
|
||||
"You can check the calibration with the": "Puedes verificar tu calibración con",
|
||||
"Have a nice day :)": "Ten un buen dia! :)",
|
||||
"Welcome to the Calibration GUI": "Bienvenido a la Calibration GUI",
|
||||
"Just few things to know before you can start:": "Algunas cosas antes de empezar:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Esta web no esta afiliada con Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Este servicio esta sin garantia. Usalo a tu propio riesgo. ",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Ten la bateria del mando siempre conectada y asegurate que este cargada.Si la bateria muere durante las operaciones, el mando se quedará dañado y se quedará inutilizado",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Antes de hacer un calibración permanente, prueba hacer una calibración temporal, para asegurar que todo funciona bien.",
|
||||
"Understood": "Entendido",
|
||||
"Version": "Version",
|
||||
|
||||
"Frequently Asked Questions": "Preguntas Frecuentes",
|
||||
"Close": "Cerrar",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Bienvenido a la seccion F.A.Q.! Abajo va a encontrar las preguntas más frecuentes sobre esta web. Si tienes otros temas o necesitas más asistencia, siente libre de entrar en contacto directo conmigo. Tus comentarios y preguntas son siempre bienvenidas!",
|
||||
"How does it work?": "Como funciona?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Detras de esto, esta web es el culminar de un año de dedicacion y esfuerzo en ingeneria-reversa de DualShock por divertimiento/hobby de un individuo cualquier en internet.",
|
||||
"Through": "Através",
|
||||
"this research": "de esta investigación",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", se ha descubierto que hay comandos indocumentados de los DualShock que se pueden enviar por USB y que se usan en la fabrica durante el proceso de montaje. Si estos comandos se envian el mando empieza a recalibrar los analógicos. ",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Mientras el enfoque inicial no era de centrar y recalibrar los analogicos, se observo que la capacidad que ofrecia a la capacidad de servicio beneficiava mucho a muchos individuos. Por eso, aqui estamos.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "La calibración se mantiene efectiva durante las partidas en PS4/Ps5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Si, si selecionas la casilla \"Guarda los cambios permanentemente en el mando\". En el caso, que la calibracion se ha flasheado directamente en el mando. Esto asegura que se mantenga independientemente de la consola a que se conecte.",
|
||||
"Is this an officially endorsed service?": "Es esto un servicio oficial?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "No, esto es una creacion de un amante de DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Esta web detecta si el mando es un clone?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Si, solo DualShock4 de momento. Esto pasa ya que acidentalmente compre algunos clones y me pase tiempo identificando las diferencias, y añadi la funcion para prevenir futuras decepciones.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Desafortunadamente, los clones no se pueden calibrar, debido a que ellos clonan el comportamiento de un DualShock4 durante un juego normal, no todas las funciones indocumentadas.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Si quieres que se amplie esta detection enviame un Dualsense falso y lo vas a ver en unas semanas.",
|
||||
"What development is in plan?": "Cual el plan de desarrollo?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantengo dos listas separadas para este proyecto, si bien la prioridad aun esta por determinar.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "La primera lista es de dar soporte a mandos DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementacion calibracion de gatillos L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Mejora de deteccion de clones, particular en beneficio de quienes compren mandos y quieran asegurar su autenticidad.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Mejorar interfaz de usuario (ej. proporcionar informacion adicional del mando)",
|
||||
"Add support for recalibrating IMUs.": "Añadir soporte de recalibracion de IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Adicional, investigar la posibilidad de revivir mandos muertos DualShock (discucion disponible on Discord para grupos interesados).",
|
||||
"The second list contains new controllers I aim to support:": "La siguiente lista contiene los mandos que quiero dar soporte:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Controller Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Cada una de estas tareas demandan profundo interes y mucho tiempo de investigacion. Para entrar en contexto, dar soporte a un nuevo mando normalmente requiere 6-12 meses de investigacion a tiempo completo, con un golpe de buena suerte.",
|
||||
"I love this service, it helped me! How can I contribute?": "Me encantó este servicio, me ayudó mucho! Como puedo ayudar?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Me encanta escuchar que los has encontrado util! Si tienes ganas de apoyar, hay unas cuantas cosas para que me ayudes:",
|
||||
"Consider making a": "Considera hacer una ",
|
||||
"donation": "donacion",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "para ayudar mi velada-nocturna cafeina-cargada ingeneria-reversa esfuerzo.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Enviame un mando que te gustaria añadir (envia el email para organizar).",
|
||||
"Translate this website in your language": "Traduz esta web en tu idioma",
|
||||
", to help more people like you!": ", para que ayude mas personas como tu!",
|
||||
|
||||
"This website uses analytics to improve the service.": "Este sitio web utiliza análisis para mejorar el servicio.",
|
||||
"": ""
|
||||
}
|
||||
166
lang/fr_fr.json
Normal file
166
lang/fr_fr.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- Traduction française par <a href='https://github.com/Sadenki'>Cyrille Pugeault</a> & <a href='https://github.com/TyduSubak'>Alexandre Pugeault</a>.",
|
||||
"DualShock Calibration GUI": "Interface de calibrage DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Navigateur incompatible. Merci d'utiliser un navigateur supportant le WebHID (p. ex. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Connectez une manette DualShock 4 ou DualSense à votre ordinateur et appuyez sur 'Connecter'.",
|
||||
"Connect": "Connecter",
|
||||
"Connected to:": "Connecté à:",
|
||||
"Disconnect": "Déconnecter",
|
||||
"Firmware Info": "Information sur le firmware",
|
||||
"Calibrate stick center": "Calibrer le centrage du joystick",
|
||||
"Calibrate stick range (permanent)": "Calibrer la portée du joystick (permanent)",
|
||||
"Calibrate stick range (temporary)": "Calibrer la portée du joystick (temporaire)",
|
||||
"Reset controller": "Réinitialiser la manette",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Les sections plus bas ne sont pas utiles, juste quelques informations de débug ou des commandes manuelles",
|
||||
"NVS Status": "Status du NVS",
|
||||
"Unknown": "Inconnu",
|
||||
"BD Addr": "Adresse du BD",
|
||||
"Debug buttons": "Boutons de débug",
|
||||
"Query NVS status": "Status de la requête NVS",
|
||||
"NVS unlock": "Déverrouiller le NVS",
|
||||
"NVS lock": "Vérouiller le NVS",
|
||||
"Get BDAddr": "Obtenir le BDAddr",
|
||||
"Fast calibrate stick center (OLD)": "Calibrer rapidement le centrage du joystick (Ancienne méthode)",
|
||||
"Stick center calibration": "Calibrage du centrage du joystick",
|
||||
"Welcome": "Bienvenue",
|
||||
"Step 1": "Étape 1",
|
||||
"Step 2": "Étape 2",
|
||||
"Step 3": "Étape 3",
|
||||
"Step 4": "Étape 4",
|
||||
"Completed": "Terminé",
|
||||
"Welcome to the stick center-calibration wizard!": "Bienvenue dans l'assistant de calibrage de centrage du joystick !",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Cet outil va vous guider afin de recentrer les joysticks analogiques de votre manette. Il consiste en quatres étapes: il vous sera demandé de bouger les deux joysticks dans une direction puis de les relacher.",
|
||||
"Please be aware that, <i>;once the calibration is running, it cannot be canceled</i>;. Do not close this page or disconnect your controller until is completed.": "Veuillez noter <i>;qu’une fois le calibrage lancée, il n’est pas possible de l'annuler</i>;. Ne fermez pas cette page ou ne déconnectez pas la manette tant que le calibrage n’est pas terminée.",
|
||||
"Calibration storage": "Enregistrement du calibrage",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "Par défault, le calibrage n’est sauvegardée que dans une mémoire volatile de sorte que, si vous (ou cet outil) veniez à dérégler quelque chose, une simple réinitialisation de la manette soit suffisante pour la faire fonctionner à nouveau.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Si vous souhaitez enregistrer le calibrage de manière permanente dans la manette, cochez la case plus bas:",
|
||||
"Write changes permanently in the controller": "Écrire les modifications de manière permanente dans la manette",
|
||||
"<small>;Warning: <font color=\"red\">;Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font>;</small>;": "<small>;Attention: <font color='red'>;N'enregistrez pas le calibrage de manière permanente si la batterie de votre manette est faible ou déconnectée. Cela endommagerait votre manette.</font>;</small>;",
|
||||
"Press <b>;Start</b>; to begin calibration.": "Appuyez sur <b>;Démarrer</b>; pour commencer le calibrage.",
|
||||
"Please move both sticks to the <b>;top-left corner</b>; and release them.": "Veuillez déplacer les deux joysticks <b>;en haut à gauche</b>; puis relachez-les.",
|
||||
"When the sticks are back in the center, press <b>;Continue</b>;.": "Une fois les deux joysticks recentrés, appuyez sur <b>;Continuer</b>;.",
|
||||
"Please move both sticks to the <b>;top-right corner</b>; and release them.": "Veuillez déplacer les deux joysticks <b>;en haut à droite</b>; puis relachez-les.",
|
||||
"Please move both sticks to the <b>;bottom-left corner</b>; and release them.": "Veuillez déplacer les deux joysticks <b>;en bas à gauche</b>; puis relachez-les.",
|
||||
"Please move both sticks to the <b>;bottom-right corner</b>; and release them.": "Veuillez déplacer les deux joysticks <b>;en bas à droite</b>; puis relachez-les.",
|
||||
"Calibration completed successfully!": "Calibrage terminé avec succès !",
|
||||
"Next": "Suivant",
|
||||
"Recentering the controller sticks. ": "Recentrement des joysticks de la manette en cours. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Veuillez ne pas fermer cette fenêtre et ne déconnectez pas votre manette. ",
|
||||
"Range calibration": "Calibrage de la portée du joystick",
|
||||
"<b>;The controller is now sampling data!</b>;": "<b>;La manette est maintenant en train d'échantillonner les données !</b>;",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Faites tourner doucement les joysticks afin de couvrir toute leur portée. Appuyez sur \"Fait\" une fois terminé.",
|
||||
"Done": "Fait",
|
||||
"Hi, thank you for using this software.": "Salut, merci d'avoir utilisé cet outil.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Si vous le trouvez utile et que vous souhaitez soutenir mon travail, n'hésitez pas à",
|
||||
"buy me a coffee": "m'offrir un café ",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Vous avez des suggestions ou un problème ? Laissez-moi un message par e-mail ou sur Discord.",
|
||||
"Cheers!": "À la prochaine !",
|
||||
"Support this project": "Soutenir ce projet",
|
||||
|
||||
"unknown": "inconnue",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"locked": "vérouillé",
|
||||
"unlocked": "dévérouillé",
|
||||
"error": "erreur",
|
||||
"Build Date:": "Date de la Build:",
|
||||
"HW Version:": "Version de l'HW:",
|
||||
"SW Version:": "Version du SW:",
|
||||
"Device Type:": "Type d'appareil:",
|
||||
"Firmware Type:": "Type de Firmware:",
|
||||
"SW Series:": "Series de SW:",
|
||||
"HW Info:": "Info d'HW:",
|
||||
"SW Version:": "Version du SW:",
|
||||
"UPD Version:": "Version de l'UPD:",
|
||||
"FW Version1:": "Version du FW1:",
|
||||
"FW Version2:": "Version du FW2:",
|
||||
"FW Version3:": "Version du FW3:",
|
||||
|
||||
"Range calibration completed": "Calibrage de la portée terminé",
|
||||
"Range calibration failed: ": "Échec du calibrage de la portée: ",
|
||||
"Cannot unlock NVS": "Impossible de dévérouiller le NVS",
|
||||
"Cannot relock NVS": "Impossible de vérouiller le NVS",
|
||||
"Error 1": "Erreur 1",
|
||||
"Error 2": "Erreur 2",
|
||||
"Error 3": "Erreur 3",
|
||||
"Stick calibration failed: ": "Échec du calibrage des joysticks: ",
|
||||
"Stick calibration completed": "Calibrage des joysticks terminé",
|
||||
"NVS Lock failed: ": "Échec du vérouillage du NVS: ",
|
||||
"NVS Unlock failed: ": "Échec du dévérouillage du NVS: ",
|
||||
"Please connect only one controller at time.": "Veuillez ne connecter qu'une seule manette à la fois.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Appareil non valide connecté: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Le calibrage de la manette DualSense Edge n'est pas actuellement supportée.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Cet appareil semble être une contre-façon de DS4. Toutes les fonctionnalités sont désactivés",
|
||||
"Error: ": "Erreur: ",
|
||||
"My handle on discord is: the_al": "Mon ID sur Discord est: the_al",
|
||||
"Initializing...": "Initialisation...",
|
||||
"Storing calibration...": "Sauvegarde du calibrage...",
|
||||
"Sampling...": "Échantillonnage...",
|
||||
"Calibration in progress": "Calibrage en cours",
|
||||
"Start": "Démarrer",
|
||||
"Done": "Terminer",
|
||||
"Continue": "Continuer",
|
||||
"You can check the calibration with the": "Vous pouvez vérifier le calibrage avec le:",
|
||||
"Have a nice day :)": "Bonne journée :)",
|
||||
"Welcome to the Calibration GUI": "Bienvenue dans l'Interface de calibrage",
|
||||
"Just few things to know before you can start:": "Juste quelques informations à savoir avant que vous ne puissiez commencer:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Ce site n'est pas affilié avec Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Ce service est proposé sans garantie. À utiliser à vos risques et périls. ",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Gardez la batterie interne de la manette connectée et assurez-vous qu'elle soit bien chargée. Si la batterie tombe à plat pendant le processus, la manette sera endommagée et rendue inutilisable.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Avant de procéder à un calibrage permanent, essayez de manière temporaire afin de vous assurer que tout fonctionne bien.",
|
||||
"Understood": "Compris",
|
||||
"Version": "Version",
|
||||
|
||||
"Frequently Asked Questions": "",
|
||||
"Close": "",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "",
|
||||
"How does it work?": "",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "",
|
||||
"Through": "",
|
||||
"this research": "",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": "",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "",
|
||||
"Is this an officially endorsed service?": "",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "",
|
||||
"Does this website detects if a controller is a clone?": "",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "",
|
||||
"What development is in plan?": "",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "",
|
||||
"Implement calibration of L2/R2 triggers.": "",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "",
|
||||
"Add support for recalibrating IMUs.": "",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "",
|
||||
"The second list contains new controllers I aim to support:": "",
|
||||
"DualSense Edge": "",
|
||||
"DualShock 3": "",
|
||||
"XBox Controllers": "",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "",
|
||||
"I love this service, it helped me! How can I contribute?": "",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "",
|
||||
"Consider making a": "",
|
||||
"donation": "",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "",
|
||||
"Translate this website in your language": "",
|
||||
", to help more people like you!": "",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Ce site utilise des analyses pour améliorer le service.",
|
||||
"": ""
|
||||
}
|
||||
161
lang/hu_hu.json
Normal file
161
lang/hu_hu.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
".authorMsg": "| A magyarítást a <a href='https://pandafix.hu' target='_blank'>Pandafix</a> készítette.",
|
||||
"DualShock Calibration GUI": "DualShock / DualSense kontroller kalibráló felület",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nem támogatott böngésző! Kérlek olyan böngészőt használj, ami támogatja a WebHID protokollt (pl: Chrome, Maxthon)",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Csatlakoztass egy <b>PS4 DualShock 4</b> vagy <b>PS5 DualSense</b> kontrollert és kattints a Csatlakozás gombra",
|
||||
"Connect": "Csatlakozás",
|
||||
"Connected to:": "Csatlakoztatva:",
|
||||
"Disconnect": "Lecsatlakozás",
|
||||
"Firmware Info": "Firmware információk",
|
||||
"Calibrate stick center": "Hüvelykujjkar középállásának újrakalibrálása",
|
||||
"Calibrate stick range (permanent)": "Hüvelykujjkar tartományának újrakalibrálása (tartós)",
|
||||
"Calibrate stick range (temporary)": "Hüvelykujjkar tartományának újrakalibrálása (ideiglenes)",
|
||||
"Reset controller": "Kontroller gyári beállításinak visszatöltése (csak ideiglenes újrakalibrálás esetén)",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Az alábbi funkciók nem kalibrálásra használatosak, csak néhány hibakeresési információt vagy kézi parancsot alkalmaznak",
|
||||
"NVS Status": "NVS státusz",
|
||||
"Unknown": "Ismeretlen",
|
||||
"BD Addr": "BD címzés",
|
||||
"Debug buttons": "Hibakeresési funkciók",
|
||||
"Query NVS status": "Az NVS állapotának lekérdezése",
|
||||
"NVS unlock": "NVS feloldása",
|
||||
"NVS lock": "NVS zárolása",
|
||||
"Get BDAddr": "BD címzés lekérdezése",
|
||||
"Fast calibrate stick center (OLD)": "Hüvelykujjkar középállásának gyors újrakalibrálása (elavult)",
|
||||
"Stick center calibration": "Hüvelykujjkar középállásának újrakalibrálása",
|
||||
"Welcome": "Használati utasítások",
|
||||
"Step 1": "Lépés: 1",
|
||||
"Step 2": "Lépés: 2",
|
||||
"Step 3": "Lépés: 3",
|
||||
"Step 4": "Lépés: 4",
|
||||
"Completed": "Befejezés",
|
||||
"Welcome to the stick center-calibration wizard!": "Üdvözöl a hüvelykujjkar középállásának kalibrálását végző alkalmazás!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Ez az eszköz segít a kontroller analóg karjainak újraközpontosításában. Négy lépésből áll: mindkét hüvelykujjkart mozgasd a megadott irányba, majd engedd el.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Kérlek, vedd figyelembe, hogy <i>miután a kalibrálás elindul, azt nem lehet megszakítani</i>. Ne zárd be ezt az oldalt, és ne válaszd le a kontrollert, amíg be nem fejeződött a kalibrálási procedúra.",
|
||||
"Calibration storage": "Újrakalibrálási tároló",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "A kalibráció alapértelmezés szerint csak egy ideiglenes tárolóba kerül elmentésre, így ha valamit elrontasz (vagy ez az alkalmazás ront el), akkor a kontroller újraindítása elegendő ahhoz, hogy újra működjön.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Ha a kalibrációt tartósan a kontrollerben szeretnéd tárolni, jelöld be az alábbi jelölőnégyzetet:",
|
||||
"Write changes permanently in the controller": "A változtatások végleges írása a kontrollerbe",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Figyelem: <font color='red'>Ne tárold tartósan a kalibrálást, ha a kontroller akkumulátora lemerült vagy le van választva. Ez károsíthatja a kontrollert!</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Nyomd meg a <b>Kezdés</b> gombot az újrakalibrálás megkezdéséhez",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Kérlek, mozgasd mindkét hüvelykujjkart átlósan a <b>bal felső sarokba</b>, és engedd el őket.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Amikor a hüvelykujjkarok ismét középen vannak, nyomd meg a <b>Folytatás</b> gombot.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Kérlek, mozgasd mindkét hüvelykujjkart átlósan a <b>jobb felső sarokba</b>, és engedd el őket.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Kérlek, mozgasd mindkét hüvelykujjkart átlósan a <b>bal alsó sarokba</b>, és engedd el őket.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Kérlek, mozgasd mindkét hüvelykujjkart átlósan a <b>jobb alsó sarokba</b>, és engedd el őket.",
|
||||
"Calibration completed successfully!": "A kalibrálás sikeresen befejeződött!",
|
||||
"Next": "Következő",
|
||||
"Recentering the controller sticks. ": "A kontroller hüvelykujjkar középállásának újrakalibrálása. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Kérlek, ne zárd be ezt az ablakot, és ne válaszd le a kontrollert. ",
|
||||
"Range calibration": "Elmozdulási tartomány kalibrálása",
|
||||
"<b>The controller is now sampling data!</b>": "<b>A kontroller most az adatokat mintavételezi!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Lassan forgasd mind a két a hüvelykujjkart, hogy a teljes tartományt lefedje (legalább 6 teljes kör, körkörösen a külső szélek mentén). Ha elkészültél, nyomd meg a \"Kész\" gombot.",
|
||||
"Done": "Kész",
|
||||
"Hi, thank you for using this software.": "Szia! Köszönjük, hogy ezt az alkalmazást használtad.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Ha hasznosnak találod ezt az alkalmazást, és támogatni szeretnéd a készítőt, akkor kérlek tedd meg",
|
||||
"buy me a coffee": "hívd meg egy kávéra",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Van valami javaslatod vagy problémád? Írj üzenetet e-mailben vagy discordban.",
|
||||
"Cheers!": "A legjobbakat!",
|
||||
"Support this project": "Támogasd ezt a projektet",
|
||||
|
||||
"unknown": "ismeretlen",
|
||||
"original": "eredeti",
|
||||
"clone": "hamisítvány",
|
||||
"locked": "zárolt",
|
||||
"unlocked": "feloldott",
|
||||
"error": "hiba",
|
||||
"Build Date:": "Gyártási dátum:",
|
||||
"HW Version:": "HW verzió:",
|
||||
"SW Version:": "SW verzió:",
|
||||
"Device Type:": "Eszköz típusa:",
|
||||
"Firmware Type:": "Firmware típusa:",
|
||||
"SW Series:": "SW széria:",
|
||||
"HW Info:": "HW információk:",
|
||||
"SW Version:": "SW verzió:",
|
||||
"UPD Version:": "UPD verzió:",
|
||||
"FW Version1:": "FW1 verzió:",
|
||||
"FW Version2:": "FW2 verzió:",
|
||||
"FW Version3:": "FW3 verzió:",
|
||||
|
||||
"Range calibration completed": "A tartománykalibráció befejeződött",
|
||||
"Range calibration failed: ": "A tartománykalibráció meghiúsult: ",
|
||||
"Cannot unlock NVS": "NVS feloldása nem lehetséges",
|
||||
"Cannot relock NVS": "NVS újbóli zárolása nem lehetséges",
|
||||
"Error 1": "Hiba 1",
|
||||
"Error 2": "Hiba 2",
|
||||
"Error 3": "Hiba 3",
|
||||
"Stick calibration failed: ": "Hüvelykujjkar kalibrálása sikertelen: ",
|
||||
"Stick calibration completed": "Hüvelykujjkar kalibrálása befejeződött",
|
||||
"NVS Lock failed: ": "NVS zárolása sikertelen: ",
|
||||
"NVS Unlock failed: ": "NVS feloldása sikertelen: ",
|
||||
"Please connect only one controller at time.": "Kérlek, egyidejűleg csak egy kontrollert csatlakoztass.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Érvénytelen eszköz csatlakoztatva: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "A DualSense Edge kontroller kalibrálása jelenleg nem támogatott.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Úgy tűnik, hogy a kontroller egy DS4 klón (hamisítvány). Minden funkció le lesz tiltva.",
|
||||
"Error: ": "Hiba: ",
|
||||
"My handle on discord is: the_al": "Fogjunk kezet a Discordon: the_al",
|
||||
"Initializing...": "Inicializálás...",
|
||||
"Storing calibration...": "Kalibrálási adatok tárolása...",
|
||||
"Sampling...": "Mintavételezés...",
|
||||
"Calibration in progress": "Kalibrálás folyamatban",
|
||||
"Start": "Kezdés",
|
||||
"Done": "Befejezés",
|
||||
"Continue": "Folytatás",
|
||||
"You can check the calibration with the": "Az újrakalibrálást ellenőrizheted az alábbi alkalmazással is:",
|
||||
"Have a nice day :)": "További szép napot kívánunk! :)",
|
||||
"Welcome to the Calibration GUI": "Üdvözöl a Dualshock/DualSense kalibrálást segítő alkalmazás!",
|
||||
"Just few things to know before you can start:": "Csak néhány dolog, amit tudnod kell, mielőtt belevágnál:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Ez a webhely semmilyen módon nem áll kapcsolatban a Sony és a PlayStation társaságokkal valamint azok leányvállalataival.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Ezt a szolgáltatást garancia nélkül nyújtjuk. Használata csak saját felelősségre. Anyagi kár esetén se vállalunk felelősséget!",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Tartsd csatlakoztatva a vezérlő belső akkumulátorát, és győződj meg róla, hogy megfelelően van feltöltve. Ha az akkumulátor működés közben lemerül, a vezérlő megsérül és használhatatlanná válik. Győződj meg róla, hogy az USB kábel és a csatlakozók nem kontakthibásak! A kontroller kalibrálását teljesen összeszerelt állapotban végezd!",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "A tartós kalibrálás elvégzése előtt próbáld ki az ideiglenes kalibrációt, hogy megbizonyosodj arról, hogy minden jól működik!",
|
||||
"Understood": "Megértettem és elfogadom",
|
||||
"Version": "Verzió",
|
||||
|
||||
"Frequently Asked Questions": "",
|
||||
"Close": "",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "",
|
||||
"How does it work?": "",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "",
|
||||
"Through": "",
|
||||
"this research": "",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": "",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "",
|
||||
"Is this an officially endorsed service?": "",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "",
|
||||
"Does this website detects if a controller is a clone?": "",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "",
|
||||
"What development is in plan?": "",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "",
|
||||
"Implement calibration of L2/R2 triggers.": "",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "",
|
||||
"Add support for recalibrating IMUs.": "",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "",
|
||||
"The second list contains new controllers I aim to support:": "",
|
||||
"DualSense Edge": "",
|
||||
"DualShock 3": "",
|
||||
"XBox Controllers": "",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "",
|
||||
"I love this service, it helped me! How can I contribute?": "",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "",
|
||||
"Consider making a": "",
|
||||
"donation": "",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "",
|
||||
"Translate this website in your language": "",
|
||||
", to help more people like you!": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Ez a weboldal analitikát használ a szolgáltatás javításához.",
|
||||
"": ""
|
||||
}
|
||||
@@ -115,5 +115,52 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Non eseguire fin da subito le calibrazioni permanenti, inizia con quelle temporanee e controlla che sia tutto ok!",
|
||||
"Understood": "Ho capito",
|
||||
"Version": "Versione",
|
||||
|
||||
"Frequently Asked Questions": "Domande frequenti",
|
||||
"Close": "Chiudi",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Benvenuto nella sezione Domande frequenti! Qui sotto puoi trovare risposte ad alcune delle domande più frequenti su questo sito web. Se hai altre domande o hai bisogno di ulteriore assistenza, non esitare a contattarmi direttamente. Un feedback o domande sono sempre benvenute!",
|
||||
"How does it work?": "Come funziona?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Dietro le quinte, questo sito web è il risultato di un anno di impegno dedicato al reverse-engineering dei controller DualShock per divertimento/hobby da parte di un ragazzo a caso su internet.",
|
||||
"Through": "Attraverso",
|
||||
"this research": "questa ricerca",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", è stato scoperto che esistono alcuni comandi non documentati sui controller DualShock che possono essere inviati tramite USB e vengono utilizzati durante il processo di assemblaggio in fabbrica. Se questi comandi vengono inviati, il controller avvia la ricalibrazione dei joystick analogici.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Sebbene il focus principale di questa ricerca non fosse inizialmente centrato sulla ricalibrazione, è diventato evidente che un servizio che offrisse questa capacità potesse essere di grande beneficio per numerose persone. E quindi, eccoci qui.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "La calibrazione rimane efficace durante il gameplay su PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Sì, se spunti la casella \"Salva i cambiamenti permanentemente nel controller\". In tal caso, la calibrazione viene scritta direttamente nel firmware del controller. Ciò garantisce che rimanga in calibrato indipendentemente dalla console a cui è collegato.",
|
||||
"Is this an officially endorsed service?": "Questo è un servizio ufficialmente approvato?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "No, questo servizio è semplicemente una creazione di un appassionato di DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Questo sito web rileva se un controller è un clone?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Sì, solo DualShock4 al momento. Questo è successo perché ho acquistato accidentalmente alcuni cloni, ho passato del tempo ad identificare le differenze e ho aggiunto questa funzionalità per evitare future frodi.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Sfortunatamente, i cloni non possono essere comunque calibrati, perché clonano solo il comportamento di un DualShock4 durante un gameplay normale, non tutte le funzionalità non documentate.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Se vuoi estendere questa funzionalità di rilevamento anche a DualSense, spediscimi un clone e vedrai il servizio attivo tra qualche settimana.",
|
||||
"What development is in plan?": "Quali sviluppi sono previsti?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantengo due elenchi di cose da fare separati per questo progetto, anche se la priorità deve ancora essere stabilita.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Il primo elenco riguarda il potenziamento del supporto per i controller DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementare la calibrazione dei grilletti L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Migliorare il rilevamento dei cloni, particolarmente utile per coloro che cercano di acquistare controller usati con la garanzia di autenticità.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Migliorare l'interfaccia utente (ad esempio, fornire informazioni aggiuntive sul controller)",
|
||||
"Add support for recalibrating IMUs.": "Aggiungere il supporto per la ricalibrazione degli IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Inoltre, esplorare la possibilità di ripristinare i controller DualShock non funzionanti (ulteriori discussioni disponibili su Discord per gli interessati).",
|
||||
"The second list contains new controllers I aim to support:": "Il secondo elenco contiene i nuovi controller che spero di supportare presto:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Controller Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Ciascuno di questi compiti presenta un interesse immenso e un significativo investimento di tempo. Per darti un'idea, supportare un nuovo controller richiede tipicamente da 6 a 12 mesi di ricerca a tempo pieno, oltre a una buona dose di fortuna.",
|
||||
"I love this service, it helped me! How can I contribute?": "Adoro questo servizio, mi ha aiutato! Come posso contribuire?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Sono felice di sapere che hai trovato utile questo servizio! Se sei interessato a contribuire, ecco alcuni modi in cui puoi aiutarmi:",
|
||||
"Consider making a": "Potresti fare una ",
|
||||
"donation": "donazione",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "per sostenere le mie sessioni di reverse-engineering notturne a suon di caffè.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Spediscimi un controller che vorresti aggiungere (mandami un'email per l'organizzazione).",
|
||||
"Translate this website in your language": "Traduci questo sito web nella tua lingua",
|
||||
", to help more people like you!": ", per aiutare più persone come te!",
|
||||
|
||||
"Board Model:": "Modello scheda:",
|
||||
"This feature is experimental.": "Questa funzionalità è sperimentale.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Scrivimi se il modello della scheda del tuo controller non viene riconosciuto correttamente.",
|
||||
"Board model detection thanks to": "Rilevamento del modello della scheda grazie a",
|
||||
|
||||
"This website uses analytics to improve the service.": "Questo sito web utilizza analytics per migliorare il servizio.",
|
||||
"": ""
|
||||
}
|
||||
|
||||
166
lang/jp_jp.json
Normal file
166
lang/jp_jp.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- イタリア語への翻訳: <a href='https://chat.openai.com'>ChatGPT</a>",
|
||||
"DualShock Calibration GUI": "デュアルショックキャリブレーションGUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "サポートされていないブラウザです。WebHIDサポート付きのウェブブラウザを使用してください(例:Chrome)。 ",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "デュアルショック4またはデュアルセンスコントローラをコンピュータに接続し、[接続]ボタンを押してください。",
|
||||
"Connect": "接続",
|
||||
"Connected to:": "接続先:",
|
||||
"Disconnect": "切断",
|
||||
"Firmware Info": "ファームウェア情報",
|
||||
"Calibrate stick center": "スティック中央をキャリブレーション",
|
||||
"Calibrate stick range (permanent)": "スティック範囲をキャリブレーション(永久)",
|
||||
"Calibrate stick range (temporary)": "スティック範囲をキャリブレーション(一時的)",
|
||||
"Reset controller": "コントローラをリセット",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "以下のセクションは役に立ちません、デバッグ情報や手動コマンドのみです",
|
||||
"NVS Status": "NVS状態",
|
||||
"Unknown": "不明",
|
||||
"BD Addr": "BDアドレス",
|
||||
"Debug buttons": "デバッグボタン",
|
||||
"Query NVS status": "NVSステータスをクエリ",
|
||||
"NVS unlock": "NVSロック解除",
|
||||
"NVS lock": "NVSロック",
|
||||
"Get BDAddr": "BDアドレスを取得",
|
||||
"Fast calibrate stick center (OLD)": "スティック中央を高速キャリブレーション(旧)",
|
||||
"Stick center calibration": "スティック中央のキャリブレーション",
|
||||
"Welcome": "ようこそ",
|
||||
"Step 1": "ステップ1",
|
||||
"Step 2": "ステップ2",
|
||||
"Step 3": "ステップ3",
|
||||
"Step 4": "ステップ4",
|
||||
"Completed": "完了",
|
||||
"Welcome to the stick center-calibration wizard!": "スティック中央キャリブレーションウィザードへようこそ!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "このツールは、コントローラのアナログスティックを再センタリングするのを案内します。4つのステップで構成されており、両方のスティックをある方向に移動させてからリリースするように求められます。",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "キャリブレーションが実行されると、<i>キャンセルできなくなります</i>。完了するまで、このページを閉じたりコントローラを切断したりしないでください。",
|
||||
"Calibration storage": "キャリブレーションの保存",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "デフォルトでは、キャリブレーションは揮発性のストレージにのみ保存されるため、何か問題が発生した場合、コントローラのリセットだけで再び動作するようになります。",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "コントローラにキャリブレーションを永久的に保存する場合は、以下のチェックボックスにチェックを入れてください。",
|
||||
"Write changes permanently in the controller": "変更をコントローラに永久に書き込む",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>警告:<font color='red'>コントローラのバッテリーが低い場合や切断されている場合は、キャリブレーションを永久に保存しないでください。コントローラが損傷する可能性があります。</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "キャリブレーションを開始するには<b>開始</b>を押してください。",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "両方のスティックを<b>左上の隅</b>に移動して、リリースしてください。",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "スティックが中央に戻ったら、<b>続行</b>を押してください。",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "両方のスティックを<b>右上の隅</b>に移動して、リリースしてください。",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "両方のスティックを<b>左下の隅</b>に移動して、リリースしてください。",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "両方のスティックを<b>右下の隅</b>に移動して、リリースしてください。",
|
||||
"Calibration completed successfully!": "キャリブレーションが正常に完了しました!",
|
||||
"Next": "次へ",
|
||||
"Recentering the controller sticks. ": "コントローラのスティックを再センタリングしています。 ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "このウィンドウを閉じず、コントローラを切断しないでください。 ",
|
||||
"Range calibration": "範囲キャリブレーション",
|
||||
"<b>The controller is now sampling data!</b>": "<b>コントローラは現在データをサンプリングしています!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "スティックをゆっくり回して全範囲をカバーしてください。完了したら「完了」を押してください。",
|
||||
"Done": "完了",
|
||||
"Hi, thank you for using this software.": "こんにちは、このソフトウェアをご利用いただきありがとうございます。",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "役立つと思われる場合、または私の取り組みをサポートしたい場合は、お気軽に",
|
||||
"buy me a coffee": "コーヒーをおごってください",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "ご提案やご意見はありますか?メールまたはdiscordでお知らせください。",
|
||||
"Cheers!": "乾杯!",
|
||||
"Support this project": "このプロジェクトをサポート",
|
||||
|
||||
"unknown": "不明",
|
||||
"original": "オリジナル",
|
||||
"clone": "クローン",
|
||||
"locked": "ロックされた",
|
||||
"unlocked": "ロック解除された",
|
||||
"error": "エラー",
|
||||
"Build Date:": "ビルド日:",
|
||||
"HW Version:": "HWバージョン:",
|
||||
"SW Version:": "SWバージョン:",
|
||||
"Device Type:": "デバイスタイプ:",
|
||||
"Firmware Type:": "ファームウェアタイプ:",
|
||||
"SW Series:": "SWシリーズ:",
|
||||
"HW Info:": "HW情報:",
|
||||
"SW Version:": "SWバージョン:",
|
||||
"UPD Version:": "UPDバージョン:",
|
||||
"FW Version1:": "FWバージョン1:",
|
||||
"FW Version2:": "FWバージョン2:",
|
||||
"FW Version3:": "FWバージョン3:",
|
||||
|
||||
"Range calibration completed": "範囲キャリブレーションが完了しました",
|
||||
"Range calibration failed: ": "範囲キャリブレーションに失敗しました:",
|
||||
"Cannot unlock NVS": "NVSをロック解除できません",
|
||||
"Cannot relock NVS": "NVSを再ロックできません",
|
||||
"Error 1": "エラー1",
|
||||
"Error 2": "エラー2",
|
||||
"Error 3": "エラー3",
|
||||
"Stick calibration failed: ": "スティックのキャリブレーションに失敗しました:",
|
||||
"Stick calibration completed": "スティックのキャリブレーションが完了しました",
|
||||
"NVS Lock failed: ": "NVSロックに失敗しました:",
|
||||
"NVS Unlock failed: ": "NVSロック解除に失敗しました:",
|
||||
"Please connect only one controller at time.": "一度に1つのコントローラーのみ接続してください。",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "接続された無効なデバイス:",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "DualSense Edgeのキャリブレーションは現在サポートされていません。",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "デバイスはDS4のクローンのようです。すべての機能が無効になっています。",
|
||||
"Error: ": "エラー:",
|
||||
"My handle on discord is: the_al": "Discordでの私のハンドルは:the_al",
|
||||
"Initializing...": "初期化中...",
|
||||
"Storing calibration...": "キャリブレーションの保存中...",
|
||||
"Sampling...": "サンプリング...",
|
||||
"Calibration in progress": "キャリブレーション進行中",
|
||||
"Start": "開始",
|
||||
"Done": "完了",
|
||||
"Continue": "続行",
|
||||
"You can check the calibration with the": "キャリブレーションは次で確認できます",
|
||||
"Have a nice day :)": "良い1日を! :)",
|
||||
"Welcome to the Calibration GUI": "キャリブレーションGUIへようこそ",
|
||||
"Just few things to know before you can start:": "開始する前に知っておくべきこと:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "このウェブサイトは、ソニーやプレイステーションなどとは関係ありません。",
|
||||
"This service is provided without warranty. Use at your own risk.": "このサービスは無保証で提供されます。自己責任で使用してください。",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "コントローラーの内蔵バッテリーを接続し、十分に充電されていることを確認してください。操作中にバッテリーが切れると、コントローラーが破損し、使用できなくなります。",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "永久キャリブレーションを行う前に、一時的なキャリブレーションを行ってすべてが正常に動作していることを確認してください。",
|
||||
"Understood": "了解",
|
||||
"Version": "バージョン",
|
||||
|
||||
"Frequently Asked Questions": "よくある質問",
|
||||
"Close": "閉じる",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "ようこそ、よくある質問セクションへ!以下に、このウェブサイトに関する最もよくある質問の答えがあります。その他の問い合わせがある場合や、さらなるサポートが必要な場合は、直接お問い合わせください。フィードバックや質問はいつでも歓迎します!",
|
||||
"How does it work?": "これはどのように機能しますか?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "舞台裏では、このウェブサイトはインターネット上のランダムな人物による楽しみや趣味のためのDualShockコントローラーのリバースエンジニアリングに1年間専念した結果です。",
|
||||
"Through": "を通じて",
|
||||
"this research": "この研究",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": "、DualShockコントローラーにはUSB経由で送信され、工場の組み立てプロセス中に使用される未文書化のコマンドがいくつか存在することが発見されました。これらのコマンドが送信されると、コントローラーはアナログスティックの再キャリブレーションを開始します。",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "この研究の主な焦点は当初、再キャリブレーションに置かれていませんでしたが、この機能を提供するサービスが多くの人々に大きな利益をもたらす可能性があることが明らかになりました。その結果、ここにいます。",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "PS4/PS5でのゲームプレイ中はキャリブレーションが有効ですか?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "はい、「コントローラーに変更を永久に書き込む」チェックボックスをオンにします。その場合、キャリブレーションは直接コントローラーファームウェアにフラッシュされます。これにより、接続されているコンソールに関係なく、その場に留まることが保証されます。",
|
||||
"Is this an officially endorsed service?": "これは公式に承認されたサービスですか?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "いいえ、このサービスは単なるDualShock愛好家によるものです。",
|
||||
"Does this website detects if a controller is a clone?": "このウェブサイトはコントローラーがクローンかどうかを検出しますか?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "はい、現時点ではDualShock4のみです。これは私が偶然いくつかのクローンを購入し、違いを特定するのに時間を費やし、将来の誤解を防ぐためにこの機能を追加したためです。",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "残念ながら、クローンはどちらにせよキャリブレーションできません。なぜなら、彼らは通常のゲームプレイ中のDualShock4の振る舞いだけをクローン化し、未文書化の機能全てをクローン化しないからです。",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "この検出機能をDualSenseに拡張したい場合は、偽のDualSenseを送ってください。数週間で実装されます。",
|
||||
"What development is in plan?": "どのような開発計画がありますか?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "このプロジェクトでは、優先順位はまだ確立されていませんが、2つの別々のToDoリストを管理しています。",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "最初のリストは、DualShock4およびDualSenseコントローラーのサポートを強化することに関するものです:",
|
||||
"Implement calibration of L2/R2 triggers.": "L2/R2トリガーのキャリブレーションを実装する。",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "クローンの検出を改善し、特に本物であることを保証された中古コントローラーを購入しようとする人々にとって有益です。",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "ユーザーインターフェースを向上させる(たとえば、追加のコントローラー情報を提供する)",
|
||||
"Add support for recalibrating IMUs.": "IMUの再キャリブレーションのサポートを追加する。",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "さらに、機能しないDualShockコントローラーの復活の可能性を探ります(興味のある方はDiscordでさらに議論が可能です)。",
|
||||
"The second list contains new controllers I aim to support:": "2番目のリストには、サポートする新しいコントローラーが含まれています:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Xboxコントローラー",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "これらのタスクの各々が非常に興味深く、かつ大きな時間の投資を必要とします。文脈を提供するために、新しいコントローラーをサポートするには通常、6〜12か月のフルタイムの研究と、幸運が必要です。",
|
||||
"I love this service, it helped me! How can I contribute?": "このサービスが大好きです、役に立ちました!どのように貢献できますか?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "あなたがこれが役に立つと感じていると聞いて嬉しいです!貢献したいとお考えでしたら、以下はあなたが私を助けることができるいくつかの方法です:",
|
||||
"Consider making a": "以下を検討してください",
|
||||
"donation": "寄付",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "夜遅くまでのカフェインで支えられたリバースエンジニアリングの取り組みを支援するために。",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "追加したいコントローラーを送ってください(組織のためにメールを送ってください)。",
|
||||
"Translate this website in your language": "このウェブサイトをあなたの言語に翻訳する",
|
||||
", to help more people like you!": "、あなたのような多くの人々を助けるために!",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "このウェブサイトはサービスを向上させるためにアナリティクスを使用しています。",
|
||||
"": ""
|
||||
}
|
||||
166
lang/ru_ru.json
Normal file
166
lang/ru_ru.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- Перевод на Русский язык выполнен: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a>",
|
||||
"DualShock Calibration GUI": "Интерфейс калибровки DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Неподдерживаемый браузер. Используйте браузер с поддержкой WebHID (например, Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Подключите контроллер DualShock 4 или DualSense к компьютеру и нажмите Подключить.",
|
||||
"Connect": "Подключить",
|
||||
"Connected to:": "Подключено к:",
|
||||
"Disconnect": "Отключить",
|
||||
"Firmware Info": "Информация о прошивке",
|
||||
"Calibrate stick center": "Откалибровать центр джойстика",
|
||||
"Calibrate stick range (permanent)": "Откалибровать диапазон джойстика (постоянно)",
|
||||
"Calibrate stick range (temporary)": "Откалибровать диапазон джойстика (временно)",
|
||||
"Reset controller": "Сбросить контроллер",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Нижеследующие разделы не являются полезными, это просто отладочная информация или ручные команды",
|
||||
"NVS Status": "Статус NVS",
|
||||
"Unknown": "Неизвестно",
|
||||
"BD Addr": "BD Adrr",
|
||||
"Debug buttons": "Кнопки отладки",
|
||||
"Query NVS status": "Запросить статус NVS",
|
||||
"NVS unlock": "Разблокировать NVS",
|
||||
"NVS lock": "Заблокировать NVS",
|
||||
"Get BDAddr": "Получить BDAdrr",
|
||||
"Fast calibrate stick center (OLD)": "Быстрая калибровка центра джойстика (СТАРОЕ)",
|
||||
"Stick center calibration": "Калибровка центра джойстика",
|
||||
"Welcome": "Добро пожаловать",
|
||||
"Step 1": "Шаг 1",
|
||||
"Step 2": "Шаг 2",
|
||||
"Step 3": "Шаг 3",
|
||||
"Step 4": "Шаг 4",
|
||||
"Completed": "Завершено",
|
||||
"Welcome to the stick center-calibration wizard!": "Добро пожаловать в мастер калибровки центра джойстика!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Этот инструмент поможет вам перекалибровать аналоговые стики вашего контроллера. Он состоит из четырех шагов: вам будет предложено переместить оба джойстика в определенном направлении и отпустить их.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Обратите внимание, что <i>после запуска калибровки ее нельзя отменить</i>. Не закрывайте эту страницу и не отключайте контроллер, пока не завершится.",
|
||||
"Calibration storage": "Хранение калибровки",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "По умолчанию калибровка сохраняется только в волатильном хранилище, так что если вы (или этот инструмент) что-то испортите, достаточно сбросить контроллер, чтобы он снова заработал.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Если вы хотите сохранить калибровку постоянно в контроллере, установите флажок внизу:",
|
||||
"Write changes permanently in the controller": "Сохранить изменения постоянно в контроллере",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Предупреждение: <font color=\"red\">Не сохраняйте калибровку постоянно, если заряд батареи контроллера низкий или он отключен. Это повредит ваш контроллер.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Нажмите <b>Начать</b>, чтобы начать калибровку.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний левый угол</b> и отпустите их.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Когда стики вернутся в центр, нажмите <b>Продолжить</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний правый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний левый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний правый угол</b> и отпустите их.",
|
||||
"Calibration completed successfully!": "Калибровка успешно завершена!",
|
||||
"Next": "Далее",
|
||||
"Recentering the controller sticks. ": "Центрирование стиков контроллера. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Пожалуйста, не закрывайте это окно и не отключайте контроллер. ",
|
||||
"Range calibration": "Калибровка диапазона",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Контроллер в настоящее время собирает данные!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Медленно поверните стики, чтобы охватить весь диапазон. Нажмите \"Готово\", когда закончите.",
|
||||
"Done": "Готово",
|
||||
"Hi, thank you for using this software.": "Привет, спасибо за использование этого программного обеспечения.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Если вы находите это полезным и хотите поддержать мои усилия, не стесняйтесь",
|
||||
"buy me a coffee": "Угостите меня кофе",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "У вас есть какие-либо предложения или проблемы? Отправьте мне сообщение по электронной почте или в дискорд.",
|
||||
"Cheers!": "Спасибо!",
|
||||
"Support this project": "Поддержите этот проект",
|
||||
|
||||
"unknown": "неизвестно",
|
||||
"original": "оригинальный",
|
||||
"clone": "клон",
|
||||
"locked": "заблокирован",
|
||||
"unlocked": "разблокирован",
|
||||
"error": "ошибка",
|
||||
"Build Date:": "Дата сборки:",
|
||||
"HW Version:": "Версия аппаратного обеспечения:",
|
||||
"SW Version:": "Версия программного обеспечения:",
|
||||
"Device Type:": "Тип устройства:",
|
||||
"Firmware Type:": "Тип прошивки:",
|
||||
"SW Series:": "Серия ПО:",
|
||||
"HW Info:": "Информация об аппаратном обеспечении:",
|
||||
"SW Version:": "Версия ПО:",
|
||||
"UPD Version:": "Версия Обнову:",
|
||||
"FW Version1:": "Прошивка v1:",
|
||||
"FW Version2:": "Прошивка v2:",
|
||||
"FW Version3:": "Прошивка v3:",
|
||||
|
||||
"Range calibration completed": "Калибровка диапазона завершена",
|
||||
"Range calibration failed: ": "Калибровка диапазона не удалась: ",
|
||||
"Cannot unlock NVS": "Не удается разблокировать NVS",
|
||||
"Cannot relock NVS": "Не удается заблокировать NVS повторно",
|
||||
"Error 1": "Ошибка 1",
|
||||
"Error 2": "Ошибка 2",
|
||||
"Error 3": "Ошибка 3",
|
||||
"Stick calibration failed: ": "Калибровка джойстика не удалась: ",
|
||||
"Stick calibration completed": "Калибровка джойстика завершена",
|
||||
"NVS Lock failed: ": "Блокировка NVS не удалась: ",
|
||||
"NVS Unlock failed: ": "Разблокировка NVS не удалась: ",
|
||||
"Please connect only one controller at time.": "Пожалуйста, подключайте только один контроллер за раз.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Подключено недопустимое устройство: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Калибровка DualSense Edge в настоящее время не поддерживается.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Устройство, похоже, является клоном DS4. Все функции отключены.",
|
||||
"Error: ": "Ошибка: ",
|
||||
"My handle on discord is: the_al": "Мой ник на discord: the_al",
|
||||
"Initializing...": "Инициализация...",
|
||||
"Storing calibration...": "Сохранение калибровки...",
|
||||
"Sampling...": "Выборка...",
|
||||
"Calibration in progress": "Калибровка в процессе",
|
||||
"Start": "Старт",
|
||||
"Done": "Готово",
|
||||
"Continue": "Продолжить",
|
||||
"You can check the calibration with the": "Вы можете проверить калибровку с помощью",
|
||||
"Have a nice day :)": "Хорошего дня! :)",
|
||||
"Welcome to the Calibration GUI": "Добро пожаловать в Calibration GUI",
|
||||
"Just few things to know before you can start:": "Несколько вещей, о которых нужно знать, прежде чем начать:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Этот сайт не связан с Sony, PlayStation и т.д.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Этот сервис предоставляется без гарантии. Используйте на свой страх и риск.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Держите внутреннюю батарею контроллера подключенной и убедитесь, что она хорошо заряжена. Если батарея разрядится во время операций, контроллер будет поврежден и непригоден к использованию.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Перед проведением постоянной калибровки попробуйте временную, чтобы убедиться, что все работает хорошо.",
|
||||
"Understood": "Понял",
|
||||
"Version": "Версия",
|
||||
|
||||
"Frequently Asked Questions": "Часто задаваемые вопросы",
|
||||
"Close": "Закрыть",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добро пожаловать в раздел Часто задаваемых вопросов! Ниже вы найдете ответы на некоторые из самых часто задаваемых вопросов о данном веб-сайте. Если у вас есть другие вопросы или вам нужна дополнительная помощь, не стесняйтесь обращаться ко мне напрямую. Ваши отзывы и вопросы всегда приветствуются!",
|
||||
"How does it work?": "Как это работает?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "За кадром этот веб сайт является результатом одного года преданного труда по обратной разработке контроллеров DualShock для развлечения/хобби от случайного парня в интернете.",
|
||||
"Through": "Через",
|
||||
"this research": "это исследование",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", было обнаружено, что существуют некоторые не задокументированные команды на контроллерах DualShock, которые можно отправить через USB и используются во время процесса сборки на фабрике. Если эти команды отправлены, контроллер начинает перекалибровку аналоговых стиков.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Хотя основное внимание этого исследования изначально не было сосредоточено на перекалибровке, стало очевидно, что сервис, предлагающий эту возможность, может принести огромную пользу многим людям. И вот мы здесь.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Остается ли калибровка эффективной во время игры на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, если вы установите флажок \"Записывать изменения в постоянной памяти контроллера\". В этом случае калибровка прошивается непосредственно в прошивку контроллера. Это гарантирует, что она остается на месте независимо от подключенной к ней консоли.",
|
||||
"Is this an officially endorsed service?": "Это официально поддерживаемый сервис?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Нет, этот сервис просто создан энтузиастом DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Этот сайт определяет, является ли контроллер клоном?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, на данный момент только DualShock4. Это произошло потому, что я случайно приобрел несколько клонов, потратил время на выявление различий и добавил эту функциональность, чтобы предотвратить будущие обманы.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "К сожалению, клоны все равно не могут быть калиброваны, потому что они только клонируют поведение DualShock4 во время обычной игры, а не все не задокументированные функциональности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Если вы хотите расширить эту функциональность обнаружения на DualSense, пожалуйста, отправьте мне поддельный DualSense, и вы увидите его через несколько недель.",
|
||||
"What development is in plan?": "Какие разработки запланированы?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Я веду два отдельных списка дел по этому проекту, хотя приоритет еще не установлен.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Первый список касается улучшения поддержки контроллеров DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Внедрить калибровку триггеров L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Улучшить обнаружение клонов, что особенно полезно для тех, кто хочет приобрести подержанные контроллеры с гарантией подлинности.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Улучшить пользовательский интерфейс (например, предоставить дополнительную информацию о контроллере)",
|
||||
"Add support for recalibrating IMUs.": "Добавить поддержку повторной калибровки IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Кроме того, исследуйте возможность оживления неисправных контроллеров DualShock (дополнительное обсуждение доступно на Discord для заинтересованных лиц).",
|
||||
"The second list contains new controllers I aim to support:": "Второй список содержит новые контроллеры, которые я намерен поддержать:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контроллеры Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Каждая из этих задач представляет собой огромный интерес и значительные временные затраты. Для предоставления контекста, поддержка нового контроллера обычно требует 6-12 месяцев полноценных исследований на полную ставку, а также удачи.",
|
||||
"I love this service, it helped me! How can I contribute?": "Мне нравится этот сервис, он помог мне! Как я могу внести свой вклад?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Я рад услышать, что вам это помогло! Если вы заинтересованы в участии, вот несколько способов, которыми вы можете мне помочь:",
|
||||
"Consider making a": "Рассмотрите возможность сделать",
|
||||
"donation": "пожертвование",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "для поддержки моих усилий по обратной разработке, проводимых на кофеине поздним вечером.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Отправьте мне контроллер, который вы хотели бы добавить (отправьте мне электронное письмо для организации).",
|
||||
"Translate this website in your language": "Переведите этот сайт на свой язык",
|
||||
", to help more people like you!": ", чтобы помочь большему числу людей, подобных вам!",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Этот сайт использует аналитику для улучшения сервиса.",
|
||||
"": ""
|
||||
}
|
||||
166
lang/tr_tr.json
Normal file
166
lang/tr_tr.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- Çeviri: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a> tarafından yapılmıştır.",
|
||||
"DualShock Calibration GUI": "DualShock Kalibrasyon Arayüzü",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Desteklenmeyen tarayıcı. Lütfen WebHID desteği olan bir web tarayıcısı kullanın (örneğin, Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Bir DualShock 4 veya DualSense denetleyiciyi bilgisayarınıza bağlayın ve Bağlan düğmesine basın.",
|
||||
"Connect": "Bağlan",
|
||||
"Connected to:": "Bağlanılan cihaz:",
|
||||
"Disconnect": "Bağlantıyı Kes",
|
||||
"Firmware Info": "Firmware Bilgisi",
|
||||
"Calibrate stick center": "Analog merkezini kalibre et",
|
||||
"Calibrate stick range (permanent)": "Analog ara mesafeyi kalibre et (kalıcı)",
|
||||
"Calibrate stick range (temporary)": "Analog ara mesafeyi kalibre et (geçici)",
|
||||
"Reset controller": "Denetleyiciyi sıfırla",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Aşağıdaki bölümler kullanışlı değildir, sadece bazı hata ayıklama bilgileri veya manuel komutlar içerir",
|
||||
"NVS Status": "NVS Durumu",
|
||||
"Unknown": "Bilinmiyor",
|
||||
"BD Addr": "BD Addr",
|
||||
"Debug buttons": "Hata ayıklama düğmeleri",
|
||||
"Query NVS status": "NVS durumunu sorgula",
|
||||
"NVS unlock": "NVS kilidini aç",
|
||||
"NVS lock": "NVS kilitle",
|
||||
"Get BDAddr": "BDAddr Al",
|
||||
"Fast calibrate stick center (OLD)": "Analog merkezini hızlı kalibre et (ESKİ)",
|
||||
"Stick center calibration": "Analog merkezi kalibrasyonu",
|
||||
"Welcome": "Hoş geldiniz",
|
||||
"Step 1": "Adım 1",
|
||||
"Step 2": "Adım 2",
|
||||
"Step 3": "Adım 3",
|
||||
"Step 4": "Adım 4",
|
||||
"Completed": "Tamamlandı",
|
||||
"Welcome to the stick center-calibration wizard!": "Analog merkesi kalibrasyon sihirbazına hoş geldiniz!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Bu araç, denetleyicinizin analog çubuklarını yeniden merkezlemekte size rehberlik edecektir. Dört adımdan oluşur: Her iki çubuğu da bir yönde hareket ettirmeniz ve ardından bırakmanız istenecektir.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Lütfen bilin ki, <i>kalibrasyon başladığında, iptal edilemez</i>. Tamamlanana kadar bu sayfayı kapatmayın veya denetleyici bağlantısını kesmeyin.",
|
||||
"Calibration storage": "Kalibrasyon kaydetme",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "Varsayılan olarak, kalibrasyon yalnızca geçici bir kısıma kaydedilir, böylece sıfırlama ile tekrar çalıştırılabilir.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Kalibrasyonu denetleyiciye kalıcı olarak kaydetmek istiyorsanız, aşağıdaki onay kutusunu işaretleyin:",
|
||||
"Write changes permanently in the controller": "Değişiklikleri denetleyiciye kalıcı olarak yaz",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>Uyarı: <font color='red'>Denetleyici pilinin düşük veya bağlantısız olduğu durumda kalibrasyonu kalıcı olarak kaydetmeyin. Bu denetleyicinize zarar verebilir.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Kalibrasyonu başlatmak için <b>Başlat</b> düğmesine basın.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Lütfen her iki analogu <b>sol üst köşeye</b> taşıyın ve bırakın.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Analoglar tekrar merkezdeyken, <b>Devam</b> düğmesine basın.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Lütfen her iki analogu <b>sağ üst köşeye</b> taşıyın ve bırakın.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Lütfen her iki analogu <b>sol alt köşeye</b> taşıyın ve bırakın.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Lütfen her iki analogu <b>sağ alt köşeye</b> taşıyın ve bırakın.",
|
||||
"Calibration completed successfully!": "Kalibrasyon başarıyla tamamlandı!",
|
||||
"Next": "İleri",
|
||||
"Recentering the controller sticks. ": "Denetleyici analoglarını yeniden merkezleme. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Lütfen bu pencereyi kapatmayın ve denetleyici bağlantısını kesmeyin. ",
|
||||
"Range calibration": "Ara mesafe kalibrasyonu",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Denetleyici şu anda veri örnekleme yapıyor!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Tüm aralığı kapsamak için analogları yavaşça döndürün. Tamamlandığında \"Tamam\" düğmesine basın.",
|
||||
"Done": "Tamamlandı",
|
||||
"Hi, thank you for using this software.": "Merhaba, bu yazılımı kullandığınız için teşekkür ederim.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Yararlı bulduysanız ve çabalarımı desteklemek istiyorsanız, bana destek olabilirsiniz.",
|
||||
"buy me a coffee": "bana bir kahve alabilirsiniz",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Herhangi bir öneriniz veya sorunuz var mı? Bana e-posta veya discord üzerinden mesaj atabilirsiniz.",
|
||||
"Cheers!": "Teşekkürler!",
|
||||
"Support this project": "Bu projeyi destekle",
|
||||
|
||||
"unknown": "bilinmeyen",
|
||||
"original": "orijinal",
|
||||
"clone": "klon",
|
||||
"locked": "kilitli",
|
||||
"unlocked": "kilidi açık",
|
||||
"error": "hata",
|
||||
"Build Date:": "Derleme Tarihi:",
|
||||
"HW Version:": "Donanım Sürümü:",
|
||||
"SW Version:": "Yazılım Sürümü:",
|
||||
"Device Type:": "Cihaz Türü:",
|
||||
"Firmware Type:": "Firmware Türü:",
|
||||
"SW Series:": "Yazılım Serisi:",
|
||||
"HW Info:": "Donanım Bilgisi:",
|
||||
"SW Version:": "Yazılım Sürümü:",
|
||||
"UPD Version:": "Güncelleme Sürümü:",
|
||||
"FW Version1:": "Firmware Sürüm1:",
|
||||
"FW Version2:": "Firmware Sürüm2:",
|
||||
"FW Version3:": "Firmware Sürüm3:",
|
||||
|
||||
"Range calibration completed": "Ara mesafe kalibrasyonu tamamlandı",
|
||||
"Range calibration failed: ": "Ara mesafe kalibrasyonu başarısız oldu: ",
|
||||
"Cannot unlock NVS": "NVS kilidi açılamıyor",
|
||||
"Cannot relock NVS": "NVS kilidi tekrar kilitlenemiyor",
|
||||
"Error 1": "Hata 1",
|
||||
"Error 2": "Hata 2",
|
||||
"Error 3": "Hata 3",
|
||||
"Stick calibration failed: ": "Analog kalibrasyonu başarısız oldu: ",
|
||||
"Stick calibration completed": "Analog kalibrasyonu tamamlandı",
|
||||
"NVS Lock failed: ": "NVS kilidi kilitlenemedi: ",
|
||||
"NVS Unlock failed: ": "NVS kilidi açılamadı: ",
|
||||
"Please connect only one controller at time.": "Lütfen sadece bir denetleyici bağlayın.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Geçersiz bir cihaz bağlandı: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "DualSense Edge'in kalibrasyonu şu anda desteklenmiyor.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Cihazın bir DS4 klonu gibi görünüyor. Tüm işlevler devre dışı bırakıldı.",
|
||||
"Error: ": "Hata: ",
|
||||
"My handle on discord is: the_al": "Discord'daki kullanıcı adım: the_al",
|
||||
"Initializing...": "Başlatılıyor...",
|
||||
"Storing calibration...": "Kalibrasyon kaydediliyor...",
|
||||
"Sampling...": "Örnekleme yapılıyor...",
|
||||
"Calibration in progress": "Kalibrasyon devam ediyor",
|
||||
"Start": "Başlat",
|
||||
"Done": "Tamamlandı",
|
||||
"Continue": "Devam",
|
||||
"You can check the calibration with the": "Kalibrasyonu şununla kontrol edebilirsiniz:",
|
||||
"Have a nice day :)": "İyi günler! :)",
|
||||
"Welcome to the Calibration GUI": "Kalibrasyon Arayüzü'ne hoş geldiniz",
|
||||
"Just few things to know before you can start:": "Başlamadan önce bilmeniz gereken birkaç şey:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Bu web sitesi, Sony, PlayStation ve diğerleri ile ilişkili değildir.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Bu hizmet garanti olmaksızın sunulmaktadır. Kullanım kendi sorumluluğunuzdadır.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Denetleyicinin dahili bataryasını bağlı tutun ve iyi şarj edildiğinden emin olun. İşlemler sırasında pil biterse, denetleyici zarar görecektir ve kullanılamaz hale gelecektir.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Kalıcı kalibrasyonu yapmadan önce, her şeyin iyi çalıştığından emin olmak için geçici bir kalibrasyon yapın.",
|
||||
"Understood": "Anlaşıldı",
|
||||
"Version": "Sürüm",
|
||||
|
||||
"Frequently Asked Questions": "Sıkça Sorulan Sorular",
|
||||
"Close": "Kapat",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Sıkça Sorulan Sorular bölümüne hoş geldiniz! Aşağıda, bu web sitesi hakkında en sık sorulan soruların cevaplarını bulacaksınız. Başka sorularınız varsa veya daha fazla yardıma ihtiyacınız varsa, doğrudan bana ulaşmaktan çekinmeyin. Geri bildiriminiz ve sorularınız her zaman hoş geldiniz!",
|
||||
"How does it work?": "Nasıl çalışır?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Arka planda, bu web sitesi, internette rastgele birinden eğlence/hobi için DualShock denetleyicilerini ters mühendislikle bir yıl boyunca çalışan birinin çabalarının sonucudur.",
|
||||
"Through": "Aracılığıyla",
|
||||
"this research": "bu araştırma",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", DualShock denetleyicilerinde USB aracılığıyla gönderilebilen ve fabrika montaj sürecinde kullanılan belgelenmemiş bazı komutların var olduğu keşfedildi. Bu komutlar gönderildiğinde, denetleyici analog çubukların yeniden kalibrasyonunu başlatır.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Bu araştırmanın asıl odak noktası başlangıçta yeniden kalibrasyon üzerinde olmasa da, bu yeteneği sunan bir hizmetin birçok kişiye büyük fayda sağlayabileceği açık hale geldi. Ve böylece, işte buradayız.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "PS4/PS5'te oyun oynarken kalibrasyon etkili kalır mı?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Evet, \"Kontrolcüye değişiklikleri kalıcı olarak yaz\" kutusunu işaretlerseniz. Bu durumda, kalibrasyon doğrudan denetleyici yazılımına yazılır. Bu, bağlı olduğu konsoldan bağımsız olarak yerinde kalmasını sağlar.",
|
||||
"Is this an officially endorsed service?": "Bu resmi olarak onaylanmış bir hizmet mi?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Hayır, bu hizmet sadece bir DualShock hayranı tarafından oluşturulmuştur.",
|
||||
"Does this website detects if a controller is a clone?": "Bu web sitesi bir denetleyicinin bir kopya olup olmadığını algılar mı?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Evet, şu anda sadece DualShock4. Bu, yanlışlıkla bazı kopyalar satın aldım, farkları belirlemek için zaman harcadım ve gelecekteki aldatmaları önlemek için bu işlevi ekledim.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Maalesef, kopyalar zaten kalibre edilemez, çünkü sadece normal bir oyun sırasında DualShock4'ün davranışını kopyalarlar, belgelenmemiş tüm işlevleri değil.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Bu algılama işlevselliğini DualSense'e genişletmek istiyorsanız, lütfen bana sahte bir DualSense gönderin ve birkaç hafta içinde göreceksiniz.",
|
||||
"What development is in plan?": "Planlanan geliştirme nedir?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Bu proje için henüz öncelik belirlenmemiş olmasına rağmen, iki ayrı yapılacaklar listesi tutuyorum.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "İlk liste, DualShock4 ve DualSense denetleyicileri için destek geliştirmeyi içerir:",
|
||||
"Implement calibration of L2/R2 triggers.": "L2/R2 tetiklerinin kalibrasyonunu uygula.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Klonların tespitini iyileştir, özellikle kullanılmış denetleyicilerin orijinalliği konusunda güvence arayanlar için faydalı olur.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Kullanıcı arayüzünü iyileştir (örneğin, ek denetleyici bilgileri sağla)",
|
||||
"Add support for recalibrating IMUs.": "IMU'ların yeniden kalibre edilmesini destekle.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Ayrıca, çalışmayan DualShock denetleyicilerinin yeniden canlandırma olasılığını araştır (ilgilenen taraflar için Discord'da daha fazla tartışma mevcuttur).",
|
||||
"The second list contains new controllers I aim to support:": "İkinci liste, desteklemeyi amaçladığım yeni denetleyicileri içerir:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Xbox Denetleyicileri",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Bu görevlerin her biri hem büyük bir ilgi hem de önemli bir zaman yatırımı gerektirir. Bir bağlam sağlamak için, genellikle yeni bir denetleyiciyi desteklemek için tam zamanlı olarak 6-12 ay araştırma yapmak ve biraz şans gereklidir.",
|
||||
"I love this service, it helped me! How can I contribute?": "Bu hizmeti seviyorum, bana yardımcı oldu! Nasıl katkıda bulunabilirim?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Bunu faydalı bulduğunuza sevindim! Katkıda bulunmak istiyorsanız, size yardımcı olabileceğiniz birkaç yol:",
|
||||
"Consider making a": "Şu anda ",
|
||||
"donation": "bağış",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "desteklemek için bağış yapmayı düşünebilirsiniz.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Eklemek istediğiniz bir denetleyiciyi var ise bana gönderin (organizasyon için bana bir e-posta gönderin).",
|
||||
"Translate this website in your language": "Bu web sitesini kendi dilinize çevirin",
|
||||
", to help more people like you!": ", sizin gibi daha fazla insanın faydalanması için!",
|
||||
|
||||
"Board Model:": "",
|
||||
"This feature is experimental.": "",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "",
|
||||
"Board model detection thanks to": "",
|
||||
|
||||
"This website uses analytics to improve the service.": "Bu web sitesi hizmeti iyileştirmek için analiz kullanıyor.",
|
||||
"": ""
|
||||
}
|
||||
166
lang/zh_cn.json
Normal file
166
lang/zh_cn.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
".authorMsg": "- 中文翻译由 <a href='https://github.com/Yyiyun'>Eythavon</a> 提供",
|
||||
"DualShock Calibration GUI": "手柄校准界面",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "不支持的浏览器。请使用支持 WebHID 的浏览器 (例如 Chrome)。",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "将 DualShock 4 或 DualSense 手柄连接到您的计算机,然后按下连接。",
|
||||
"Connect": "连接",
|
||||
"Connected to:": "连接至:",
|
||||
"Disconnect": "断开连接",
|
||||
"Firmware Info": "固件信息",
|
||||
"Calibrate stick center": "校准摇杆中心",
|
||||
"Calibrate stick range (permanent)": "校准摇杆外圈 (永久)",
|
||||
"Calibrate stick range (temporary)": "校准摇杆外圈 (临时)",
|
||||
"Reset controller": "重置手柄",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "以下部分没有用处,只是一些调试信息或手动命令",
|
||||
"NVS Status": "NVS 状态",
|
||||
"Unknown": "未知",
|
||||
"BD Addr": "BD 地址",
|
||||
"Debug buttons": "调试按钮",
|
||||
"Query NVS status": "查询 NVS 状态",
|
||||
"NVS unlock": "解锁 NVS",
|
||||
"NVS lock": "锁定 NVS",
|
||||
"Get BDAddr": "获取 BD 地址",
|
||||
"Fast calibrate stick center (OLD)": "快速校准摇杆中心 (旧版)",
|
||||
"Stick center calibration": "摇杆中心校准",
|
||||
"Welcome": "欢迎",
|
||||
"Step 1": "步骤 1",
|
||||
"Step 2": "步骤 2",
|
||||
"Step 3": "步骤 3",
|
||||
"Step 4": "步骤 4",
|
||||
"Completed": "已完成",
|
||||
"Welcome to the stick center-calibration wizard!": "欢迎使用摇杆中心校准向导!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "此工具将指导您重新定位手柄的模拟摇杆。 它包括四个步骤:您将被要求将两个摇杆移动到一个方向并释放它们。",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "请注意,<i>一旦校准开始,就无法取消</i>。 在完成之前,请不要关闭此页面或断开手柄的连接。",
|
||||
"Calibration storage": "校准存储",
|
||||
"By default the calibration is only saved in a volatile storage, so that if you (or this tool) mess something up, a reset of the controller is enough to make it work again.": "默认情况下,校准仅保存在易失性存储器中,因此,如果您(或此工具)出错,重新设置手柄就足以使其再次工作。",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "如果您希望永久保存校准数据到手柄中,请在下方的复选框中打勾:",
|
||||
"Write changes permanently in the controller": "将更改永久写入手柄中",
|
||||
"<small>Warning: <font color=\"red\">Do not store the calibration permanently if the controller battery is low or disconnected. It will damage your controller.</font></small>": "<small>警告:<font color='red'>如果手柄电池电量低或断开连接,请勿永久存储校准数据。这将损坏您的手柄。</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "按 <b>开始</b> 开始校准。",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "请将两个摇杆移动到 <b>左上角</b> 并释放它们。",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "当摇杆回到中心位置时,按 <b>继续</b>。",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "请将两个摇杆移动到 <b>右上角</b> 并释放它们。",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "请将两个摇杆移动到 <b>左下角</b> 并释放它们。",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "请将两个摇杆移动到 <b>右下角</b> 并释放它们。",
|
||||
"Calibration completed successfully!": "校准成功完成!",
|
||||
"Next": "下一步",
|
||||
"Recentering the controller sticks. ": "重新定位手柄摇杆。 ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "请不要关闭此窗口,也不要断开手柄的连接。 ",
|
||||
"Range calibration": "摇杆外圈校准",
|
||||
"<b>The controller is now sampling data!</b>": "<b>手柄现在正在采样数据!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "缓慢转动摇杆以覆盖整个范围。 完成后按 \"完成\"。",
|
||||
"Done": "完成",
|
||||
"Hi, thank you for using this software.": "嗨,感谢您使用此软件。",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "如果您觉得有帮助,并且想支持我的努力,请随时",
|
||||
"buy me a coffee": "请我喝咖啡",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "您有任何建议或问题吗?通过电子邮件或 Discord 给我留言。",
|
||||
"Cheers!": "干杯!",
|
||||
"Support this project": "支持此项目",
|
||||
|
||||
"unknown": "未知设备",
|
||||
"original": "原厂正品",
|
||||
"clone": "克隆盗版",
|
||||
"locked": "已锁定",
|
||||
"unlocked": "已解锁",
|
||||
"error": "错误",
|
||||
"Build Date:": "构建日期:",
|
||||
"HW Version:": "硬件版本:",
|
||||
"SW Version:": "软件版本:",
|
||||
"Device Type:": "设备类型:",
|
||||
"Firmware Type:": "固件类型:",
|
||||
"SW Series:": "软件系列:",
|
||||
"HW Info:": "硬件信息:",
|
||||
"SW Version:": "软件版本:",
|
||||
"UPD Version:": "更新版本:",
|
||||
"FW Version1:": "固件版本1:",
|
||||
"FW Version2:": "固件版本2:",
|
||||
"FW Version3:": "固件版本3:",
|
||||
|
||||
"Range calibration completed": "摇杆外圈校准已完成",
|
||||
"Range calibration failed: ": "摇杆外圈校准失败: ",
|
||||
"Cannot unlock NVS": "无法解锁 NVS",
|
||||
"Cannot relock NVS": "无法重新锁定 NVS",
|
||||
"Error 1": "错误 1",
|
||||
"Error 2": "错误 2",
|
||||
"Error 3": "错误 3",
|
||||
"Stick calibration failed: ": "摇杆校准失败: ",
|
||||
"Stick calibration completed": "摇杆校准完成",
|
||||
"NVS Lock failed: ": "NVS 锁定失败: ",
|
||||
"NVS Unlock failed: ": "NVS 解锁失败: ",
|
||||
"Please connect only one controller at time.": "请一次只连接一个手柄。",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "连接了无效设备: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "目前不支持对 DualSense Edge 的校准。",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "该设备似乎是 DS4 克隆。所有功能均已禁用。",
|
||||
"Error: ": "错误: ",
|
||||
"My handle on discord is: the_al": "我的 Discord 用户名是: the_al",
|
||||
"Initializing...": "初始化...",
|
||||
"Storing calibration...": "正在存储校准...",
|
||||
"Sampling...": "采样中...",
|
||||
"Calibration in progress": "校准进行中",
|
||||
"Start": "开始",
|
||||
"Done": "完成",
|
||||
"Continue": "继续",
|
||||
"You can check the calibration with the": "您可以通过以下方式检查校准",
|
||||
"Have a nice day :)": "祝您有美好的一天! :)",
|
||||
"Welcome to the Calibration GUI": "欢迎使用校准 GUI",
|
||||
"Just few things to know before you can start:": "在开始之前,有几件事情需要了解:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "此网站与 Sony、PlayStation 等无关。",
|
||||
"This service is provided without warranty. Use at your own risk.": "此服务不附带任何保修。使用需自负风险。",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "保持手柄的内部电池连接,并确保其充电充足。如果在操作过程中电池电量耗尽,手柄将受损并无法使用。",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "在进行永久校准之前,先尝试临时校准以确保一切正常。",
|
||||
"Understood": "知道了",
|
||||
"Version": "版本",
|
||||
|
||||
"Frequently Asked Questions": "常见问题",
|
||||
"Close": "关闭",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "欢迎来到常见问题的解答部分!在下面,您将找到关于本网站常见问题的答案。如果您有任何其他疑问或需要进一步帮助,请随时直接联系我。您的反馈和问题都是受欢迎的!",
|
||||
"How does it work?": "它是如何工作的?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "在幕后,这个网站是一个来自互联网上一个普通人花费了一年时间来为了娱乐和爱好而逆向DualShock手柄的努力结晶。",
|
||||
"Through": "通过",
|
||||
"this research": "这项研究",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": "通过这项研究,发现DualShock手柄上存在一些未记录的命令,可以通过USB发送,并在工厂组装过程中使用。如果发送了这些命令,手柄将开始重新校准模拟摇杆。",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "虽然最初这项研究的主要焦点并不是集中在重新校准上,但很明显,提供这种能力的服务可以极大地惠及许多人。显而易见,我们也在这其中。",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "在PS4/PS5上使用时,校准是否仍然有效?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "是的,如果您勾选了“在手柄中永久写入更改”复选框。在这种情况下,校准直接刷新到手柄固件中。这确保了它无论连接到哪个游戏机都会生效。",
|
||||
"Is this an officially endorsed service?": "这是官方认可的工具吗?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "不,这个工具只是一个DualShock爱好者的创作。",
|
||||
"Does this website detects if a controller is a clone?": "这个网站能检测到手柄是否是正品吗?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "是的,目前只有DualShock4。这是因为我不小心买到了一些盗版,因此花了些时间鉴别了它们的差异,并添加了这个功能以防止未来被骗。",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "不幸的是,盗版无论如何都不能进行校准,因为它们只复制了在正常游戏过程中DualShock4的功能部分,而不是所有未记录的功能。",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "如果您想将此检测功能扩展到DualSense,请给我寄送一个假的DualSense,您将在几周内看到结果。",
|
||||
"What development is in plan?": "有什么发展计划吗?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "我为这个项目维护着两个单独的待办事项列表,尽管优先级尚未确定。",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "第一个列表是关于增强对DualShock4和DualSense手柄的支持:",
|
||||
"Implement calibration of L2/R2 triggers.": "实现L2/R2扳机的校准。",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "改进盗版的检测,对那些希望购买原装正品的二手手柄的人特别有益。",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "增强用户信息界面(例如提供额外的手柄信息)",
|
||||
"Add support for recalibrating IMUs.": "添加支持重新校准IMU(陀螺仪)。",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "此外,探讨复活不工作的DualShock手柄的可能性(对此感兴趣的人可在Discord上进一步的讨论)。",
|
||||
"The second list contains new controllers I aim to support:": "第二个列表包含我打算支持的新手柄:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "XBox 手柄",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "每项任务都需要巨大的兴趣和显著的时间投入。为了提供支持,兼容一个新的手柄通常需要6-12个月的全职研究,同时还需要一点好运气才能做到。",
|
||||
"I love this service, it helped me! How can I contribute?": "我喜欢这个工具,它帮助了我!我如何做出贡献?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "很高兴听到本工具对您有帮助!如果您有兴趣做出贡献,以下是您可以帮助我的几种方式:",
|
||||
"Consider making a": "考虑完成一项",
|
||||
"donation": "捐赠",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "以支持我的深夜因一杯咖啡从而激发对逆向工程努力。",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "给我寄送一个您想添加的手柄(发送电子邮件给我进行安排)。",
|
||||
"Translate this website in your language": "将这个网站翻译成您的语言",
|
||||
", to help more people like you!": "以帮助更多像您一样的人!",
|
||||
|
||||
"Board Model:": "主板型号",
|
||||
"This feature is experimental.": "此功能为实验性质。",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "如果您的手柄的主板型号没有被正确检测,请告诉我。",
|
||||
"Board model detection thanks to": "主板型号检测功能需要感谢",
|
||||
|
||||
"This website uses analytics to improve the service.": "该网站使用分析工具来改善服务。",
|
||||
"": ""
|
||||
}
|
||||
Reference in New Issue
Block a user