Compare commits

..

16 Commits
v2.23 ... v2.24

Author SHA1 Message Date
dualshock-tools
4344b8abed Bump to v2.24 2026-01-13 12:09:29 +01:00
dualshock-tools
2c5ebcab7e Update hu_hu translation 2026-01-13 12:05:00 +01:00
dualshock-tools
f7fe3d297e DS5: add models BDM-060M/BDM-060X 2026-01-13 12:01:19 +01:00
Alain
b66d418bfa Merge pull request #201 from ClausNC3/main
Updating danish translation
2026-01-08 17:17:57 +01:00
dualshock-tools
3518decae7 DS5: Add Icon Blue color detection 2026-01-08 17:17:18 +01:00
ClausNC3
2ea560f844 Updating danish translation 2026-01-03 22:52:24 +01:00
ClausNC3
ab9bfc301b Updating danish translation 2026-01-03 22:41:11 +01:00
Marekk
963503dcb4 Updated pl-pl 2025-12-30 21:54:49 +01:00
czrps
f3c30f0307 Update tr_tr.json
Typos and sentence errors have been fixed
2025-12-30 17:39:00 +01:00
Alain
d10e4e7d4d Merge pull request #195 from sladkOy/main
Update ua_ua.json
2025-12-26 20:59:16 +01:00
Alain
11acb4ec60 Merge pull request #196 from czrps/patch-11
Update tr_tr.json
2025-12-26 20:58:49 +01:00
czrps
b717b97669 Update tr_tr.json
Version 2.23 translation is done.
2025-12-26 16:49:34 +03:00
sladkOy
5293fbed29 Update ua_ua.json 2025-12-26 14:21:41 +02:00
Alain
ac0b46b2b6 Merge pull request #194 from sladkOy/patch-8
Update ua_ua.json
2025-12-25 20:40:14 +01:00
dualshock-tools
70142bb6b5 Update it_it lang 2025-12-25 20:39:13 +01:00
sladkOy
c43ad02baf Update ua_ua.json 2025-12-25 11:51:48 +02:00
8 changed files with 212 additions and 205 deletions

View File

@@ -399,7 +399,7 @@
<footer class="fixed-bottom bg-body-tertiary border-top">
<div class="container">
<div class="d-flex flex-column flex-sm-row justify-content-between py-3" id="footbody">
<p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.23</a> (2025-12-24) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p>
<p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.24</a> (2026-01-13) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p>
<ul class="list-unstyled d-flex mb-0">
<li class="ms-3"><a class="text-dark" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>

View File

