mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-07-18 05:34:06 +03:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c58854d8e | ||
|
|
c5a2fbeeb5 | ||
|
|
35e81c12a1 | ||
|
|
cdec3b403e | ||
|
|
dccd885924 | ||
|
|
f4bed5f8c4 | ||
|
|
f647ab8813 |
7
core.js
7
core.js
@@ -21,14 +21,15 @@ var available_langs = {
|
||||
"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"},
|
||||
"ko_kr": { "name": "한국어", "file": "ko_kr.json"},
|
||||
"jp_jp": { "name": "日本語", "file": "jp_jp.json"},
|
||||
"ko_kr": { "name": "한국어", "file": "ko_kr.json"},
|
||||
"nl_nl": { "name": "Nederlands", "file": "nl_nl.json"},
|
||||
"pl_pl": { "name": "Polski", "file": "pl_pl.json"},
|
||||
"pt_br": { "name": "Português do Brasil", "file": "pt_br.json"},
|
||||
"ru_ru": { "name": "Русский", "file": "ru_ru.json"},
|
||||
"tr_tr": { "name": "Türkçe", "file": "tr_tr.json"},
|
||||
"zh_cn": { "name": "中文", "file": "zh_cn.json"},
|
||||
"zh_tw": { "name": "中文(繁)", "file": "zh_tw.json"},
|
||||
"zh_tw": { "name": "中文(繁)", "file": "zh_tw.json"}
|
||||
};
|
||||
|
||||
function buf2hex(buffer) {
|
||||
@@ -57,7 +58,7 @@ function ds5_hw_to_bm(hw_ver) {
|
||||
return "BDM-030";
|
||||
} else if(a == 0x06) {
|
||||
return "BDM-040";
|
||||
} else if(a == 0x07) {
|
||||
} else if(a == 0x07 || a == 0x08) {
|
||||
return "BDM-050";
|
||||
} else {
|
||||
return l("Unknown");
|
||||
|
||||
65
index.html
65
index.html
@@ -493,6 +493,68 @@
|
||||
</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-collapse7" aria-expanded="false" aria-controls="flush-collapse7">Can I reset a permanent calibration to previous calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse7" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">No.</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-collapse8" aria-expanded="false" aria-controls="flush-collapse8">Can you overwrite a permanent calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse8" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Yes. Simply do another permanent calibration.</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-collapse9" aria-expanded="false" aria-controls="flush-collapse9">Does this software resolve stickdrift?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse9" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.</p>
|
||||
<p class="ds-i18n">This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.</p>
|
||||
<p class="ds-i18n">I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.</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-collapse10" aria-expanded="false" aria-controls="flush-collapse10">(Dualsense) Will updating the firmware reset calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse10" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">No.</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-collapse11" aria-expanded="false" aria-controls="flush-collapse11">After range calibration, joysticks always go in corners.</button>
|
||||
</h2>
|
||||
<div id="flush-collapse11" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">This issue happens because you have clicked "Done" immediately after starting a range calibration.</p>
|
||||
<b><p class="ds-i18n">Please read the instructions.</p></b>
|
||||
<p class="ds-i18n">You have to rotate the joysticks before you press "Done".</p>
|
||||
<p class="ds-i18n">Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.</p>
|
||||
<p class="ds-i18n">Only after you have done that, you click on "Done".</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>
|
||||
@@ -508,6 +570,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@@ -520,7 +583,7 @@
|
||||
<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> 1.4 (2024-08-14) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
<p><span class="ds-i18n">Version</span> 1.5 (2024-09-21) - <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>
|
||||
|
||||
@@ -167,5 +167,21 @@
|
||||
"Err L:": "Грешка Л:",
|
||||
"Check circularity": "Проверка на кръговостта",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -169,5 +169,20 @@
|
||||
"Err L:": "Chyba L",
|
||||
"Check circularity": "Zkontrolujte rozsah",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -167,5 +167,20 @@
|
||||
"Err L:": "Fehler L:",
|
||||
"Check circularity": "Kreisförmigkeit prüfen",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
207
lang/es_es.json
207
lang/es_es.json
@@ -1,171 +1,186 @@
|
||||
{
|
||||
".authorMsg": "- Traducción al Español realizado por Ruben Martins :)",
|
||||
".authorMsg": "- Traducción al Español realizado por Ruben Martins, Miguel Borja @closesim :)",
|
||||
"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",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Navegador no soportado. 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 mando DualShock 4 o DualSense a tu ordenador y pulsa Conectar",
|
||||
"Connect": "Conectar",
|
||||
"Connected to:": "Conectar a:",
|
||||
"Connected to:": "Conectado 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",
|
||||
"Calibrate stick center": "Calibrar centro de los análogos",
|
||||
"Calibrate stick range (permanent)": "Calibrar el rango de los análogos (permanente)",
|
||||
"Calibrate stick range (temporary)": "Calibrar el rango de los análogos (temporal)",
|
||||
"Reset controller": "Reiniciar controller",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Las secciones de abajo no son de utilidad, solo son información de depuración o comandos 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",
|
||||
"Query NVS status": "Consultar 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",
|
||||
"Fast calibrate stick center (OLD)": "Calibración rápida de centro de los análogos (Antiguo)",
|
||||
"Stick center calibration": "Calibración de centro de los análogos",
|
||||
"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.",
|
||||
"Welcome to the stick center-calibration wizard!": "Bienvenido al asistente de calibración de centro de los análogos!",
|
||||
"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 re-centrar los sticks análogos. Consiste en cuatro pasos: Se le pedirá que mueva los análogos en una dirección y que luego 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 sea completada.",
|
||||
"Calibration storage": "Almacenamiento de Calibración",
|
||||
"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 una memoria volátil, por lo que si usted (o esta herramienta) comete un error, un reinicio del mando será suficiente para que vuelva a funcionar otra vez.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Si desea guardar la calibración de forma permanente, seleccione la casilla de abajo:",
|
||||
"Write changes permanently in the controller": "Guardar cambios 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>Advertencia: <font color='red'>No intente guardar la calibración de forma permanente si el mando tiene bateria baja, o se desconecta. Esto dañará el mando.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Pulse <b>Empezar</b> para iniciar calibración",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Mueva ambos análogos hacia la esquina <b>superior-izquierda</b> y luego suéltelos.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Cuando los análogos estén de vuelta en su centro, pulse <b>Continuar</b>",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Mueva ambos análogos hacia la esquina <b>superior-derecha</b> y luego suéltelos.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Mueva ambos análogos hacia la esquina <b>inferior-izquierda</b> y luego suéltelos.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Mueva ambos análogos hacia la esquina <b>inferior-derecha</b> y luego suéltelos.",
|
||||
"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.",
|
||||
"Recentering the controller sticks. ": "Re-centrando los análogos del mando. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Por favor, no cierre esta ventana y/o desconecte el mando. ",
|
||||
"Range calibration": "Calibración de rango",
|
||||
"<b>The controller is now sampling data!</b>": "<b>El mando ahora esta captando información!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Gire los análogos despacio para cubrir todo rango. Pulse \"Listo\" cuando haya 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é",
|
||||
"Hi, thank you for using this software.": "Hola, gracias por utilizar este software.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Si te ha parecido útil y te gustaria apoyar mis esfuerzos, no te cortes",
|
||||
"buy me a coffee": "y cómprame 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!",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Tienes alguna sugerencia o problema? Házmelo saber por email o Discord",
|
||||
"Cheers!": "Saludos!",
|
||||
"Support this project": "Apoya este proyecto",
|
||||
|
||||
"unknown": "desconocido",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"clone": "clón",
|
||||
"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:",
|
||||
"Build Date:": "Fecha de compilación:",
|
||||
"HW Version:": "Versión HW:",
|
||||
"SW Version:": "Versión SW:",
|
||||
"Device Type:": "Tipo de dispositivo:",
|
||||
"Firmware Type:": "Tipo de 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:",
|
||||
"SW Version:": "Versión SW:",
|
||||
"UPD Version:": "Versión UPD:",
|
||||
"FW Version1:": "Versión FW 1:",
|
||||
"FW Version2:": "Versión FW 2:",
|
||||
"FW Version3:": "Versión FW 3:",
|
||||
|
||||
"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",
|
||||
"Range calibration completed": "Calibración de Rango completada",
|
||||
"Range calibration failed: ": "Calibración de Rango fallida",
|
||||
"Cannot unlock NVS": "No fue posible desbloquear la NVS",
|
||||
"Cannot relock NVS": "No fue posible re-bloquear la 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",
|
||||
"Stick calibration failed: ": "Calibración de análogos fallida: ",
|
||||
"Stick calibration completed": "Calibración de análogos completada",
|
||||
"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.",
|
||||
"Please connect only one controller at time.": "Por favor, conecte solo 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",
|
||||
"Connected invalid device: ": "Dispositivo conectado no válido: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "La calibración de DualSense Edge no se encuentra soportada actualmente.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "El dispositivo parece ser un clón del DS4. Todas las funcionalidades se han desactivado",
|
||||
"Error: ": "Error: ",
|
||||
"My handle on discord is: the_al": "Mi identificador de discord es: the_al",
|
||||
"My handle on discord is: the_al": "Mi usuario de discord es: the_al",
|
||||
"Initializing...": "Inicializando...",
|
||||
"Storing calibration...": "Guardando Calibración...",
|
||||
"Sampling...": "Muestra...",
|
||||
"Sampling...": "Captando...",
|
||||
"Calibration in progress": "Calibración en proceso",
|
||||
"Start": "Empezar",
|
||||
"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:",
|
||||
"You can check the calibration with the": "Puede verificar su calibración con el",
|
||||
"Have a nice day :)": "Que tenga un buen dia! :)",
|
||||
"Welcome to the Calibration GUI": "Bienvenido a la GUI de Calibración",
|
||||
"Just few things to know before you can start:": "Un par de 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.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Este servicio se ofrece sin ninguna garantía. Úselo bajo su 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.": "Mantenga la batería del mando siempre conectada y asegurese que este bien cargada. Si la bateria se descarga durante las operaciones, el mando quedará dañado e inservible permanentemente",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Antes de hacer un calibración permanente, pruebe hacer una calibración temporal, para asegurarse que todo funciona bien.",
|
||||
"Understood": "Entendido",
|
||||
"Version": "Version",
|
||||
"Version": "Versión",
|
||||
|
||||
"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!",
|
||||
"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 sección F.A.Q.! Abajo vas a encontrar las preguntas más frecuentes sobre este sitio web. Si tienes alguna otra consulta o necesitas asistencia, siente libre de contactarme directamente. 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.",
|
||||
"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 escenas, esta web es la culminación de un año de dedicación y esfuerzo de ingeneria-reversa de los controles DualShock por diversión/hobby de alguien aleatorio 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.",
|
||||
", 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 descubrió que existen ciertos comandos no documentados de los DualShock que se pueden enviar por USB y que se usan en la fabrica durante el proceso de montaje. Si estos comandos son enviados, el mando empieza el proceso de recalibración de los análogos.",
|
||||
"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 que el enfoque inicial de esta investigación no era recalibrar los análogos, se evidenció claramente que ofrecer un servicio con esta capacidad podría beneficiar a varias personas. 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.",
|
||||
"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 seleccionas la casilla \"Guardar cambios de forma permanente en el mando\". En ese caso, la calibración será flasheada en el firmware del mando. Esto asegurará que esta permanezca funcionando sin importar la consola a las que sea conectado.",
|
||||
"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?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "No, este servicio simplemente nació de un amante del control DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Esta web detecta si el mando es un clón?",
|
||||
"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 sucedió ya que acidentalmente compré algunos clones y le dediqué un tiempo en identificar las diferencias, y añadí la función 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 de ninguna manera, debido a que ellos clonan el comportamiento de un DualShock4 durante una partida 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 amplíe la función de detección enviame un Dualsense falso y lo varás en unas cuantas semanas.",
|
||||
"What development is in plan?": "Que desarrollos se tienen planeados?",
|
||||
|
||||
"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:",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantengo dos listas de tareas separadas para este proyecto, aún así la prioridad aún esta por establecerse.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "La primera lista es para mejorar el soporte a mandos DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementar calibración de los gatillos L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Mejorar la detección de clones, perticularmente beneficioso para quienes quieran comprar mandos usados y quieran asegurar su autenticidad.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Mejorar interfaz de usuario (ej. proporcionar información adicional del mando)",
|
||||
"Add support for recalibrating IMUs.": "Añadir soporte de recalibracion de IMUs.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Adicionalmente, investigar la posibilidad de revivir mandos dañados DualShock (discucion disponible on Discord para los interesados).",
|
||||
"The second list contains new controllers I aim to support:": "La siguiente lista contiene los mandos que busco 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.",
|
||||
"XBox Controllers": "Mandos 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 muchísimo interes y una cantidad significativa de tiempo de investigacion. Para dar más contexto, dar soporte a un nuevo mando normalmente requiere 6-12 meses de investigación de tiempo completo, además de 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!",
|
||||
"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 lo has encontrado útil! Si tienes ganas de apoyar, hay unas cuantas cosas para que me ayudes:",
|
||||
"Consider making a": "Considera hacer una",
|
||||
"donation": "donación",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "para ayudar mi trasnochado cafe-alimentado esfuerzo de ingeniería inversa.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Envíame el mando que te gustaria añadir (envíame un email para organizarnos).",
|
||||
"Translate this website in your language": "Traduce esta web en tu idioma",
|
||||
", to help more people like you!": ", para que ayude más personas como tu!",
|
||||
"This website uses analytics to improve the service.": "Este sitio web utiliza análisis para mejorar el servicio.",
|
||||
"Board Model:": "Modelo de la placa:",
|
||||
"This feature is experimental.": "Esta función es experimental.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Por favor, avísame si el modelo de la placa de tu controlador no se detecta correctamente.",
|
||||
"Board model detection thanks to": "Detección del modelo de la placa gracias a",
|
||||
"Please connect the device using a USB cable.": "Por favor, conecta el dispositivo usando un cable USB.",
|
||||
"This DualSense controller has outdated firmware.": "Este controlador DualSense tiene un firmware desactualizado.",
|
||||
"This DualSense controller has outdated firmware.": "Este mando DualSense tiene un firmware desactualizado.",
|
||||
"Please update the firmware and try again.": "Por favor, actualiza el firmware y vuelve a intentarlo.",
|
||||
"Joystick Info": "Información del joystick",
|
||||
"Err R:": "Error D:",
|
||||
"Err L:": "Error I:",
|
||||
"Check circularity": "Comprobar circularidad",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -164,5 +164,21 @@
|
||||
"Err R:": "Err D:",
|
||||
"Err L:": "Err G:",
|
||||
"Check circularity": "Vérifier la circularité",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -167,5 +167,20 @@
|
||||
"Err L:": "Hibaarány B:",
|
||||
"Check circularity": "Körkörösség ellenőrzése",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -167,5 +167,21 @@
|
||||
"Err L:": "Err Sx:",
|
||||
"Check circularity": "Controlla circolarità",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Posso annullare una calibrazione permanente?",
|
||||
"No.": "No.",
|
||||
"Can you overwrite a permanent calibration?": "Posso sovrascrivere una calibrazione permanente?",
|
||||
"Yes. Simply do another permanent calibration.": "Sì. Semplicemente, fai un'altra calibrazione permanente.",
|
||||
"Does this software resolve stickdrift?": "Questo software risolve lo stick drift?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "Lo stick drift è causato da difetti fisici; ad esempio polvere, potenziometri consumati o in alcuni casi una molla consumata.",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "Questo software non sistemerà lo stick drift magicamente se hai già problemi, ma assicura che nuovi joystick analogici possano funzionare correttamente dopo averli sostituiti.",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "Alcuni controller comunque hanno una calibrazione di fabbrica peggiore di quella che puoi ottenere con questo sito. Particolarmente vero per alcuni controller SCUF con scocca unica.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) Aggiornare il firmware annulla la calibrazione?",
|
||||
"After range calibration, joysticks always go in corners.": "Dopo la calibrazione del range, i joystick vanno sempre all'angolo.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Questo succede perché hai cliccato \"Fatto\" subito dopo aver avviato la calibrazione del range.",
|
||||
"Please read the instructions.": "Leggi le istruzioni.",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Devi ruotare i joystick prima di premere \"Fatto\".",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Assicurati di ruotare gli analogici fino a toccare i bordi, preferibilmente in ogni direzione - senso orario e antiorario.",
|
||||
"Only after you have done that, you click on \"Done\".": "Solo dopo che hai fatto questo, clicca \"Fatto\".",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
".authorMsg": "- イタリア語への翻訳: <a href='https://chat.openai.com'>ChatGPT</a>",
|
||||
"DualShock Calibration GUI": "デュアルショックキャリブレーションGUI",
|
||||
"DualShock Calibration GUI": "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.": "デュアルショック4またはデュアルセンスコントローラをコンピュータに接続し、[接続]ボタンを押してください。",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "DualShock 4またはDualSenseコントローラをコンピュータに接続し、[接続]ボタンを押してください。",
|
||||
"Connect": "接続",
|
||||
"Connected to:": "接続先:",
|
||||
"Disconnect": "切断",
|
||||
@@ -37,15 +37,15 @@
|
||||
"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>に移動して、リリースしてください。",
|
||||
"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>に移動して、リリースしてください。",
|
||||
"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. ": "このウィンドウを閉じず、コントローラを切断しないでください。 ",
|
||||
"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.": "スティックをゆっくり回して全範囲をカバーしてください。完了したら「完了」を押してください。",
|
||||
@@ -88,7 +88,7 @@
|
||||
"Stick calibration completed": "スティックのキャリブレーションが完了しました",
|
||||
"NVS Lock failed: ": "NVSロックに失敗しました:",
|
||||
"NVS Unlock failed: ": "NVSロック解除に失敗しました:",
|
||||
"Please connect only one controller at time.": "一度に1つのコントローラーのみ接続してください。",
|
||||
"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",
|
||||
@@ -106,11 +106,11 @@
|
||||
"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.": "このウェブサイトは、ソニーやプレイステーションなどとは関係ありません。",
|
||||
"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.": "このウェブサイトは、ソニーや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.": "コントローラーの内蔵バッテリーを接続し、十分に充電されていることを確認してください。操作中にバッテリーが切れると、コントローラーが破損し、使用できなくなります。",
|
||||
"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": "バージョン",
|
||||
@@ -168,5 +168,20 @@
|
||||
"Err L:": "エラー 左:",
|
||||
"Check circularity": "円形を確認",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -166,5 +166,20 @@
|
||||
"Err L:": "오류 왼쪽:",
|
||||
"Check circularity": "원형 확인",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
||||
186
lang/nl_nl.json
Normal file
186
lang/nl_nl.json
Normal file
@@ -0,0 +1,186 @@
|
||||
{
|
||||
".authorMsg": "Vertaald door <a href='https://github.com/Notedop'>Notedop</a>",
|
||||
"DualShock Calibration GUI": "DualShock Kalibratie GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Niet ondersteunde browser. Gebruik een webbrowser met WebHID-ondersteuning (bijv. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Sluit een DualShock 4 of DualSense-controller aan op uw computer en druk op Verbinden.",
|
||||
"Connect": "Verbinden",
|
||||
"Connected to:": "Verbonden met:",
|
||||
"Disconnect": "Verbreken",
|
||||
"Firmware Info": "Firmware-informatie",
|
||||
"Calibrate stick center": "Kalibreer stick-center",
|
||||
"Calibrate stick range (permanent)": "Kalibreer stick-bereik (permanent)",
|
||||
"Calibrate stick range (temporary)": "Kalibreer stick-bereik (tijdelijk)",
|
||||
"Reset controller": "Controller resetten",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "De onderstaande secties zijn niet nuttig, slechts enkele debug-informatie of handmatige commando's",
|
||||
"NVS Status": "NVS-status",
|
||||
"Unknown": "Onbekend",
|
||||
"BD Addr": "BD-adres",
|
||||
"Debug buttons": "Debug-knoppen",
|
||||
"Query NVS status": "NVS-status opvragen",
|
||||
"NVS unlock": "NVS ontgrendelen",
|
||||
"NVS lock": "NVS vergrendelen",
|
||||
"Get BDAddr": "BD-adres ophalen",
|
||||
"Fast calibrate stick center (OLD)": "Snelle kalibratie van stick center (OUD)",
|
||||
"Stick center calibration": "Stick center kalibratie",
|
||||
"Welcome": "Welkom",
|
||||
"Step 1": "Stap 1",
|
||||
"Step 2": "Stap 2",
|
||||
"Step 3": "Stap 3",
|
||||
"Step 4": "Stap 4",
|
||||
"Completed": "Voltooid",
|
||||
"Welcome to the stick center-calibration wizard!": "Welkom bij de stick center kalibratie 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.": "Deze tool begeleidt u bij het opnieuw centreren van de analoge sticks van uw controller. Het bestaat uit vier stappen: u zal worden gevraagd om beide sticks in een richting te bewegen en ze los te laten.",
|
||||
"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.": "Houd er rekening mee dat, <i>eenmaal de kalibratie is uitgevoerd, deze niet kan worden geannuleerd</i>. Sluit deze pagina niet en koppel uw controller niet los voordat deze is voltooid.",
|
||||
"Calibration storage": "Kalibratie opslag",
|
||||
"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.": "Standaard wordt de kalibratie alleen opgeslagen in een tijdelijke opslag, zodat als u (of deze tool) iets verprutst, een reset van de controller voldoende is om deze weer te laten werken.",
|
||||
"If you wish to store the calibration permanently in the controller, tick the checkbox below:": "Als u de kalibratie permanent in de controller wilt opslaan, vink dan het onderstaande selectievakje aan:",
|
||||
"Write changes permanently in the controller": "Schrijf wijzigingen permanent in de 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>Waarschuwing: <font color=\"red\">Sla de kalibratie niet permanent op als de de batterij van de controller bijna leeg is of losgekoppeld. Het beschadigt uw controller.</font></small>",
|
||||
"Press <b>Start</b> to begin calibration.": "Druk op <b>Start</b> om de kalibratie te starten.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Verplaats beide sticks naar de <b>linkerbovenhoek</b> en laat ze los.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Als de sticks weer in het midden staan, druk dan op <b>Doorgaan</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Verplaats alsjeblieft beide sticks in de <b>rechter bovenhoek</b> en laat ze los.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Verplaats alsjeblieft beide sticks in de <b>linker onderhoek</b> en laat ze los.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Verplaats alstublieft beide sticks in de <b>rechter onderhoek</b> en laat ze los.",
|
||||
"Calibration completed successfully!": "Kalibratie succesvol voltooid!",
|
||||
"Next": "Next",
|
||||
"Recentering the controller sticks. ": "Her-centreer de controller sticks. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Sluit dit venster niet en koppel uw controller niet los. ",
|
||||
"Range calibration": "Bereik kalibratie",
|
||||
"<b>The controller is now sampling data!</b>": "<b>De controller verzamelt nu gegevens!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Draai de sticks langzaam rond om het hele bereik te bestrijken. Druk op \"Gereed\" als u klaar bent.",
|
||||
"Done": "Gereed",
|
||||
"Hi, thank you for using this software.": "Hallo, bedankt voor het gebruik van deze software.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": " Als u het nuttig vindt en mijn inspanningen wilt steunen, voelt u vrij om",
|
||||
"buy me a coffee": "een koffie voor mij te kopen",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Heeft u een suggestie of probleem? Stuur me een bericht via e-mail of discord.",
|
||||
"Cheers!": "Bedankt!",
|
||||
"Support this project": "Steun dit project",
|
||||
|
||||
"unknown": "onbekend",
|
||||
"original": "origineel",
|
||||
"clone": "clone",
|
||||
"locked": "vergrendeld",
|
||||
"unlocked": "ontgrendeld",
|
||||
"error": "error",
|
||||
"Build Date:": "Build Date:",
|
||||
"HW Version:": "HW-versie :",
|
||||
"SW Version:": "SW-versie:",
|
||||
"Device Type:": "Apparaat type:",
|
||||
"Firmware Type:": "Firmware type:",
|
||||
"SW Series:": "SW-serie :",
|
||||
"HW Info:": "HW Info:",
|
||||
"SW Version:": "SW-versie:",
|
||||
"UPD Version:": "UPD versie:",
|
||||
"FW Version1:": "FW versie1:",
|
||||
"FW Version2:": " FW versie2:",
|
||||
"FW Version3:": "FW versie3:",
|
||||
|
||||
"Range calibration completed": "Kalibratie van het bereik is voltooid",
|
||||
"Range calibration failed: ": " Kalibratie van het bereik is mislukt: ",
|
||||
"Cannot unlock NVS": " Kan NVS niet ontgrendelen",
|
||||
"Cannot relock NVS": "Kan NVS niet opnieuw vergrendelen",
|
||||
"Error 1": "Fout 1",
|
||||
"Error 2": "Fout 2",
|
||||
"Error 3": "Fout 3",
|
||||
"Stick calibration failed: ": "Stick kalibratie mislukt: ",
|
||||
"Stick calibration completed": "Stick kalibratie voltooid",
|
||||
"NVS Lock failed: ": "NVS vergrendeling mislukt: ",
|
||||
"NVS Unlock failed: ": "NVS ontgrendeling mislukt: ",
|
||||
"Please connect only one controller at time.": "Sluit slechts één controller tegelijk aan.",
|
||||
"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: ": "Ongeldig apparaat verbonden: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Kalibratie van de DualSense Edge wordt momenteel niet ondersteund.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Het apparaat lijkt een DS4-kloon te zijn. Alle functionaliteiten zijn uitgeschakeld.",
|
||||
"Error: ": "Error: ",
|
||||
"My handle on discord is: the_al": "Mijn handle voor Discord is: the_al",
|
||||
"Initializing...": "Initialiseren...",
|
||||
"Storing calibration...": "Kalibratie opslaan...",
|
||||
"Sampling...": "Data verzamelen...",
|
||||
"Calibration in progress": "Kalibratie wordt uitgevoerd",
|
||||
"Start": "Start",
|
||||
"Continue": "Continue",
|
||||
"You can check the calibration with the": "U kunt de kalibratie controleren met",
|
||||
"Have a nice day :)": "Fijne dag :)",
|
||||
"Welcome to the Calibration GUI": "Welkom bij de kalibratie GUI",
|
||||
"Just few things to know before you can start:": "Een paar dingen die u moet weten voordat u kunt beginnen:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Deze website is niet gelieerd aan Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Deze service wordt geleverd zonder garantie. Gebruik op eigen risico.",
|
||||
"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.": "Houd de interne batterij van de controller aangesloten en zorg ervoor dat deze goed is opgeladen. Als de batterij leegraakt tijdens het gebruik, wordt de controller beschadigd en onbruikbaar gemaakt.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Probeer eerst de tijdelijke kalibratie voordat u de permanente kalibratie uitvoert om er zeker van te zijn dat alles goed werkt.",
|
||||
"Understood": "Begrepen",
|
||||
"Version": "Version",
|
||||
|
||||
"Frequently Asked Questions": "Frequently Asked Questions",
|
||||
"Close": "Sluiten",
|
||||
"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!": " Welkom bij de FAQ sectie! Hieronder vindt u antwoorden op enkele van de meest gestelde vragen over deze website. Als u nog andere vragen heeft of verdere hulp nodig heeft, kunt u rechtstreeks contact met mij opnemen. Uw feedback en vragen zijn altijd welkom!",
|
||||
"How does it work?": "Hoe werkt het?",
|
||||
"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.": "Achter de schermen is deze website het resultaat van een jaar toegewijde inspanning in het reverse-engineeren van DualShock-controllers voor de lol/hobby van een willekeurige man op internet.",
|
||||
"Through": "Door",
|
||||
"this research": "dit onderzoek",
|
||||
", 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.": ", werd ontdekt dat er enkele ongedocumenteerde opdrachten op DualShock-controllers bestaan die via USB kunnen worden verzonden en worden gebruikt tijdens het assemblageproces in de fabriek. Als deze commando's worden verzonden, start de controller de herkalibratie van analoge 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.": "Hoewel de primaire focus van dit onderzoek aanvankelijk niet op herkalibratie lag, werd het duidelijk dat een dienst die deze mogelijkheid biedt, veel individuen enorm ten goede zou kunnen komen. En dus zijn we hier.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Blijft de kalibratie effectief tijdens het spelen op 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.": "Ja, als je het selectievakje \"Schrijf wijzigingen aanvinkt permanent in de controller\". In dat geval wordt de kalibratie direct in de controller firmware geflasht. Dit zorgt ervoor dat het op zijn plaats blijft, ongeacht de console waarmee het is verbonden.",
|
||||
"Is this an officially endorsed service?": "Is dit een officieel goedgekeurde dienst?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Nee, deze dienst is eenvoudigweg een creatie van een DualShock-liefhebber.",
|
||||
"Does this website detects if a controller is a clone?": "Detecteert deze website of een controller een kloon is?",
|
||||
"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, momenteel alleen DualShock4. Dit gebeurde omdat ik per ongeluk een aantal klonen kocht, tijd besteedde aan het identificeren van de verschillen en deze functionaliteit toevoegde om toekomstige misleiding te voorkomen.",
|
||||
"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.": "Helaas kunnen de klonen hoe dan ook niet worden gekalibreerd, omdat ze alleen het gedrag klonen van een DualShock4 tijdens een normale gameplay en niet alle niet-gedocumenteerde functionaliteiten die een DualShock heeft.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Als u wilt dat ik deze detectie functionaliteit uitbreidt naar DualSense, stuur me dan een nep-DualSense en je zult het binnen een paar weken zien.",
|
||||
"What development is in plan?": "Welke ontwikkeling staat er op de planning?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Ik houd twee aparte to-do-lijsten bij voor dit project, hoewel de prioriteit nog moet worden vastgesteld.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "De eerste lijst gaat over het verbeteren van de ondersteuning voor DualShock4- en DualSense-controllers:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementeer kalibratie van L2/R2-triggers.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Verbeter de detectie van klonen, vooral gunstig voor degenen die gebruikte controllers willen kopen met de zekerheid van authenticiteit.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Verbeter de gebruikersinterface (geef bijvoorbeeld extra controllerinformatie op)",
|
||||
"Add support for recalibrating IMUs.": "Ondersteuning toevoegen voor het opnieuw kalibreren van IMU's.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Verken bovendien de mogelijkheid om niet functionerende DualShock-controllers nieuw leven in te blazen (verdere discussie beschikbaar op Discord voor geïnteresseerde partijen ).",
|
||||
"The second list contains new controllers I aim to support:": "De tweede lijst bevat nieuwe controllers die ik wil ondersteunen:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "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.": "Elk van deze taken biedt zowel enorme interesse als aanzienlijke tijdsinvestering. Om context te bieden, vereist het ondersteunen van een nieuwe controller doorgaans zes tot twaalf maanden fulltime onderzoek, naast een meevaller.",
|
||||
"I love this service, it helped me! How can I contribute?": "Ik ben dol op deze service, het heeft me geholpen! Hoe kan ik bijdragen?",
|
||||
"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:": "Ik ben blij om te horen dat je dit nuttig vond! Als u geïnteresseerd bent om bij te dragen, zijn hier een paar manieren waarop u me kunt helpen:",
|
||||
"Consider making a": "Overweeg een",
|
||||
"donation": "donatie",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "ter ondersteuning van mijn door cafeïne aangedreven reverse-engineering-inspanningen.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Stuur mij een controller die u graag wilt toevoegen (stuur mij een e-mail voor organisatie).",
|
||||
"Translate this website in your language": "Vertaal deze website in uw taal",
|
||||
", to help more people like you!": ", om meer mensen zoals jij te helpen!",
|
||||
"This website uses analytics to improve the service.": "Deze website maakt gebruik van analyses om de service te verbeteren.",
|
||||
"Board Model:": "Board Model:",
|
||||
"This feature is experimental.": "Deze functie is experimenteel.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Laat het me weten als het model van uw controller niet correct wordt gedetecteerd.",
|
||||
"Board model detection thanks to": "Bordmodel detectie dankzij",
|
||||
"Please connect the device using a USB cable.": "Sluit het apparaat aan met een USB-kabel.",
|
||||
"This DualSense controller has outdated firmware.": "Deze DualSense-controller heeft verouderde firmware.",
|
||||
"Please update the firmware and try again.": "Update de firmware en probeer het opnieuw.",
|
||||
"Joystick Info": "Joystick Info",
|
||||
"Err R:": "Err R:",
|
||||
"Err L:": "Err L:",
|
||||
"Check circularity": "Controleer de circulariteit",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
@@ -169,5 +169,22 @@
|
||||
"Err L:": "Błędność L",
|
||||
"Check circularity": "Sprawdź okrężność",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -168,5 +168,21 @@
|
||||
"Err L:": "Erro E:",
|
||||
"Check circularity": "Verificar circularidade",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -168,5 +168,21 @@
|
||||
"Err L:": "Ошибка Л:",
|
||||
"Check circularity": "Проверить округлость",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -168,5 +168,21 @@
|
||||
"Err L:": "Hata S:",
|
||||
"Check circularity": "Daireselliği kontrol et",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
@@ -169,5 +169,21 @@
|
||||
"Err L:": "左摇杆错误率",
|
||||
"Check circularity": "检查摇杆外圈圆度。",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user