@@ -193,7 +193,9 @@ class DS5OutputStruct {
}
}
function ds5_color(x) {
function ds5_color(serialNumber) {
// Color is obtained by the 5th and 6th characters of the serial number
// e.g. A12305xxx0000000 -> '05' -> Starlight Blue
const colorMap = {
'00': 'White',
'01': 'Midnight Black',
@@ -214,9 +216,10 @@ function ds5_color(x) {
'Z3': 'Astro Bot',
'Z4': 'Fortnite',
'Z6': 'The Last of Us',
'ZB': 'Icon Blue Limited Edition',
};
const colorCode = x.slice(4, 6);
const colorCode = serialNumber.slice(4, 6);
const colorName = colorMap[colorCode] || 'Unknown';
return colorName;
}
@@ -542,6 +545,10 @@ class DS5Controller extends BaseController {
if(a == 0x05) return "BDM-030";
if(a == 0x06) return "BDM-040";
if(a == 0x07 || a == 0x08) return "BDM-050";
// TODO 0x09..0x10?
if(a == 0x11) return "BDM-060M";
// TODO 0x12?
if(a == 0x13) return "BDM-060X";
return l("Unknown");
}

View File

@@ -301,39 +301,39 @@
"skipped": "sprunget over",
"tests completed": "tests er gennemført",
"to increase the non-circularity.": "for at øge ikke-cirkulariteten.",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Cannot copy text to the clipboard:": "",
"Cannot read module barcodes": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please connect a DualShock 4, a DualSense, DualSense Edge or VR2 controller to your computer and press Connect.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"The item has been copied to the clipboard.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "Efter de er blevet udskiftet, kan dette værktøj bruges til at kalibrere controlleren til at fungere med de nye joysticks.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "Sigt efter en cirkularitetsfejl på omkring 7-9 % for den bedste spiloplevelse.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "Batteriniveauet er lavt. Tests kan fejle, fordi controlleren er i strømbesparende tilstand.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "Kalibrering uden udskiftning af joysticks kan hjælpe midlertidigt, men det kan også gøre problemet værre, uden mulighed for at fortryde det.",
"Calibration History": "Kalibreringshistorik",
"Cannot copy text to the clipboard:": "Kan ikke kopiere tekst til udklipsholderen:",
"Cannot read module barcodes": "Kan ikke læse modul-stregkoder",
"Clear All": "Ryd alt",
"Current": "Aktuel",
"Delete": "Slet",
"Delete all calibration history for this controller? This cannot be undone.": "Slet al kalibreringshistorik for denne controller? Dette kan ikke fortrydes.",
"Delete this calibration entry?": "Slet denne kalibreringspost?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "Drift skyldes, at mekaniske dele i joysticket er slidte, og de skal udskiftes for at løse problemet.",
"Firefox is supported with the WebHID extension installed.": "Firefox understøttes med WebHID-udvidelsen installeret.",
"It appears the latest joystick calibration has not been saved.": "Det ser ud til, at den seneste joystick-kalibrering ikke er blevet gemt.",
"Last connected": "Sidst tilsluttet",
"No saved calibrations found.": "Ingen gemte kalibreringer fundet.",
"Please connect a DualShock 4, a DualSense, DualSense Edge or VR2 controller to your computer and press Connect.": "Tilslut venligst en DualShock 4, DualSense, DualSense Edge eller VR2 controller til din computer og tryk på Tilslut.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Brug venligst en webbrowser med WebHID-understøttelse (f.eks. Google Chrome eller Microsoft Edge) på en PC eller Mac.",
"Restore": "Gendan",
"Restore calibration": "Gendan kalibrering",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "Kalibreringen blev gendannet! Husk at gemme ændringerne, så de ikke går tabt, når controlleren genstartes.",
"The item has been copied to the clipboard.": "Elementet er blevet kopieret til udklipsholderen.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "Denne controller har ikke-gemte ændringer, som vil gå tabt, når controlleren genstartes.",
"This utility cannot fix stick drift.": "Dette værktøj kan ikke rette stick drift.",
"Unsupported browser.": "Browseren understøttes ikke.",
"Use expert mode": "Brug eksperttilstand",
"Use four-step calibration": "Brug fire-trins kalibrering",
"Use normal mode": "Brug normal tilstand",
"Use quick calibration": "Brug hurtig kalibrering",
"Using this utility on a phone or tablet is not supported.": "Brug af dette værktøj på en telefon eller tablet understøttes ikke.",
"Values": "Værdier",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Du bør gemme dine ændringer, eller genstarte controlleren for at vende tilbage til den tidligere tilstand.",
"serial number": "serienummer",
"": ""
}

View File

@@ -123,7 +123,7 @@
"Board Model": "Alaplap verzió",
"This DualSense controller has outdated firmware.": "Ennek a DualSense vezérlőnek elavult a firmware-e.",
"Please update the firmware and try again.": "Kérlek frissítsd a firmware-t, és próbáld újra.",
"Joystick Info": "Analógkar Információ",
"Joystick Info": "Analógkar információ",
"Check circularity": "Körkörösség ellenőrzése",
"Can I reset a permanent calibration to previous calibration?": "Visszaállíthatok egy végleges kalibrációt az előző kalibrációra?",
"No.": "Nem",
@@ -145,7 +145,7 @@
"Save changes permanently": "A változtatások végleges mentése a kontrollerbe",
"Reboot controller": "Kontroller újraindítása",
"Controller Info": "Információk a kontrollerről",
"Debug Info": "Hibakeresési infomrációk",
"Debug Info": "Hibakeresési információk",
"Software": "Szoftver",
"Hardware": "Hardver",
"FW Build Date": "FW kiadásának dátuma",
@@ -163,10 +163,10 @@
"PCBA ID": "PCBA azonosító",
"Battery Barcode": "Akkumulátor vonalkód",
"VCM Left Barcode": "Bal VCM vonalkód",
"VCM Right Barcode": "Jobb VCM vonalód",
"VCM Right Barcode": "Jobb VCM vonalkód",
"HW Model": "HW modell",
"Touchpad ID": "Tapipad azonosító",
"Bluetooth Address": "Bluetooth címzés",
"Bluetooth Address": "Bluetooth cím",
"Show all": "Mindet megjelenít",
"Finetune stick calibration": "Karok finomkalibrálása",
"(beta)": "(béta)",
@@ -302,38 +302,38 @@
"skipped": "kihagyva",
"tests completed": "befejezett teszt",
"to increase the non-circularity.": "a nem-körkörösség növeléséhez.",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Cannot copy text to the clipboard:": "",
"Cannot read module barcodes": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"The item has been copied to the clipboard.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "A cserét követően ez az eszköz használható a kontroller kalibrálására, hogy az új karokkal megfelelően működjön.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "Célozz meg 7-9% körüli körkörösségi hibát a legjobb játékélmény érdekében.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "Az akkumulátor töltöttségi szintje alacsony. A tesztek sikertelenek lehetnek, mert a kontroller energiatakarékos módban van.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "A karok cseréje nélküli kalibrálás átmenetileg segíthet, de ronthat is a problémán, visszaállítási lehetőség nélkül.",
"Calibration History": "Kalibrálási előzmények",
"Cannot copy text to the clipboard:": "Nem sikerült a vágólapra másolni a szöveget:",
"Cannot read module barcodes": "Nem olvashatók a modul vonalkódjai",
"Clear All": "Összes törlése",
"Current": "Jelenlegi",
"Delete": "Törlés",
"Delete all calibration history for this controller? This cannot be undone.": "Törlöd a kontroller összes kalibrálási előzményét? Ez a művelet nem vonható vissza.",
"Delete this calibration entry?": "Törlöd ezt a kalibrálási bejegyzést?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "A driftet (kúszást) a joystick mechanikus alkatrészeinek kopása okozza, amelyek cserére szorulnak a hiba elhárításához.",
"Firefox is supported with the WebHID extension installed.": "A Firefox csak a WebHID kiegészítő telepítésével támogatott.",
"It appears the latest joystick calibration has not been saved.": "Úgy tűnik, a legutóbbi joystick kalibráció nem lett elmentve.",
"Last connected": "Utoljára csatlakoztatva",
"No saved calibrations found.": "Nem található mentett kalibráció.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Kérlek, használj WebHID támogatással rendelkező böngészőt (pl. Google Chrome vagy Microsoft Edge) PC-n vagy Mac-en.",
"Restore": "Visszaállítás",
"Restore calibration": "Kalibráció visszaállítása",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "A kalibráció visszaállítása sikeres volt! Ne felejtsd el menteni a változtatásokat, hogy ne vesszenek el a kontroller újraindításakor.",
"The item has been copied to the clipboard.": "Az elem a vágólapra másolva.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "A kontrolleren mentetlen változtatások vannak, amelyek elvesznek az újraindításkor.",
"This utility cannot fix stick drift.": "Ez az eszköz nem tudja kijavítani a stick driftet.",
"Unsupported browser.": "Nem támogatott böngésző.",
"Use expert mode": "Szakértő mód használata",
"Use four-step calibration": "Négy lépéses kalibrálás használata",
"Use normal mode": "Normál mód használata",
"Use quick calibration": "Gyors kalibrálás használata",
"Using this utility on a phone or tablet is not supported.": "Ennek az eszköznek a használata telefonon vagy táblagépen nem támogatott.",
"Values": "Értékek",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Mentsd el a változtatásokat, vagy indítsd újra a kontrollert az előző állapot visszaállításához.",
"serial number": "sorozatszám",
"": ""
}

View File

@@ -305,35 +305,35 @@
"The device appears to be a clone. All calibration functionality is disabled.": "Il dispositivo sembra un clone. Le funzioni di calibrazione sono disattivate.",
"The item has been copied to the clipboard.": "Testo copiato negli appunti.",
"Cannot read module barcodes": "Errore nella lettura dei codici a barre dei moduli",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "Dopo essere stati sostituiti, questa utility può essere usata per calibrare il controller in modo che funzioni correttamente con i nuovi joystick.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "Mira ad un errore di circolarità del 7-9 % per avere un'ottima esperienza di gioco.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "La carica della batteria è bassa. I test potrebbero fallire poiché il controller potrebbe essere in risparmio energetico.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "Calibrare senza sostituire i joystick può aiutare temporaneamente, ma potrebbe anche peggiorare il problema senza possibilità di annullare le modifiche.",
"Calibration History": "Storico calibrazioni",
"Clear All": "Rimuovi tutti",
"Current": "Attuale",
"Delete": "Rimuovi",
"Delete all calibration history for this controller? This cannot be undone.": "Rimuovere lo storico calibrazioni per questo controller? Questa operazione non può essere annullata.",
"Delete this calibration entry?": "Rimuovere questa voce?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "Il drift è causato da parti meccaniche nel joystick che vengono usurate e devono essere sostituite per risolvere il problema.",
"Firefox is supported with the WebHID extension installed.": "Firefox è supportato con l'estensione WebHID installata.",
"It appears the latest joystick calibration has not been saved.": "Sembra che l'ultima calibrazione non è stata salvata.",
"Last connected": "Ultimo connesso",
"No saved calibrations found.": "Nessuna calibrazione salvata presente.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Si prega di usare un browser web con supporto WebHID (es. Google Chrome o Microsoft Edge) su un PC o Mac.",
"Restore": "Ripristina",
"Restore calibration": "Ripristina calibrazione",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "La calibrazione è stata ripristinata con successo! Ricordati di salvare i cambiamenti per non perderla quando il controller viene riavviato.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "Questo controller ha cambiamenti non salvati che verranno persi al riavvio.",
"This utility cannot fix stick drift.": "Questa utility non risolve il drift degli analogici.",
"Unsupported browser.": "Browser non supportato.",
"Use expert mode": "Usa modalità esperto",
"Use four-step calibration": "Usa calibrazione in quattro passi",
"Use normal mode": "Usa modalità normale",
"Use quick calibration": "Usa calibrazione veloce",
"Using this utility on a phone or tablet is not supported.": "L'utilizzo di questa utility su smartphone o tablet non è supportato.",
"Values": "Valori",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Dovresti salvare i cambiamenti oppure riavviare il controller per ritornare alla calibrazione precedente.",
"serial number": "numero di serie",
"": ""
}
}

View File

@@ -246,7 +246,7 @@
"Failed to set vibration": "Nie udało się ustawić wibracji",
"Feel for vibration in the controller.": "Poczuj wibracje w kontrolerze",
"Haptic Vibration": "Wibracje Haptyczne",
"Headphone Jack": "Wejście słuchawkowe (typu Jack)",
"Headphone Jack": "Wejście słuchawkowe (mini-jack 3,5mm)",
"Increase non-circularity": "Zwiększ nie-okrężność",
"Instructions": "Instrukcje",
"Keep rotating the sticks even if you see no progress!": "Kontynuuj obracanie drążków nawet jeśli nie widzisz postępów!",
@@ -302,36 +302,36 @@
"skipped": "pominięto",
"tests completed": "testy zakończone",
"to increase the non-circularity.": "by zwiększyć nie-okrężność",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Cannot read module barcodes": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "Po ich wymianie to narzędzie może zostać wykorzystane do skalibrowania kontrolera pod kątem pracy z nowymi drążkami.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "Dla najlepszych wrażeń z gry dąż do uzyskania błędu okrężności na poziomie około 7-9%.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "Niski poziom baterii. Testy mogą się nie powieść, ponieważ kontroler znajduje się w trybie oszczędzania energii.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "Kalibracja bez wymiany drążków może pomóc tymczasowo, ale może również pogorszyć problem, bez możliwości cofnięcia zmian.",
"Calibration History": "Historia kalibracji",
"Cannot read module barcodes": "Nie można odczytać kodów kreskowych modułów",
"Clear All": "Wyczyść wszystko",
"Current": "Aktualne",
"Delete": "Usuń",
"Delete all calibration history for this controller? This cannot be undone.": "Usunąć całą historię kalibracji dla tego kontrolera? Tej operacji nie można cofnąć.",
"Delete this calibration entry?": "Usunąć ten wpis kalibracji?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "Dryfowanie jest spowodowane zużyciem części mechanicznych wewnątrz drążka; aby naprawić ten problem, należy je wymienić.",
"Firefox is supported with the WebHID extension installed.": "Firefox jest obsługiwany po zainstalowaniu rozszerzenia WebHID.",
"It appears the latest joystick calibration has not been saved.": "Wygląda na to, że ostatnia kalibracja drążka nie została zapisana.",
"Last connected": "Ostatnie połączono z",
"No saved calibrations found.": "Nie znaleziono zapisanych kalibracji.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Proszę użyć przeglądarki obsługującej WebHID (np. Google Chrome lub Microsoft Edge) na komputerze PC lub Mac.",
"Restore": "Przywróć",
"Restore calibration": "Przywróć kalibrację",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "Kalibracja została pomyślnie przywrócona! Pamiętaj, aby zapisać zmiany, aby nie utracić ich po ponownym uruchomieniu kontrolera.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "Ten kontroler posiada niezapisane zmiany, które zostaną utracone po jego ponownym uruchomieniu.",
"This utility cannot fix stick drift.": "To narzędzie nie naprawia dryfowania drążków (stick drift).",
"Unsupported browser.": "Nieobsługiwana przeglądarka.",
"Use expert mode": "Użyj trybu eksperckiego",
"Use four-step calibration": "Użyj kalibracji 4-stopniowej",
"Use normal mode": "Użyj trybu normalnego",
"Use quick calibration": "Użyj szybkiej kalibracji",
"Using this utility on a phone or tablet is not supported.": "Korzystanie z tego narzędzia na telefonie lub tablecie nie jest obsługiwane.",
"Values": "Wartości",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Powinieneś zapisać zmiany lub ponownie uruchomić kontroler, aby powrócić do poprzedniego stanu.",
"serial number": "numer seryjny",
"": ""
}

View File

@@ -225,12 +225,12 @@
"Circularity (R1)": "Dairesellik (R1)",
"Move the stick to select it for tuning, then without touching the stick use the D-pad buttons to adjust the center point. Flick it and adjust it again if it is off center or flickers.": "Analoğu ayar için seçin, ardından analoğa dokunmadan yön tuşlarını kullanarak merkez noktasını ayarlayın. Analoğu hafifçe oynatın, merkezden kaymışsa veya titreme oluyorsa tekrar ayarlayın.",
"Please release the stick to center position before adjusting with D-pad buttons.": "Lütfen yön tuşlarıyla ayarlamadan önce analoğu merkez konumuna bırakın.",
"Press the D-pad or face buttons in the direction you want the stick position to move.": "Analoğun konumunu hareket ettirmek istediğiniz yöne (↑, ↓,, ➡) veya (△, ☐, O, ✕) tuşlarına basarak ayarlayın.",
"Press the D-pad or face buttons in the direction you want the stick position to move.": "Analoğun konumunu hareket ettirmek istediğiniz yöne (⬆️ ⬇️) veya (△, ☐, O, ✕) tuşlarına basarak ayarlayın.",
"Push the stick straight up/down/left/right as far as possible.": "Analoğu mümkün olduğunca yukarı/aşağı/sola/sağa itin.",
"Show raw numbers": "Ham değerleri göster",
"The device is connected via Bluetooth. Disconnect and reconnect using a USB cable instead.": "Cihaz Bluetooth üzerinden bağlı. Bunun yerine bağlantıyı kesip USB kablosu ile yeniden bağlayın.",
"Your device might not be a genuine Sony controller. If it is not a clone then please report this issue.": "Cihazınız orijinal Sony kolu olmayabilir. Eğer yan sanayi değilse lütfen bu sorunu bildirin.",
"<strong>Average circularity error:</strong> smaller is not always better! Aim for 7-9 %.": "<strong>Ortalama dairesellik hatası:</strong> daha küçük her zaman daha iyi değildir! %79 aralığını hedefleyin.",
"<strong>Average circularity error:</strong> smaller is not always better! Aim for 7-9 %.": "<strong>Ortalama dairesellik hatası:</strong> %79 aralığını hedefleyin.Daha küçük olması her zaman iyi değildir!",
"A reboot is needed to continue using this DualSense Edge. Please disconnect and reconnect your controller.": "Bu DualSense Edge'i kullanmaya devam etmek için yeniden başlatma gereklidir. Lütfen kontrol cihazınızı çıkarıp yeniden bağlayın.",
"Adaptive Trigger": "Uyarlanabilir Tetik",
"Adaptive triggers are only supported on DualSense controllers": "Uyarlanabilir tetikler yalnızca DualSense kontrol cihazlarında desteklenir.",
@@ -274,7 +274,7 @@
"Progress": "İlerleme",
"Quick Test": "Hızlı Test",
"Quick calibrate": "Hızlı Kalibrasyon",
"Range calibration appears to have failed. Please try again and make sure you rotate the sticks.": "Aralık kalibrasyonu başarısız gibi görünüyor. Lütfen yeniden deneyin ve analogları döndürdüğünüzden emin olun.",
"Range calibration appears to have failed. Please try again and make sure you rotate the sticks.": "Analog ara mesafe kalibrasyonu başarısız gibi görünüyor. Lütfen yeniden deneyin ve analogları döndürdüğünüzden emin olun",
"Repeat": "Tekrar Et",
"Restart": "Yeniden Başlat",
"Rotate the sticks slowly at least 2 times in one direction and 2 times in the other direction to cover the whole range.": "Analogları yavaşça en az iki kez bir yöne ve iki kez diğer yöne çevirerek tüm aralığı kapsayın.",
@@ -304,36 +304,36 @@
"Please connect a DualShock 4, a DualSense, DualSense Edge or VR2 controller to your computer and press Connect.": "Lütfen bir DualShock 4, DualSense, DualSense Edge veya VR2 kontrolcüsünü bilgisayarınıza bağlayın ve Bağlan butonuna basın.",
"Cannot copy text to the clipboard:": "Metin panoya kopyalanamıyor:",
"The item has been copied to the clipboard.": "Öğe panoya kopyalandı.",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Cannot read module barcodes": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "Değiştirildikten sonra, bu araç kontrolcüyü yeni analoglarla çalışacak şekilde kalibre etmek için kullanılır.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "En iyi oyun deneyimi için yaklaşık %79 arası dairesellik hatasını hedefleyin.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "Pil seviyesi düşük. Kontrolcü güç tasarruf modunda olduğu için testler başarısız olabilir.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "Analogları değiştirmeden kalibrasyon yapmak geçici olarak yardımcı olabilir, ancak sorunu daha da kötüleştirebilir ve geri dönüşüde mümkün olmayabilir.CzR PS&PC ekibi olarak dikkate almanızı öneririz",
"Calibration History": "Kalibrasyon Geçmişi",
"Cannot read module barcodes": "Modül barkodları okunamıyor",
"Clear All": "Tümünü Temizle",
"Current": "Mevcut",
"Delete": "Sil",
"Delete all calibration history for this controller? This cannot be undone.": "Bu kontrolcüye ait tüm kalibrasyon geçmişi silinsin mi? Bu işlem geri alınamaz.",
"Delete this calibration entry?": "Bu kalibrasyon kaydı silinsin mi?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "Drift sorunu analog mekanizmasının aşınmasından kaynaklanır ve sorunun çözülmesi için analog mekanizmasının değiştirilmesi gerekir.",
"Firefox is supported with the WebHID extension installed.": "WebHID eklentisi yüklü olduğunda Firefox desteklenir.",
"It appears the latest joystick calibration has not been saved.": "En son analog kalibrasyonu kaydedilmemiş görünüyor.",
"Last connected": "Son Bağlanan Kontrolcü",
"No saved calibrations found.": "Kayıtlı kalibrasyon bulunamadı.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Lütfen PC veya Mac üzerinde WebHID destekli bir web tarayıcısı kullanın (ör. Google Chrome veya Microsoft Edge).",
"Restore": "Geri Yükle",
"Restore calibration": "Kalibrasyonu Geri Yükle",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "Kalibrasyon başarıyla geri yüklendi! Kontrolcü yeniden başlatıldığında kaybolmaması için değişiklikleri kaydetmeyi unutmayın.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "Bu kontrolcüde kaydedilmemiş değişiklikler var. Kontrolcü yeniden başlatıldığında bu değişiklikler kaybolacaktır.",
"This utility cannot fix stick drift.": "Bu araç analog drift sorununu gideremez.",
"Unsupported browser.": "Desteklenmeyen tarayıcı.",
"Use expert mode": "Uzman modunu kullan",
"Use four-step calibration": "Dört adımlı kalibrasyonu kullan",
"Use normal mode": "Normal modu kullan",
"Use quick calibration": "Hızlı kalibrasyonu kullan",
"Using this utility on a phone or tablet is not supported.": "Bu araç telefon veya tablet üzerinde kullanımı desteklenmez.",
"Values": "Değerler",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Değişiklikleri kaydetmeli ya da önceki duruma dönmek için kontrolcüyü yeniden başlatmalısınız.",
"serial number": "Kontrolcünün Seri Numarası",
"": ""
}
}

View File

@@ -302,38 +302,38 @@
"to increase the non-circularity.": "щоб збільшити неокруглість.",
"Please connect a DualShock 4, a DualSense, DualSense Edge or VR2 controller to your computer and press Connect.": "Під’єднайте контролер DualShock 4, DualSense, DualSense Edge або VR2 до комп’ютера та натисніть «Підключити».",
"The device appears to be a clone. All calibration functionality is disabled.": "Схоже, цей пристрій є підробкою. Усі функції калібрування вимкнено.",
"Cannot copy text to the clipboard:": "Не вдалося скопіювати",
"Cannot copy text to the clipboard:": "Не вдалося скопіювати текст до буфера обміну:",
"The item has been copied to the clipboard.": "Скопійовано до буфера обміну",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "",
"Calibration History": "",
"Cannot read module barcodes": "",
"Clear All": "",
"Current": "",
"Delete": "",
"Delete all calibration history for this controller? This cannot be undone.": "",
"Delete this calibration entry?": "",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "",
"Firefox is supported with the WebHID extension installed.": "",
"It appears the latest joystick calibration has not been saved.": "",
"Last connected": "",
"No saved calibrations found.": "",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "",
"Restore": "",
"Restore calibration": "",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "",
"This utility cannot fix stick drift.": "",
"Unsupported browser.": "",
"Use expert mode": "",
"Use four-step calibration": "",
"Use normal mode": "",
"Use quick calibration": "",
"Using this utility on a phone or tablet is not supported.": "",
"Values": "",
"You should save your changes, or reboot the controller to revert back to the previous state.": "",
"serial number": "",
"After they have been replaced, this utility can be used to calibrate the controller to work with the new joysticks.": "Після заміни, утиліту можна використати для калібрування контролера з новими стіками.",
"Aim for a circularity error of around 7-9 % for the best playing experience.": "Для найкращого ігрового досвіду прагніть до похибки округлості близько 79%.",
"Battery level is low. Tests may fail due to the controller being in power saving mode.": "Рівень заряду батареї низький. Тести можуть завершитися невдало через режим енергозбереження контролера.",
"Calibrating without replacing the joysticks may help temporarily, but it may also make the problem worse, with no way to undo it.": "Калібрування без заміни стіків може дати тимчасовий ефект, але також здатне погіршити проблему без можливості скасування.",
"Calibration History": "Історія калібрування",
"Cannot read module barcodes": "Не вдалося зчитати штрихкоди модулів",
"Clear All": "Очистити все",
"Current": "Поточне",
"Delete": "Видалити",
"Delete all calibration history for this controller? This cannot be undone.": "Видалити всю історію калібрування цього контролера? Цю дію неможливо скасувати.",
"Delete this calibration entry?": "Видалити цей запис калібрування?",
"Drift is caused by mechanical parts in the joystick being worn out, and they need to be replaced to fix the drift.": "Дрифт виникає через зношення механічних частин, тому для його усунення необхідно замінити стіки.",
"Firefox is supported with the WebHID extension installed.": "Firefox підтримується за умови встановлення розширення WebHID.",
"It appears the latest joystick calibration has not been saved.": "Схоже, останнє калібрування стіків не було збережене.",
"Last connected": "Останнє підключення",
"No saved calibrations found.": "Збережених калібрувань не знайдено.",
"Please use a web browser with WebHID support (e.g. Google Chrome or Microsoft Edge) on a PC or Mac.": "Будь ласка, використовуйте веббраузер із підтримкою WebHID (наприклад, Google Chrome або Microsoft Edge) на ПК чи Mac.",
"Restore": "Відновити",
"Restore calibration": "Відновити калібрування",
"The calibration was restored successfully! Remember to save the changes in order not to loose them when the controller is rebooted.": "Калібрування успішно відновлено! Не забудьте зберегти зміни, щоб вони не були втрачені після перезавантаження контролера.",
"This controller has unsaved changes that will be lost when the controller is rebooted.": "Цей контролер має незбережені зміни, які буде втрачено після його перезавантаження.",
"This utility cannot fix stick drift.": "Ця утиліта не може усунути дрифт стіків.",
"Unsupported browser.": "Непідтримуваний браузер.",
"Use expert mode": "Використовувати експертний режим",
"Use four-step calibration": "Використовувати чотириетапне калібрування",
"Use normal mode": "Використовувати звичайний режим",
"Use quick calibration": "Використовувати швидке калібрування",
"Using this utility on a phone or tablet is not supported.": "Використання цієї утиліти на телефоні або планшеті не підтримується.",
"Values": "Значення",
"You should save your changes, or reboot the controller to revert back to the previous state.": "Вам слід зберегти зміни або перезавантажити контролер, щоб повернутися до попереднього стану",
"serial number": "серійний номер",
"": ""
}
}