Compare commits
57 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c1a0f44f8 | ||
|
|
6c876b896b | ||
|
|
0105d3d71d | ||
|
|
4edbf811d7 | ||
|
|
7a30759a12 | ||
|
|
e83c790e5a | ||
|
|
120c1423a1 | ||
|
|
d1cbaeffd8 | ||
|
|
10123705f0 | ||
|
|
901b93ee5d | ||
|
|
0212e3baaa | ||
|
|
5816ef960b | ||
|
|
c65f5bb9c0 | ||
|
|
8cce06308d | ||
|
|
96b48019ef | ||
|
|
92b48f281c | ||
|
|
9c2d1b45ed | ||
|
|
2365585964 | ||
|
|
5a30e5755e | ||
|
|
9201b1dc72 | ||
|
|
3c70866ead | ||
|
|
9b0ec703ee | ||
|
|
8b3ffacb6f | ||
|
|
0dbbacc69a | ||
|
|
f1c0e0d1d3 | ||
|
|
5f296c766f | ||
|
|
25da65c1d2 | ||
|
|
5d7d4264c0 | ||
|
|
aba934c429 | ||
|
|
3d2f1ca4c9 | ||
|
|
dbcf62dc76 | ||
|
|
41208d2727 | ||
|
|
3a1407eb19 | ||
|
|
da13d7fb1e | ||
|
|
898d1d14d5 | ||
|
|
1a6b9026e3 | ||
|
|
600384297d | ||
|
|
e955f4ae66 | ||
|
|
3c583151a3 | ||
|
|
e514242393 | ||
|
|
8e73f36473 | ||
|
|
526fabf442 | ||
|
|
2d80df041b | ||
|
|
89931c2817 | ||
|
|
e68f136a13 | ||
|
|
af18739ed1 | ||
|
|
b34a879939 | ||
|
|
5d1236c115 | ||
|
|
aca3bc870b | ||
|
|
7715215b9e | ||
|
|
044e39a159 | ||
|
|
5e7fc781be | ||
|
|
1b80f7b029 | ||
|
|
84dae5091f | ||
|
|
09b0e08434 | ||
|
|
2679fdd908 | ||
|
|
a209f980f5 |
BIN
apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
695
core.js
@@ -12,27 +12,39 @@ var has_changes_to_write = 0;
|
||||
var lang_orig_text = {};
|
||||
var lang_cur = {};
|
||||
var lang_disabled = true;
|
||||
var lang_cur_direction = "ltr";
|
||||
var gj = 0;
|
||||
var gu = 0;
|
||||
|
||||
// DS5 finetuning
|
||||
var finetune_original_data = []
|
||||
var last_written_finetune_data = []
|
||||
var finetune_visible = false
|
||||
var on_finetune_updating = false
|
||||
|
||||
|
||||
// Alphabetical order
|
||||
var available_langs = {
|
||||
"bg_bg": { "name": "Български", "file": "bg_bg.json"},
|
||||
"cz_cz": { "name": "Čeština", "file": "cz_cz.json"},
|
||||
"de_de": { "name": "Deutsch", "file": "de_de.json"},
|
||||
"es_es": { "name": "Español", "file": "es_es.json"},
|
||||
"fr_fr": { "name": "Français", "file": "fr_fr.json"},
|
||||
"hu_hu": { "name": "Magyar", "file": "hu_hu.json"},
|
||||
"it_it": { "name": "Italiano", "file": "it_it.json"},
|
||||
"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"}
|
||||
"ar_ar": { "name": "العربية", "file": "ar_ar.json", "direction": "rtl"},
|
||||
"bg_bg": { "name": "Български", "file": "bg_bg.json", "direction": "ltr"},
|
||||
"cz_cz": { "name": "Čeština", "file": "cz_cz.json", "direction": "ltr"},
|
||||
"de_de": { "name": "Deutsch", "file": "de_de.json", "direction": "ltr"},
|
||||
"es_es": { "name": "Español", "file": "es_es.json", "direction": "ltr"},
|
||||
"fr_fr": { "name": "Français", "file": "fr_fr.json", "direction": "ltr"},
|
||||
"hu_hu": { "name": "Magyar", "file": "hu_hu.json", "direction": "ltr"},
|
||||
"it_it": { "name": "Italiano", "file": "it_it.json", "direction": "ltr"},
|
||||
"jp_jp": { "name": "日本語", "file": "jp_jp.json", "direction": "ltr"},
|
||||
"ko_kr": { "name": "한국어", "file": "ko_kr.json", "direction": "ltr"},
|
||||
"nl_nl": { "name": "Nederlands", "file": "nl_nl.json", "direction": "ltr"},
|
||||
"pl_pl": { "name": "Polski", "file": "pl_pl.json", "direction": "ltr"},
|
||||
"pt_br": { "name": "Português do Brasil", "file": "pt_br.json", "direction": "ltr"},
|
||||
"pt_pt": { "name": "Português", "file": "pt_pt.json", "direction": "ltr"},
|
||||
"rs_rs": { "name": "Srpski", "file": "rs_rs.json", "direction": "ltr"},
|
||||
"ru_ru": { "name": "Русский", "file": "ru_ru.json", "direction": "ltr"},
|
||||
"tr_tr": { "name": "Türkçe", "file": "tr_tr.json", "direction": "ltr"},
|
||||
"ua_ua": { "name": "Українська", "file": "ua_ua.json", "direction": "ltr"},
|
||||
"zh_cn": { "name": "中文", "file": "zh_cn.json", "direction": "ltr"},
|
||||
"zh_tw": { "name": "中文(繁)", "file": "zh_tw.json", "direction": "ltr"}
|
||||
};
|
||||
|
||||
function buf2hex(buffer) {
|
||||
@@ -80,7 +92,7 @@ function ds4_hw_to_bm(hw_ver) {
|
||||
return "JDM-040";
|
||||
} else if((a > 0x80 && a < 0x84) || a == 0x93) {
|
||||
return "JDM-020";
|
||||
} else if(a == 0xa4 || a == 0x90) {
|
||||
} else if(a == 0xa4 || a == 0x90 || a == 0xa0) {
|
||||
return "JDM-050";
|
||||
} else if(a == 0xb0) {
|
||||
return "JDM-055 (Scuf?)";
|
||||
@@ -96,7 +108,7 @@ function ds4_hw_to_bm(hw_ver) {
|
||||
function is_rare(hw_ver) {
|
||||
a = hw_ver >> 8;
|
||||
b = a >> 4;
|
||||
return ((b == 7 && a > 0x74) || (b == 9 && a != 0x93 && a != 0x90) || a == 0xa0);
|
||||
return ((b == 7 && a > 0x74) || (b == 9 && a != 0x93 && a != 0x90));
|
||||
}
|
||||
|
||||
async function ds4_info() {
|
||||
@@ -147,8 +159,10 @@ async function ds4_info() {
|
||||
append_info(l("Board Model"), ds4_hw_to_bm(hw_ver_minor) + b_info);
|
||||
|
||||
// All ok, safe to lock NVS, query it and get BD Addr
|
||||
await ds4_nvlock();
|
||||
await ds4_nvstatus();
|
||||
nvstatus = await ds4_nvstatus();
|
||||
|
||||
if(nvstatus == 0)
|
||||
await ds4_nvlock();
|
||||
bd_addr = await ds4_getbdaddr();
|
||||
append_info(l("Bluetooth Address"), bd_addr);
|
||||
|
||||
@@ -184,7 +198,19 @@ async function ds5_flash() {
|
||||
|
||||
show_popup(l("Changes saved successfully"));
|
||||
} catch(error) {
|
||||
show_popup(l("Error while saving changes: ") + str(error));
|
||||
show_popup(l("Error while saving changes: ") + toString(error));
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_edge_flash() {
|
||||
la("ds5_edge_flash");
|
||||
try {
|
||||
ret = await ds5_edge_flash_modules();
|
||||
if(ret) {
|
||||
show_popup("<b>" + l("Changes saved successfully") + "</b>.<br><br>" + l("If the calibration is not stored permanently, please double-check the wirings of the hardware mod."), true);
|
||||
}
|
||||
} catch(error) {
|
||||
show_popup(l("Error while saving changes: ") + toString(error));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,7 +225,7 @@ async function ds4_reset() {
|
||||
async function ds5_reset() {
|
||||
la("ds5_reset");
|
||||
try {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [1,1,0]))
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [1,1]))
|
||||
} catch(error) {
|
||||
}
|
||||
}
|
||||
@@ -316,7 +342,10 @@ async function ds4_calibrate_sticks_end() {
|
||||
try {
|
||||
// Write
|
||||
await device.sendFeatureReport(0x90, alloc_req(0x90, [2,1,1]))
|
||||
if(data.getUint32(0, false) != 0x91010101 || data2.getUint32(0, false) != 0x920101FF) {
|
||||
|
||||
data = await device.receiveFeatureReport(0x91);
|
||||
data2 = await device.receiveFeatureReport(0x92);
|
||||
if(data.getUint32(0, false) != 0x91010102 || data2.getUint32(0, false) != 0x92010101) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
d2 = dec2hex32(data2.getUint32(0, false));
|
||||
la("ds4_calibrate_sticks_end_failed", {"d1": d1, "d2": d2});
|
||||
@@ -336,7 +365,7 @@ async function ds4_calibrate_sticks_end() {
|
||||
|
||||
async function ds4_calibrate_sticks() {
|
||||
la("ds4_calibrate_sticks");
|
||||
var err = l("Stick calibration failed: ");
|
||||
let err = l("Stick calibration failed: ");
|
||||
try {
|
||||
set_progress(0);
|
||||
|
||||
@@ -344,10 +373,10 @@ async function ds4_calibrate_sticks() {
|
||||
await device.sendFeatureReport(0x90, alloc_req(0x90, [1,1,1]))
|
||||
|
||||
// Assert
|
||||
data = await device.receiveFeatureReport(0x91);
|
||||
data2 = await device.receiveFeatureReport(0x92);
|
||||
d1 = data.getUint32(0, false);
|
||||
d2 = data2.getUint32(0, false);
|
||||
let data = await device.receiveFeatureReport(0x91);
|
||||
let data2 = await device.receiveFeatureReport(0x92);
|
||||
let d1 = data.getUint32(0, false);
|
||||
let d2 = data2.getUint32(0, false);
|
||||
if(d1 != 0x91010101 || d2 != 0x920101ff) {
|
||||
la("ds4_calibrate_sticks_failed", {"s": 1, "d1": d1, "d2": d2});
|
||||
close_calibrate_window();
|
||||
@@ -362,11 +391,11 @@ async function ds4_calibrate_sticks() {
|
||||
await device.sendFeatureReport(0x90, alloc_req(0x90, [3,1,1]))
|
||||
|
||||
// Assert
|
||||
data = await device.receiveFeatureReport(0x91);
|
||||
data2 = await device.receiveFeatureReport(0x92);
|
||||
let data = await device.receiveFeatureReport(0x91);
|
||||
let data2 = await device.receiveFeatureReport(0x92);
|
||||
if(data.getUint32(0, false) != 0x91010101 || data2.getUint32(0, false) != 0x920101ff) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
d2 = dec2hex32(data2.getUint32(0, false));
|
||||
let d1 = dec2hex32(data.getUint32(0, false));
|
||||
let d2 = dec2hex32(data2.getUint32(0, false));
|
||||
la("ds4_calibrate_sticks_failed", {"s": 2, "i": i, "d1": d1, "d2": d2});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 2") + " (" + d1 + ", " + d2 + " at i=" + i + ")");
|
||||
@@ -379,8 +408,8 @@ async function ds4_calibrate_sticks() {
|
||||
// Write
|
||||
await device.sendFeatureReport(0x90, alloc_req(0x90, [2,1,1]))
|
||||
if(data.getUint32(0, false) != 0x91010101 || data2.getUint32(0, false) != 0x920101FF) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
d2 = dec2hex32(data2.getUint32(0, false));
|
||||
let d1 = dec2hex32(data.getUint32(0, false));
|
||||
let d2 = dec2hex32(data2.getUint32(0, false));
|
||||
la("ds4_calibrate_sticks_failed", {"s": 3, "d1": d1, "d2": d2});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 3") + " (" + d1 + ", " + d2 + " at i=" + i + ")");
|
||||
@@ -399,18 +428,28 @@ async function ds4_calibrate_sticks() {
|
||||
}
|
||||
|
||||
async function ds4_nvstatus() {
|
||||
await device.sendFeatureReport(0x08, alloc_req(0x08, [0xff,0, 12]))
|
||||
data = lf("ds4_nvstatus", await device.receiveFeatureReport(0x11))
|
||||
// 1: temporary, 0: permanent
|
||||
ret = data.getUint8(1, false);
|
||||
if(ret == 1) {
|
||||
$("#d-nvstatus").html("<font color='green'>" + l("locked") + "</font>");
|
||||
} else if(ret == 0) {
|
||||
$("#d-nvstatus").html("<font color='red'>" + l("unlocked") + "</font>");
|
||||
} else {
|
||||
$("#d-nvstatus").html("<font color='purple'>unk " + ret + "</font>");
|
||||
try {
|
||||
await device.sendFeatureReport(0x08, alloc_req(0x08, [0xff,0, 12]))
|
||||
data = lf("ds4_nvstatus", await device.receiveFeatureReport(0x11))
|
||||
// 1: temporary, 0: permanent
|
||||
ret = data.getUint8(1, false);
|
||||
if(ret == 1) {
|
||||
$("#d-nvstatus").html("<font color='green'>" + l("locked") + "</font>");
|
||||
return 1;
|
||||
} else if(ret == 0) {
|
||||
$("#d-nvstatus").html("<font color='red'>" + l("unlocked") + "</font>");
|
||||
return 0;
|
||||
} else {
|
||||
$("#d-nvstatus").html("<font color='purple'>unk " + ret + "</font>");
|
||||
if(ret == 0 || ret == 1)
|
||||
return 2;
|
||||
return ret;
|
||||
}
|
||||
return ret;
|
||||
} catch(e) {
|
||||
$("#d-nvstatus").html("<font color='red'>" + l("error") + "</font>");
|
||||
return 2; // error
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
async function ds5_nvstatus() {
|
||||
@@ -418,6 +457,9 @@ async function ds5_nvstatus() {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [3,3]))
|
||||
data = lf("ds5_nvstatus", await device.receiveFeatureReport(0x81))
|
||||
ret = data.getUint32(1, false);
|
||||
if(ret == 0x15010100) {
|
||||
return 4;
|
||||
}
|
||||
if(ret == 0x03030201) {
|
||||
$("#d-nvstatus").html("<font color='green'>" + l("locked") + "</font>");
|
||||
return 1; // temporary
|
||||
@@ -426,6 +468,8 @@ async function ds5_nvstatus() {
|
||||
return 0; // permanent
|
||||
} else {
|
||||
$("#d-nvstatus").html("<font color='purple'>unk " + dec2hex32(ret) + "</font>");
|
||||
if(ret == 0 || ret == 1)
|
||||
return 2;
|
||||
return ret; // unknown
|
||||
}
|
||||
} catch(e) {
|
||||
@@ -448,6 +492,22 @@ async function ds4_getbdaddr() {
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_edge_get_barcode() {
|
||||
try {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21,34]));
|
||||
await new Promise(r => setTimeout(r, 100));
|
||||
|
||||
data = lf("ds5_edge_get_barcode", await device.receiveFeatureReport(0x81));
|
||||
td = new TextDecoder()
|
||||
|
||||
r_bc = td.decode(data.buffer.slice(21, 21+17));
|
||||
l_bc = td.decode(data.buffer.slice(40, 40+17));
|
||||
return [r_bc, l_bc];
|
||||
} catch(e) {
|
||||
return "error";
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_getbdaddr() {
|
||||
try {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [9,2]));
|
||||
@@ -476,7 +536,6 @@ async function ds4_nvunlock() {
|
||||
async function ds5_system_info(base, num, length, decode = true) {
|
||||
await device.sendFeatureReport(128, alloc_req(128, [base,num]))
|
||||
var pcba_id = lf("ds5_pcba_id", await device.receiveFeatureReport(129));
|
||||
console.log(pcba_id);
|
||||
if(pcba_id.getUint8(1) != base || pcba_id.getUint8(2) != num || pcba_id.getUint8(3) != 2) {
|
||||
return l("error");
|
||||
} else {
|
||||
@@ -488,7 +547,30 @@ async function ds5_system_info(base, num, length, decode = true) {
|
||||
return l("Unknown");
|
||||
}
|
||||
|
||||
async function ds5_info() {
|
||||
function ds5_color(x) {
|
||||
const colorMap = {
|
||||
'00' : l('White'),
|
||||
'01' : l('Midnight Black'),
|
||||
'02' : l('Cosmic Red'),
|
||||
'03' : l('Nova Pink'),
|
||||
'04' : l('Galactic Purple'),
|
||||
'05' : l('Starlight Blue'),
|
||||
'06' : l('Grey Camouflage'),
|
||||
'07' : l('Volcanic Red'),
|
||||
'08' : l('Sterling Silver'),
|
||||
'09' : l('Cobalt Blue'),
|
||||
'30' : l('30th Anniversary'),
|
||||
'Z1' : l('God of War Ragnarok'),
|
||||
'Z3' : l('Astro Bot')
|
||||
};
|
||||
|
||||
const colorCode = x.slice(4, 6);
|
||||
const colorName = colorMap[colorCode] || 'Unknown';
|
||||
return colorName;
|
||||
}
|
||||
|
||||
|
||||
async function ds5_info(is_edge) {
|
||||
try {
|
||||
const view = lf("ds5_info", await device.receiveFeatureReport(0x20));
|
||||
|
||||
@@ -516,14 +598,23 @@ async function ds5_info() {
|
||||
|
||||
b_info = ' <a class="link-body-emphasis" href="#" onclick="board_model_info()">' +
|
||||
'<svg class="bi" width="1.3em" height="1.3em"><use xlink:href="#info"/></svg></a>';
|
||||
c_info = ' <a class="link-body-emphasis" href="#" onclick="edge_color_info()">' +
|
||||
'<svg class="bi" width="1.3em" height="1.3em"><use xlink:href="#info"/></svg></a>';
|
||||
|
||||
append_info(l("Serial Number"), await ds5_system_info(1, 19, 17), "hw");
|
||||
serial_number = await ds5_system_info(1, 19, 17);
|
||||
append_info(l("Serial Number"), serial_number, "hw");
|
||||
append_info_extra(l("MCU Unique ID"), await ds5_system_info(1, 9, 9, false), "hw");
|
||||
append_info_extra(l("PCBA ID"), await ds5_system_info(1, 17, 14), "hw");
|
||||
append_info_extra(l("Battery Barcode"), await ds5_system_info(1, 24, 23), "hw");
|
||||
append_info_extra(l("VCM Left Barcode"), await ds5_system_info(1, 26, 16), "hw");
|
||||
append_info_extra(l("VCM Right Barcode"), await ds5_system_info(1, 28, 16), "hw");
|
||||
append_info(l("Board Model"), ds5_hw_to_bm(hwinfo) + b_info, "hw");
|
||||
|
||||
color = ds5_color(serial_number);
|
||||
append_info(l("Color"), color + c_info, "hw");
|
||||
|
||||
if(!is_edge) {
|
||||
append_info(l("Board Model"), ds5_hw_to_bm(hwinfo) + b_info, "hw");
|
||||
}
|
||||
|
||||
append_info(l("FW Build Date"), build_date + " " + build_time, "fw");
|
||||
append_info_extra(l("FW Type"), "0x" + dec2hex(fwtype), "fw");
|
||||
@@ -546,8 +637,10 @@ async function ds5_info() {
|
||||
return true;
|
||||
}
|
||||
|
||||
await ds5_nvlock();
|
||||
await ds5_nvstatus();
|
||||
nvstatus = await ds5_nvstatus();
|
||||
if(nvstatus == 0)
|
||||
await ds5_nvlock();
|
||||
|
||||
bd_addr = await ds5_getbdaddr();
|
||||
append_info(l("Bluetooth Address"), bd_addr, "hw");
|
||||
} catch(e) {
|
||||
@@ -558,6 +651,18 @@ async function ds5_info() {
|
||||
return true;
|
||||
}
|
||||
|
||||
async function ds5_load_modules_info() {
|
||||
empty = '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
|
||||
// DS Edge
|
||||
sticks_barcode = await ds5_edge_get_barcode();
|
||||
for(i=0;i<2;i++) {
|
||||
if(sticks_barcode[i] == empty)
|
||||
sticks_barcode[i] = l("Unknown")
|
||||
}
|
||||
append_info(l("Left Module Barcode"), sticks_barcode[1], "fw");
|
||||
append_info(l("Right Module Barcode"), sticks_barcode[0], "fw");
|
||||
}
|
||||
|
||||
async function ds5_calibrate_sticks_begin() {
|
||||
la("ds5_calibrate_sticks_begin");
|
||||
var err = l("Range calibration failed: ");
|
||||
@@ -614,11 +719,30 @@ async function ds5_calibrate_sticks_end() {
|
||||
await device.sendFeatureReport(0x82, alloc_req(0x82, [2,1,1]))
|
||||
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010102) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_end_failed", {"d1": d1});
|
||||
show_popup(err + l("Error 3") + " (" + d1 + ").");
|
||||
return false;
|
||||
|
||||
if(mode == 2) {
|
||||
if(data.getUint32(0, false) != 0x83010102) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 3") + " (" + d1 + ").");
|
||||
}
|
||||
} else if(mode == 3) {
|
||||
if(data.getUint32(0, false) != 0x83010101) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 4") + " (" + d1 + ").");
|
||||
}
|
||||
|
||||
await device.sendFeatureReport(0x82, alloc_req(0x82, [2,1,1]))
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010103 && data.getUint32(0, false) != 0x83010312) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 5") + " (" + d1 + ").");
|
||||
}
|
||||
}
|
||||
|
||||
update_nvs_changes_status(1);
|
||||
@@ -677,11 +801,31 @@ async function ds5_calibrate_sticks() {
|
||||
await device.sendFeatureReport(0x82, alloc_req(0x82, [2,1,1]))
|
||||
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010102) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 3") + " (" + d1 + ").");
|
||||
|
||||
if(mode == 2) {
|
||||
if(data.getUint32(0, false) != 0x83010102) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 3") + " (" + d1 + ").");
|
||||
}
|
||||
} else if(mode == 3) {
|
||||
if(data.getUint32(0, false) != 0x83010101) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 4") + " (" + d1 + ").");
|
||||
}
|
||||
|
||||
await device.sendFeatureReport(0x82, alloc_req(0x82, [2,1,1]))
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010103) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_sticks_failed", {"s": 3, "d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 5") + " (" + d1 + ").");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
set_progress(100);
|
||||
@@ -731,11 +875,30 @@ async function ds5_calibrate_range_end() {
|
||||
|
||||
// Assert
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010202) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_range_end_failed", {"d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 1") + " (" + d1 + ").");
|
||||
|
||||
if(mode == 2) {
|
||||
if(data.getUint32(0, false) != 0x83010202) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_range_end_failed", {"d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 3") + " (" + d1 + ").");
|
||||
}
|
||||
} else {
|
||||
if(data.getUint32(0, false) != 0x83010201) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_range_end_failed", {"d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 4") + " (" + d1 + ").");
|
||||
}
|
||||
|
||||
await device.sendFeatureReport(0x82, alloc_req(0x82, [2,1,2]))
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
if(data.getUint32(0, false) != 0x83010203) {
|
||||
d1 = dec2hex32(data.getUint32(0, false));
|
||||
la("ds5_calibrate_range_end_failed", {"d1": d1});
|
||||
close_calibrate_window();
|
||||
return show_popup(err + l("Error 5") + " (" + d1 + ").");
|
||||
}
|
||||
}
|
||||
|
||||
update_nvs_changes_status(1);
|
||||
@@ -753,7 +916,7 @@ async function ds5_nvlock() {
|
||||
la("ds5_nvlock");
|
||||
try {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [3,1]))
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
data = await device.receiveFeatureReport(0x81)
|
||||
} catch(e) {
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
close_calibrate_window();
|
||||
@@ -761,11 +924,129 @@ async function ds5_nvlock() {
|
||||
}
|
||||
}
|
||||
|
||||
async function wait_until_written(expected) {
|
||||
for(it=0;it<10;it++) {
|
||||
data = await device.receiveFeatureReport(0x81)
|
||||
|
||||
again = false
|
||||
for(i=0;i<expected.length;i++) {
|
||||
if(data.getUint8(1+i, true) != expected[i]) {
|
||||
again = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(!again) {
|
||||
return true;
|
||||
}
|
||||
await new Promise(r => setTimeout(r, 50));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function set_edge_progress(score) {
|
||||
$("#dsedge-progress").css({ "width": score + "%" })
|
||||
}
|
||||
|
||||
async function ds5_edge_unlock_module(i) {
|
||||
m_name = i == 0 ? "left module" : "right module";
|
||||
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 6, i, 11]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
ret = await wait_until_written([21, 6, 2])
|
||||
if(!ret) {
|
||||
throw new Error(l("Cannot unlock") + " " + l(m_name));
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_edge_lock_module(i) {
|
||||
m_name = i == 0 ? "left module" : "right module";
|
||||
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 4, i, 8]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
ret = await wait_until_written([21, 4, 2])
|
||||
if(!ret) {
|
||||
throw new Error(l("Cannot lock") + " " + l(m_name));
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_edge_store_data_into(i) {
|
||||
m_name = i == 0 ? "left module" : "right module";
|
||||
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 5, i]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
ret = await wait_until_written([21, 5, 2])
|
||||
if(!ret) {
|
||||
throw new Error(l("Cannot store data into") + " " + l(m_name));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
async function ds5_edge_flash_modules() {
|
||||
la("ds5_edge_flash_modules");
|
||||
var modal = null;
|
||||
|
||||
if (device == null)
|
||||
return;
|
||||
|
||||
try {
|
||||
modal = new bootstrap.Modal(document.getElementById('edgeProgressModal'), {})
|
||||
modal.show();
|
||||
set_edge_progress(0);
|
||||
|
||||
// Reload data, this ensures correctly writing data in the controller
|
||||
await new Promise(r => setTimeout(r, 100));
|
||||
set_edge_progress(10);
|
||||
|
||||
// Unlock modules
|
||||
await ds5_edge_unlock_module(0);
|
||||
set_edge_progress(15);
|
||||
await ds5_edge_unlock_module(1);
|
||||
set_edge_progress(30);
|
||||
|
||||
// Unlock NVS
|
||||
await ds5_nvunlock()
|
||||
await new Promise(r => setTimeout(r, 50));
|
||||
set_edge_progress(45);
|
||||
|
||||
// This should trigger write into modules
|
||||
data = await ds5_get_inmemory_module_data()
|
||||
await new Promise(r => setTimeout(r, 50));
|
||||
set_edge_progress(60);
|
||||
await write_finetune_data(data)
|
||||
|
||||
// Extra delay
|
||||
await new Promise(r => setTimeout(r, 100));
|
||||
|
||||
// Lock back modules
|
||||
await ds5_edge_lock_module(0);
|
||||
set_edge_progress(80);
|
||||
await ds5_edge_lock_module(1);
|
||||
set_edge_progress(100);
|
||||
|
||||
// Lock back NVS
|
||||
await new Promise(r => setTimeout(r, 100));
|
||||
await ds5_nvlock()
|
||||
|
||||
await new Promise(r => setTimeout(r, 250));
|
||||
modal.hide();
|
||||
modal = null;
|
||||
await new Promise(r => setTimeout(r, 300));
|
||||
|
||||
return true;
|
||||
} catch(e) {
|
||||
modal.hide();
|
||||
modal = null;
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
show_popup("Error: " + e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
async function ds5_nvunlock() {
|
||||
la("ds5_nvunlock");
|
||||
try {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [3,2, 101, 50, 64, 12]))
|
||||
data = await device.receiveFeatureReport(0x83)
|
||||
data = await device.receiveFeatureReport(0x81)
|
||||
} catch(e) {
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
close_calibrate_window();
|
||||
@@ -879,6 +1160,192 @@ function alloc_req(id, data=[]) {
|
||||
return out;
|
||||
}
|
||||
|
||||
async function on_finetune_change(x) {
|
||||
list = ["LL", "LT", "RL", "RT", "LR", "LB", "RR", "RB", "LX", "LY", "RX", "RY"]
|
||||
|
||||
out=[]
|
||||
|
||||
for(let i=0;i<12;i++) {
|
||||
let el = $("#finetune" + list[i]);
|
||||
let v = parseInt(el.val())
|
||||
out.push(v)
|
||||
}
|
||||
await write_finetune_data(out)
|
||||
}
|
||||
|
||||
async function ds5_finetune() {
|
||||
// Lock NVS before
|
||||
nvs = await ds5_nvstatus();
|
||||
if(nvs == 0) {
|
||||
await ds5_nvlock();
|
||||
nvs = await ds5_nvstatus();
|
||||
if(nvs != 1) {
|
||||
show_popup("ERROR: Cannot lock NVS (" + nvs + ")");
|
||||
return;
|
||||
}
|
||||
} else if(nvs != 1) {
|
||||
show_popup("ERROR: Cannot read NVS status. Finetuning is not safe on this device.");
|
||||
}
|
||||
|
||||
data = await read_finetune_data();
|
||||
if (data == null)
|
||||
return;
|
||||
|
||||
curModal = new bootstrap.Modal(document.getElementById('finetuneModal'), {})
|
||||
curModal.show();
|
||||
|
||||
let list = ["LL", "LT", "RL", "RT", "LR", "LB", "RR", "RB", "LX", "LY", "RX", "RY"]
|
||||
for(i=0;i<12;i++) {
|
||||
$("#finetune" + list[i]).val(data[i])
|
||||
$("#finetune" + list[i]).on('change', on_finetune_change)
|
||||
}
|
||||
|
||||
finetune_original_data = data
|
||||
finetune_visible = true
|
||||
|
||||
refresh_finetune()
|
||||
}
|
||||
|
||||
async function ds5_get_inmemory_module_data() {
|
||||
if (mode == 2) {
|
||||
// DualSense
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [12, 2]))
|
||||
} else if(mode == 3) {
|
||||
// DualSense Edge
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [12, 4]))
|
||||
|
||||
}
|
||||
await new Promise(r => setTimeout(r, 100));
|
||||
var data = await device.receiveFeatureReport(0x81)
|
||||
var cmd = data.getUint8(0, true);
|
||||
var p1 = data.getUint8(1, true);
|
||||
var p2 = data.getUint8(2, true);
|
||||
var p3 = data.getUint8(3, true);
|
||||
|
||||
if(cmd != 129 || p1 != 12 || (p2 != 2 && p2 != 4) || p3 != 2)
|
||||
return null;
|
||||
|
||||
var out = []
|
||||
for(i=0;i<12;i++)
|
||||
out.push(data.getUint16(4+i*2, true))
|
||||
return out;
|
||||
}
|
||||
|
||||
async function read_finetune_data() {
|
||||
data = ds5_get_inmemory_module_data();
|
||||
if(data == null) {
|
||||
finetune_close();
|
||||
show_popup("ERROR: Cannot read calibration data");
|
||||
return null;
|
||||
}
|
||||
|
||||
last_written_finetune_data = data;
|
||||
return data;
|
||||
}
|
||||
|
||||
async function write_finetune_data(data) {
|
||||
if (data.length != 12) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data == last_written_finetune_data) {
|
||||
return;
|
||||
}
|
||||
|
||||
last_written_finetune_data = data
|
||||
pkg = [12,1]
|
||||
for(i=0;i<data.length;i++) {
|
||||
x = data[i]
|
||||
pkg.push(x & 0xff)
|
||||
pkg.push(x >> 8)
|
||||
}
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, pkg))
|
||||
}
|
||||
|
||||
function refresh_finetune() {
|
||||
if (!finetune_visible)
|
||||
return;
|
||||
if (on_finetune_updating)
|
||||
return;
|
||||
|
||||
on_finetune_updating = true
|
||||
setTimeout(ds5_finetune_update_all, 10);
|
||||
}
|
||||
|
||||
function ds5_finetune_update_all() {
|
||||
ds5_finetune_update("finetuneStickCanvasL", last_lx, last_ly)
|
||||
ds5_finetune_update("finetuneStickCanvasR", last_rx, last_ry)
|
||||
}
|
||||
|
||||
function ds5_finetune_update(name, plx, ply) {
|
||||
on_finetune_updating = false
|
||||
var c = document.getElementById(name);
|
||||
var ctx = c.getContext("2d");
|
||||
var sz = 60;
|
||||
var hb = 20 + sz;
|
||||
var yb = 15 + sz;
|
||||
var w = c.width;
|
||||
ctx.clearRect(0, 0, c.width, c.height);
|
||||
ctx.lineWidth = 1;
|
||||
ctx.fillStyle = '#ffffff';
|
||||
ctx.strokeStyle = '#000000';
|
||||
|
||||
// Left circle
|
||||
ctx.beginPath();
|
||||
ctx.arc(hb, yb, sz, 0, 2 * Math.PI);
|
||||
ctx.closePath();
|
||||
ctx.fill();
|
||||
ctx.stroke();
|
||||
|
||||
ctx.strokeStyle = '#aaaaaa';
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(hb-sz, yb);
|
||||
ctx.lineTo(hb+sz, yb);
|
||||
ctx.closePath();
|
||||
ctx.stroke();
|
||||
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(hb, yb-sz);
|
||||
ctx.lineTo(hb, yb+sz);
|
||||
ctx.closePath();
|
||||
ctx.stroke();
|
||||
|
||||
ctx.fillStyle = '#000000';
|
||||
ctx.strokeStyle = '#000000';
|
||||
ctx.beginPath();
|
||||
ctx.arc(hb+plx*sz,yb+ply*sz,4, 0, 2*Math.PI);
|
||||
ctx.fill();
|
||||
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(hb, yb);
|
||||
ctx.lineTo(hb+plx*sz, yb+ply*sz);
|
||||
ctx.stroke();
|
||||
|
||||
$("#"+ name + "x-lbl").text(float_to_str(plx));
|
||||
$("#"+ name + "y-lbl").text(float_to_str(ply));
|
||||
}
|
||||
|
||||
function finetune_close() {
|
||||
$("#finetuneModal").modal("hide");
|
||||
finetune_visible = false
|
||||
|
||||
finetune_original_data = []
|
||||
}
|
||||
|
||||
function finetune_save() {
|
||||
finetune_close();
|
||||
|
||||
// Unlock button
|
||||
update_nvs_changes_status(1);
|
||||
}
|
||||
|
||||
async function finetune_cancel() {
|
||||
if(finetune_original_data.length == 12)
|
||||
await write_finetune_data(finetune_original_data)
|
||||
|
||||
finetune_close();
|
||||
}
|
||||
|
||||
var last_lx = 0, last_ly = 0, last_rx = 0, last_ry = 0;
|
||||
var ll_updated = false;
|
||||
|
||||
@@ -1063,7 +1530,7 @@ function refresh_stick_pos() {
|
||||
ofl += Math.pow(ll_data[i] - 1, 2);
|
||||
}
|
||||
for (i=0;i<rr_data.length;i++) {
|
||||
if(ll_data[i] > 0.2) {
|
||||
if(rr_data[i] > 0.2) {
|
||||
rcounter += 1;
|
||||
ofr += Math.pow(rr_data[i] - 1, 2);
|
||||
}
|
||||
@@ -1152,18 +1619,19 @@ function update_nvs_changes_status(new_value) {
|
||||
return;
|
||||
|
||||
if (new_value == 1) {
|
||||
has_changes_to_write = 1;
|
||||
$("#savechanges").prop("disabled", false);
|
||||
$("#savechanges").addClass("btn-success").removeClass("btn-outline-secondary");
|
||||
} else {
|
||||
$("#savechanges").prop("disabled", true);
|
||||
$("#savechanges").removeClass("btn-success").addClass("btn-outline-secondary");
|
||||
}
|
||||
|
||||
has_changes_to_write = new_value;
|
||||
}
|
||||
|
||||
function update_battery_status(bat_capacity, cable_connected, is_charging, is_error) {
|
||||
var bat_txt = bat_percent_to_text(bat_capacity, is_charging);
|
||||
var can_use_tool = (bat_capacity >= 30 && cable_connected && !is_error);
|
||||
var can_use_tool = (bat_capacity >= 30 && cable_connected && !is_error); // is this even being used?
|
||||
|
||||
if(bat_txt != last_bat_txt) {
|
||||
$("#d-bat").html(bat_txt);
|
||||
@@ -1247,6 +1715,7 @@ function process_ds_input(data) {
|
||||
last_ry = new_ry;
|
||||
ll_updated = true;
|
||||
refresh_sticks();
|
||||
refresh_finetune();
|
||||
}
|
||||
|
||||
var bat = data.data.getUint8(52);
|
||||
@@ -1261,7 +1730,7 @@ function process_ds_input(data) {
|
||||
if(bat_status == 0) {
|
||||
bat_capacity = Math.min(bat_charge * 10 + 5, 100);
|
||||
} else if(bat_status == 1) {
|
||||
bat_capacity = Math.max(bat_charge * 10 + 5, 100);
|
||||
bat_capacity = Math.min(bat_charge * 10 + 5, 100);
|
||||
is_charging = true;
|
||||
cable_connected = true;
|
||||
} else if(bat_status == 2) {
|
||||
@@ -1291,7 +1760,8 @@ async function continue_connection(report) {
|
||||
}
|
||||
|
||||
if(device.productId == 0x05c4) {
|
||||
$("#infoshowall").hide();
|
||||
$("#infoshowall").hide()
|
||||
$("#ds5finetune").hide()
|
||||
if(await ds4_info()) {
|
||||
connected = true;
|
||||
mode = 1;
|
||||
@@ -1299,7 +1769,8 @@ async function continue_connection(report) {
|
||||
device.oninputreport = process_ds4_input;
|
||||
}
|
||||
} else if(device.productId == 0x09cc) {
|
||||
$("#infoshowall").hide();
|
||||
$("#infoshowall").hide()
|
||||
$("#ds5finetune").hide()
|
||||
if(await ds4_info()) {
|
||||
connected = true;
|
||||
mode = 1;
|
||||
@@ -1307,20 +1778,34 @@ async function continue_connection(report) {
|
||||
device.oninputreport = process_ds4_input;
|
||||
}
|
||||
} else if(device.productId == 0x0ce6) {
|
||||
$("#infoshowall").show();
|
||||
if(await ds5_info()) {
|
||||
$("#infoshowall").show()
|
||||
$("#ds5finetune").show()
|
||||
if(await ds5_info(false)) {
|
||||
connected = true;
|
||||
mode = 2;
|
||||
devname = l("Sony DualSense");
|
||||
device.oninputreport = process_ds_input;
|
||||
}
|
||||
} else if(device.productId == 0x0df2) {
|
||||
$("#infoshowall").hide();
|
||||
if(await ds5_info()) {
|
||||
$("#infoshowall").show()
|
||||
$("#ds5finetune").show()
|
||||
if(await ds5_info(true)) {
|
||||
connected = true;
|
||||
mode = 0;
|
||||
mode = 3;
|
||||
devname = l("Sony DualSense Edge");
|
||||
disable_btn |= 8;
|
||||
device.oninputreport = process_ds_input;
|
||||
await ds5_load_modules_info();
|
||||
}
|
||||
|
||||
|
||||
n = await ds5_nvstatus();
|
||||
if(n == 4) {
|
||||
// dualsense edge with pending reboot
|
||||
$("#btnconnect").prop("disabled", false);
|
||||
$("#connectspinner").hide();
|
||||
disconnect();
|
||||
show_popup(l("A reboot is needed to continue using this DualSense Edge. Please disconnect and reconnect your controller."));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
$("#btnconnect").prop("disabled", false);
|
||||
@@ -1346,6 +1831,10 @@ async function continue_connection(report) {
|
||||
return;
|
||||
}
|
||||
|
||||
if(mode == 3) {
|
||||
show_edge_modal();
|
||||
}
|
||||
|
||||
if(disable_btn != 0)
|
||||
update_disable_btn();
|
||||
|
||||
@@ -1376,8 +1865,6 @@ function update_disable_btn() {
|
||||
show_popup(l("The device appears to be a DS4 clone. All functionalities are disabled."));
|
||||
} else if(disable_btn & 2 && !(last_disable_btn & 2)) {
|
||||
show_popup(l("This DualSense controller has outdated firmware.") + "<br>" + l("Please update the firmware and try again."), true);
|
||||
} else if(disable_btn & 8 && !(last_disable_btn & 8)) {
|
||||
show_popup(l("Calibration of the DualSense Edge is not currently supported."));
|
||||
} else if(disable_btn & 4 && !(last_disable_btn & 4)) {
|
||||
show_popup(l("Please charge controller battery over 30% to use this tool."));
|
||||
}
|
||||
@@ -1443,8 +1930,10 @@ var curModal = null
|
||||
async function multi_flash() {
|
||||
if(mode == 1)
|
||||
ds4_flash();
|
||||
else
|
||||
else if(mode == 2)
|
||||
ds5_flash();
|
||||
else if(mode == 3)
|
||||
ds5_edge_flash();
|
||||
update_nvs_changes_status(0);
|
||||
}
|
||||
|
||||
@@ -1476,7 +1965,7 @@ async function multi_nvslock() {
|
||||
if(mode == 1) {
|
||||
await ds4_nvlock();
|
||||
await ds4_nvstatus();
|
||||
} else {
|
||||
} else if (mode == 2) {
|
||||
await ds5_nvlock();
|
||||
await ds5_nvstatus();
|
||||
}
|
||||
@@ -1599,6 +2088,11 @@ function show_donate_modal() {
|
||||
new bootstrap.Modal(document.getElementById('donateModal'), {}).show()
|
||||
}
|
||||
|
||||
function show_edge_modal() {
|
||||
la("edge_modal");
|
||||
new bootstrap.Modal(document.getElementById('edgeModal'), {}).show()
|
||||
}
|
||||
|
||||
function show_info_modal() {
|
||||
la("info_modal");
|
||||
new bootstrap.Modal(document.getElementById('infoModal'), {}).show()
|
||||
@@ -1609,6 +2103,12 @@ function discord_popup() {
|
||||
show_popup(l("My handle on discord is: the_al"));
|
||||
}
|
||||
|
||||
function edge_color_info() {
|
||||
la("cm_info");
|
||||
text = l("Color detection thanks to") + ' romek77 from Poland.';
|
||||
show_popup(text, true);
|
||||
}
|
||||
|
||||
function board_model_info() {
|
||||
la("bm_info");
|
||||
l1 = l("This feature is experimental.");
|
||||
@@ -1737,7 +2237,7 @@ function lang_init() {
|
||||
var ljson = available_langs[nlang];
|
||||
if(ljson !== undefined) {
|
||||
la("lang_init", {"l": nlang});
|
||||
lang_translate(ljson["file"], nlang);
|
||||
lang_translate(ljson["file"], nlang, ljson["direction"]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1760,7 +2260,8 @@ function lang_set(l, skip_modal=false) {
|
||||
lang_reset_page();
|
||||
} else {
|
||||
var file = available_langs[l]["file"];
|
||||
lang_translate(file, l);
|
||||
var direction = available_langs[l]["direction"];
|
||||
lang_translate(file, l, direction);
|
||||
}
|
||||
|
||||
createCookie("force_lang", l);
|
||||
@@ -1771,6 +2272,7 @@ function lang_set(l, skip_modal=false) {
|
||||
}
|
||||
|
||||
function lang_reset_page() {
|
||||
lang_set_direction("ltr", "en_us");
|
||||
var items = document.getElementsByClassName('ds-i18n');
|
||||
for(i=0; i<items.length; i++) {
|
||||
var item = items[i];
|
||||
@@ -1781,6 +2283,24 @@ function lang_reset_page() {
|
||||
document.title = lang_orig_text[".title"];
|
||||
}
|
||||
|
||||
function lang_set_direction(new_direction, lang_name) {
|
||||
var lang_prefix = lang_name.split("_")[0]
|
||||
$("html").attr("lang", lang_prefix);
|
||||
|
||||
if(new_direction == lang_cur_direction)
|
||||
return;
|
||||
|
||||
if(new_direction == "rtl") {
|
||||
$('#bootstrap-css').attr('integrity', 'sha384-dpuaG1suU0eT09tx5plTaGMLBsfDLzUCCUXOY2j/LSvXYuG6Bqs43ALlhIqAJVRb');
|
||||
$('#bootstrap-css').attr('href', 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.rtl.min.css');
|
||||
} else {
|
||||
$('#bootstrap-css').attr('integrity', 'sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH');
|
||||
$('#bootstrap-css').attr('href', 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
|
||||
}
|
||||
$("html").attr("dir", new_direction);
|
||||
lang_cur_direction = new_direction;
|
||||
}
|
||||
|
||||
function l(text) {
|
||||
if(lang_disabled)
|
||||
return text;
|
||||
@@ -1794,9 +2314,10 @@ function l(text) {
|
||||
return text;
|
||||
}
|
||||
|
||||
function lang_translate(target_file, target_lang) {
|
||||
function lang_translate(target_file, target_lang, target_direction) {
|
||||
lang_cur = {}
|
||||
$.getJSON("lang/" + target_file, function(data) {
|
||||
lang_set_direction(target_direction, target_lang);
|
||||
$.each( data, function( key, val ) {
|
||||
if(lang_cur[key] !== undefined) {
|
||||
console.log("Warn: already exists " + key);
|
||||
|
||||
BIN
favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 659 B |
BIN
favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
3
favicon.svg
Normal file
|
After Width: | Height: | Size: 154 KiB |
1
googlec4c2e36a49e62fa3.html
Normal file
@@ -0,0 +1 @@
|
||||
google-site-verification: googlec4c2e36a49e62fa3.html
|
||||
234
index.html
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>DualShock Calibration GUI</title>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
|
||||
<link id="bootstrap-css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
|
||||
rel="stylesheet"
|
||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
||||
crossorigin="anonymous">
|
||||
@@ -20,6 +20,7 @@
|
||||
integrity="sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT"
|
||||
crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
crossorigin="anonymous"></script>
|
||||
@@ -27,6 +28,16 @@
|
||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
|
||||
<script src="core.js"></script>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta name="apple-mobile-web-app-title" content="DS Tools" />
|
||||
|
||||
<style>
|
||||
dl.row dt { font-weight: normal; }
|
||||
dl.row dd { font-family: monospace; }
|
||||
@@ -99,7 +110,7 @@ dl.row dd { font-family: monospace; }
|
||||
</div>
|
||||
|
||||
<div id="offlinebar" class="vstack p-2" style="display: none;">
|
||||
<p class="ds-i18n">Connect a DualShock 4 or a DualSense controller to your computer and press Connect.</p>
|
||||
<p class="ds-i18n">Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.</p>
|
||||
<button id="btnconnect" type="button" class="btn btn-outline-primary" onclick="connect()">
|
||||
<span class="spinner-border spinner-border-sm" style="display: none;" id="connectspinner" aria-hidden="true"></span>
|
||||
<span class="ds-i18n">Connect</span>
|
||||
@@ -136,6 +147,8 @@ dl.row dd { font-family: monospace; }
|
||||
<div class="vstack gap-2 p-2">
|
||||
<button type="button" class="btn btn-primary ds-btn ds-i18n" onclick="calib_open()">Calibrate stick center</button>
|
||||
<button type="button" class="btn btn-primary ds-btn ds-i18n" onclick="multi_calibrate_range()">Calibrate stick range</button>
|
||||
<button type="button" class="btn btn-primary ds-btn" onclick="ds5_finetune()" id="ds5finetune"><span class="ds-i18n">Finetune stick calibration</span> <i id="ds-i18n">(beta)</i></button>
|
||||
<hr>
|
||||
<button id="savechanges" type="button" class="btn btn-success ds-btn ds-i18n" onclick="multi_flash()" id="resetBtn">Save changes permanently</button>
|
||||
<button type="button" class="btn btn-danger ds-btn ds-i18n" onclick="multi_reset()" id="resetBtn">Reboot controller</button>
|
||||
|
||||
@@ -175,12 +188,12 @@ dl.row dd { font-family: monospace; }
|
||||
<label class="form-check-label ds-i18n" for="checkCircularity">Check circularity</label>
|
||||
<div class="hstack" id="circ-data">
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span class="ds-i18n">Err R:</span>
|
||||
<span class="ds-i18n">Err L:</span>
|
||||
<pre id="el-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span class="ds-i18n">Err L:</span>
|
||||
<span class="ds-i18n">Err R:</span>
|
||||
<pre id="er-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
</div>
|
||||
@@ -224,6 +237,160 @@ dl.row dd { font-family: monospace; }
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Finetune Modal -->
|
||||
<div class="modal fade" id="finetuneModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="finetuneModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered modal-lg modal-fullscreen-lg-down">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 class="modal-title fs-5 ds-i18n" id="finetuneModalLabel">Finetune stick calibration</h1>
|
||||
<button type="button" class="btn-close" aria-label="Close" onclick="finetune_cancel()"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p class="ds-i18n">This screen allows to finetune raw calibration data on your controller</p>
|
||||
<div style="width: 100%; display: flex; justify-content: center;">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col col-lg-6 col-12">
|
||||
|
||||
<div class="card text-bg-light" >
|
||||
<div class="card-header"><span class="ds-i18n">Left stick</span></div>
|
||||
<div class="card-body">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<table>
|
||||
<tr><td></td><td style="text-align: center;">
|
||||
<input id="finetuneLT" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td><td></td></tr>
|
||||
<tr>
|
||||
<td height="160px" style="vertical-align: middle; align: right;">
|
||||
<input id="finetuneLL" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td>
|
||||
<td><canvas id="finetuneStickCanvasL" width="150" height="150"></canvas></td>
|
||||
<td height="160px" style="vertical-align: middle; align: left;">
|
||||
<input id="finetuneLR" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td></td><td style="text-align: center;">
|
||||
<input id="finetuneLB" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td><td></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col"></div>
|
||||
<div class="col col-auto">
|
||||
<label for="finetuneLX" class="col-form-label ds-i18n">Center X</label>
|
||||
</div>
|
||||
<div class="col col-auto">
|
||||
<input id="finetuneLX" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</div>
|
||||
<div class="col"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col"></div>
|
||||
<div class="col-auto">
|
||||
<label for="finetuneLY" class="col-form-label ds-i18n">Center Y</label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input id="finetuneLY" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</div>
|
||||
<div class="col"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="px-2">
|
||||
<div class="hstack">
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span>LX:</span>
|
||||
<pre id="finetuneStickCanvasLx-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span>LY:</span>
|
||||
<pre id="finetuneStickCanvasLy-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!-- col -->
|
||||
<div class="col col-lg-6 col-12">
|
||||
<div class="card text-bg-light" >
|
||||
<div class="card-header"><span class="ds-i18n">Right stick</span></div>
|
||||
<div class="card-body">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<table>
|
||||
<tr><td></td><td style="text-align: center;">
|
||||
<input id="finetuneRT" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td><td></td></tr>
|
||||
<tr>
|
||||
<td height="160px" style="vertical-align: middle; align: right;">
|
||||
<input id="finetuneRL" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td>
|
||||
<td><canvas id="finetuneStickCanvasR" width="150" height="150"></canvas></td>
|
||||
<td height="160px" style="vertical-align: middle; align: left;">
|
||||
<input id="finetuneRR" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td></td><td style="text-align: center;">
|
||||
<input id="finetuneRB" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</td><td></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col"></div>
|
||||
<div class="col col-auto">
|
||||
<label for="finetuneRX" class="col-form-label ds-i18n">Center X</label>
|
||||
</div>
|
||||
<div class="col col-auto">
|
||||
<input id="finetuneRX" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</div>
|
||||
<div class="col"></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col"></div>
|
||||
<div class="col-auto">
|
||||
<label for="finetuneRY" class="col-form-label ds-i18n">Center Y</label>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<input id="finetuneRY" type="number" class="form-control" min="0" max="65535" value="0">
|
||||
</div>
|
||||
<div class="col"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="px-2">
|
||||
<div class="hstack">
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span>RX:</span>
|
||||
<pre id="finetuneStickCanvasRx-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
|
||||
<div class="vstack" style="text-align: center;">
|
||||
<span>RY:</span>
|
||||
<pre id="finetuneStickCanvasRy-lbl" style="min-width: 80px;"></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button direction="button" class="btn btn-outline-secondary ds-i18n" onclick="finetune_cancel()">Cancel</button>
|
||||
<button type="button" class="btn btn-primary ds-i18n" onclick="finetune_save()">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Welcome Modal -->
|
||||
<div class="modal fade" id="welcomeModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="welcomeModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered modal-lg">
|
||||
@@ -387,6 +554,63 @@ dl.row dd { font-family: monospace; }
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Edge in progress Modal -->
|
||||
<div class="modal fade" id="edgeProgressModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="edgeProgressLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 class="modal-title fs-5 ds-i18n" id="edgeProgressLabel">Storing calibration...</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p class="ds-i18n">Calibration is being stored in the stick modules.</p>
|
||||
<p class="ds-i18n">Please do not close this window and do not disconnect your controller. </p>
|
||||
|
||||
<div class="progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
|
||||
<div id="dsedge-progress" class="progress-bar progress-bar-striped progress-bar-animated" style="width: 0%"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="edgeModal" tabindex="-1" aria-labelledby="modal-title" aria-hidden="true">
|
||||
<div class="modal-dialog modal-xl modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title ds-i18n">DualSense Edge Calibration</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
|
||||
<div class="modal-body p-4" id="donateBody">
|
||||
<p class="ds-i18n">Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.</p>
|
||||
<p class="ds-i18n">Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.</p>
|
||||
<p class="ds-i18n">To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.</p>
|
||||
<p class="ds-i18n">This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.</p>
|
||||
<p></p>
|
||||
|
||||
<p><span class="ds-i18n">You can do this in two ways:</span>
|
||||
<ul>
|
||||
<li class="ds-i18n"><b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.</li>
|
||||
<li class="ds-i18n"><b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p><b><span class="ds-i18n">This is only for advanced users. If you're not sure what you're doing, please do not attempt it.</span></b></p>
|
||||
<p><span class="ds-i18n">More details and images</span> <a href="https://github.com/lewy20041/Dualsense_Edge_Modules_Callibration">here</a>.</p>
|
||||
|
||||
<p class="ds-i18n">We are not responsible for any damage caused by attempting this modification.</p>
|
||||
<p class="ds-i18n">For more info or help, feel free to reach out on Discord.</p>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary ds-i18n" data-bs-dismiss="modal">Understood</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="donateModal" tabindex="-1" aria-labelledby="modal-title" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
@@ -606,7 +830,7 @@ dl.row dd { font-family: monospace; }
|
||||
<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><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 1.7</a> (2024-10-18) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
<p><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.7</a> (2025-06-07) - <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>
|
||||
|
||||
240
lang/ar_ar.json
Normal file
@@ -0,0 +1,240 @@
|
||||
{
|
||||
".authorMsg": "الترجمة من طرف سجاد رحيم Sajjad Rahim",
|
||||
"DualShock Calibration GUI": "DualShock Calibration GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "المتصفح غير معتمد. الرجاء استخدام متصفح بدعم WebHID (على سبيل المثال Chrome).",
|
||||
"Connect": "اتصال",
|
||||
"Connected to:": "متصل بـ:",
|
||||
"Disconnect": "قطع الاتصال",
|
||||
"Calibrate stick center": "معايرة تمركز العصا",
|
||||
"Calibrate stick range": "معايرة مدى العصا",
|
||||
"Reset controller": "إعادة ضبط يد التحكم",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "الأقسام أدناه ليست مفيدة، فقط بعض معلومات التصحيح أو أوامر يدوية",
|
||||
"NVS Status": "حالة الـNVS",
|
||||
"Unknown": "غير معلوم",
|
||||
"Debug buttons": "أزرار تصحيح الأخطاء",
|
||||
"Query NVS status": "حالة إستعلام NVS",
|
||||
"NVS unlock": "فتح قفل الـNVS",
|
||||
"NVS lock": "قفل الـNVS",
|
||||
"Fast calibrate stick center (OLD)": "معايرة سريعة لتمركز العصا (الطريقة القديمة)",
|
||||
"Stick center calibration": "معايرة تمركز العصا",
|
||||
"Welcome": "مرحبًا",
|
||||
"Step 1": "الخطوة الأولى",
|
||||
"Step 2": "الخطوة الثانية",
|
||||
"Step 3": "الخطوة الثالثة",
|
||||
"Step 4": "الخطوة الرابعة",
|
||||
"Completed": "اكتملت",
|
||||
"Welcome to the stick center-calibration wizard!": "مرحباً بك في معالج ومصحح تمركز العصا!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "هذه الأداة ستوجهك في إعادة تمركز العصي ليد التحكم. تتكون من أربع خطوات، سيطلب منك تحريك كلا العصي إلى اتجاه معين وتركهما.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "المرجو الانتباه، <i>عند بدء المعايرة لا يمكنك إلغائها</i>. لا تغلق هذه الصفحة أو تقطع اتصال يد التحكم حتى الاكتمال.",
|
||||
"Press <b>Start</b> to begin calibration.": "اضغط <b>بدء</b> لبدء المعايرة.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "الرجاء حرك كلا العصي إلى <b>إعلى اليسار</b> وتركهما.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "عند عودة كلا العصي إلى المركز، اضغط <b>متابعة</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "الرجاء حرك كلا العصي إلى <b>إعلى اليمين</b> وتركهما.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "الرجاء حرك كلا العصي إلى <b>أسفل اليسار</b> وتركهما.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "الرجاء حرك كلا العصي إلى <b>أسفل اليمين</b> وتركهما.",
|
||||
"Calibration completed successfully!": "انتهت المعايرة بنجاح!",
|
||||
"Next": "التالي",
|
||||
"Recentering the controller sticks. ": "إعادة تسجيل عصا وحدة التحكم. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "الرجاء عدم إغلاق هذه النافذة وعدم قطع اتصال يد التحكم. ",
|
||||
"Range calibration": "معايرة المدى",
|
||||
"<b>The controller is now sampling data!</b>": "<b>يد التحكم تقوم الآن بأخذ عينات من البيانات!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "ادر كلا العصي ببطء لتغطية المدى كُلََّه. اضغط على \"تمّ\" عند الانتهاء.",
|
||||
"Done": "تمّ",
|
||||
"Hi, thank you for using this software.": "مرحباً، شكراً لك على استخدام هذا البرنامج.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "إذا كنت تجد ذلك مفيداً وترغب في دعم جهودي، لا تتردد في",
|
||||
"buy me a coffee": "دعمي ماديًا",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "هل لديك أي اقتراح أو مشكلة؟ أرسل لي رسالة عبر البريد الإلكتروني أو عبر discord.",
|
||||
"Cheers!": "شكرًا!",
|
||||
"Support this project": "اِدعم هذا المشروع",
|
||||
"unknown": "غير معلوم",
|
||||
"original": "يد تحكم أصلية",
|
||||
"clone": "يد تحكم مقلدة",
|
||||
"locked": "مقفل",
|
||||
"unlocked": "مفتوح",
|
||||
"error": "خطأ",
|
||||
"Build Date": "تاريخ الإصدار",
|
||||
"HW Version": "إصدار العتاد",
|
||||
"SW Version": "إصدار البرمجيات",
|
||||
"Device Type": "نوع الجهاز",
|
||||
"Range calibration completed": "أكملت معايرة المدى",
|
||||
"Range calibration failed: ": "فشل في معايرة المدى،",
|
||||
"Cannot unlock NVS": "لا يمكن فتح قفل NVS",
|
||||
"Cannot relock NVS": "لا يمكن إعادة قفل NVS",
|
||||
"Error 1": "خطأ 1",
|
||||
"Error 2": "خطأ 2",
|
||||
"Error 3": "خطأ 3",
|
||||
"Stick calibration failed: ": "فشل في معايرة العصا،",
|
||||
"Stick calibration completed": "أكملت معايرة العصا",
|
||||
"NVS Lock failed: ": "فشل في قفل NVS",
|
||||
"NVS Unlock failed: ": "فشل فتح قفل NVS",
|
||||
"Please connect only one controller at time.": "الرجاء ربط يد تحكم واحدة فقط.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 الإصدار الأول",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 الإصدار الثاني",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "الجهاز المتصل غير صالح،",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "يبدو أن يد التحكم هذه مقلدة. عطلت جميع الوظائف.",
|
||||
"Error: ": "خطأ،",
|
||||
"My handle on discord is: the_al": "معرفي على ديسكورد هو، the_al",
|
||||
"Initializing...": "تتم التهيئة...",
|
||||
"Storing calibration...": "خزن المعايرة...",
|
||||
"Sampling...": "أخذ العينات...",
|
||||
"Calibration in progress": "جارٍ المعايرة",
|
||||
"Start": "بدء",
|
||||
"Continue": "متابعة",
|
||||
"You can check the calibration with the": "يمكنك التحقق من المعايرة من خلال",
|
||||
"Have a nice day :)": "أتمنى لك يومًا سعيدًا :)",
|
||||
"Welcome to the Calibration GUI": "مرحباً بك في Calibration GUI",
|
||||
"Just few things to know before you can start:": "بعض الأشياء التي يجب أن تعرفها قبل أن تبدأ",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "هذا الموقع غير مرتبط بـ Sony، PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "هذه الخدمة مقدمة دون ضمان. استخدمها على مسؤوليتك.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "ابقي البطارية الداخلية ليد التحكم متصلة وتحقق أنها مشحونة بشكل جيد. وإذا نفذ شحن البطارية في أثناء العمليات، فإن يد التحكم ستتعرض للتلف وستصبح غير قابلة للاستعمال.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "قبل إجراء المعايرة الدائمة، جرب المعايرة المؤقتة لضمان أن يعمل كل شيء بشكل جيد.",
|
||||
"Understood": "مفهوم",
|
||||
"Version": "الإصدار",
|
||||
"Frequently Asked Questions": "الأسئلة الشائعة",
|
||||
"Close": "إغلاق",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "مرحبا بكم في قسم الأسئلة الشائعة، أدناه ستجد إجابات على بعض الأسئلة الأكثر شيوعا حول هذا الموقع. إذا كان لديك أي استفسارات أخرى أو تحتاج إلى المزيد من المساعدة، لا تتردد في التواصل معي مباشرة. ملاحظاتك وأسئلتك تلقى الترحيب دائماً!",
|
||||
"How does it work?": "طريقة العمل؟",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "خلف الكواليس،هذا الموقع جاء بفضل بسنة من الجهد المتفاني في هندسة العكسية ليد تحكم DualShock من أجل المتعة/الهواية من شخص عشوائي على شبكة الإنترنت.",
|
||||
"Through": "عَبْر",
|
||||
"this research": "هذه الأبحاث",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": " قد اكتشفت أن هناك بعض الأوامر غير الموثّقة على يد تحكم DualShock التي يمكن إرسالها عن طريق USB واستخدامها أثناء عملية التصنيع. إذا تم إرسال هذه الأوامر، ستبدأ يد التحكم في إعادة معايرة العصا.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "على الرغم من أن التركيز الأساسي لهذه الأبحاث لم يكن في البداية مركزاً على إعادة المعايرة، وأصبح من الواضح أن القدرة التي توفرها هذه الخدمة يمكن أن تفيد العديد من الاشخاص. وهكذا، ها نحن ها.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "هل تبقى المعايرة فعالة في أثناء اللعب على PS4/PS5؟",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "نعم، إذا قمت بوضع علامة في مربع الاختيار \"أبقاء الكتابة بشكل دائم على يد التحكم\". في هذه الحالة، يتم تمرير المعايرة مباشرة في برمجيات يد التحكم. وهذا يضمن حفظ المعلومات في يد التحكم بغض النظر عن أي جهاز مرتبطة بها.",
|
||||
"Is this an officially endorsed service?": "هل هذه الخدمة معتمدة رسمياً؟",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "لا، هذه الخدمة ببساطة تعبر عن شغفي وحماسي ليد التحكم.",
|
||||
"Does this website detects if a controller is a clone?": "هل يكتشف هذا الموقع ما إذا كانت يد التحكم نسخة مقلدة؟",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "نعم، فقط DualShock4 في الوقت الراهن. حدث ذلك لأنني اشتريت بعض النسخ المقلدة، وقضيت الوقت لتحديد الاختلافات وأضفت هذه الوظيفة لمنع الغِشّ في المستقبل.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "لسوء الحظ، لا يمكن معايرة النسخ المقلدة على أي حال، لأنها تقلد فقط سلوك DualShock4 في أثناء اللعب العادي، وليس كل وظائفها.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "إذا كنت ترغب في أضافة وظيفة الكشف هذه إلى DualSense، فيرجى شحن نسخ DualSense مقلدة ألي وستراها في غضون بضعة أسابيع.",
|
||||
"What development is in plan?": "ما هي التطورات في الخِطَّة؟",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "وأحتفظ بخطتين منفصلتين لهذا المشروع، على الرغْم أنه لم يتم بعد تحديد الأولوية.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "القائمة الأولى تتعلق بتعزيز الدعم لـDualShock4 وDualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "أضافة معايرة لأزرار الـL2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "تحسين الكشف عن النسخ المقلدة، مما يعود بفائدة لأولئك الذين يسعون إلى شراء يد تحكم مستعملة للتأكد من جودتها.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "تحسين واجهة المستخدم (مثل توفير معلومات إضافية ليد التحكم)",
|
||||
"Add support for recalibrating IMUs.": "إضافة دعم لإعادة معايرة IMUs.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "وإضافة إلى ذلك، استكشاف إمكانية تصليح يد تحكم DualShock التي لا تعمل (يوجد ناقشات بشأن لك على الديسكورد للأطراف المهتمة).",
|
||||
"The second list contains new controllers I aim to support:": "وتتضمن الخطة الثانية إضافة دعم ليد تحكم:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "يد تحكم الـXBox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "كل من هذه الخطتين تثير اهتماما واستثمارا كبيرا في الوقت على حد سواء. ولتوفير السياق، عادة ما يتطلب دعم يد تحكم جديدة إجراء بحوث على أساس التفرغ لمدة 6-12 شهرا، إلى جانب حظا وافر.",
|
||||
"I love this service, it helped me! How can I contribute?": "أحب هذه الخدمة، لقد ساعدتني! كيف يمكنني المساهمة؟",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "يسعدني أن أسمع أنك وجدت هذه الخدمة مفيدة! إذا كنت مهتما بالمساهمة، إليك بعض الطرق التي يمكنك أن تساعدني:",
|
||||
"Consider making a": "فكّر في",
|
||||
"donation": "التبرع",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "لدعم جهودي في وقت متأخر من الليل في الهندسة العكسية.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "اشحن لي يد تحكم تريد إضافتها (أرسل لي رسالة بريد إلكتروني).",
|
||||
"Translate this website in your language": "ترجمة هذا الموقع بلغتك",
|
||||
", to help more people like you!": "، لمساعدة المزيد من الناس من أمثالك!",
|
||||
"This website uses analytics to improve the service.": "يستخدم هذا الموقع التحليلات لتحسين الخدمة.",
|
||||
"Board Model": "نوع اللوحة",
|
||||
"This feature is experimental.": "هذه الخاصية تجريبية.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "من فضلك أخبرني إذا لم يتم اكتشاف نوع لوحة التحكم بشكل صحيح.",
|
||||
"Board model detection thanks to": "كشف نوع اللوحة بفضل",
|
||||
"Please connect the device using a USB cable.": "يُرجى توصيل اليد باستخدام كابل USB.",
|
||||
"This DualSense controller has outdated firmware.": "يد تحكم DualSense هذه تستخدم برمجيات قديمة.",
|
||||
"Please update the firmware and try again.": "الرجاء حدث البرمجيات وحاول مرة أخرى.",
|
||||
"Joystick Info": "معلومات عصا التحكم",
|
||||
"Err R:": "نسبة خطأ اليمين:",
|
||||
"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.": "لاحظت أن بعض ايدي التحكم لديها معايرة مصنع أسوأ مما لو قمت بإعادة معايرتهم. وينطبق ذلك بصفة خاصة على الدوران في ايدي التحكم المقدمة من SCUF ذو الغطاء المميز.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) هل تحديث البرمجيات يسبب إعادة ضبط المعايرة؟",
|
||||
"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\".": "فقط بعد أن تقوم بذلك، انقر فوق \"تم\".",
|
||||
"Changes saved successfully": "تم حفظ التغييرات بنجاح",
|
||||
"Error while saving changes:": "حدث خطأ أثناء حفظ التغييرات:",
|
||||
"Save changes permanently": "حفظ التغييرات بشكل دائم",
|
||||
"Reboot controller": "إعادة تشغيل عصا التحكم",
|
||||
"Controller Info": "معلومات عصا التحكم",
|
||||
"Debug Info": "معلومات التصحيح",
|
||||
"Software": "البرمجيات",
|
||||
"Hardware": "العتاد",
|
||||
"FW Build Date": "تاريخ إنشاء البرمجيات",
|
||||
"FW Type": "نوع البرمجيات",
|
||||
"FW Series": "سلسلة البرمجيات",
|
||||
"FW Version": "إصدار البرمجيات",
|
||||
"FW Update": "تحديث البرمجيات",
|
||||
"FW Update Info": "معلومات تحديث البرمجيات",
|
||||
"SBL FW Version": "إصدار برمجيات SPL",
|
||||
"Venom FW Version": "إصدار برمجيات Venom ",
|
||||
"Spider FW Version": "إصدار برمجيات Spider",
|
||||
"Touchpad FW Version": "إصدار برمجيات الـTouchpad",
|
||||
"Serial Number": "الرقم التسلسلي",
|
||||
"MCU Unique ID": "معرف MCU",
|
||||
"PCBA ID": "PCBA ID",
|
||||
"Battery Barcode": "رمز البطارية الشريطي",
|
||||
"VCM Left Barcode": "VCM Left Barcode",
|
||||
"VCM Right Barcode": "VCM Right Barcode",
|
||||
"HW Model": "نوع العتاد",
|
||||
"Touchpad ID": "Touchpad ID",
|
||||
"Bluetooth Address": "عنوان البلوتوث",
|
||||
"Show all": "عرض الكل",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"Save": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
177
lang/bg_bg.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "- Превод на Български е извършен от: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a>",
|
||||
"DualShock Calibration GUI": "DualShock калибрационен интерфейс",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Неподдържан браузър. Моля, използвайте уеб браузър с поддръжка на WebHID (например Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Свържете DualShock 4 или DualSense контролер към вашия компютър и натиснете Свържи.",
|
||||
"Connect": "Свържи",
|
||||
"Connected to:": "Свързан с:",
|
||||
"Disconnect": "Изключване",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Секциите по-долу не са полезни, просто някаква отстрана информация или ръчни команди",
|
||||
"NVS Status": "NVS Статус",
|
||||
"Unknown": "Неизвестно",
|
||||
"Debug buttons": "Бутони за дебъгване",
|
||||
"Query NVS status": "Заявка за статус на NVS",
|
||||
"NVS unlock": "Отключване на NVS",
|
||||
"NVS lock": "Заключване на NVS",
|
||||
@@ -27,7 +25,7 @@
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Този инструмент ще ви насочи към центриране на аналоговите джойстици на вашия контролер. Той се състои от четири стъпки: ще ви бъде поискано да преместите двата джойстика в една посока и да ги освободите.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Моля, имайте предвид, че, <i>веднъж като калибрацията е стартирана, не може да бъде отменена</i>. Не затваряйте тази страница или не изключвайте контролера си, докато не приключи.",
|
||||
"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> и ги освободете.",
|
||||
@@ -47,10 +45,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Имате ли някакви предложения или проблеми? Изпратете ми съобщение по имейл или discord.",
|
||||
"Cheers!": "Благодаря!",
|
||||
"Support this project": "Подкрепете този проект",
|
||||
|
||||
"unknown": "неизвестен",
|
||||
"original": "оригинален",
|
||||
"clone": "клон",
|
||||
"original": "оригинален",
|
||||
"clone": "клон",
|
||||
"locked": "заключен",
|
||||
"unlocked": "отключен",
|
||||
"error": "грешка",
|
||||
@@ -58,11 +55,10 @@
|
||||
"HW Version": "Версия на хардуера",
|
||||
"SW Version": "Версия на софтуера",
|
||||
"Device Type": "Тип устройство",
|
||||
|
||||
"Range calibration completed": "Калибрация на обхвата завършена",
|
||||
"Range calibration failed: ": "Калибрация на обхвата неуспешна: ",
|
||||
"Cannot unlock NVS": "Не може да се отключи NVS",
|
||||
"Cannot relock NVS": "Не може да се затвори NVS",
|
||||
"Cannot unlock NVS": "Не може да се отключи NVS",
|
||||
"Cannot relock NVS": "Не може да се затвори NVS",
|
||||
"Error 1": "Грешка 1",
|
||||
"Error 2": "Грешка 2",
|
||||
"Error 3": "Грешка 3",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Свързан невалидно устройство: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Калибрацията на DualSense Edge в момента не се поддържа.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Устройството изглежда като DS4 клон. Всички функционалности са деактивирани.",
|
||||
"Error: ": "Грешка: ",
|
||||
"My handle on discord is: the_al": "Моят ник в discord е: the_al",
|
||||
@@ -96,46 +91,44 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Преди да направите перманентната калибрация, опитайте временната, за да се уверите, че всичко работи добре.",
|
||||
"Understood": "Разбрано",
|
||||
"Version": "Версия",
|
||||
|
||||
"Frequently Asked Questions": "Често задавани въпроси",
|
||||
"Close": "Затвори",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добре дошли в раздела с често задавани въпроси! По-долу ще намерите отговори на някои от най-често задаваните въпроси относно този уебсайт. Ако имате други въпроси или се нуждаете от допълнителна помощ, не се колебайте да се свържете директно с мен. Вашите отзиви и въпроси са винаги добре дошли!",
|
||||
"How does it work?": "Как работи това?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Отвъд кадъра, този уебсайт е резултатът от една година на посветена усилия в обратното проектиране на контролерите DualShock за забавление / хоби от случаен човек в интернет.",
|
||||
"Through": "Чрез",
|
||||
"this research": "тази изследователска дейност",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", беше открито, че съществуват някои недокументирани команди на контролерите DualShock, които могат да се изпращат по USB и се използват по време на процеса на сглобяване във фабриката. Ако тези команди се изпратят, контролерът започва повторната калибрация на аналоговите палчета.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Въпреки че основният фокус на това изследване първоначално не беше насочен към калибрацията, стана ясно, че услуга, която предлага тази възможност, може значително да ползва много хора. И така, ето ни.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Калибрацията ли остава ефективна по време на играта на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, ако отметнете квадратчето \"Запиши промените постоянно в контролера\". В този случай калибрацията се записва директно във фърмуера на контролера. Това гарантира, че тя остава на място, независимо от конзолата, към която е свързана.",
|
||||
"Is this an officially endorsed service?": "Това ли е официално подкрепена услуга?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Не, тази услуга просто е създадена от ентусиаст на DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Този уебсайт ли открива дали контролерът е копие?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, само DualShock4 в момента. Това се случи, защото случайно закупих някои копия, изразходвах време за идентифициране на разликите и добавих тази функционалност, за да предотвратя бъдеща измама.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "За съжаление, копията все пак не могат да бъдат калибрирани, защото те само клонират поведението на DualShock4 по време на нормална игра, не всички недокументирани функционалности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Ако искате да разширите тази функционалност за откриване и за DualSense, моля, пратете ми фалшив DualSense и ще я видите след няколко седмици.",
|
||||
"What development is in plan?": "Какво развитие е планирано?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "За този проект поддържам два отделни списъка с неща за направление, въпреки че приоритетът все още не е установен.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Първият списък е за подобряване на поддръжката за контролерите DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Изпълнете калибрирането на тригерите L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Подобрете откриването на клонове, което е особено полезно за онези, които търсят да закупят използвани контролери с увереност в автентичността им.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Подобрете потребителския интерфейс (например, предоставяйки допълнителна информация за контролера)",
|
||||
"Add support for recalibrating IMUs.": "Добавете поддръжка за рекалибриране на IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Освен това, изследвайте възможността за възстановяване на неработещи контролери DualShock (допълнителни дискусии налични в Discord за заинтересованите страни).",
|
||||
"The second list contains new controllers I aim to support:": "Вторият списък съдържа новите контролери, които се надявам да подкрепя:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контролери на Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Всяка от тези задачи представя както огромен интерес, така и значителни времеви инвестиции. За да предоставя контекст, подкрепата на нов контролер обикновено изисква 6-12 месеца на изцяло време за изследване, заедно с малко късмет.",
|
||||
"I love this service, it helped me! How can I contribute?": "Обожавам този сервиз, помогна ми! Как мога да допринеса?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Радвам се, че научих, че това ви беше полезно! Ако се интересувате от допринесване, ето няколко начина, по които можете да ми помогнете:",
|
||||
"Consider making a": "Разгледайте да направите ",
|
||||
"donation": "дарение",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "за подкрепа на моите нощни усилия за обратно инженерство, задвижвани от кафето.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Изпратете ми контролер, който бихте искали да добавите (изпратете ми имейл за организация).",
|
||||
"Translate this website in your language": "Преведете този уебсайт на ваш език",
|
||||
", to help more people like you!": ", за да помогнете на повече хора като вас!",
|
||||
"Close": "Затвори",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добре дошли в раздела с често задавани въпроси! По-долу ще намерите отговори на някои от най-често задаваните въпроси относно този уебсайт. Ако имате други въпроси или се нуждаете от допълнителна помощ, не се колебайте да се свържете директно с мен. Вашите отзиви и въпроси са винаги добре дошли!",
|
||||
"How does it work?": "Как работи това?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Отвъд кадъра, този уебсайт е резултатът от една година на посветена усилия в обратното проектиране на контролерите DualShock за забавление / хоби от случаен човек в интернет.",
|
||||
"Through": "Чрез",
|
||||
"this research": "тази изследователска дейност",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", беше открито, че съществуват някои недокументирани команди на контролерите DualShock, които могат да се изпращат по USB и се използват по време на процеса на сглобяване във фабриката. Ако тези команди се изпратят, контролерът започва повторната калибрация на аналоговите палчета.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Въпреки че основният фокус на това изследване първоначално не беше насочен към калибрацията, стана ясно, че услуга, която предлага тази възможност, може значително да ползва много хора. И така, ето ни.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Калибрацията ли остава ефективна по време на играта на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, ако отметнете квадратчето \"Запиши промените постоянно в контролера\". В този случай калибрацията се записва директно във фърмуера на контролера. Това гарантира, че тя остава на място, независимо от конзолата, към която е свързана.",
|
||||
"Is this an officially endorsed service?": "Това ли е официално подкрепена услуга?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Не, тази услуга просто е създадена от ентусиаст на DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Този уебсайт ли открива дали контролерът е копие?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, само DualShock4 в момента. Това се случи, защото случайно закупих някои копия, изразходвах време за идентифициране на разликите и добавих тази функционалност, за да предотвратя бъдеща измама.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "За съжаление, копията все пак не могат да бъдат калибрирани, защото те само клонират поведението на DualShock4 по време на нормална игра, не всички недокументирани функционалности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Ако искате да разширите тази функционалност за откриване и за DualSense, моля, пратете ми фалшив DualSense и ще я видите след няколко седмици.",
|
||||
"What development is in plan?": "Какво развитие е планирано?",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "За този проект поддържам два отделни списъка с неща за направление, въпреки че приоритетът все още не е установен.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Първият списък е за подобряване на поддръжката за контролерите DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Изпълнете калибрирането на тригерите L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Подобрете откриването на клонове, което е особено полезно за онези, които търсят да закупят използвани контролери с увереност в автентичността им.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Подобрете потребителския интерфейс (например, предоставяйки допълнителна информация за контролера)",
|
||||
"Add support for recalibrating IMUs.": "Добавете поддръжка за рекалибриране на IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Освен това, изследвайте възможността за възстановяване на неработещи контролери DualShock (допълнителни дискусии налични в Discord за заинтересованите страни).",
|
||||
"The second list contains new controllers I aim to support:": "Вторият списък съдържа новите контролери, които се надявам да подкрепя:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контролери на Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Всяка от тези задачи представя както огромен интерес, така и значителни времеви инвестиции. За да предоставя контекст, подкрепата на нов контролер обикновено изисква 6-12 месеца на изцяло време за изследване, заедно с малко късмет.",
|
||||
"I love this service, it helped me! How can I contribute?": "Обожавам този сервиз, помогна ми! Как мога да допринеса?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Радвам се, че научих, че това ви беше полезно! Ако се интересувате от допринесване, ето няколко начина, по които можете да ми помогнете:",
|
||||
"Consider making a": "Разгледайте да направите ",
|
||||
"donation": "дарение",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "за подкрепа на моите нощни усилия за обратно инженерство, задвижвани от кафето.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Изпратете ми контролер, който бихте искали да добавите (изпратете ми имейл за организация).",
|
||||
"Translate this website in your language": "Преведете този уебсайт на ваш език",
|
||||
", to help more people like you!": ", за да помогнете на повече хора като вас!",
|
||||
"This website uses analytics to improve the service.": "Този уебсайт използва анализи за подобряване на услугата.",
|
||||
"Board Model": "Модел на платката",
|
||||
"This feature is experimental.": "Тази функция е експериментална.",
|
||||
@@ -148,7 +141,6 @@
|
||||
"Err R:": "Грешка Д:",
|
||||
"Err L:": "Грешка Л:",
|
||||
"Check circularity": "Проверка на кръговостта",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Мога ли да върна постоянна калибровка към предишна калибровка?",
|
||||
"No.": "Не.",
|
||||
"Can you overwrite a permanent calibration?": "Може ли да се презапише постоянна калибровка?",
|
||||
@@ -164,39 +156,84 @@
|
||||
"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\".": "Само след като сте направили това, натиснете \"Готово\".",
|
||||
|
||||
"Changes saved successfully": "Промените са запазени успешно",
|
||||
"Error while saving changes:": "Грешка при запазване на промените:",
|
||||
"Save changes permanently": "Запазете промените постоянно",
|
||||
"Reboot controller": "Рестартирайте контролера",
|
||||
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"DualSense Edge Calibration": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
135
lang/cz_cz.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "Překlad od Rowan_CZE <a href='https://beardedvillains.cz/'>Bearded Villains Czech Republic</a>",
|
||||
"DualShock Calibration GUI": "DualShock Calibration GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nepodporovaný prohlížeč. Použijte prosím webový prohlížeč s podporou WebHID (např. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Připojte k počítači ovladač DualShock 4 nebo DualSense a stiskněte Připojit.",
|
||||
"Connect": "Připojit",
|
||||
"Connected to:": "Připojeno:",
|
||||
"Disconnect": "Odpojit",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Sekce níže nejsou užitečné, jen některé informace o ladění nebo ruční příkazy",
|
||||
"NVS Status": "Status NVS",
|
||||
"Unknown": "Neznámý",
|
||||
"Debug buttons": "Tlačítka ladění",
|
||||
"Query NVS status": "Dotaz na stav NVS",
|
||||
"NVS unlock": "Odblokuj NVS",
|
||||
"NVS lock": "Zablokuj NVS",
|
||||
@@ -47,10 +45,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Máte nějaký návrh nebo problém? Napište mi zprávu na e-mail nebo diskord.",
|
||||
"Cheers!": "Na zdraví!",
|
||||
"Support this project": "Podpořte tento projekt",
|
||||
|
||||
"unknown": "Neznámý",
|
||||
"original": "Original",
|
||||
"clone": "Klon",
|
||||
"original": "Original",
|
||||
"clone": "Klon",
|
||||
"locked": "Uzamčeno",
|
||||
"unlocked": "Odemčeno",
|
||||
"error": "Chyba",
|
||||
@@ -58,11 +55,10 @@
|
||||
"HW Version": "Verze HW",
|
||||
"SW Version": "Verze SW",
|
||||
"Device Type": "Typ zařízení",
|
||||
|
||||
"Range calibration completed": "Kalibrace rozsahu dokončena",
|
||||
"Range calibration failed: ": "Kalibrace rozsahu se nezdařila: ",
|
||||
"Cannot unlock NVS": "Nelze odemknout NVS",
|
||||
"Cannot relock NVS": "Nelze znovu zamknout NVS",
|
||||
"Cannot unlock NVS": "Nelze odemknout NVS",
|
||||
"Cannot relock NVS": "Nelze znovu zamknout NVS",
|
||||
"Error 1": "Chyba 1",
|
||||
"Error 2": "Chyba 2",
|
||||
"Error 3": "Chyba 3",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Připojené neplatné zařízení: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Kalibrace zařízení DualSense Edge není aktuálně podporována.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Zdá se, že zařízení je klon DS4. Všechny funkce jsou deaktivovány.",
|
||||
"Error: ": "Chyba: ",
|
||||
"My handle on discord is: the_al": "Můj Discord to: the_al",
|
||||
@@ -96,7 +91,6 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Před provedením trvalé kalibrace vyzkoušejte dočasnou, abyste se ujistili, že vše funguje dobře.",
|
||||
"Understood": "Pochopil",
|
||||
"Version": "Verze",
|
||||
|
||||
"Frequently Asked Questions": "Často kladené otázky",
|
||||
"Close": "Zavřít",
|
||||
"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!": "Vítejte v F.A.Q. sekce! Níže naleznete odpovědi na některé z nejčastěji kladených otázek o tomto webu. Pokud máte nějaké další dotazy nebo potřebujete další pomoc, neváhejte se na mě obrátit přímo. Vaše názory a dotazy jsou vždy vítány!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"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.": "Bohužel klony stejně nelze zkalibrovat, protože klonují pouze chování DualShocku4 při běžném hraní, ne všechny nezdokumentované funkce.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Pokud chcete rozšířit tuto funkci detekce na DualSense, pošlete mi prosím falešný DualSense a uvidíte ho za několik týdnů.",
|
||||
"What development is in plan?": "Jaký vývoj je v plánu?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Pro tento projekt udržuji dva samostatné seznamy úkolů, ačkoli priorita ještě nebyla stanovena.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "První seznam se týká vylepšení podpory pro ovladač DualShock4 a DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Proveďte kalibraci spouštěčů L2/R2.",
|
||||
@@ -137,12 +130,10 @@
|
||||
"Translate this website in your language": "Přeložte tento web do svého jazyka",
|
||||
", to help more people like you!": ", pomoci více lidem, jako jste vy!",
|
||||
"This website uses analytics to improve the service.": "Tento web používá analýzy ke zlepšení služeb.",
|
||||
|
||||
"Board Model": "Model základní desky",
|
||||
"This feature is experimental.": "Tato funkce je experimentální.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Prosím, dejte mi vědět, pokud model základní desky vašeho ovládače není správně detekován",
|
||||
"Board model detection thanks to": "díky za detekci modelu základní desky",
|
||||
|
||||
"Please connect the device using a USB cable.": "Připojte zařízení pomocí kabelu USB.",
|
||||
"This DualSense controller has outdated firmware.": "Tento ovladač DualSense má zastaralý firmware.",
|
||||
"Please update the firmware and try again.": "Aktualizujte firmware a zkuste to znovu.",
|
||||
@@ -150,55 +141,99 @@
|
||||
"Err R:": "Chyba R",
|
||||
"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?": "",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"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\".": "",
|
||||
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Error while saving changes:": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"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.": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"No.": "",
|
||||
"Nova Pink": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Please read the instructions.": "",
|
||||
"Reboot controller": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Save changes permanently": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"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.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"You can do this in two ways:": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
247
lang/de_de.json
@@ -1,57 +1,55 @@
|
||||
{
|
||||
".authorMsg": "- Deutsch Übersetzung von <a href='https://chat.openai.com'>ChatGPT</a>",
|
||||
"DualShock Calibration GUI": "DualShock-Kalibrierungs-GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nicht unterstützter Browser. Verwenden Sie bitte einen Webbrowser mit WebHID-Unterstützung (z.B. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Schließen Sie einen DualShock 4 oder einen DualSense-Controller an Ihren Computer an und drücken Sie Verbinden.",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nicht unterstützter Browser. Verwende bitte einen Webbrowser mit WebHID-Unterstützung (z.B. Chrome).",
|
||||
"Connect": "Verbinden",
|
||||
"Connected to:": "Verbunden mit:",
|
||||
"Disconnect": "Trennen",
|
||||
"Calibrate stick center": "Analog-Stick-Mitte kalibrieren",
|
||||
"Calibrate stick range": "Kalibrieren Sie den Stick-Bereich",
|
||||
"Calibrate stick center": "Stickmitte kalibrieren",
|
||||
"Calibrate stick range": "Stickbereich kalibrieren",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Die untenstehenden Abschnitte sind nicht nützlich, nur einige Debug-Infos oder manuelle Befehle",
|
||||
"NVS Status": "NVS-Status",
|
||||
"Unknown": "Unbekannt",
|
||||
"Debug buttons": "Debug-Tasten",
|
||||
"Debug buttons": "Debug Knöpfe",
|
||||
"Query NVS status": "NVS-Status abfragen",
|
||||
"NVS unlock": "NVS entsperren",
|
||||
"NVS lock": "NVS sperren",
|
||||
"Get BDAddr": "BDAddr abrufen",
|
||||
"Fast calibrate stick center (OLD)": "Schnelle Kalibrierung der Analog-Stick-Mitte (ALT)",
|
||||
"Stick center calibration": "Kalibrierung der Stick-Mitte",
|
||||
"Fast calibrate stick center (OLD)": "Schnelle Kalibrierung der Stick-Mitte (ALT)",
|
||||
"Stick center calibration": "Kalibrierung der Stickmitte",
|
||||
"Welcome": "Willkommen",
|
||||
"Step 1": "Schritt 1",
|
||||
"Step 2": "Schritt 2",
|
||||
"Step 3": "Schritt 3",
|
||||
"Step 4": "Schritt 4",
|
||||
"Completed": "Abgeschlossen",
|
||||
"Welcome to the stick center-calibration wizard!": "Willkommen im Analog-Stick-Mitte-Kalibrierungsassistenten!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Dieses Tool wird Sie beim Zurücksetzen der Analog-Sticks Ihres Controllers in die Mitte führen. Es besteht aus vier Schritten: Sie werden aufgefordert, beide Sticks in eine Richtung zu bewegen und loszulassen.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Bitte beachten Sie, dass die Kalibrierung, sobald sie läuft, nicht abgebrochen werden kann. Schließen Sie diese Seite nicht und trennen Sie Ihren Controller nicht, bis sie abgeschlossen ist.",
|
||||
"Press <b>Start</b> to begin calibration.": "Drücken Sie <b>Start</b>, um mit der Kalibrierung zu beginnen.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>obere linke Ecke</b> und lassen Sie sie los.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Wenn die Sticks wieder in der Mitte sind, drücken Sie <b>Weiter</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>obere rechte Ecke</b> und lassen Sie sie los.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>untere linke Ecke</b> und lassen Sie sie los.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Bewegen Sie bitte beide Sticks in die <b>untere rechte Ecke</b> und lassen Sie sie los.",
|
||||
"Welcome to the stick center-calibration wizard!": "Willkommen im Stickmitten-Kalibrierungsassistenten!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Dieses Tool wird dich durch das Zurücksetzen der Analog-Stickmitte führen. Es besteht aus vier Schritten: Du wirst aufgefordert, beide Sticks in eine Richtung zu bewegen und loszulassen.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Bitte beachte, <i>dass die Kalibrierung, sobald sie läuft, nicht abgebrochen werden kann</i>. Schließe diese Seite nicht und trennen deinen Controller nicht, bis die Kalibrierung abgeschlossen ist.",
|
||||
"Press <b>Start</b> to begin calibration.": "Drücke <b>Start</b>, um mit der Kalibrierung zu beginnen.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Bewege bitte beide Sticks in die <b>obere linke Ecke</b> und lasse sie los.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Wenn die Sticks wieder in der Mitte sind, drücke <b>Weiter</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Bewege bitte beide Sticks in die <b>obere rechte Ecke</b> und lasse sie los.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Bewege bitte beide Sticks in die <b>untere linke Ecke</b> und lasse sie los.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Bewege bitte beide Sticks in die <b>untere rechte Ecke</b> und lasse sie los.",
|
||||
"Calibration completed successfully!": "Kalibrierung erfolgreich abgeschlossen!",
|
||||
"Next": "Weiter",
|
||||
"Recentering the controller sticks. ": "Controller-Sticks zurücksetzen. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Bitte schließen Sie dieses Fenster nicht und trennen Sie Ihren Controller nicht. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Bitte schließe das Fenster nicht und trenne deinen Controller nicht. ",
|
||||
"Range calibration": "Bereichskalibrierung",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Der Controller erfasst jetzt Daten!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Drehen Sie die Sticks langsam, um den gesamten Bereich abzudecken. Drücken Sie \"Fertig\", wenn Sie fertig sind.",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Drehe die Sticks langsam, um den gesamten Bereich abzudecken. Drücken \"Fertig\", wenn du fertig bist.",
|
||||
"Done": "Fertig",
|
||||
"Hi, thank you for using this software.": "Hallo, vielen Dank, dass Sie diese Software verwenden.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Wenn Sie es hilfreich finden und meine Bemühungen unterstützen möchten, können Sie gerne",
|
||||
"buy me a coffee": "mir einen Kaffee anbieten",
|
||||
"Hi, thank you for using this software.": "Hallo, vielen Dank, dass du diese Software verwendest.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Wenn du sie hilfreich findest und meine Bemühungen unterstützen möchten, kannst du mir gerne",
|
||||
"buy me a coffee": "einen Kaffee kaufen",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Haben Sie einen Vorschlag oder ein Problem? Schicken Sie mir eine Nachricht per E-Mail oder Discord.",
|
||||
"Cheers!": "Prost!",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Hast du einen Vorschlag oder ein Problem? Schicke mir eine Nachricht per E-Mail oder Discord.",
|
||||
"Cheers!": "Cheers!",
|
||||
"Support this project": "Unterstütze dieses Projekt",
|
||||
|
||||
"unknown": "unbekannt",
|
||||
"original": "original",
|
||||
"clone": "Klon",
|
||||
"original": "original",
|
||||
"clone": "Klon",
|
||||
"locked": "gesperrt",
|
||||
"unlocked": "entsperrt",
|
||||
"error": "Fehler",
|
||||
@@ -59,11 +57,10 @@
|
||||
"HW Version": "HW-Version",
|
||||
"SW Version": "SW-Version",
|
||||
"Device Type": "Gerätetyp",
|
||||
|
||||
"Range calibration completed": "Bereichskalibrierung abgeschlossen",
|
||||
"Range calibration failed: ": "Bereichskalibrierung fehlgeschlagen: ",
|
||||
"Cannot unlock NVS": "NVS kann nicht entsperrt werden",
|
||||
"Cannot relock NVS": "NVS kann nicht wieder gesperrt werden",
|
||||
"Cannot unlock NVS": "NVS kann nicht entsperrt werden",
|
||||
"Cannot relock NVS": "NVS kann nicht wieder gesperrt werden",
|
||||
"Error 1": "Fehler 1",
|
||||
"Error 2": "Fehler 2",
|
||||
"Error 3": "Fehler 3",
|
||||
@@ -71,13 +68,12 @@
|
||||
"Stick calibration completed": "Stick-Kalibrierung abgeschlossen",
|
||||
"NVS Lock failed: ": "NVS-Sperrung fehlgeschlagen: ",
|
||||
"NVS Unlock failed: ": "NVS-Entsperrung fehlgeschlagen: ",
|
||||
"Please connect only one controller at time.": "Bitte verbinden Sie jeweils nur einen Controller.",
|
||||
"Please connect only one controller at time.": "Bitte verbinde jeweils nur einen Controller.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Verbundenes ungültiges Gerät: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Die Kalibrierung des DualSense Edge wird derzeit nicht unterstützt.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Das Gerät scheint ein DS4-Klon zu sein. Alle Funktionen sind deaktiviert.",
|
||||
"Error: ": "Fehler: ",
|
||||
"My handle on discord is: the_al": "Mein Handle auf Discord ist: the_al",
|
||||
@@ -87,117 +83,158 @@
|
||||
"Calibration in progress": "Kalibrierung läuft",
|
||||
"Start": "Start",
|
||||
"Continue": "Fortfahren",
|
||||
"You can check the calibration with the": "Sie können die Kalibrierung mit dem",
|
||||
"You can check the calibration with the": "Du kannst die Kalibrierung mit dem",
|
||||
"Have a nice day :)": "Einen schönen Tag noch! :)",
|
||||
"Welcome to the Calibration GUI": "Willkommen bei der Kalibrierungs-GUI",
|
||||
"Just few things to know before you can start:": "Nur wenige Dinge, die Sie wissen sollten, bevor Sie beginnen:",
|
||||
"Just few things to know before you can start:": "Nur wenige Dinge, die du wissen solltest, bevor du beginnst:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Diese Website ist nicht mit Sony, PlayStation & Co. verbunden.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Dieser Service wird ohne Garantie bereitgestellt. Benutzung auf eigene Gefahr.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Halten Sie die interne Batterie des Controllers angeschlossen und stellen Sie sicher, dass sie gut geladen ist. Wenn die Batterie während der Operationen leer wird, wird der Controller beschädigt und unbrauchbar.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Bevor Sie die permanente Kalibrierung durchführen, probieren Sie die temporäre aus, um sicherzustellen, dass alles gut funktioniert.",
|
||||
"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.": "Halte die interne Batterie des Controllers angeschlossen und stelle sicher, dass sie gut geladen ist. Sollte die batterie während des Prozesses all gehen, wird der Controller beschädigt und unbrauchbar.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Bevor du die permanente Kalibrierung durchführst, probiere die temporäre aus, um sicherzustellen, dass alles gut funktioniert.",
|
||||
"Understood": "Verstanden",
|
||||
"Version": "Version",
|
||||
|
||||
"Frequently Asked Questions": "Häufig gestellte Fragen",
|
||||
"Close": "Schließen",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Willkommen im F.A.Q.-Bereich! Unten finden Sie Antworten auf einige der am häufigsten gestellten Fragen zu dieser Website. Wenn Sie weitere Fragen haben oder weitere Unterstützung benötigen, können Sie sich gerne direkt an mich wenden. Ihr Feedback und Ihre Fragen sind immer willkommen!",
|
||||
"How does it work?": "Wie funktioniert das?",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Willkommen im F.A.Q.-Bereich! Unten findest du Antworten auf einige der am häufigsten gestellten Fragen zu dieser Website. Wenn du weitere Fragen haben solltest oder Unterstützung benötigst, kannst du dich gerne direkt an mich wenden. Dein Feedback und Fragen sind immer willkommen!",
|
||||
"How does it work?": "Wie funktioniert das hier?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "Hinter den Kulissen ist diese Website das Ergebnis eines einjährigen engagierten Aufwands beim Reverse-Engineering von DualShock-Controllern zum Spaß/Hobby eines zufälligen Typen im Internet.",
|
||||
"Through": "Durch",
|
||||
"this research": "diese Forschung",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", wurde entdeckt, dass es einige nicht dokumentierte Befehle auf DualShock-Controllern gibt, die über USB gesendet werden können und während des Fabrikationsprozesses verwendet werden. Wenn diese Befehle gesendet werden, startet der Controller die Neukalibrierung der Analog-Sticks.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Obwohl der Schwerpunkt dieser Forschung ursprünglich nicht auf der Neukalibrierung lag, wurde deutlich, dass ein Service, der diese Fähigkeit bietet, zahlreichen Personen erhebliche Vorteile bringen könnte. Und so sind wir hier.",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", wurde entdeckt, dass es einige nicht dokumentierte Befehle auf DualShock-Controllern gibt, die über USB gesendet werden können und während des Herstellungsprozesses verwendet werden. Wenn diese Befehle gesendet werden, startet der Controller die Neukalibrierung der Analog-Sticks.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Obwohl der Schwerpunkt dieser Forschung ursprünglich nicht auf der Neukalibrierung lag, wurde klar, dass ein Service, der diese Fähigkeit bietet, zahlreichen Personen erhebliche Verbesserungen bringen könnte. Und so sind wir hier.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Bleibt die Kalibrierung während des Spielens auf PS4/PS5 wirksam?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Ja, wenn Sie das Kontrollkästchen \"Änderungen dauerhaft im Controller speichern\" aktivieren. In diesem Fall wird die Kalibrierung direkt im Controller-Firmware gespeichert. Dies stellt sicher, dass sie unabhängig von der angeschlossenen Konsole an Ort und Stelle bleibt.",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Ja, wenn du das Kontrollkästchen \"Änderungen dauerhaft im Controller speichern\" aktivieren. In diesem Fall wird die Kalibrierung direkt in der Controller-Firmware gespeichert. Dies stellt sicher, dass sie unabhängig von der angeschlossenen Konsole an Ort und Stelle bleibt.",
|
||||
"Is this an officially endorsed service?": "Ist dies ein offiziell unterstützter Service?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Nein, dieser Service ist einfach eine Schöpfung eines DualShock-Enthusiasten.",
|
||||
"Does this website detects if a controller is a clone?": "Erkennt diese Website, ob ein Controller ein Klon ist?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Ja, derzeit nur DualShock4. Dies geschah, weil ich versehentlich einige Klone gekauft habe, Zeit damit verbracht habe, die Unterschiede zu identifizieren und diese Funktionalität hinzugefügt habe, um zukünftige Täuschungen zu verhindern.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Leider können die Klone sowieso nicht kalibriert werden, weil sie nur das Verhalten eines DualShock4 während eines normalen Gameplays klonen, nicht alle nicht dokumentierten Funktionen.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Wenn Sie diese Erkennungsfunktionalität auf DualSense erweitern möchten, senden Sie mir bitte einen gefälschten DualSense und Sie werden es in wenigen Wochen sehen.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Leider können die Klone sowieso nicht kalibriert werden, weil sie nur das Verhalten eines DualShock4 während eines normalen Gameplays klonen, nicht alle undokumentierten Funktionen.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Wenn du diese Erkennungsfunktionalität auf DualSense erweitern möchten, sende mir bitte einen gefälschten DualSense und du wirst die Funktion in wenigen Wochen sehen.",
|
||||
"What development is in plan?": "Was ist in der Planung?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Ich führe für dieses Projekt zwei separate To-Do-Listen, obwohl die Priorität noch nicht festgelegt wurde.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Die erste Liste befasst sich mit der Verbesserung der Unterstützung für DualShock4- und DualSense-Controller:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementierung der Kalibrierung von L2/R2-Abzügen.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Verbessern Sie die Erkennung von Klonen, was insbesondere für diejenigen von Vorteil ist, die gebrauchte Controller mit der Gewissheit der Echtheit kaufen möchten.",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementierung der Kalibrierung von L2/R2-Schultertasten.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Verbesserung der Erkennung von Klonen, was insbesondere für diejenigen von Vorteil ist, die gebrauchte Controller mit der Gewissheit der Echtheit kaufen möchten.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Verbesserung der Benutzeroberfläche (z. B. Bereitstellung zusätzlicher Controllerinformationen)",
|
||||
"Add support for recalibrating IMUs.": "Unterstützung für die Neukalibrierung von IMUs hinzufügen.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Erkunden Sie zusätzlich die Möglichkeit, nicht funktionierende DualShock-Controller wiederzubeleben (weitere Diskussionen auf Discord für interessierte Parteien verfügbar).",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Zusätzlich die Möglichkeit, nicht funktionierende DualShock-Controller wiederzubeleben (weitere Diskussionen auf Discord für interessierte verfügbar).",
|
||||
"The second list contains new controllers I aim to support:": "Die zweite Liste enthält neue Controller, die ich unterstützen möchte:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Xbox-Controller",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Jede dieser Aufgaben bietet sowohl ein immenses Interesse als auch eine erhebliche zeitliche Investition. Um einen Kontext zu bieten, erfordert die Unterstützung eines neuen Controllers in der Regel 6-12 Monate Vollzeitforschung, neben einem Schlag des Glücks.",
|
||||
"I love this service, it helped me! How can I contribute?": "Ich liebe diesen Service, er hat mir geholfen! Wie kann ich beitragen?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Ich freue mich zu hören, dass Sie das hilfreich gefunden haben! Wenn Sie interessiert sind, beizutragen, gibt es hier einige Möglichkeiten, wie Sie mir helfen können:",
|
||||
"Consider making a": "Erwägen Sie, ein ",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Jede dieser Aufgaben bietet sowohl ein immenses Interesse als auch eine erhebliche zeitliche Investition. Um einen Kontext zu bieten, erfordert die Unterstützung eines neuen Controllers in der Regel 6-12 Monate Vollzeitforschung, neben ein paar Glückstreffern.",
|
||||
"I love this service, it helped me! How can I contribute?": "Ich liebe diesen Service, er hat mir geholfen! Wie kann ich dazu beitragen?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Es freut mich zu hören, dass du den Service hilfreich gefunden hast! Wenn du Interesse hast am etwas am Projekt beizutragen, gibt es hier einige Möglichkeiten, wie du mir helfen kannst:",
|
||||
"Consider making a": "Vielleicht ja eine ",
|
||||
"donation": "Spende",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": ", um meine koffeingetriebenen Reverse-Engineering-Bemühungen in der Nacht zu unterstützen.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Schicken Sie mir einen Controller, den Sie gerne hinzufügen möchten (senden Sie mir eine E-Mail zur Organisation).",
|
||||
"Translate this website in your language": "Übersetzen Sie diese Website in Ihre Sprache",
|
||||
", to help more people like you!": ", um mehr Menschen wie Sie zu helfen!",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": ", um meine koffeingetriebenen Reverse-Engineering-Nachtschichten zu unterstützen.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Schicke mir einen Controller, den du gerne hinzufügen möchtest (sende mir eine E-Mail zur Organisation).",
|
||||
"Translate this website in your language": "Übersetze die Website in deine Sprache",
|
||||
", to help more people like you!": ", um mehr Menschen wie dir zu helfen!",
|
||||
"This website uses analytics to improve the service.": "Diese Website verwendet Analytics, um den Service zu verbessern.",
|
||||
"Board Model": "Platinentyp",
|
||||
"This feature is experimental.": "Diese Funktion ist experimentell.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Bitte lassen Sie mich wissen, wenn das Platinentyp Ihres Controllers nicht korrekt erkannt wird.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Bitte lasse mich wissen, wenn das Platinentyp Ihres Controllers nicht korrekt erkannt wird.",
|
||||
"Board model detection thanks to": "Platinentyp-Erkennung dank",
|
||||
"Please connect the device using a USB cable.": "Bitte verbinden Sie das Gerät mit einem USB-Kabel.",
|
||||
"Please connect the device using a USB cable.": "Bitte verbinde das Gerät mit einem USB-Kabel.",
|
||||
"This DualSense controller has outdated firmware.": "Dieser DualSense-Controller hat eine veraltete Firmware.",
|
||||
"Please update the firmware and try again.": "Bitte aktualisieren Sie die Firmware und versuchen Sie es erneut.",
|
||||
"Please update the firmware and try again.": "Bitte aktualisiere die Firmware und versuche es erneut.",
|
||||
"Joystick Info": "Joystick-Informationen",
|
||||
"Err R:": "Fehler R:",
|
||||
"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\".": "",
|
||||
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "Kann man eine permanente Kalibrierung auf eine vorherige zurücksetzen?",
|
||||
"No.": "Nein.",
|
||||
"Can you overwrite a permanent calibration?": "Kann man eine permanente Kalibrierung überschreiben?",
|
||||
"Yes. Simply do another permanent calibration.": "Ja, mach einfach noch eine permanente Kalibrierung.",
|
||||
"Does this software resolve stickdrift?": "Behebt diese Software Stickdrift?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "Stickdrift wird durch einen physischen Defekt verursacht; größtenteils durch Schmutz, abgenutzte Potentiometer oder in manchen Fällen durch abgenutzte Federn.",
|
||||
"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.": "Falls du schon Stickdrift hast, wird diese Software ihn allein nicht beheben. Mit was sie allerdings helfen kann, ist sicherzustellen, dass neue Joysticks richtig funktionieren, nachdem die alten ersetzt wurden",
|
||||
"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.": "Ich habe gemerkt, dass manche Controller ab Werk schlechter kalibriert sind, als nach einer Kalibrierung mit meinem Tool. Vor allem bei der Kreisförmigkeit von SCUF Controllern mit einer einzigartigen Hülle.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) Wird bei einem Firmware update die Kalibrierung zurückgesetzt?",
|
||||
"After range calibration, joysticks always go in corners.": "Nach der Kalibrierung bewegen sich die Joysticks nur in die Ecken.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Das passiert, weil du direkt nach dem Starten der Kalibrierung \"Fertig\" gedrückt hast.",
|
||||
"Please read the instructions.": "Bitte lese die Anleitung.",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Du musst die Joysticks rotieren bevor du auf \"Fertig\" drückst.",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Stelle sicher, dass du die Ränder des Joystick-Gehäuses berührst und drehe sie langsam, am besten in beide Richtungen.",
|
||||
"Only after you have done that, you click on \"Done\".": "Erst wenn du das gemacht hast, klickst du auf \"Fertig\".",
|
||||
"Changes saved successfully": "Änderungen erfolgreich gespeichert",
|
||||
"Error while saving changes:": "Fehler beim Speichern der Änderungen",
|
||||
"Save changes permanently": "Änderungen Permanent speichern",
|
||||
"Reboot controller": "Controller Neustarten",
|
||||
"Controller Info": "Controller Infos",
|
||||
"Debug Info": "Debug Infos",
|
||||
"Software": "Software",
|
||||
"Hardware": "Hardware",
|
||||
"FW Build Date": "FW Build Datum",
|
||||
"FW Type": "FW Typ",
|
||||
"FW Series": "FW Serie",
|
||||
"Serial Number": "Serien Nummer",
|
||||
"Battery Barcode": "Batterie Barcode",
|
||||
"VCM Left Barcode": "VCM Linker Barcode",
|
||||
"VCM Right Barcode": "VCM rechter Barcode",
|
||||
"Show all": "Alles anzeigen",
|
||||
"Finetune stick calibration": "Feinabstimmung der Stick-Kalibrierung",
|
||||
"(beta)": "(beta)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Dieser Bildschirm ermöglicht die Feinabstimmung der Rohkalibrierungsdaten Ihres Controllers.",
|
||||
"Left stick": "Linker Stick",
|
||||
"Right stick": "Rechter Stick",
|
||||
"Center X": "Zentrum X",
|
||||
"Center Y": "Zentrum Y",
|
||||
"Save": "Speichern",
|
||||
"Cancel": "Abbrechen",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "Das DualShock-Kalibrierungstool unterstützt derzeit nicht den DualSense Edge.",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Ich arbeite aktiv daran, die Kompatibilität hinzuzufügen. Die größte Herausforderung besteht darin, Daten in die Stick-Module zu speichern.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Wenn Ihnen dieses Tool geholfen hat oder Sie möchten, dass die DualSense-Edge-Unterstützung schneller verfügbar ist, ziehen Sie bitte in Betracht, das Projekt mit einem Beitrag zu unterstützen",
|
||||
"Thank you for your generosity and support!": "Vielen Dank für Ihre Großzügigkeit und Unterstützung!",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"FW Version": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"Left Module Barcode": "",
|
||||
"MCU Unique ID": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"PCBA ID": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"SBL FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
137
lang/es_es.json
@@ -2,7 +2,6 @@
|
||||
".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).": "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:": "Conectado a:",
|
||||
"Disconnect": "Desconectar",
|
||||
@@ -11,7 +10,6 @@
|
||||
"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",
|
||||
"Debug buttons": "Botones de depuración",
|
||||
"Query NVS status": "Consultar estado NVS",
|
||||
"NVS unlock": "Desbloqueo NVS",
|
||||
"NVS lock": "Bloqueo NVS",
|
||||
@@ -47,10 +45,9 @@
|
||||
"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": "clón",
|
||||
"original": "original",
|
||||
"clone": "clón",
|
||||
"locked": "bloqueado",
|
||||
"unlocked": "desbloqueado",
|
||||
"error": "error",
|
||||
@@ -58,11 +55,10 @@
|
||||
"HW Version": "Versión HW",
|
||||
"SW Version": "Versión SW",
|
||||
"Device Type": "Tipo de dispositivo",
|
||||
|
||||
"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",
|
||||
"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",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"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 usuario de discord es: the_al",
|
||||
@@ -89,14 +84,13 @@
|
||||
"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:",
|
||||
"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 se ofrece sin ninguna garantía. Úselo bajo su propio riesgo. ",
|
||||
"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": "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 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!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"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 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.",
|
||||
@@ -148,55 +141,99 @@
|
||||
"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?": "",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"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\".": "",
|
||||
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Error while saving changes:": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"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.": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"No.": "",
|
||||
"Nova Pink": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Please read the instructions.": "",
|
||||
"Reboot controller": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Save changes permanently": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"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.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"You can do this in two ways:": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
123
lang/fr_fr.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "- Traduction française par <a href='https://github.com/Sadenki'>Cyrille Pugeault</a> & <a href='https://github.com/TyduSubak'>Alexandre Pugeault</a>.",
|
||||
"DualShock Calibration GUI": "Interface de calibrage DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Navigateur incompatible. Merci d'utiliser un navigateur supportant le WebHID (p. ex. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Connectez une manette DualShock 4 ou DualSense à votre ordinateur et appuyez sur 'Connecter'.",
|
||||
"Connect": "Connecter",
|
||||
"Connected to:": "Connecté à:",
|
||||
"Disconnect": "Déconnecter",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Les sections plus bas ne sont pas utiles, juste quelques informations de débug ou des commandes manuelles",
|
||||
"NVS Status": "Status du NVS",
|
||||
"Unknown": "Inconnu",
|
||||
"Debug buttons": "Boutons de débug",
|
||||
"Query NVS status": "Status de la requête NVS",
|
||||
"NVS unlock": "Déverrouiller le NVS",
|
||||
"NVS lock": "Vérouiller le NVS",
|
||||
@@ -47,7 +45,6 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Vous avez des suggestions ou un problème ? Laissez-moi un message par e-mail ou sur Discord.",
|
||||
"Cheers!": "À la prochaine !",
|
||||
"Support this project": "Soutenir ce projet",
|
||||
|
||||
"unknown": "inconnue",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
@@ -58,7 +55,6 @@
|
||||
"HW Version": "Version de l'HW",
|
||||
"SW Version": "Version du SW",
|
||||
"Device Type": "Type d'appareil",
|
||||
|
||||
"Range calibration completed": "Calibrage de la portée terminé",
|
||||
"Range calibration failed: ": "Échec du calibrage de la portée: ",
|
||||
"Cannot unlock NVS": "Impossible de dévérouiller le NVS",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Appareil non valide connecté: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Le calibrage de la manette DualSense Edge n'est pas actuellement supportée.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Cet appareil semble être une contre-façon de DS4. Toutes les fonctionnalités sont désactivés",
|
||||
"Error: ": "Erreur: ",
|
||||
"My handle on discord is: the_al": "Mon ID sur Discord est: the_al",
|
||||
@@ -146,55 +141,99 @@
|
||||
"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?": "",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"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\".": "",
|
||||
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Error while saving changes:": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"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.": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"No.": "",
|
||||
"Nova Pink": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Please read the instructions.": "",
|
||||
"Reboot controller": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Save changes permanently": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"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.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"You can do this in two ways:": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
165
lang/hu_hu.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "| A magyarítást a <a href='https://pandafix.hu' target='_blank'>Pandafix</a> készítette.",
|
||||
"DualShock Calibration GUI": "DualShock / DualSense kontroller kalibráló felület",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nem támogatott böngésző! Kérlek olyan böngészőt használj, ami támogatja a WebHID protokollt (pl: Chrome, Maxthon)",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Csatlakoztass egy <b>PS4 DualShock 4</b> vagy <b>PS5 DualSense</b> kontrollert és kattints a Csatlakozás gombra",
|
||||
"Connect": "Csatlakozás",
|
||||
"Connected to:": "Csatlakoztatva:",
|
||||
"Disconnect": "Lecsatlakozás",
|
||||
@@ -11,7 +10,7 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Az alábbi funkciók nem kalibrálásra használatosak, csak néhány hibakeresési információt vagy kézi parancsot alkalmaznak",
|
||||
"NVS Status": "NVS státusz",
|
||||
"Unknown": "Ismeretlen",
|
||||
"Debug buttons": "Hibakeresési funkciók",
|
||||
"Debug buttons": "Hibakeresési gombok",
|
||||
"Query NVS status": "Az NVS állapotának lekérdezése",
|
||||
"NVS unlock": "NVS feloldása",
|
||||
"NVS lock": "NVS zárolása",
|
||||
@@ -47,10 +46,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Van valami javaslatod vagy problémád? Írj üzenetet e-mailben vagy discordban.",
|
||||
"Cheers!": "A legjobbakat!",
|
||||
"Support this project": "Támogasd ezt a projektet",
|
||||
|
||||
"unknown": "ismeretlen",
|
||||
"original": "eredeti",
|
||||
"clone": "hamisítvány",
|
||||
"original": "eredeti",
|
||||
"clone": "hamisítvány",
|
||||
"locked": "zárolt",
|
||||
"unlocked": "feloldott",
|
||||
"error": "hiba",
|
||||
@@ -58,11 +56,10 @@
|
||||
"HW Version": "HW verzió",
|
||||
"SW Version": "SW verzió",
|
||||
"Device Type": "Eszköz típusa",
|
||||
|
||||
"Range calibration completed": "A tartománykalibráció befejeződött",
|
||||
"Range calibration failed: ": "A tartománykalibráció meghiúsult: ",
|
||||
"Cannot unlock NVS": "NVS feloldása nem lehetséges",
|
||||
"Cannot relock NVS": "NVS újbóli zárolása nem lehetséges",
|
||||
"Cannot unlock NVS": "NVS feloldása nem lehetséges",
|
||||
"Cannot relock NVS": "NVS újbóli zárolása nem lehetséges",
|
||||
"Error 1": "Hiba 1",
|
||||
"Error 2": "Hiba 2",
|
||||
"Error 3": "Hiba 3",
|
||||
@@ -76,7 +73,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Érvénytelen eszköz csatlakoztatva: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "A DualSense Edge kontroller kalibrálása jelenleg nem támogatott.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Úgy tűnik, hogy a kontroller egy DS4 klón (hamisítvány). Minden funkció le lesz tiltva.",
|
||||
"Error: ": "Hiba: ",
|
||||
"My handle on discord is: the_al": "Fogjunk kezet a Discordon: the_al",
|
||||
@@ -89,14 +85,13 @@
|
||||
"You can check the calibration with the": "Az újrakalibrálást ellenőrizheted az alábbi alkalmazással is:",
|
||||
"Have a nice day :)": "További szép napot kívánunk! :)",
|
||||
"Welcome to the Calibration GUI": "Üdvözöl a Dualshock/DualSense kalibrálást segítő alkalmazás!",
|
||||
"Just few things to know before you can start:": "Csak néhány dolog, amit tudnod kell, mielőtt belevágnál:",
|
||||
"Just few things to know before you can start:": "Csak néhány dolog, amit tudnod kell, mielőtt belevágnál:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Ez a webhely semmilyen módon nem áll kapcsolatban a Sony és a PlayStation társaságokkal valamint azok leányvállalataival.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Ezt a szolgáltatást garancia nélkül nyújtjuk. Használata csak saját felelősségre. Anyagi kár esetén se vállalunk felelősséget!",
|
||||
"This service is provided without warranty. Use at your own risk.": "Ezt a szolgáltatást garancia nélkül nyújtjuk. Használata csak saját felelősségre. Anyagi kár esetén se vállalunk felelősséget!",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Tartsd csatlakoztatva a vezérlő belső akkumulátorát, és győződj meg róla, hogy megfelelően van feltöltve. Ha az akkumulátor működés közben lemerül, a vezérlő megsérül és használhatatlanná válik. Győződj meg róla, hogy az USB kábel és a csatlakozók nem kontakthibásak! A kontroller kalibrálását teljesen összeszerelt állapotban végezd!",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "A tartós kalibrálás elvégzése előtt próbáld ki az ideiglenes kalibrációt, hogy megbizonyosodj arról, hogy minden jól működik!",
|
||||
"Understood": "Megértettem és elfogadom",
|
||||
"Version": "Verzió",
|
||||
|
||||
"Frequently Asked Questions": "Gyakran Ismételt Kérdések",
|
||||
"Close": "Bezár",
|
||||
"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!": "Üdvözöllek a gyakran ismételt kérdések szekcióban! Az alábbiakban választ találsz a weboldallal kapcsolatban leggyakrabban feltett kérdésekre. Ha további kérdésed van, vagy további segítségre van szükséged, fordulj közvetlenül a szoftver készítőjéhez. Visszajelzésed és kérdéseid mindig szívesen fogadja!",
|
||||
@@ -115,7 +110,6 @@
|
||||
"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.": "Sajnos a klónokat amúgy sem lehet kalibrálni, mert csak a DualShock 4 kontroller viselkedését klónozzák normál játék közben, nem az összes dokumentálatlan funkciót.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Ha szeretnél segíteni ezt az észlelési funkciót kiterjeszteni a DualSense-re, küldj a fejlesztőnek egy hamis DualSense-t, és az alaklamzás néhány héten belül látni fogja.",
|
||||
"What development is in plan?": "Milyen fejlesztés van tervben?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "A fejlesztő két külön listát vezet ehhez a projekthez, bár a prioritást még meg kell határozni.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Az első lista a DualShock 4 és DualSense kontrollerek támogatásának javításáról szól:",
|
||||
"Implement calibration of L2/R2 triggers.": "Az L2/R2 ravaszok kalibrálásának lehetősége.",
|
||||
@@ -148,55 +142,98 @@
|
||||
"Err R:": "Hibaarány J:",
|
||||
"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\".": "",
|
||||
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"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",
|
||||
"Can you overwrite a permanent calibration?": "Felülírható egy végleges kalibráció?",
|
||||
"Yes. Simply do another permanent calibration.": "Igen. Egyszerűen végezz el egy újabb végleges kalibrációt.",
|
||||
"Does this software resolve stickdrift?": "Megoldja ez a szoftver a stick drift problémát?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "A stick driftet fizikai hiba okozza; például szennyeződés, elhasználódott (kopott) potenciométer vagy bizonyos esetekben egy elhasználódott rugó.",
|
||||
"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.": "Ez a szoftver önmagában nem fogja megoldani a stick drift problémát, ha már tapasztalható. Amiben segít, az az, hogy biztosítsa az új hüvelykujjkarok megfelelő működését az elhasználódott hüvelykujjkarok cseréje után.",
|
||||
"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.": "Észrevettem, hogy néhány kontroller gyárilag rosszabb kalibrációval érkezik, mint amit újrakalibrálva elérhetnék. Ez különösen igaz a SCUF kontrollerekre, amelyek egyedi burkolattal rendelkeznek.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(DualSense) A firmware frissítése visszaállítja a kalibrációt?",
|
||||
"After range calibration, joysticks always go in corners.": "Kalibráció után a hüvelykujjkarok mindig a sarkokba mennek.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Ez a probléma azért fordul elő, mert a tartománykalibrálás indítása után azonnal rákattintottál a \"Kész\" gombra.",
|
||||
"Please read the instructions.": "Kérlek, olvasd el az utasításokat!",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Forgasd el a hüvelykujjkarokat, mielőtt megnyomnád a \"Kész\" gombot.",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Ügyelj arra, hogy a hüvelykujjakrok érjenek el a keret széléig és annak mentén forgasd lassan, lehetőleg mindkét irányban - óramutató járásával megegyezően és ellentétesen is.",
|
||||
"Only after you have done that, you click on \"Done\".": "Csak miután ezt megtetted, azután kattints a \"Kész\" gombra.",
|
||||
"Changes saved successfully": "A változások sikeresen mentésre kerültek",
|
||||
"Error while saving changes:": "A változások mentése közben hiba lépett fel",
|
||||
"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",
|
||||
"Software": "Szoftver",
|
||||
"Hardware": "Hardver",
|
||||
"FW Build Date": "FW kiadásának dátuma",
|
||||
"FW Type": "FW típusa",
|
||||
"FW Series": "FW széria",
|
||||
"FW Version": "FW verzió",
|
||||
"FW Update": "FW frissítés",
|
||||
"FW Update Info": "FW frissítési információ",
|
||||
"SBL FW Version": "SBL FW verzió",
|
||||
"Venom FW Version": "Venom FW verzió",
|
||||
"Spider FW Version": "Spider FW verzió",
|
||||
"Touchpad FW Version": "Tapipad FW verzió",
|
||||
"Serial Number": "Szériaszám",
|
||||
"MCU Unique ID": "MCU egyedi azonosító",
|
||||
"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",
|
||||
"HW Model": "HW modell",
|
||||
"Touchpad ID": "Tapipad azonosító",
|
||||
"Bluetooth Address": "Bluetooth címzés",
|
||||
"Show all": "Mindet megjelenít",
|
||||
"Finetune stick calibration": "Karok finomkalibrálása",
|
||||
"(beta)": "(béta)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Ez a felület lehetővé teszi a kontroller nyers kalibrációs adatainak finomhangolását.",
|
||||
"Left stick": "Bal kar",
|
||||
"Right stick": "Jobb kar",
|
||||
"Center X": "X középállás",
|
||||
"Center Y": "Y középállás",
|
||||
"Save": "Mentés",
|
||||
"Cancel": "Mégse",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "A DualShock kontroller kalibráló felület jelenleg nem támogatja a DualSense Edge-et.",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Aktívan dolgozom a kompatibilitás hozzáadásán, a legnagyobb kihívást az adatok hüvelykujjkar modulokba történő tárolása jelenti.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Ha ez az eszköz hasznos volt számodra, vagy szeretnéd, hogy a DualSense Edge támogatása gyorsabban megérkezzen, kérlek, fontold meg a projekt támogatását",
|
||||
"Thank you for your generosity and support!": "Köszönöm nagylelkűségedet és támogatásodat!",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "<b>Külsőleg</b>: +1,8 V közvetlen alkalmazásával a látható tesztpontra, anélkül, hogy a kontrollert szétszednéd.",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>Belsőleg</b>: egy vezeték forrasztásával egy +1,8 V-os forrásból az írásvédelmi tesztponthoz.",
|
||||
"Calibration is being stored in the stick modules.": "A kalibráció mentése a hüvelykujjkar modulokban történik.",
|
||||
"DualSense Edge Calibration": "DualSense Edge kalibráció",
|
||||
"For more info or help, feel free to reach out on Discord.": "További információért vagy segítségért nyugodtan keress fel a Discordon.",
|
||||
"More details and images": "További részletek és képek",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "Kérlek, csatlakoztass egy DualShock 4, DualSense vagy DualSense Edge kontrollert a számítógépedhez, és nyomd meg a Csatlakozás gombot.",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "Kérlek, vedd figyelembe: a DS Edge hüvelykujjkar moduljai <b>nem kalibrálhatók kizárólag szoftveresen</b>. <b>Hardveres módosítás</b> szükséges az egyedi kalibrációnak a modulok belső memóriájában történő tárolásához.",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "A DualSense Edge hüvelykujjkar modulok kalibrálásának támogatása mostantól <b>kísérleti funkcióként</b> elérhető.",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "Ez magában foglalja az írásvédelem ideiglenes letiltását az egyes modulokon található specifikus tesztpont <b>+1,8 V</b>-os betáplálásával.",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "Ez kizárólag haladó felhasználóknak szól. Ha nem vagy biztos abban, hogy mit csinálsz, kérlek, ne próbáld meg.",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "Nem vállalunk felelősséget az ezen módosítás megkísérlése által okozott károkért.",
|
||||
"You can do this in two ways:": "Ezt kétféleképpen teheted meg:",
|
||||
"here": "itt",
|
||||
"Cannot lock": "Zárolás nem lehetséges",
|
||||
"Cannot store data into": "Adatok tárolása nem lehetséges ide:",
|
||||
"Cannot unlock": "Feloldás nem lehetséges",
|
||||
"Color": "Szín",
|
||||
"Color detection thanks to": "A színészlelésért köszönet illeti:",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "Ha a kalibráció nem került véglegesen tárolásra, kérlek, ellenőrizd újra a hardvermódosítás vezetékezését!",
|
||||
"Left Module Barcode": "Bal modul vonalkódja",
|
||||
"Right Module Barcode": "Jobb modul vonalkódja",
|
||||
"left module": "bal modul",
|
||||
"right module": "jobb modul",
|
||||
"30th Anniversary": "",
|
||||
"Astro Bot": "",
|
||||
"Cobalt Blue": "",
|
||||
"Cosmic Red": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"Midnight Black": "",
|
||||
"Nova Pink": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Volcanic Red": "",
|
||||
"White": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "- Traduzione in Italiano a cura di <a href='https://blog.the.al'>the_al</a>",
|
||||
"DualShock Calibration GUI": "GUI di Calibrazione DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Browser non supportato. Visita questo sito usando un browser con supporto WebHID (es. Google Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Collega un controller DualShock 4 o DualSense al computer e premi Connetti",
|
||||
"Connect": "Connetti",
|
||||
"Connected to:": "Connesso a:",
|
||||
"Disconnect": "Disconnetti",
|
||||
@@ -11,7 +10,7 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Le sezioni qua sotto non sono utili, sono per debug o comandi manuali",
|
||||
"NVS Status": "Stato NVS",
|
||||
"Unknown": "Sconosciuto",
|
||||
"Debug buttons": "Pulsanti di debug",
|
||||
"Debug buttons": "Pulsanti di Debug",
|
||||
"Query NVS status": "Ottieni stato NVS",
|
||||
"NVS unlock": "Sblocca NVS",
|
||||
"NVS lock": "Blocca NVS",
|
||||
@@ -47,10 +46,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Hai qualche suggerimento o problema? Lasciami un messaggio via email o discord.",
|
||||
"Cheers!": "A presto!",
|
||||
"Support this project": "Supporta il progetto",
|
||||
|
||||
"unknown": "sconosciuto",
|
||||
"original": "originale",
|
||||
"clone": "clone",
|
||||
"original": "originale",
|
||||
"clone": "clone",
|
||||
"locked": "bloccato",
|
||||
"unlocked": "sbloccato",
|
||||
"error": "errore",
|
||||
@@ -58,11 +56,10 @@
|
||||
"HW Version": "Versione HW",
|
||||
"SW Version": "Versione SW",
|
||||
"Device Type": "Tipo Device",
|
||||
|
||||
"Range calibration completed": "Calibrazione range completata",
|
||||
"Range calibration failed: ": "Calibrazione range fallita: ",
|
||||
"Cannot unlock NVS": "Impossibile sbloccare NVS",
|
||||
"Cannot relock NVS": "Impossibile ribloccare NVS",
|
||||
"Cannot unlock NVS": "Impossibile sbloccare NVS",
|
||||
"Cannot relock NVS": "Impossibile ribloccare NVS",
|
||||
"Error 1": "Errore 1",
|
||||
"Error 2": "Errore 2",
|
||||
"Error 3": "Errore 3",
|
||||
@@ -76,8 +73,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Connesso dispositivo non valido: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "",
|
||||
"Error: ": "Errore: ",
|
||||
"My handle on discord is: the_al": "Il mio handle su discord è: the_al",
|
||||
"Initializing...": "Inizializzo...",
|
||||
@@ -89,14 +84,13 @@
|
||||
"You can check the calibration with the": "Puoi controllare la calibrazione con il",
|
||||
"Have a nice day :)": "Buona giornata! :)",
|
||||
"Welcome to the Calibration GUI": "Benvenuto alla Calibration GUI",
|
||||
"Just few things to know before you can start:": "Alcune cose da sapere prima di iniziare:",
|
||||
"Just few things to know before you can start:": "Alcune cose da sapere prima di iniziare:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Questo sito web non è affiliato con Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Questo servizio è fornito senza garanzia. Usalo a tuo rischio. ",
|
||||
"This service is provided without warranty. Use at your own risk.": "Questo servizio è fornito senza garanzia. Usalo a tuo rischio. ",
|
||||
"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.": "Tieni sempre la batteria interna del controller collegata, e assicurati che sia carica. Se il controller si spegne durante le operazioni, diventerà inutilizzabile.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Non eseguire fin da subito le calibrazioni permanenti, inizia con quelle temporanee e controlla che sia tutto ok!",
|
||||
"Understood": "Ho capito",
|
||||
"Version": "Versione",
|
||||
|
||||
"Frequently Asked Questions": "Domande frequenti",
|
||||
"Close": "Chiudi",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Benvenuto nella sezione Domande frequenti! Qui sotto puoi trovare risposte ad alcune delle domande più frequenti su questo sito web. Se hai altre domande o hai bisogno di ulteriore assistenza, non esitare a contattarmi direttamente. Un feedback o domande sono sempre benvenute!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Sfortunatamente, i cloni non possono essere comunque calibrati, perché clonano solo il comportamento di un DualShock4 durante un gameplay normale, non tutte le funzionalità non documentate.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Se vuoi estendere questa funzionalità di rilevamento anche a DualSense, spediscimi un clone e vedrai il servizio attivo tra qualche settimana.",
|
||||
"What development is in plan?": "Quali sviluppi sono previsti?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantengo due elenchi di cose da fare separati per questo progetto, anche se la priorità deve ancora essere stabilita.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Il primo elenco riguarda il potenziamento del supporto per i controller DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementare la calibrazione dei grilletti L2/R2.",
|
||||
@@ -145,10 +138,9 @@
|
||||
"This DualSense controller has outdated firmware.": "Questo controller DualSense ha un firmware non aggiornato.",
|
||||
"Please update the firmware and try again.": "Aggiorna il firmware e riprova.",
|
||||
"Joystick Info": "Informazioni sui Joystick",
|
||||
"Err R:": "Err Dx:",
|
||||
"Err L:": "Err Sx:",
|
||||
"Err R:": "Err Dx:",
|
||||
"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?",
|
||||
@@ -164,18 +156,14 @@
|
||||
"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\".",
|
||||
|
||||
"Changes saved successfully": "Modifiche salvate con successo",
|
||||
"Error while saving changes:": "Errore nel salvare le modifiche:",
|
||||
"Save changes permanently": "Salva i cambiamenti permanentemente",
|
||||
"Reboot controller": "Riavvia il controller",
|
||||
|
||||
"Controller Info": "Informazioni sul Controller",
|
||||
"Debug Info": "Informazioni di Debug",
|
||||
"Debug buttons": "Pulsanti di Debug",
|
||||
"Software": "Software",
|
||||
"Hardware": "Hardware",
|
||||
|
||||
"FW Build Date": "Data Build FW",
|
||||
"FW Type": "Tipo FW",
|
||||
"FW Series": "Serie FW",
|
||||
@@ -186,7 +174,6 @@
|
||||
"Venom FW Version": "Versione FW Venom",
|
||||
"Spider FW Version": "Versione FW Spider",
|
||||
"Touchpad FW Version": "Versione FW Touchpad",
|
||||
|
||||
"Serial Number": "Numero di serie",
|
||||
"MCU Unique ID": "ID univoco MCU",
|
||||
"PCBA ID": "ID PCBA",
|
||||
@@ -197,6 +184,57 @@
|
||||
"Touchpad ID": "ID Touchpad",
|
||||
"Bluetooth Address": "Indirizzo Bluetooth",
|
||||
"Show all": "Mostra tutto",
|
||||
|
||||
"Finetune stick calibration": "Affina calibrazione joystick",
|
||||
"(beta)": "(beta)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Questa schermata perfette di affinare i dati grezzi di calibrazione del controller.",
|
||||
"Left stick": "Levetta sinistra",
|
||||
"Right stick": "Levetta destra",
|
||||
"Center X": "Centro X",
|
||||
"Center Y": "Centro Y",
|
||||
"Save": "Salva",
|
||||
"Cancel": "Annulla",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "DualShock Calibration GUI non supporta ancora il DualSense Edge.",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Sto lavorando attivamente per renderlo compatibile, ma la sfida principale rimane salvare i dati nei moduli degli stick.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Se questo strumento ti è stato utile o desideri che il supporto per il DualSense Edge arrivi più rapidamente, considera di supportare il progetto con una",
|
||||
"Thank you for your generosity and support!": "Grazie per la tua generosità e per il supporto!",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "<b>Esternamente</b>: applicando +1.8V direttamente al test point visibile senza aprire il controller",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>Internamente</b>: saldando un filo da un test point a +1.8V al test point di write-protect.",
|
||||
"Calibration is being stored in the stick modules.": "Sto salvando la calibrazione nei moduli degli stick.",
|
||||
"DualSense Edge Calibration": "Calibrazione del DualSense Edge",
|
||||
"For more info or help, feel free to reach out on Discord.": "Per ulteriori informazioni o supporto, non esitare a contattarci su Discord.",
|
||||
"More details and images": "Ulteriori dettagli e immagini",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "Collega un controller DualShock 4, DualSense o DualSense Edge al tuo computer e premi Connetti.",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.": "Attenzione: i moduli degli stick del DS Edge <b>non possono essere calibrati solo tramite software</b>.",
|
||||
"To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "Per salvare una calibrazione personalizzata nella memoria interna dello stick, è necessaria una <b>modifica hardware</b>.",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "Il supporto per la calibrazione dei moduli stick del DualSense Edge è ora disponibile come <b>funzionalità sperimentale</b>.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Il dispositivo sembra essere un clone del DS4. Tutte le funzionalità sono disabilitate.",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "Questo comporta la disattivazione temporanea della protezione scrittura applicando <b>+1.8V</b> a uno specifico punto di test su ciascun modulo.",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "Questa procedura è destinata solo a utenti esperti. Se non sei sicuro di ciò che stai facendo, ti preghiamo di non tentarla.",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "Non siamo responsabili per eventuali danni causati dal tentativo di questa modifica.",
|
||||
"You can do this in two ways:": "Puoi farlo in due modi:",
|
||||
"here": "qui",
|
||||
"Cannot lock": "Non riesco a bloccare il",
|
||||
"Cannot store data into": "Non riesco a salvare i dati nel",
|
||||
"Cannot unlock": "Non riesco a sbloccare il",
|
||||
"Color": "Colore",
|
||||
"Color detection thanks to": "Riconoscimento colore grazie a",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "Se la calibrazione non è salvata permanentemente, controlla i cablaggi della mod hardware.",
|
||||
"Left Module Barcode": "Codice modulo sinistro",
|
||||
"Right Module Barcode": "Codice modulo destro",
|
||||
"left module": "modulo sinistro",
|
||||
"right module": "modulo destro",
|
||||
"30th Anniversary": "30th Anniversary",
|
||||
"Astro Bot": "Astro Bot",
|
||||
"Cobalt Blue": "Cobalt Blue",
|
||||
"Cosmic Red": "Cosmic Red",
|
||||
"Galactic Purple": "Galactic Purple",
|
||||
"God of War Ragnarok": "God of War Ragnarok",
|
||||
"Grey Camouflage": "Grey Camouflage",
|
||||
"Midnight Black": "Midnight Black",
|
||||
"Nova Pink": "Nova Pink",
|
||||
"Starlight Blue": "Starlight Blue",
|
||||
"Sterling Silver": "Sterling Silver",
|
||||
"Volcanic Red": "Volcanic Red",
|
||||
"White": "Original White",
|
||||
"": ""
|
||||
}
|
||||
|
||||
126
lang/jp_jp.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "- イタリア語への翻訳: <a href='https://chat.openai.com'>ChatGPT</a>",
|
||||
"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.": "DualShock 4またはDualSenseコントローラをコンピュータに接続し、[接続]ボタンを押してください。",
|
||||
"Connect": "接続",
|
||||
"Connected to:": "接続先:",
|
||||
"Disconnect": "切断",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "以下のセクションは役に立ちません、デバッグ情報や手動コマンドのみです",
|
||||
"NVS Status": "NVS状態",
|
||||
"Unknown": "不明",
|
||||
"Debug buttons": "デバッグボタン",
|
||||
"Query NVS status": "NVSステータスをクエリ",
|
||||
"NVS unlock": "NVSロック解除",
|
||||
"NVS lock": "NVSロック",
|
||||
@@ -47,7 +45,6 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "ご提案やご意見はありますか?メールまたはdiscordでお知らせください。",
|
||||
"Cheers!": "乾杯!",
|
||||
"Support this project": "このプロジェクトをサポート",
|
||||
|
||||
"unknown": "不明",
|
||||
"original": "オリジナル",
|
||||
"clone": "クローン",
|
||||
@@ -58,7 +55,6 @@
|
||||
"HW Version": "HWバージョン",
|
||||
"SW Version": "SWバージョン",
|
||||
"Device Type": "デバイスタイプ",
|
||||
|
||||
"Range calibration completed": "範囲キャリブレーションが完了しました",
|
||||
"Range calibration failed: ": "範囲キャリブレーションに失敗しました:",
|
||||
"Cannot unlock NVS": "NVSをロック解除できません",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "接続された無効なデバイス:",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "DualSense Edgeのキャリブレーションは現在サポートされていません。",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "デバイスはDS4のクローンのようです。すべての機能が無効になっています。",
|
||||
"Error: ": "エラー:",
|
||||
"My handle on discord is: the_al": "Discordでの私のハンドルは:the_al",
|
||||
@@ -96,7 +91,6 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "永久キャリブレーションを行う前に、一時的なキャリブレーションを行ってすべてが正常に動作していることを確認してください。",
|
||||
"Understood": "了解",
|
||||
"Version": "バージョン",
|
||||
|
||||
"Frequently Asked Questions": "よくある質問",
|
||||
"Close": "閉じる",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "ようこそ、よくある質問セクションへ!以下に、このウェブサイトに関する最もよくある質問の答えがあります。その他の問い合わせがある場合や、さらなるサポートが必要な場合は、直接お問い合わせください。フィードバックや質問はいつでも歓迎します!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "残念ながら、クローンはどちらにせよキャリブレーションできません。なぜなら、彼らは通常のゲームプレイ中のDualShock4の振る舞いだけをクローン化し、未文書化の機能全てをクローン化しないからです。",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "この検出機能をDualSenseに拡張したい場合は、偽のDualSenseを送ってください。数週間で実装されます。",
|
||||
"What development is in plan?": "どのような開発計画がありますか?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "このプロジェクトでは、優先順位はまだ確立されていませんが、2つの別々のToDoリストを管理しています。",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "最初のリストは、DualShock4およびDualSenseコントローラーのサポートを強化することに関するものです:",
|
||||
"Implement calibration of L2/R2 triggers.": "L2/R2トリガーのキャリブレーションを実装する。",
|
||||
@@ -137,7 +130,6 @@
|
||||
"Translate this website in your language": "このウェブサイトをあなたの言語に翻訳する",
|
||||
", to help more people like you!": "、あなたのような多くの人々を助けるために!",
|
||||
"This website uses analytics to improve the service.": "このウェブサイトはサービスを向上させるためにアナリティクスを使用しています。",
|
||||
|
||||
"Board Model": "基板モデル",
|
||||
"This feature is experimental.": "この機能は実験的です。",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "コントローラーの基板モデルが正しく検出されない場合はお知らせください。",
|
||||
@@ -149,55 +141,99 @@
|
||||
"Err R:": "エラー 右:",
|
||||
"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.": "",
|
||||
"Finetune stick calibration": "スティックの微調整キャリブレーション",
|
||||
"(beta)": "(ベータ版)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "この画面ではコントローラーの生データを微調整できます。",
|
||||
"Left stick": "左スティック",
|
||||
"Right stick": "右スティック",
|
||||
"Center X": "中心 X",
|
||||
"Center Y": "中心 Y",
|
||||
"Save": "保存",
|
||||
"Cancel": "キャンセル",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "DualShockキャリブレーションGUIは現在、DualSense Edgeをサポートしていません。",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "互換性を追加するために取り組んでいますが、主な課題はスティックモジュールへのデータ保存です。",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "このツールが役に立った場合、またはDualSense Edgeのサポートを早く実現したい場合は、プロジェクトへの支援をご検討ください。",
|
||||
"Thank you for your generosity and support!": "ご支援とご厚意に感謝します!",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"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\".": "",
|
||||
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Error while saving changes:": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"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.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"Left Module Barcode": "",
|
||||
"MCU Unique ID": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"No.": "",
|
||||
"Nova Pink": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Please read the instructions.": "",
|
||||
"Reboot controller": "",
|
||||
"Right Module Barcode": "",
|
||||
"SBL FW Version": "",
|
||||
"Save changes permanently": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"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.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"You can do this in two ways:": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
230
lang/ko_kr.json
@@ -1,56 +1,54 @@
|
||||
{
|
||||
".authorMsg": "한국어 번역(제타)",
|
||||
"DualShock Calibration GUI": "듀얼쇼크 캘리브레이션 GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "지원되지 않는 브라우저입니다. WebHID를 지원하는 웹 브라우저(예: Chrome)를 사용하십시오. ",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "듀얼쇼크4 또는 듀얼센스 컨트롤러를 컴퓨터에 연결하고 [연결] 버튼을 누릅니다.",
|
||||
".authorMsg": "한국어 번역 (제타/NGC224K)",
|
||||
"DualShock Calibration GUI": "듀얼쇼크 보정 GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "지원되지 않는 브라우저입니다. WebHID를 지원하는 웹 브라우저(예: Chrome)를 사용하십시오",
|
||||
"Connect": "연결",
|
||||
"Connected to:": "연결 대상:",
|
||||
"Disconnect": "연결 끊기",
|
||||
"Calibrate stick center": "스틱 중앙을 캘리브레이션",
|
||||
"Calibrate stick range": "스틱 범위 캘리브레이션",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "다음 섹션은 디버그 정보 및 수동 명령어만 제공하므로 도움이 되지 않습니다.",
|
||||
"Calibrate stick center": "스틱 중앙 보정",
|
||||
"Calibrate stick range": "스틱 범위 보정",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "다음 섹션은 디버그 정보 및 수동 명령어만 제공하므로 도움이 되지 않습니다",
|
||||
"NVS Status": "NVS 상태",
|
||||
"Unknown": "Unknown",
|
||||
"Debug buttons": "디버그 버튼",
|
||||
"Query NVS status": "NVS 상태 조회",
|
||||
"NVS unlock": "NVS 잠금 해제",
|
||||
"NVS lock": "NVS 잠금 설정",
|
||||
"Fast calibrate stick center (OLD)": "스틱 중앙을 빠르게 캘리브레이션 (OLD)",
|
||||
"Stick center calibration": "스틱 중앙의 캘리브레이션",
|
||||
"Fast calibrate stick center (OLD)": "스틱 중앙 - 빠른 보정 (OLD)",
|
||||
"Stick center calibration": "스틱 중앙 보정",
|
||||
"Welcome": "환영합니다",
|
||||
"Step 1": "단계1",
|
||||
"Step 2": "단계2",
|
||||
"Step 3": "단계3",
|
||||
"Step 4": "단계4",
|
||||
"Completed": "완료",
|
||||
"Welcome to the stick center-calibration wizard!": "스틱 중앙 캘리브레이션 마법사에 오신 것을 환영합니다!",
|
||||
"Welcome to the stick center-calibration wizard!": "스틱 중앙 보정 마법사에 오신 것을 환영합니다!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "이 도구는 컨트롤러의 아날로그 스틱을 다시 중앙에 위치하도록 안내하며, 4단계로 구성되어 두 스틱을 특정 방향으로 움직인 후 해제하라는 메시지가 표시됩니다.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "캘리브레이션이 실행되면, <i>취소할 수 없습니다</i>. 완료될 때까지 이 페이지를 닫거나 컨트롤러를 분리하지 마십시오.",
|
||||
"Press <b>Start</b> to begin calibration.": "캘리브레이션을 시작하려면 <b>시작</b>을 눌러 캘리브레이션을 시작하십시오.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "보정이 실행되면, <i>취소할 수 없습니다</i>. 완료될 때까지 이 페이지를 닫거나 컨트롤러를 분리하지 마십시오.",
|
||||
"Press <b>Start</b> to begin calibration.": "보정을 시작하려면 <b>시작</b>을 눌러 보정을 시작하십시오.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "두 스틱을 <b>왼쪽 상단 모서리</b>로 이동한 후 놓아주세요.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "스틱이 중앙으로 돌아오면 <b>계속하기</b> 버튼을 누릅니다.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "두 스틱을 <b>오른쪽 상단 모서리</b>로 이동한 후 놓아주세요.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "두 스틱을 <b>왼쪽 하단 모서리</b>로 이동한 후 놓아주세요.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "두 스틱을 <b>오른쪽 하단 모서리</b>로 이동한 후 놓아주세요.",
|
||||
"Calibration completed successfully!": "캘리브레이션이 성공적으로 완료되었습니다!",
|
||||
"Calibration completed successfully!": "보정이 성공적으로 완료되었습니다!",
|
||||
"Next": "다음",
|
||||
"Recentering the controller sticks. ": "컨트롤러의 스틱을 다시 중심을 잡고 있습니다. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "이 창을 닫지 말고 컨트롤러를 분리하지 마십시오. ",
|
||||
"Range calibration": "범위 캘리브레이션",
|
||||
"Recentering the controller sticks. ": "컨트롤러의 스틱을 다시 중심을 잡고 있습니다.",
|
||||
"Please do not close this window and do not disconnect your controller. ": "이 창을 닫지 말고 컨트롤러를 분리하지 마십시오.",
|
||||
"Range calibration": "범위 보정",
|
||||
"<b>The controller is now sampling data!</b>": "<b>컨트롤러는 현재 데이터를 샘플링하고 있습니다!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "스틱을 천천히 돌려서 전체 범위를 커버하세요. 완료되면 '완료'를 누르세요.",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "스틱을 천천히 돌려서 전체 범위를 커버하세요. 끝나면 <b>완료</b>를 누르세요.",
|
||||
"Done": "완료",
|
||||
"Hi, thank you for using this software.": "안녕하세요, 이 소프트웨어를 사용해 주셔서 감사합니다.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "도움이 될 것 같거나 저의 노력을 지원하고 싶으시다면, 언제든지 연락주세요.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "도움을 주시거나 저의 노력을 지원하고 싶으시다면 언제든지 연락주세요.",
|
||||
"buy me a coffee": "커피를 사주세요",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "제안이나 의견이 있으신가요? 이메일이나 디스코드로 알려주세요.",
|
||||
"Cheers!": "건배!",
|
||||
"Support this project": "이 프로젝트 지원",
|
||||
|
||||
"unknown": "불명",
|
||||
"unknown": "Unknown",
|
||||
"original": "오리지날",
|
||||
"clone": "클론",
|
||||
"clone": "복제품",
|
||||
"locked": "잠김",
|
||||
"unlocked": "잠김 해제",
|
||||
"error": "에러",
|
||||
@@ -58,16 +56,15 @@
|
||||
"HW Version": "HW 버전",
|
||||
"SW Version": "SW 버전",
|
||||
"Device Type": "장치 타입",
|
||||
|
||||
"Range calibration completed": "범위 캘리브레이션이 완료되었습니다.",
|
||||
"Range calibration failed: ": "범위 캘리브레이션에 실패했습니다:",
|
||||
"Range calibration completed": "범위 보정이 완료되었습니다.",
|
||||
"Range calibration failed: ": "범위 보정에 실패했습니다:",
|
||||
"Cannot unlock NVS": "NVS를 잠금 해제할 수 없습니다",
|
||||
"Cannot relock NVS": "NVS를 다시 잠글 수 없습니다",
|
||||
"Error 1": "에러 1",
|
||||
"Error 2": "에러 2",
|
||||
"Error 3": "에러 3",
|
||||
"Stick calibration failed: ": "스틱을 캘리브레이션하지 못했습니다:",
|
||||
"Stick calibration completed": "스틱 캘리브레이션이 완료되었습니다.",
|
||||
"Stick calibration failed: ": "스틱을 보정하지 못했습니다:",
|
||||
"Stick calibration completed": "스틱 보정이 완료되었습니다.",
|
||||
"NVS Lock failed: ": "NVS 잠금에 실패했습니다:",
|
||||
"NVS Unlock failed: ": "NVS 잠금 해제에 실패했습니다:",
|
||||
"Please connect only one controller at time.": "한 번에 하나의 컨트롤러만 연결하십시오.",
|
||||
@@ -76,27 +73,25 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "연결된 비활성화 된 장치:",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "현재 DualSense Edge의 캘리브레이션은 지원되지 않습니다.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "이 장치는 DS4의 복제품인 것 같습니다. 모든 기능이 비활성화되어 있습니다.",
|
||||
"Error: ": "에러:",
|
||||
"My handle on discord is: the_al": "Discord의 내 핸들은: the_al입니다.",
|
||||
"My handle on discord is: the_al": "Discord의 내 핸들은 the_al 입니다.",
|
||||
"Initializing...": "초기화...",
|
||||
"Storing calibration...": "캘리브레이션 저장 중...",
|
||||
"Storing calibration...": "보정 저장 중...",
|
||||
"Sampling...": "샘플링...",
|
||||
"Calibration in progress": "캘리브레이션 진행 중",
|
||||
"Calibration in progress": "보정 진행 중",
|
||||
"Start": "시작",
|
||||
"Continue": "진행",
|
||||
"You can check the calibration with the": "캘리브레이션은 다음에서 확인할 수 있습니다.",
|
||||
"Have a nice day :)": "좋은 하루 되세요! :)",
|
||||
"Welcome to the Calibration GUI": "캘리브레이션 GUI에 오신 것을 환영합니다",
|
||||
"You can check the calibration with the": "보정은 다음에서 확인할 수 있습니다.",
|
||||
"Have a nice day :)": "좋은 하루 되세요 :)",
|
||||
"Welcome to the Calibration GUI": "보정 GUI에 오신 것을 환영합니다",
|
||||
"Just few things to know before you can start:": "시작하기 전에 알아야 할 사항:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "이 웹사이트는 소니, 플레이스테이션 등과 무관합니다.",
|
||||
"This service is provided without warranty. Use at your own risk.": "이 서비스는 무보증으로 제공됩니다. 자기 책임하에 사용하시기 바랍니다.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "컨트롤러의 내장 배터리를 연결하고 충분히 충전되었는지 확인하십시오. 작동 중 배터리가 방전되면 컨트롤러가 손상되어 사용할 수 없습니다.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "영구 캘리브레이션을 하기 전에 임시 캘리브레이션을 통해 모든 것이 제대로 작동하는지 확인하십시오.",
|
||||
"Understood": "알았다능",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "영구 보정을 하기 전에 임시 보정을 통해 모든 것이 제대로 작동하는지 확인하십시오.",
|
||||
"Understood": "이해하였습니다.",
|
||||
"Version": "버전",
|
||||
|
||||
"Frequently Asked Questions": "자주 묻는 질문",
|
||||
"Close": "닫기",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "자주 묻는 질문 섹션에 오신 것을 환영합니다! 아래는 이 웹사이트와 관련하여 가장 자주 묻는 질문에 대한 답변입니다. 기타 문의 사항이 있거나 추가 지원이 필요한 경우 직접 문의하시기 바랍니다. 우리는 항상 귀하의 의견과 질문을 환영합니다!",
|
||||
@@ -106,19 +101,19 @@
|
||||
"this research": "이 연구",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": "DualShock 컨트롤러에는 USB를 통해 전송되고 공장 조립 과정에서 사용되는 몇 가지 문서화되지 않은 명령이 존재한다는 것을 발견했다. 이러한 명령이 전송되면 컨트롤러는 아날로그 스틱의 재보정을 시작합니다.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "이 연구의 주요 초점은 처음에는 재보정에 초점을 맞추지 않았지만, 이 기능을 제공하는 서비스가 많은 사람들에게 큰 혜택을 줄 수 있다는 것이 밝혀졌습니다. 그 결과 여기 있습니다.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "PS4/PS5에서 게임 플레이 중에도 캘리브레이션이 가능한가요?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "예, <컨트롤러에 변경 사항을 영구적으로 기록> 확인란을 선택합니다. 이 경우 캘리브레이션이 컨트롤러 펌웨어에 직접 플래시됩니다. 이렇게 하면 연결된 콘솔에 관계없이 그 자리에 그대로 유지됩니다.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "PS4/PS5에서 게임 플레이 중에도 보정이 가능한가요?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "예, <컨트롤러에 변경 사항을 영구적으로 기록> 확인란을 선택합니다. 이 경우 보정이 컨트롤러 펌웨어에 직접 플래시됩니다. 이렇게 하면 연결된 콘솔에 관계없이 그 자리에 그대로 유지됩니다.",
|
||||
"Is this an officially endorsed service?": "공식적으로 승인된 서비스인가요?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "아니요, 이 서비스는 단순히 DualShock 애호가들이 만든 서비스입니다.",
|
||||
"Does this website detects if a controller is a clone?": "이 웹 사이트는 컨트롤러가 복제되었는지 여부를 감지합니까?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "예, 현재 DualShock4에만 있습니다. 이것은 내가 우연히 몇 개의 클론을 구입하고 차이점을 파악하는 데 시간을 보냈고 향후 오해를 방지하기 위해이 기능을 추가했기 때문입니다.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "안타깝게도 클론은 어느 쪽이든 캘리브레이션할 수 없습니다. 왜냐하면 그들은 정상적인 게임 플레이 중 DualShock4의 동작만 복제하고, 문서화되지 않은 모든 기능을 복제하지 않기 때문입니다.",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "예, 현재 DualShock4에만 있습니다. 이것은 내가 우연히 몇 개의 복제품 구입하고 차이점을 파악하는 데 시간을 보냈고 향후 오해를 방지하기 위해이 기능을 추가했기 때문입니다.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "안타깝게도 복제품은 어느 쪽이든 보정할 수 없습니다. 왜냐하면 그들은 정상적인 게임 플레이 중 DualShock4의 동작만 복제하고, 문서화되지 않은 모든 기능을 복제하지 않기 때문입니다.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "이 감지 기능을 DualSense로 확장하고 싶다면 가짜 DualSense를 보내주세요. 몇 주 안에 구현됩니다.",
|
||||
"What development is in plan?": "어떤 개발 계획이 있습니까?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "이 프로젝트에서는 아직 우선순위가 정해지지 않았지만, 두 개의 별도 ToDo 리스트를 관리하고 있다.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "첫 번째 목록은 DualShock4 및 DualSense 컨트롤러에 대한 지원 강화에 관한 것이다.", "Implement calibration of L2/R2 triggers.": "L2/R2 트리거의 캘리브레이션을 구현한다.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "클론 탐지를 개선하고 특히 정품이 보장되는 중고 컨트롤러를 구매하려는 사람들에게 유용합니다.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "첫 번째 목록은 DualShock4 및 DualSense 컨트롤러에 대한 지원 강화에 관한 것이다.",
|
||||
"Implement calibration of L2/R2 triggers.": "L2/R2 트리거의 보정을 구현한다.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "복제품 탐지를 개선하고 특히 정품이 보장되는 중고 컨트롤러를 구매하려는 사람들에게 유용합니다.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "사용자 인터페이스 개선(예: 추가 컨트롤러 정보 제공)",
|
||||
"Add support for recalibrating IMUs.": "IMU 재보정 지원을 추가한다.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "또한, 작동하지 않는 DualShock 컨트롤러의 부활 가능성을 모색합니다(관심 있는 분들은 Discord에서 더 많은 논의가 가능합니다).",
|
||||
@@ -132,10 +127,10 @@
|
||||
"Consider making a": "다음 사항을 고려하십시오.",
|
||||
"donation": "후원",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "밤늦게까지 카페인으로 지탱된 리버스 엔지니어링 작업을 지원하기 위해.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "추가하고 싶은 컨트롤러를 보내주세요 (조직을 위해 이메일을 보내주세요)." , "Translate this website in your language": "이 웹사이트를 당신의 언어로 번역하세요",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "추가하고 싶은 컨트롤러를 보내주세요 (조직을 위해 이메일을 보내주세요).",
|
||||
"Translate this website in your language": "이 웹사이트를 당신의 언어로 번역하세요",
|
||||
", to help more people like you!": "당신과 같은 많은 사람들을 돕기 위해!",
|
||||
"This website uses analytics to improve the service.": "이 웹사이트는 서비스 개선을 위해 분석을 사용하고 있습니다.",
|
||||
|
||||
"Board Model": "기판 모델",
|
||||
"This feature is experimental.": "이 기능은 실험적인 기능입니다.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "컨트롤러의 기판 모델이 제대로 감지되지 않는 경우 알려주시기 바랍니다.",
|
||||
@@ -147,55 +142,98 @@
|
||||
"Err R:": "오류 오른쪽:",
|
||||
"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\".": "",
|
||||
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"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.": "일부 컨트롤러는 (생산처)출고 시 보정된 결과보다 보정 상태가 더 나쁘다는 것을 알게 되었습니다. 특히 고유한 셸을 가진 SCUF 컨트롤러의 경우 더욱 그렇습니다.",
|
||||
"(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\".": "작업이 마무리된 후에 반드시 완료를 클릭합니다.",
|
||||
"Changes saved successfully": "변경 사항이 성공적으로 저장되었습니다.",
|
||||
"Error while saving changes:": "변경 사항을 저장하는 동안 오류가 발생했습니다.",
|
||||
"Save changes permanently": "변경 사항을 영구적으로 저장",
|
||||
"Reboot controller": "컨트롤러 재부팅",
|
||||
"Controller Info": "컨트롤러 정보",
|
||||
"Debug Info": "디버그 정보",
|
||||
"Software": "소프트웨어",
|
||||
"Hardware": "하드웨어",
|
||||
"FW Build Date": "FW 빌드 날짜",
|
||||
"FW Type": "FW 타입",
|
||||
"FW Series": "FW 시리즈",
|
||||
"FW Version": "FW 버전",
|
||||
"FW Update": "FW 업데이트",
|
||||
"FW Update Info": "FW 업데이트 정보",
|
||||
"SBL FW Version": "SBL FW 버전",
|
||||
"Venom FW Version": "Venom FW 버전",
|
||||
"Spider FW Version": "Spider FW 버전",
|
||||
"Touchpad FW Version": "Touchpad FW 버전",
|
||||
"Serial Number": "Serial Number",
|
||||
"MCU Unique ID": "MCU Unique ID",
|
||||
"PCBA ID": "PCBA ID",
|
||||
"Battery Barcode": "Battery Barcode",
|
||||
"VCM Left Barcode": "VCM Left Barcode",
|
||||
"VCM Right Barcode": "VCM Right Barcode",
|
||||
"HW Model": "HW Model",
|
||||
"Touchpad ID": "Touchpad ID",
|
||||
"Bluetooth Address": "Bluetooth Address",
|
||||
"Show all": "모두 보기",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"Save": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
439
lang/nl_nl.json
@@ -1,202 +1,239 @@
|
||||
{
|
||||
".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",
|
||||
"Calibrate stick center": "Kalibreer stick-center",
|
||||
"Calibrate stick range": "Kalibreer stick-bereik",
|
||||
"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",
|
||||
"Debug buttons": "Debug-knoppen",
|
||||
"Query NVS status": "NVS-status opvragen",
|
||||
"NVS unlock": "NVS ontgrendelen",
|
||||
"NVS lock": "NVS vergrendelen",
|
||||
"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.",
|
||||
"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",
|
||||
|
||||
"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\".": "",
|
||||
|
||||
"Changes saved successfully": "",
|
||||
"Error while saving changes:": "",
|
||||
"Save changes permanently": "",
|
||||
"Reboot controller": "",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
".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": "Verbinden",
|
||||
"Connected to:": "Verbonden met:",
|
||||
"Disconnect": "Verbreken",
|
||||
"Calibrate stick center": "Kalibreer stick-center",
|
||||
"Calibrate stick range": "Kalibreer stick-bereik",
|
||||
"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",
|
||||
"Query NVS status": "NVS-status opvragen",
|
||||
"NVS unlock": "NVS ontgrendelen",
|
||||
"NVS lock": "NVS vergrendelen",
|
||||
"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.",
|
||||
"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",
|
||||
"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: ",
|
||||
"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",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Changes saved successfully": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"Error while saving changes:": "",
|
||||
"FW Build Date": "",
|
||||
"FW Series": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"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.": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"No.": "",
|
||||
"Nova Pink": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"PCBA ID": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Please read the instructions.": "",
|
||||
"Reboot controller": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Save changes permanently": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"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.": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"You can do this in two ways:": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
137
lang/pl_pl.json
@@ -1,8 +1,7 @@
|
||||
{
|
||||
".authorMsg": "Tłumaczenie na język polski wykonał - Marekk2k",
|
||||
".authorMsg": "Tłumaczenie na język polski wykonał - Marekk2k :)",
|
||||
"DualShock Calibration GUI": "DualShock Calibration GUI",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nie wspierana przeglądarka! Proszę użyć przeglądarki internetowej wpierającą WebHID (np. Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Podłącz swój kontroler Dualshock 4, lub Dualsense do komputera, i wciśnij przycisk Połącz.",
|
||||
"Connect": "Połącz",
|
||||
"Connected to:": "Połączono z:",
|
||||
"Disconnect": "Rozłącz",
|
||||
@@ -12,7 +11,7 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Poniższe sekcje nie są przydatne, zawierają jedynie informacje dotyczące debugowania lub ręcznych poleceń",
|
||||
"NVS Status": "Status NVS",
|
||||
"Unknown": "Nieznany",
|
||||
"Debug buttons": "Przyciski do debugowania",
|
||||
"Debug buttons": "Opcje debugowania",
|
||||
"Query NVS status": "Zapytanie o status NVS",
|
||||
"NVS unlock": "Odblokuj NVS",
|
||||
"NVS lock": "Zablokuj NVS",
|
||||
@@ -28,11 +27,11 @@
|
||||
"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.": "To narzędzie pomoże Ci w ponownym wycentrowaniu drążków kontrolera. Składa się z czterech kroków: zostaniesz poproszony o przesunięcie obu drążków w określonych kierunkach, a następnie w ich puszczeniu.",
|
||||
"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.": "Prosimy pamiętać, żeby po rozpoczęciu kalibracji nie anulować całej procedury. Nie zamykaj tej strony ani nie odłączaj kontrolera do czasu zakończenia.",
|
||||
"Press <b>Start</b> to begin calibration.": "Naciśnij <b>Start</b>, żeby rozpocząć kalibrację.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>Lewego górnego rogu</b> a następnie je puść.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Gdy drążki znajdą się z powrotem na środku, naciśnij <b>Kontynuuj</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>Prawego górnego rogu</b> a następnie je puść.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>Lewego dolnego rogu</b> a następnie je puść.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>Prawego dolnego rogu</b> a następnie je puść.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>lewy-górny-róg</b> a następnie je puść.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Gdy drążki po puszczeniu znajdują się na środku, naciśnij <b>Kontynuuj</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>prawy-górny-róg</b> a następnie je puść.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>lewy-dolny-róg</b> a następnie je puść.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Proszę przesuń oba drążki maksymalnie do <b>prawy-dolny-róg</b> a następnie je puść.",
|
||||
"Calibration completed successfully!": "Kalibracja została wykonana pomyślnie!",
|
||||
"Next": "Dalej",
|
||||
"Recentering the controller sticks. ": "Ponowne centrowanie drążków kontrolera. ",
|
||||
@@ -48,10 +47,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Czy masz jakąś sugestię lub problem? Napisz do mnie wiadomość e-mailem lub na Discordzie.",
|
||||
"Cheers!": "dzięki!",
|
||||
"Support this project": "Wesprzyj projekt",
|
||||
|
||||
"unknown": "nieznany",
|
||||
"original": "oryginał",
|
||||
"clone": "klon",
|
||||
"original": "oryginał",
|
||||
"clone": "klon",
|
||||
"locked": "zablokowany",
|
||||
"unlocked": "odblokowany",
|
||||
"error": "błąd",
|
||||
@@ -59,11 +57,10 @@
|
||||
"HW Version": "Wersja HW",
|
||||
"SW Version": "Wersja SW",
|
||||
"Device Type": "Rodzaj urządzenia",
|
||||
|
||||
"Range calibration completed": "Kalibracja maksymalnego zakresu drążków została zakończona pomyślnie",
|
||||
"Range calibration failed: ": "Kalibracja maksymalnego zakresu drążków została nieuadana: ",
|
||||
"Cannot unlock NVS": "Nie można odblokować NVS",
|
||||
"Cannot relock NVS": "Nie można ponownie zablokować NVS",
|
||||
"Cannot unlock NVS": "Nie można odblokować NVS",
|
||||
"Cannot relock NVS": "Nie można ponownie zablokować NVS",
|
||||
"Error 1": "Błąd 1",
|
||||
"Error 2": "Błąd 2",
|
||||
"Error 3": "Błąd 3",
|
||||
@@ -77,7 +74,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Podłączono nieznane urządzenie: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Kalibracja kontrolera DualSense Edge nie jest obecnie jeszcze wspierana.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Wykryto urządzenie jako klon Dualshock 4. Wszystkie funkcje zostają wyłączone.",
|
||||
"Error: ": "Błąd: ",
|
||||
"My handle on discord is: the_al": "Mój Discord to: the_al",
|
||||
@@ -97,7 +93,6 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Przed wykonaniem kalibracji stałej wypróbuj kalibrację tymczasową, aby upewnić się, że wszystko działa dobrze.",
|
||||
"Understood": "Zrozumiano",
|
||||
"Version": "Wersja",
|
||||
|
||||
"Frequently Asked Questions": "Często zadawane pytania",
|
||||
"Close": "Zamknij",
|
||||
"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!": "Witaj w sekcji FAQ! Poniżej znajdziesz odpowiedzi na niektóre z najczęściej zadawanych pytań dotyczących tej witryny. Jeśli masz inne pytania lub potrzebujesz dalszej pomocy, skontaktuj się ze mną bezpośrednio. Twoje opinie i pytania są zawsze mile widziane!",
|
||||
@@ -116,7 +111,6 @@
|
||||
"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.": "Niestety klonów i tak nie da się skalibrować, ponieważ klonują jedynie zachowanie DualShocka 4 podczas normalnej rozgrywki, a nie wszystkie nieudokumentowane funkcje.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Jeśli chcesz rozszerzyć tę funkcję wykrywania na DualSense, prześlij mi fałszywy DualSense, a zobaczysz go za kilka tygodni.",
|
||||
"What development is in plan?": "Jakie masz dalsze plany na rozwój?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Prowadzę dwie osobne listy rzeczy do zrobienia dla tego projektu, chociaż priorytet nie został jeszcze ustalony.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Pierwsza lista dotyczy ulepszenia obsługi kontrolerów DualShock 4 i DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementacja funkcji kalibracji przycisków L2/R2.",
|
||||
@@ -138,12 +132,10 @@
|
||||
"Translate this website in your language": "Przetłumacz tę stronę na swój język",
|
||||
", to help more people like you!": ", aby pomóc większej ilości osób takich jak ty!",
|
||||
"This website uses analytics to improve the service.": "Ta strona korzysta z analiz w celu ulepszenia usług.",
|
||||
|
||||
"Board Model": "Model płytki",
|
||||
"This feature is experimental.": "Ta funkcja jest eksperymentalna.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Proszę daj mi znać jaki model płytki kontrolera nie został wykryty poprawnie",
|
||||
"Board model detection thanks to": "Podziękowania dla osoby która wykryła model płytki",
|
||||
|
||||
"Please connect the device using a USB cable.": "Proszę podłącz urządzenie przy pomocy kabla USB.",
|
||||
"This DualSense controller has outdated firmware.": "Ten kontroler Dualsense posiada przestarzały firmware.",
|
||||
"Please update the firmware and try again.": "Proszę zaktualizuj firmware i spróbuj ponownie.",
|
||||
@@ -151,7 +143,6 @@
|
||||
"Err R:": "Błędność R",
|
||||
"Err L:": "Błędność L",
|
||||
"Check circularity": "Sprawdź okrężność",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Czy mogę przywrócić stałą kalibrację do poprzedniej kalibracji?",
|
||||
"No.": "Nie.",
|
||||
"Can you overwrite a permanent calibration?": "Czy można nadpisać trwałą kalibrację?",
|
||||
@@ -167,39 +158,83 @@
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Musisz zacząć obracać drążki zanim naciśniesz \"Gotowe\".",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Pamiętaj o dotykaniu krawędzi ramki drążka i jego powolnym obracaniu, najlepiej w każdym kierunku – zgodnie z ruchem wskazówek zegara, i na odwrót.",
|
||||
"Only after you have done that, you click on \"Done\".": "Dopiero po wykonaniu tej czynności, kliknij \"Gotowe\".",
|
||||
|
||||
"Changes saved successfully": "Zmiany zostały zapisane pomyślnie",
|
||||
"Error while saving changes:": "Wystąpił błąd podczas zapisywania zmian",
|
||||
"Save changes permanently": "Zapisz zmiany permanentnie",
|
||||
"Reboot controller": "Uruchom ponownie kontroler",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Controller Info": "Informacje o kontrolerze",
|
||||
"Debug Info": "Informacje z debugowania",
|
||||
"Software": "Software",
|
||||
"Hardware": "Hardware",
|
||||
"FW Build Date": "Data buildu FW",
|
||||
"FW Type": "Typ FW",
|
||||
"FW Series": "Seria FW",
|
||||
"FW Version": "Wersja FW",
|
||||
"FW Update": "Aktualizacja FW",
|
||||
"FW Update Info": "Informacja aktualizacji FW",
|
||||
"SBL FW Version": "Wersja FW (SBL)",
|
||||
"Venom FW Version": "Wersja FW (Venom)",
|
||||
"Spider FW Version": "Wersja FW (Spider)",
|
||||
"Touchpad FW Version": "Wersja FW Touchpada",
|
||||
"Serial Number": "Numer seryjny",
|
||||
"MCU Unique ID": "Unikalny kod ID MCU",
|
||||
"PCBA ID": "ID PCBA",
|
||||
"Battery Barcode": "Barcode baterii",
|
||||
"VCM Left Barcode": "Barcode VCM (lewy)",
|
||||
"VCM Right Barcode": "Barcode VCM (prawy)",
|
||||
"HW Model": "Model HW",
|
||||
"Touchpad ID": "ID Touchpada",
|
||||
"Bluetooth Address": "Adres Bluetooth",
|
||||
"Show all": "Pokaż wszystko",
|
||||
"Finetune stick calibration": "Dokładna kalibracja drążków",
|
||||
"(beta)": "(beta)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Te okienko pozwala na dokładniejszą zmianę w danych o kalibracji w twoim kontrolerze",
|
||||
"Left stick": "Lewy drążęk",
|
||||
"Right stick": "Prawy drążęk",
|
||||
"Center X": "Punkt X",
|
||||
"Center Y": "Punkt Y",
|
||||
"Save": "Zapisz",
|
||||
"Cancel": "Anuluj",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "Strona DualShock Calibration GUI nie wspiera jeszcze kontrolera Dualsesne Edge",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Aktywnie pracuję nad dodaniem kompatybilności, ale głównym wyzwaniem jest przechowywanie danych w modułach drążków.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Jeśli uważasz że to narzędzie było dla ciebie pomocne, lub chcesz aby wsparcie DualSense Edge pojawiło się szybciej, rozważ wsparcie projektu poprzez",
|
||||
"Thank you for your generosity and support!": "Dziękujemy za hojność i wsparcie!",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"Left Module Barcode": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
112
lang/pt_br.json
@@ -1,8 +1,7 @@
|
||||
{
|
||||
".authorMsg": "- Tradução para o Português realizada por Padula, Diego A, Simão M. :)",
|
||||
".authorMsg": "- Tradução para o Português do Brasil realizada por Padula, Diego A, Simão M, ricardo_57 :)",
|
||||
"DualShock Calibration GUI": "GUI de Calibração DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Navegador não suportado. Por favor, use um navegador da web com suporte ao WebHID (por exemplo, Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Conecte um controlador DualShock 4 ou DualSense ao seu computador e pressione Conectar.",
|
||||
"Connect": "Conectar",
|
||||
"Connected to:": "Conectado a:",
|
||||
"Disconnect": "Desconectar",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "As seções abaixo não são úteis, apenas algumas informações de depuração ou comandos manuais",
|
||||
"NVS Status": "Status NVS",
|
||||
"Unknown": "Desconhecido",
|
||||
"Debug buttons": "Botões de depuração",
|
||||
"Query NVS status": "Consultar status NVS",
|
||||
"NVS unlock": "Desbloquear NVS",
|
||||
"NVS lock": "Bloquear NVS",
|
||||
@@ -47,10 +45,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Tem alguma sugestão ou problema? Envie-me uma mensagem por e-mail ou discord.",
|
||||
"Cheers!": "Saúde!",
|
||||
"Support this project": "Apoie este projeto",
|
||||
|
||||
"unknown": "desconhecido",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"locked": "bloqueado",
|
||||
"unlocked": "desbloqueado",
|
||||
"error": "erro",
|
||||
@@ -58,11 +55,10 @@
|
||||
"HW Version": "Versão HW",
|
||||
"SW Version": "Versão SW",
|
||||
"Device Type": "Tipo de Dispositivo",
|
||||
|
||||
"Range calibration completed": "Calibração de alcance completa",
|
||||
"Range calibration failed: ": "Calibração de alcance falhou: ",
|
||||
"Cannot unlock NVS": "Não é possível desbloquear NVS",
|
||||
"Cannot relock NVS": "Não é possível bloquear NVS",
|
||||
"Cannot unlock NVS": "Não é possível desbloquear NVS",
|
||||
"Cannot relock NVS": "Não é possível bloquear NVS",
|
||||
"Error 1": "Erro 1",
|
||||
"Error 2": "Erro 2",
|
||||
"Error 3": "Erro 3",
|
||||
@@ -76,27 +72,25 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Dispositivo conectado inválido: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "A calibração do DualSense Edge não é suportada atualmente.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "O dispositivo parece ser um clone do DS4. Todas as funcionalidades estão desabilitadas.",
|
||||
"Error: ": "Erro: ",
|
||||
"My handle on discord is: the_al": "Mi nombre en discord es: the_al",
|
||||
"My handle on discord is: the_al": "Meu nome de usuário no Discord é: the_al",
|
||||
"Initializing...": "Inicializando...",
|
||||
"Storing calibration...": "Salvando calibração...",
|
||||
"Sampling...": "Muestreo...",
|
||||
"Sampling...": "Amostragem...",
|
||||
"Calibration in progress": "Calibração em progresso",
|
||||
"Start": "Inicio",
|
||||
"Continue": "Continuar",
|
||||
"You can check the calibration with the": "Podes conferir a calibração com",
|
||||
"Have a nice day :)": "Tenha um bom dia :)",
|
||||
"Welcome to the Calibration GUI": "Bem vindo a interface de calibração",
|
||||
"Just few things to know before you can start:": "Somente algumas coisas para saber antes de você começar:",
|
||||
"Just few things to know before you can start:": "Somente algumas coisas para saber antes de você começar:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Este site não está vinculado com a Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Este serviço não proporciona garantia. Use-o ao seu próprio risco.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Este serviço não proporciona garantia. Use-o ao seu próprio risco.",
|
||||
"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.": "Mantenha a bateria interna do controle conectada e certifique-se de que esteja bem carregada. Se a bateria acabar durante as operações, o controle será danificado e ficará inutilizável.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Antes de fazer a calibração permanente, tente a temporária para garantir que tudo esteja funcionando bem.",
|
||||
"Understood": "Entendido",
|
||||
"Version": "Versão",
|
||||
|
||||
"Frequently Asked Questions": "Perguntas Frequentes",
|
||||
"Close": "Fechar",
|
||||
"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!": "Bem-vindo à seção de Perguntas Frequentes! Abaixo, você encontrará respostas para algumas das perguntas mais comuns sobre este site. Se tiver outras dúvidas ou precisar de mais assistência, sinta-se à vontade para entrar em contato diretamente comigo. Seus comentários e perguntas são sempre bem-vindos!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during normal gameplay, not all the undocumented functionalities.": "Infelizmente, os clones não podem ser calibrados de qualquer maneira, porque eles apenas clonam o comportamento de um DualShock4 durante o jogo normal, não todas as funcionalidades não documentadas.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Se você quiser estender essa funcionalidade de detecção ao DualSense, por favor, me envie um DualSense falso e você verá isso em algumas semanas.",
|
||||
"What development is in plan?": "Quais são os planos de desenvolvimento?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantenho duas listas de tarefas separadas para este projeto, embora a prioridade ainda não tenha sido estabelecida.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "A primeira lista é sobre aprimorar o suporte para os controladores DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementar a calibração dos gatilhos L2/R2.",
|
||||
@@ -137,7 +130,6 @@
|
||||
"Translate this website in your language": "Traduza este site para o seu idioma",
|
||||
", to help more people like you!": ", para ajudar mais pessoas como você!",
|
||||
"This website uses analytics to improve the service.": "Este site utiliza análises para melhorar o serviço.",
|
||||
|
||||
"Board Model": "Modelo da Placa",
|
||||
"This feature is experimental.": "Esta funcionalidade é experimental.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Por favor, avise-me se o modelo da placa do seu controle não for detectado corretamente.",
|
||||
@@ -149,7 +141,6 @@
|
||||
"Err R:": "Erro D:",
|
||||
"Err L:": "Erro E:",
|
||||
"Check circularity": "Verificar circularidade",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Posso resetar uma calibração permanente para a calibração anterior?",
|
||||
"No.": "Não.",
|
||||
"Can you overwrite a permanent calibration?": "Você pode sobrescrever uma calibração permanente?",
|
||||
@@ -165,39 +156,84 @@
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Você precisa rotacionar os analógicos antes de clicar em \"Concluído\"",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Certifique-se de encostar nos limites do analógico e rotacione lentamente, prefrerencialmente em cada direção.",
|
||||
"Only after you have done that, you click on \"Done\".": "Somente após você fazer isso, você clica em \"Concluído\"",
|
||||
|
||||
"Changes saved successfully": "Alterações salvas com sucesso",
|
||||
"Error while saving changes:": "Erro ao salvar as alterações.",
|
||||
"Save changes permanently": "Salvar alterações permanentemente.",
|
||||
"Reboot controller": "Reiniciar controle",
|
||||
|
||||
"(beta)": "(beta)",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"DualSense Edge Calibration": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
240
lang/pt_pt.json
Normal file
@@ -0,0 +1,240 @@
|
||||
{
|
||||
".authorMsg": "- Tradução para o Português de Portugal realizada por ricardo_57 :)",
|
||||
"DualShock Calibration GUI": "GUI Calibração de DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Navegador não suportado. Por favor, use um navegador de web com suporte ao WebHID (por exemplo, Chrome).",
|
||||
"Connect": "Conectar",
|
||||
"Connected to:": "Conectado a:",
|
||||
"Disconnect": "Desconectar",
|
||||
"Calibrate stick center": "Calibrar o centro do joystick",
|
||||
"Calibrate stick range": "Calibrar o alcançe do joystick",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "As seções abaixo não são úteis, apenas algumas informações de depuração ou comandos manuais",
|
||||
"NVS Status": "Status NVS",
|
||||
"Unknown": "Desconhecido",
|
||||
"Query NVS status": "Consultar status NVS",
|
||||
"NVS unlock": "Desbloquear NVS",
|
||||
"NVS lock": "Bloquear NVS",
|
||||
"Fast calibrate stick center (OLD)": "Calibrar rapidamente o centro dos joysticks (ANTIGO)",
|
||||
"Stick center calibration": "Calibração do centro do joystick",
|
||||
"Welcome": "Bem-vindo",
|
||||
"Step 1": "Passo 1",
|
||||
"Step 2": "Passo 2",
|
||||
"Step 3": "Passo 3",
|
||||
"Step 4": "Passo 4",
|
||||
"Completed": "Concluído",
|
||||
"Welcome to the stick center-calibration wizard!": "Bem-vindo ao assistente de calibração de centro dos joysticks!",
|
||||
"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 ferramenta irá guiá-lo para recentrar os joysticks do controlador. Consiste em quatro etapas: onde será solicitado que mova ambos os joysticks numa direção e que os solte.",
|
||||
"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.": "Esteja ciente de que, <i>quando a calibração iniciar, não poderá ser cancelada</i>. Não feche esta página ou desconecte o controlador, até que a calibração estar concluída.",
|
||||
"Press <b>Start</b> to begin calibration.": "Pressione <b>Iniciar</b> para começar a calibração.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Mova ambos os joysticks para o <b>canto superior esquerdo</b> e solte-os.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Quando os joysticks voltarem ao centro, pressione <b>Continuar</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Mova ambos os joysticks para o <b>canto superior direito</b> e solte-os.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Mova ambos os joysticks para o <b>canto inferior esquerdo</b> e solte-os.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Mova ambos os joysticks para o <b>canto inferior direito</b> e solte-os.",
|
||||
"Calibration completed successfully!": "Calibração concluída com sucesso!",
|
||||
"Next": "Próximo",
|
||||
"Recentering the controller sticks. ": "A recentrar os manípulos do controlador",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Por favor, não feche esta janela e não desconecte o seu controlador. ",
|
||||
"Range calibration": "Calibração de alcançe",
|
||||
"<b>The controller is now sampling data!</b>": "<b>O controlador está agora a recolher dados!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Rode os joysticks lentamente para cobrir todo o alcance. Pressione \"Concluído\" quando terminar.",
|
||||
"Done": "Concluído",
|
||||
"Hi, thank you for using this software.": "Olá, obrigado por usar este software.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Se está a achar útil e quiser suportar-me os esforços, sinta-se à vontade para",
|
||||
"buy me a coffee": "comprar-me um café",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Tem alguma sugestão ou problema? Envie-me mensagem por e-mail ou discord.",
|
||||
"Cheers!": "Saúde!",
|
||||
"Support this project": "Apoie este projeto",
|
||||
"unknown": "desconhecido",
|
||||
"original": "original",
|
||||
"clone": "clone",
|
||||
"locked": "bloqueado",
|
||||
"unlocked": "desbloqueado",
|
||||
"error": "erro",
|
||||
"Build Date": "Data de Compilação",
|
||||
"HW Version": "Versão HW",
|
||||
"SW Version": "Versão SW",
|
||||
"Device Type": "Tipo de Dispositivo",
|
||||
"Range calibration completed": "Calibração de alcance completa",
|
||||
"Range calibration failed: ": "Calibração de alcance falhou: ",
|
||||
"Cannot unlock NVS": "Não é possível desbloquear NVS",
|
||||
"Cannot relock NVS": "Não é possível bloquear NVS",
|
||||
"Error 1": "Erro 1",
|
||||
"Error 2": "Erro 2",
|
||||
"Error 3": "Erro 3",
|
||||
"Stick calibration failed: ": "Calibração do joystick falhou: ",
|
||||
"Stick calibration completed": "Calibração do joystick completa",
|
||||
"NVS Lock failed: ": "Bloqueio de NVS falhou: ",
|
||||
"NVS Unlock failed: ": "Desbloqueio de NVS falhou: ",
|
||||
"Please connect only one controller at time.": "Por favor, ligue apenas um controlador de cada 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: ": "Dispositivo inválido ligado: ",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "O dispositivo parece ser um clone do DS4. Todas as funcionalidades estão desabilitadas.",
|
||||
"Error: ": "Erro: ",
|
||||
"My handle on discord is: the_al": "Meu nome de utilizador no Discord é: the_al",
|
||||
"Initializing...": "Iniciando...",
|
||||
"Storing calibration...": "Armazenando a calibração...",
|
||||
"Sampling...": "Amostragem...",
|
||||
"Calibration in progress": "Calibração em progresso",
|
||||
"Start": "Inicio",
|
||||
"Continue": "Continuar",
|
||||
"You can check the calibration with the": "Pode verificar a calibração com o",
|
||||
"Have a nice day :)": "Tenha um bom dia :)",
|
||||
"Welcome to the Calibration GUI": "Bem-vindo à GUI de Calibração",
|
||||
"Just few things to know before you can start:": "Algumas coisas que precisa de saber antes de começar:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Este website não é afiliado à Sony, PlayStation & co.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Este serviço não oferece garantia. Utilize por sua conta e risco.",
|
||||
"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.": "Mantenha a bateria interna do controlador conectada e certefique-se que esteja bem carregada. Se a bateria se esgotar durante as operações, o controlador será danificado e ficará inutilizável.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Antes de fazer a calibração permanente, experimente a temporária para garantir que está tudo a funcionar corretamente.",
|
||||
"Understood": "Entendido",
|
||||
"Version": "Versão",
|
||||
"Frequently Asked Questions": "Perguntas Frequentes",
|
||||
"Close": "Fechar",
|
||||
"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!": "Bem-vindo à seção de Perguntas Frequentes (F.A.Q.)! Abaixo, encontrará as respostas para algumas das perguntas mais comuns sobre este site. Caso tenha alguma outra dúvida ou necessite de mais assistência, sinta-se à vontade para entrar em contato diretamente comigo. O seu feedback e perguntas são sempre bem-vindos!!",
|
||||
"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.": "Nos bastidores, este site é o resultado de um ano de esforço dedicado à engenharia inversa nos controladores DualShock por diversão/hobby de um tipo aleatório na internet.",
|
||||
"Through": "Através",
|
||||
"this research": "esta pesquisa",
|
||||
", 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.": ", descobriu-se que existem alguns comandos não documentados nos controladores DualShock que podem ser enviados via USB e são utilizados durante o processo de montagem de fábrica. Se estes comandos forem enviados, o controlador inicia a recalibração dos joysticks.",
|
||||
"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.": "Embora o foco principal desta pesquisa não fosse inicialmente centrado na recalibração, tornou-se evidente que um serviço que oferecesse esta capacidade poderia beneficiar imenso inúmeras pessoas. E, portanto, aqui estamos.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "A calibração permanece eficaz durante o jogo no 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.": "Sim, se marcar a caixa de seleção \"Gravar mudanças permanentemente no controlador\". Nesse caso, a calibração é gravada diretamente no firmware do controlador. Isso garante que ela permaneça no lugar, independentemente da consola à qual está ligado.",
|
||||
"Is this an officially endorsed service?": "Este é um serviço oficialmente aprovado?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Não, este serviço é apenas uma criação de um entusiasta do DualShock.",
|
||||
"Does this website detect if a controller is a clone?": "Este site detecta se um controlador é um 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.": "Sim, apenas DualShock4 no momento. Isso aconteceu porque comprei alguns clones por acidente, passei tempo identificando as diferenças e adicionei essa funcionalidade para evitar futuras decepções.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during normal gameplay, not all the undocumented functionalities.": "Infelizmente, os clones não podem ser calibrados de qualquer forma, porque apenas clonam o comportamento do DualShock4 durante o jogo normal, não todas as funcionalidades não documentadas.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Se você quiser estender esta funcionalidade de detecção ao DualSense, por favor, envie-me um DualSense falso e verá isso em algumas semanas.",
|
||||
"What development is in plan?": "Quais são os planos de desenvolvimento?",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Mantenho duas listas de tarefas separadas para este projeto, embora a prioridade ainda não tenha sido estabelecida.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "A primeira lista é sobre aprimorar o suporte para os controladores DualShock4 e DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementar a calibração dos gatilhos L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Melhorar a detecção de clones, especialmente benéfico para aqueles que procuram comprar controladores usados com garantia de autenticidade.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Melhorar a interface do utilizador (por exemplo, fornecer informações adicionais do controlador)",
|
||||
"Add support for recalibrating IMUs.": "Adicionar suporte para recalibrar IMUs.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Adicionalmente, explore a possibilidade de reviver controladores DualShock que não estão funcionando (mais discussão disponível no Discord para partes interessadas).",
|
||||
"The second list contains new controllers I aim to support:": "A segunda lista contém novos controladores que pretendo suportar:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Controladores 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 uma dessas tarefas apresenta um imenso interesse e um investimento de tempo significativo. Para contextualizar, dar suporte a um novo controlador geralmente exige de 6 a 12 meses de pesquisa a tempo inteiro, além de um golpe de sorte.",
|
||||
"I love this service, it helped me! How can I contribute?": "Adorei este serviço, ajudou-me! Como posso contribuir?",
|
||||
"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:": "Fico feliz por saber que isto foi útil para si! Se estiver interessado em contribuir, estão aqui algumas formas de me ajudar:",
|
||||
"Consider making a": "Considere fazer uma ",
|
||||
"donation": "doação",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "para apoiar os meus esforços de engenharia inversa impulsionados pelo meu combustivel de cafeina noturna.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Envie-me um controlador que você adoraria adicionar (envie-me um e-mail para organização).",
|
||||
"Translate this website in your language": "Traduza este site para o seu idioma",
|
||||
", to help more people like you!": ", para ajudar mais pessoas como você!",
|
||||
"This website uses analytics to improve the service.": "Este site utiliza análises para melhorar o serviço.",
|
||||
"Board Model": "Modelo da Placa",
|
||||
"This feature is experimental.": "Esta funcionalidade é experimental.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Por favor, avise-me se o modelo da placa do seu controlador não for detectado corretamente.",
|
||||
"Board model detection thanks to": "Detecção do modelo da placa graças a",
|
||||
"Please connect the device using a USB cable.": "Por favor, conecte o dispositivo usando um cabo USB.",
|
||||
"This DualSense controller has outdated firmware.": "Este controlador DualSense possui um firmware desatualizado.",
|
||||
"Please update the firmware and try again.": "Por favor, atualize o firmware e tente novamente.",
|
||||
"Joystick Info": "Informações do Joystick",
|
||||
"Err R:": "Erro D:",
|
||||
"Err L:": "Erro E:",
|
||||
"Check circularity": "Verificar circularidade",
|
||||
"Can I reset a permanent calibration to previous calibration?": "Posso repor uma calibração permanente para uma calibração anterior?",
|
||||
"No.": "Não.",
|
||||
"Can you overwrite a permanent calibration?": "É possível substituir uma calibração permanente?",
|
||||
"Yes. Simply do another permanent calibration.": "Sim. Basta fazer outra calibração permanente",
|
||||
"Does this software resolve stickdrift?": "Esse software resolve o drift do joystick?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "O drift nos joysticks é causado por um defeito físico; nomeadamente, sujidades, potenciômetro desgastado ou, em alguns casos, uma mola desgastada.",
|
||||
"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.": "Este software não resolve o drift por si só, se já tiver com o problema. O que irá ajudar é a garantir que o(s) novo(s) joystick(s) funcione(m) corretamente, após a substituição do(s) antigo(s).",
|
||||
"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.": "Notei que alguns controladores prontos a usar têm uma calibração de fábrica pior do que se os recalibrasse. Especialmente verdade para a circularidade dos controladores SCUF com um invólucro único.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) A atualização do firmware irá repor a calibração?",
|
||||
"After range calibration, joysticks always go in corners.": "Após a calibração do alcance, os joysticks vão sempre para os cantos.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Este problema ocorre porque clicou em \"Concluído\" imediatamente após iniciar uma calibração de alcance.",
|
||||
"Please read the instructions.": "Por favor, leia as instruções.",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Tem de rodar os joysticks antes de clicar \"Concluído\"",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Certifique-se que toca nas extremidades da estrutura do Joystick e gire lentamente, de prefrerencia em ambas as direções - no sentido dos ponteiros do relógio e no sentido contrário.",
|
||||
"Only after you have done that, you click on \"Done\".": "So depois de o fazer, clique em \"Concluído\".",
|
||||
"Changes saved successfully": "Alterações salvas com sucesso",
|
||||
"Error while saving changes:": "Erro ao salvar as alterações.",
|
||||
"Save changes permanently": "Salvar alterações permanentemente.",
|
||||
"Reboot controller": "Reiniciar controlador",
|
||||
"(beta)": "(beta)",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "<b>Externamente</b>: aplicando +1,8 V diretamente ao ponto de teste visível sem abrir o controlador",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>Internamente</b>: soldadura de um fio de uma fonte de +1,8 V ao TP de proteção contra a escrita.",
|
||||
"Battery Barcode": "Código de barras da bateria",
|
||||
"Bluetooth Address": "Endereço Bluetooth",
|
||||
"Calibration is being stored in the stick modules.": " A calibration esta a ser gravada nos modulos dos joysticks.",
|
||||
"Cancel": "Cancelar",
|
||||
"Center X": "Centro X",
|
||||
"Center Y": "Centro Y",
|
||||
"Controller Info": "Informação do controlador",
|
||||
"Debug Info": "Informação de depuração ",
|
||||
"Debug buttons": "Botões de depuração",
|
||||
"DualSense Edge Calibration": "Calibração Dualsense Edge",
|
||||
"FW Build Date": "Data de compilação do FW",
|
||||
"FW Type": "Tipo de FW",
|
||||
"FW Update": "Atualização de FW",
|
||||
"FW Update Info": "Info da atualização de FW",
|
||||
"FW Version": "Versão do FW",
|
||||
"Finetune stick calibration": "Ajuste fino da calibração dos joysticks",
|
||||
"For more info or help, feel free to reach out on Discord.": "Para mais informações ou ajuda, sinta-se a vontade para me contactar no Discord.",
|
||||
"HW Model": "Modelo de HW",
|
||||
"Hardware": "Hardware",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Estou a trabalhar ativamente para adicionar compatibilidade. O principal desafio está no armazenamento de dados nos módulos Joysticks.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Se esta ferramenta lhe foi útil ou pretende que o suporte do DualSense Edge chegue mais rapidamente, considere apoiar o projeto com um",
|
||||
"Left stick": "Joystick esquerdo",
|
||||
"MCU Unique ID": "ID Unico da MCU",
|
||||
"More details and images": "Mais detalhes e imagens",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "Ligue um comando DualShock 4, DualSense ou DualSense Edge ao seu computador e prima conectar.",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.": "Nota: os módulos do DS Edge <b>não podem ser calibrados apenas por software</b>.",
|
||||
"To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "Para armazenar uma calibração personalizada na memória interna do joystick, é necessária uma <b>modificação de hardware</b>.",
|
||||
"Right stick": "joystick direito",
|
||||
"SBL FW Version": "Versão de FW SBL",
|
||||
"Save": "Gravar",
|
||||
"Serial Number": "Numero de Série",
|
||||
"Show all": "Mostrar tudo",
|
||||
"Software": "Software",
|
||||
"Spider FW Version": "Versão Spider FW",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "O suporte para calibração dos módulos DualSense Edge está agora disponível como <b>recurso experimental</b>.",
|
||||
"Thank you for your generosity and support!": "Obrigado pela sua generosidade e apoio!",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "A (GUI) de calibração do DualShock atualmente não suporta o DualSense Edge.",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "Isto envolve desativar temporariamente a proteção contra gravação aplicando <b>+1,8 V</b> para um ponto de teste específico em cada módulo",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "Isto é apenas para utilizadores avançados. Se não tem a certeza do que está a fazer, por favor, não tente.",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Este ecrã permite ajustar os dados de calibração brutos no seu controlador",
|
||||
"Touchpad FW Version": "Versão FW do Touchpad",
|
||||
"Touchpad ID": "Touchpad ID",
|
||||
"VCM Left Barcode": "Codigo de barras VCM Esquerda",
|
||||
"VCM Right Barcode": "Codigo de barras VCM Direita",
|
||||
"Venom FW Version": "Versão de FW Venom",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "Não nos responsabilizamos por quaisquer dano causado ao tentar usar esta modificação.",
|
||||
"You can do this in two ways:": "Pode fazer isto de duas formas",
|
||||
"here": "Aqui",
|
||||
"Cannot lock": "Não é possível bloquear",
|
||||
"Cannot store data into": "Não é possível armazenar dados em",
|
||||
"Cannot unlock": "Não é possível desbloquear",
|
||||
"Color": "Cor",
|
||||
"Color detection thanks to": "Detecção de cor graças a",
|
||||
"FW Series": "Série do FW",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "Se a calibração não for armazenada permanentemente, verifique novamente os fios soldados na modificação de hardware.",
|
||||
"Left Module Barcode": "Código de barras do módulo esquerdo",
|
||||
"PCBA ID": "ID do PCBA",
|
||||
"Right Module Barcode": "Código de barras do módulo direito",
|
||||
"left module": "módulo esquerdo",
|
||||
"right module": "módulo direito",
|
||||
"30th Anniversary": "",
|
||||
"Astro Bot": "",
|
||||
"Cobalt Blue": "",
|
||||
"Cosmic Red": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"Midnight Black": "",
|
||||
"Nova Pink": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Volcanic Red": "",
|
||||
"White": "",
|
||||
"": ""
|
||||
}
|
||||
239
lang/rs_rs.json
Normal file
@@ -0,0 +1,239 @@
|
||||
{
|
||||
".authorMsg": "- Srpski prevod: <a href='https://www.linkedin.com/in/lazar-dimitrijevic/'>Lazar Dimitrijevic</a> - <a href='https://github.com/lazardimi'>GitHub</a>.",
|
||||
"DualShock Calibration GUI": "Interfejs za kalibraciju DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Nepodržani pretraživač. Molimo koristite veb pretraživač sa WebHID podrškom (npr. Chrome).",
|
||||
"Connect": "Poveži",
|
||||
"Connected to:": "Povezano sa:",
|
||||
"Disconnect": "Prekini vezu",
|
||||
"Calibrate stick center": "Kalibrišite centar džojstika",
|
||||
"Calibrate stick range": "Kalibrišite opseg džojstika",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Sekcije ispod nisu korisne, samo neke informacije za debagovanje ili ručne komande",
|
||||
"NVS Status": "Status NVS",
|
||||
"Unknown": "Nepoznato",
|
||||
"Debug buttons": "Dugmići za debagovanje",
|
||||
"Query NVS status": "Upitaj status NVS",
|
||||
"NVS unlock": "Otključaj NVS",
|
||||
"NVS lock": "Zaključaj NVS",
|
||||
"Fast calibrate stick center (OLD)": "Brza kalibracija centra džojstika (stara metoda)",
|
||||
"Stick center calibration": "Kalibracija centra džojstika",
|
||||
"Welcome": "Dobrodošli",
|
||||
"Step 1": "Korak 1",
|
||||
"Step 2": "Korak 2",
|
||||
"Step 3": "Korak 3",
|
||||
"Step 4": "Korak 4",
|
||||
"Completed": "Završeno",
|
||||
"Welcome to the stick center-calibration wizard!": "Dobrodošli u asistent za kalibraciju centra džojstika!",
|
||||
"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.": "Ovaj alat će vas voditi kroz ponovno centriranje analognih džojstika na vašem kontroleru. Sastoji se od četiri koraka: biće vam zatraženo da pomerate oba džojstika u određenom pravcu i zatim ih otpustite.",
|
||||
"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.": "Molimo vas da imate na umu da <i>jednom kada kalibracija počne, ne može se otkazati</i>. Ne zatvarajte ovu stranicu i ne prekidajte vezu sa kontrolerom dok se proces ne završi.",
|
||||
"Press <b>Start</b> to begin calibration.": "Pritisnite <b>Počni</b> da biste započeli kalibraciju.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Molimo vas da pomerite oba džojstika u <b>gornji levi ugao</b> i zatim ih otpustite.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Kada se džojstici vrate u centar, pritisnite <b>Nastavi</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Molimo vas da pomerite oba džojstika u <b>gornji desni ugao</b> i zatim ih otpustite.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Molimo vas da pomerite oba džojstika u <b>donji levi ugao</b> i zatim ih otpustite.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Molimo vas da pomerite oba džojstika u <b>donji desni ugao</b> i zatim ih otpustite.",
|
||||
"Calibration completed successfully!": "Kalibracija je uspešno završena!",
|
||||
"Next": "Sledeće",
|
||||
"Recentering the controller sticks. ": "Ponovno centriranje džojstika kontrolera. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Molimo vas da ne zatvarate ovaj prozor i da ne prekidate vezu sa kontrolerom. ",
|
||||
"Range calibration": "Kalibracija opsega džojstika",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Kontroler sada prikuplja podatke!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Polako rotirajte džojstike kako biste pokrili ceo opseg. Pritisnite \"Završeno\" kada završite.",
|
||||
"Done": "Završeno",
|
||||
"Hi, thank you for using this software.": "Zdravo, hvala vam što koristite ovaj softver.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Ako vam je koristan i želite da podržite moj rad, slobodno",
|
||||
"buy me a coffee": "kupite mi kafu",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Imate li neki predlog ili problem? Pošaljite mi poruku putem e-pošte ili Discord-a.",
|
||||
"Cheers!": "Želimo vam sve najbolje!",
|
||||
"Support this project": "Podržite ovaj projekat",
|
||||
"unknown": "nepoznato",
|
||||
"original": "originalno",
|
||||
"clone": "klon",
|
||||
"locked": "zaključano",
|
||||
"unlocked": "otključano",
|
||||
"error": "greška",
|
||||
"Build Date": "Datum izrade",
|
||||
"HW Version": "Verzija hardvera",
|
||||
"SW Version": "Verzija softvera",
|
||||
"Device Type": "Tip uređaja",
|
||||
"Range calibration completed": "Kalibracija opsega završena",
|
||||
"Range calibration failed: ": "Kalibracija opsega nije uspela: ",
|
||||
"Cannot unlock NVS": "Nije moguće otključati NVS",
|
||||
"Cannot relock NVS": "Nije moguće zaključati NVS",
|
||||
"Error 1": "Greška 1",
|
||||
"Error 2": "Greška 2",
|
||||
"Error 3": "Greška 3",
|
||||
"Stick calibration failed: ": "Kalibracija džojstika nije uspela: ",
|
||||
"Stick calibration completed": "Kalibracija džojstika završena",
|
||||
"NVS Lock failed: ": "Zaključavanje NVS nije uspelo: ",
|
||||
"NVS Unlock failed: ": "Otključavanje NVS nije uspelo: ",
|
||||
"Please connect only one controller at time.": "Molimo vas da povežete samo jedan kontroler istovremeno.",
|
||||
"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: ": "Povezan je nevažeći uređaj: ",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Uređaj izgleda da je klon DS4. Sve funkcionalnosti su onemogućene.",
|
||||
"Error: ": "Greška: ",
|
||||
"My handle on discord is: the_al": "Moj Discord ID je: the_al",
|
||||
"Initializing...": "Inicijalizacija...",
|
||||
"Storing calibration...": "Čuvanje kalibracije...",
|
||||
"Sampling...": "Uzorak...",
|
||||
"Calibration in progress": "Kalibracija u toku",
|
||||
"Start": "Počni",
|
||||
"Continue": "Nastavi",
|
||||
"You can check the calibration with the": "Možete proveriti kalibraciju sa:",
|
||||
"Have a nice day :)": "Želimo vam prijatan dan :)",
|
||||
"Welcome to the Calibration GUI": "Dobrodošli u interfejs za kalibraciju",
|
||||
"Just few things to know before you can start:": "Samo nekoliko stvari koje treba da znate pre nego što počnete:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Ovaj sajt nije povezan sa Sony, PlayStation & ko.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Ovaj servis se pruža bez garancije. Koristite na sopstveni rizik.",
|
||||
"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.": "Držite internu bateriju kontrolera povezanu i obezbedite da je dobro napunjena. Ako se baterija isprazni tokom operacije, kontroler će biti oštećen i postaće neupotrebljiv.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Pre nego što izvršite trajnu kalibraciju, probajte privremenu kako biste obezbedili da sve radi kako treba.",
|
||||
"Understood": "Razumem",
|
||||
"Version": "Verzija",
|
||||
"Frequently Asked Questions": "Često postavljana pitanja",
|
||||
"Close": "Zatvori",
|
||||
"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!": "Dobrodošli u sekciju ČPP! Ispod ćete naći odgovore na neka od najčešće postavljanih pitanja o ovom sajtu. Ako imate još pitanja ili vam je potrebna dodatna pomoć, slobodno me kontaktirajte direktno. Vaši komentari i pitanja su uvek dobrodošli!",
|
||||
"How does it work?": "Kako to radi?",
|
||||
"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.": "Iza kulisa, ovaj sajt je rezultat godinu dana posvećenog rada na reverznom inženjeringu DualShock kontrolera iz zadovoljstva/hobija od strane slučajnog čoveka na internetu.",
|
||||
"Through": "Kroz",
|
||||
"this research": "ovo istraživanje",
|
||||
", 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.": ", otkriveno je da postoje neke nedokumentovane komande na DualShock kontrolerima koje se mogu poslati preko USB-a i koriste se tokom procesa fabričkog sklapanja. Ako se ove komande pošalju, kontroler započinje ponovnu kalibraciju analognih džojstika.",
|
||||
"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.": "Iako primarni fokus ovog istraživanja nije bio na kalibraciji, postalo je očigledno da servis koji nudi ovu mogućnost može biti od velike koristi mnogim pojedincima. I evo nas.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Da li kalibracija ostaje efektivna tokom igre na 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.": "Da, ako označite polje \"Zapiši promene trajno u kontroler\". U tom slučaju, kalibracija se upisuje direktno u firmware kontrolera. To obezbeđuje da ostane na mestu bez obzira na konzolu na koju je povezana.",
|
||||
"Is this an officially endorsed service?": "Da li je ovo zvanično odobren servis?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Ne, ovaj servis je jednostavno kreacija entuzijaste za DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Da li ovaj sajt detektuje da li je kontroler klon?",
|
||||
"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.": "Da, trenutno samo DualShock4. Ovo se dogodilo jer sam slučajno kupio nekoliko klonova, proveo vreme identifikujući razlike i dodao ovu funkcionalnost da bih sprečio buduće obmane.",
|
||||
"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.": "Nažalost, klonovi se ne mogu kalibrisati, jer oni samo kopiraju ponašanje DualShock4 tokom normalne igre, a ne sve nedokumentovane funkcionalnosti.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Ako želite da proširite ovu funkcionalnost detekcije na DualSense, molimo vas da mi pošaljete lažnu DualSense i videćete je za nekoliko nedelja.",
|
||||
"What development is in plan?": "Koji razvoj je u planu?",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Držim dve odvojene liste zadataka za ovaj projekat, iako prioritet još nije utvrđen.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Prva lista se odnosi na poboljšanje podrške za DualShock4 i DualSense kontrolere:",
|
||||
"Implement calibration of L2/R2 triggers.": "Implementiraj kalibraciju L2/R2 okidača.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Poboljšaj detekciju klonova, što je posebno korisno za one koji žele da kupe polovne kontrolere sa obezbeđenjem autentičnosti.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Poboljšaj korisnički interfejs (npr. obezbedi dodatne informacije o kontroleru)",
|
||||
"Add support for recalibrating IMUs.": "Dodaj podršku za ponovnu kalibraciju IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Dodatno, istraži mogućnost oživljavanja nefunkcionalnih DualShock kontrolera (dodatna rasprava dostupna na Discord-u za zainteresovane).",
|
||||
"The second list contains new controllers I aim to support:": "Druga lista sadrži nove kontrolere koje ciljam da podržim:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "XBox kontroleri",
|
||||
"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.": "Svaka od ovih zadataka predstavlja ogroman interes i značajnu investiciju vremena. Da bih dao kontekst, podrška za novi kontroler obično zahteva 6-12 meseci punog radnog vremena istraživanja, uz malo sreće.",
|
||||
"I love this service, it helped me! How can I contribute?": "Volim ovaj servis, pomogao mi je! Kako mogu da doprinesem?",
|
||||
"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:": "Drago mi je da ste našli ovo korisnim! Ako ste zainteresovani da doprinesete, evo nekoliko načina na koje možete da mi pomognete:",
|
||||
"Consider making a": "Razmislite o tome da napravite",
|
||||
"donation": "donaciju",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "da podržite moje napore reverznog inženjeringa kasno u noć podstaknute kofeinom.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Pošaljite mi kontroler koji biste voleli da dodate (pošaljite mi e-mail za organizaciju).",
|
||||
"Translate this website in your language": "Prevedite ovaj sajt na svoj jezik",
|
||||
", to help more people like you!": ", da biste pomogli više ljudi poput vas!",
|
||||
"This website uses analytics to improve the service.": "Ovaj sajt koristi analitiku za poboljšanje servisa.",
|
||||
"Board Model": "Model ploče",
|
||||
"This feature is experimental.": "Ova funkcionalnost je eksperimentalna.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Molimo vas da mi javite ako model ploče vašeg kontrolera nije tačno detektovan.",
|
||||
"Board model detection thanks to": "Detekcija modela ploče zahvaljujući",
|
||||
"Please connect the device using a USB cable.": "Molimo vas da povežete uređaj koristeći USB kabl.",
|
||||
"This DualSense controller has outdated firmware.": "Ovaj DualSense kontroler ima zastareli firmware.",
|
||||
"Please update the firmware and try again.": "Molimo vas da ažurirate firmware i pokušate ponovo.",
|
||||
"Joystick Info": "Informacije o džojstiku",
|
||||
"Err R:": "Greška D:",
|
||||
"Err L:": "Greška L:",
|
||||
"Check circularity": "Proveri kružnost",
|
||||
"Can I reset a permanent calibration to previous calibration?": "Mogu li da resetujem trajnu kalibraciju na prethodnu kalibraciju?",
|
||||
"No.": "Ne.",
|
||||
"Can you overwrite a permanent calibration?": "Možete li da prepišete trajnu kalibraciju?",
|
||||
"Yes. Simply do another permanent calibration.": "Da. Jednostavno izvršite još jednu trajnu kalibraciju.",
|
||||
"Does this software resolve stickdrift?": "Da li ovaj softver rešava stickdrift?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "Stickdrift je uzrokovan fizičkim defektom; naime, prljavštinom, istrošenim potenciometrom ili u nekim slučajevima istrošenom oprugom.",
|
||||
"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.": "Ovaj softver neće sam popraviti stickdrift ako ga već osećate. Ono što će pomoći jeste obezbeđivanje da novi džojstik(i) pravilno funkcionišu nakon zamene starih.",
|
||||
"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.": "Primetio sam da neki kontroleri iz kutije imaju lošiju fabričku kalibraciju nego da sam ih ponovo kalibrisao. Posebno važi za kružnost SCUF kontrolera sa jedinstvenim omotačem.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) Da li ažuriranje firmvera resetuje kalibraciju?",
|
||||
"After range calibration, joysticks always go in corners.": "Nakon kalibracije opsega, džojstici uvek idu u uglove.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Ovaj problem se dešava jer ste pritisnuli \"Završeno\" odmah nakon pokretanja kalibracije opsega.",
|
||||
"Please read the instructions.": "Molimo vas da pročitate uputstva.",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Morate rotirati džojstike pre nego što pritisnete \"Završeno\".",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Obavezno dodirnite ivice okvira džojstika i rotirajte polako, po mogućstvu u oba pravca - u smeru kazaljke na satu i suprotno.",
|
||||
"Only after you have done that, you click on \"Done\".": "Tek nakon što to uradite, kliknite na \"Završeno\".",
|
||||
"Changes saved successfully": "Promene uspešno sačuvane",
|
||||
"Error while saving changes:": "Greška prilikom čuvanja promena:",
|
||||
"Save changes permanently": "Sačuvaj promene trajno",
|
||||
"Reboot controller": "Ponovo pokreni kontroler",
|
||||
"Controller Info": "Informacije o kontroleru",
|
||||
"Debug Info": "Informacije za debagovanje",
|
||||
"Software": "Softver",
|
||||
"Hardware": "Hardver",
|
||||
"FW Build Date": "Datum izrade firmvera",
|
||||
"FW Type": "Tip firmvera",
|
||||
"FW Series": "Serija firmvera",
|
||||
"FW Version": "Verzija firmvera",
|
||||
"FW Update": "Ažuriranje firmvera",
|
||||
"FW Update Info": "Informacije o ažuriranju firmvera",
|
||||
"SBL FW Version": "SBL verzija firmvera",
|
||||
"Venom FW Version": "Venom verzija firmvera",
|
||||
"Spider FW Version": "Spider verzija firmvera",
|
||||
"Touchpad FW Version": "Verzija firmvera za touchpad",
|
||||
"Serial Number": "Serijski broj",
|
||||
"MCU Unique ID": "Jedinstveni ID MCU",
|
||||
"PCBA ID": "PCBA ID",
|
||||
"Battery Barcode": "Barkod baterije",
|
||||
"VCM Left Barcode": "VCM levi barkod",
|
||||
"VCM Right Barcode": "VCM desni barkod",
|
||||
"HW Model": "Model hardvera",
|
||||
"Touchpad ID": "ID touchpada",
|
||||
"Bluetooth Address": "Bluetooth adresa",
|
||||
"Show all": "Prikaži sve",
|
||||
"Finetune stick calibration": "Fino podešavanje kalibracije džojstika",
|
||||
"(beta)": "(beta)",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Ovaj ekran omogućava fino podešavanje sirovih podataka kalibracije na vašem kontroleru",
|
||||
"Left stick": "Levi džojstik",
|
||||
"Right stick": "Desni džojstik",
|
||||
"Center X": "Centar X",
|
||||
"Center Y": "Centar Y",
|
||||
"Save": "Sačuvaj",
|
||||
"Cancel": "Otkaži",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "DualShock Calibration GUI trenutno ne podržava DualSense Edge.",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Aktivno radim na dodavanju kompatibilnosti, glavni izazov je u čuvanju podataka u modulima džojstika.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Ako vam je ovaj alat bio koristan ili želite da podrška za DualSense Edge stigne brže, razmislite o podršci projekta sa",
|
||||
"Thank you for your generosity and support!": "Hvala vam na velikodušnosti i podršci!",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"DualSense Edge Calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"Left Module Barcode": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
346
lang/ru_ru.json
@@ -1,143 +1,135 @@
|
||||
{
|
||||
".authorMsg": "- Перевод на Русский язык выполнен: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a>",
|
||||
"DualShock Calibration GUI": "Интерфейс калибровки DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Неподдерживаемый браузер. Используйте браузер с поддержкой WebHID (например, Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Подключите контроллер DualShock 4 или DualSense к компьютеру и нажмите Подключить.",
|
||||
"Connect": "Подключить",
|
||||
"Connected to:": "Подключено к:",
|
||||
"Disconnect": "Отключить",
|
||||
"Calibrate stick center": "Откалибровать центр джойстика",
|
||||
"Calibrate stick range": "Откалибровать диапазон джойстика",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Нижеследующие разделы не являются полезными, это просто отладочная информация или ручные команды",
|
||||
"NVS Status": "Статус NVS",
|
||||
"Unknown": "Неизвестно",
|
||||
"Debug buttons": "Кнопки отладки",
|
||||
"Query NVS status": "Запросить статус NVS",
|
||||
"NVS unlock": "Разблокировать NVS",
|
||||
"NVS lock": "Заблокировать NVS",
|
||||
"Fast calibrate stick center (OLD)": "Быстрая калибровка центра джойстика (СТАРОЕ)",
|
||||
"Stick center calibration": "Калибровка центра джойстика",
|
||||
"Welcome": "Добро пожаловать",
|
||||
"Step 1": "Шаг 1",
|
||||
"Step 2": "Шаг 2",
|
||||
"Step 3": "Шаг 3",
|
||||
"Step 4": "Шаг 4",
|
||||
"Completed": "Завершено",
|
||||
"Welcome to the stick center-calibration wizard!": "Добро пожаловать в мастер калибровки центра джойстика!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Этот инструмент поможет вам перекалибровать аналоговые стики вашего контроллера. Он состоит из четырех шагов: вам будет предложено переместить оба джойстика в определенном направлении и отпустить их.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Обратите внимание, что <i>после запуска калибровки ее нельзя отменить</i>. Не закрывайте эту страницу и не отключайте контроллер, пока не завершится.",
|
||||
"Press <b>Start</b> to begin calibration.": "Нажмите <b>Начать</b>, чтобы начать калибровку.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний левый угол</b> и отпустите их.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Когда стики вернутся в центр, нажмите <b>Продолжить</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний правый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний левый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний правый угол</b> и отпустите их.",
|
||||
"Calibration completed successfully!": "Калибровка успешно завершена!",
|
||||
"Next": "Далее",
|
||||
"Recentering the controller sticks. ": "Центрирование стиков контроллера. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Пожалуйста, не закрывайте это окно и не отключайте контроллер. ",
|
||||
"Range calibration": "Калибровка диапазона",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Контроллер в настоящее время собирает данные!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Медленно поверните стики, чтобы охватить весь диапазон. Нажмите \"Готово\", когда закончите.",
|
||||
"Done": "Готово",
|
||||
"Hi, thank you for using this software.": "Привет, спасибо за использование этого программного обеспечения.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Если вы находите это полезным и хотите поддержать мои усилия, не стесняйтесь",
|
||||
"buy me a coffee": "Угостите меня кофе",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "У вас есть какие-либо предложения или проблемы? Отправьте мне сообщение по электронной почте или в дискорд.",
|
||||
"Cheers!": "Спасибо!",
|
||||
"Support this project": "Поддержите этот проект",
|
||||
|
||||
"DualShock Calibration GUI": "Интерфейс калибровки DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Неподдерживаемый браузер. Используйте браузер с поддержкой WebHID (например, Chrome).",
|
||||
"Connect": "Подключить",
|
||||
"Connected to:": "Подключено к:",
|
||||
"Disconnect": "Отключить",
|
||||
"Calibrate stick center": "Откалибровать центр джойстика",
|
||||
"Calibrate stick range": "Откалибровать диапазон джойстика",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Нижеследующие разделы не являются полезными, это просто отладочная информация или ручные команды",
|
||||
"NVS Status": "Статус NVS",
|
||||
"Unknown": "Неизвестно",
|
||||
"Query NVS status": "Запросить статус NVS",
|
||||
"NVS unlock": "Разблокировать NVS",
|
||||
"NVS lock": "Заблокировать NVS",
|
||||
"Fast calibrate stick center (OLD)": "Быстрая калибровка центра джойстика (СТАРОЕ)",
|
||||
"Stick center calibration": "Калибровка центра джойстика",
|
||||
"Welcome": "Добро пожаловать",
|
||||
"Step 1": "Шаг 1",
|
||||
"Step 2": "Шаг 2",
|
||||
"Step 3": "Шаг 3",
|
||||
"Step 4": "Шаг 4",
|
||||
"Completed": "Завершено",
|
||||
"Welcome to the stick center-calibration wizard!": "Добро пожаловать в мастер калибровки центра джойстика!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Этот инструмент поможет вам перекалибровать аналоговые стики вашего контроллера. Он состоит из четырех шагов: вам будет предложено переместить оба джойстика в определенном направлении и отпустить их.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Обратите внимание, что <i>после запуска калибровки ее нельзя отменить</i>. Не закрывайте эту страницу и не отключайте контроллер, пока не завершится.",
|
||||
"Press <b>Start</b> to begin calibration.": "Нажмите <b>Начать</b>, чтобы начать калибровку.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний левый угол</b> и отпустите их.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Когда стики вернутся в центр, нажмите <b>Продолжить</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>верхний правый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний левый угол</b> и отпустите их.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Пожалуйста, переместите оба джойстика в <b>нижний правый угол</b> и отпустите их.",
|
||||
"Calibration completed successfully!": "Калибровка успешно завершена!",
|
||||
"Next": "Далее",
|
||||
"Recentering the controller sticks. ": "Центрирование стиков контроллера. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Пожалуйста, не закрывайте это окно и не отключайте контроллер. ",
|
||||
"Range calibration": "Калибровка диапазона",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Контроллер в настоящее время собирает данные!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Медленно поверните стики, чтобы охватить весь диапазон. Нажмите \"Готово\", когда закончите.",
|
||||
"Done": "Готово",
|
||||
"Hi, thank you for using this software.": "Привет, спасибо за использование этого программного обеспечения.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Если вы находите это полезным и хотите поддержать мои усилия, не стесняйтесь",
|
||||
"buy me a coffee": "Угостите меня кофе",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "У вас есть какие-либо предложения или проблемы? Отправьте мне сообщение по электронной почте или в дискорд.",
|
||||
"Cheers!": "Спасибо!",
|
||||
"Support this project": "Поддержите этот проект",
|
||||
"unknown": "неизвестно",
|
||||
"original": "оригинальный",
|
||||
"clone": "клон",
|
||||
"locked": "заблокирован",
|
||||
"unlocked": "разблокирован",
|
||||
"error": "ошибка",
|
||||
"Build Date": "Дата сборки",
|
||||
"HW Version": "Версия аппаратного обеспечения",
|
||||
"SW Version": "Версия программного обеспечения",
|
||||
"Device Type": "Тип устройства",
|
||||
|
||||
"original": "оригинальный",
|
||||
"clone": "клон",
|
||||
"locked": "заблокирован",
|
||||
"unlocked": "разблокирован",
|
||||
"error": "ошибка",
|
||||
"Build Date": "Дата сборки",
|
||||
"HW Version": "Версия аппаратного обеспечения",
|
||||
"SW Version": "Версия программного обеспечения",
|
||||
"Device Type": "Тип устройства",
|
||||
"Range calibration completed": "Калибровка диапазона завершена",
|
||||
"Range calibration failed: ": "Калибровка диапазона не удалась: ",
|
||||
"Cannot unlock NVS": "Не удается разблокировать NVS",
|
||||
"Cannot relock NVS": "Не удается заблокировать NVS повторно",
|
||||
"Error 1": "Ошибка 1",
|
||||
"Error 2": "Ошибка 2",
|
||||
"Error 3": "Ошибка 3",
|
||||
"Stick calibration failed: ": "Калибровка джойстика не удалась: ",
|
||||
"Stick calibration completed": "Калибровка джойстика завершена",
|
||||
"NVS Lock failed: ": "Блокировка NVS не удалась: ",
|
||||
"NVS Unlock failed: ": "Разблокировка NVS не удалась: ",
|
||||
"Please connect only one controller at time.": "Пожалуйста, подключайте только один контроллер за раз.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Подключено недопустимое устройство: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "Калибровка DualSense Edge в настоящее время не поддерживается.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Устройство, похоже, является клоном DS4. Все функции отключены.",
|
||||
"Error: ": "Ошибка: ",
|
||||
"My handle on discord is: the_al": "Мой ник на discord: the_al",
|
||||
"Initializing...": "Инициализация...",
|
||||
"Storing calibration...": "Сохранение калибровки...",
|
||||
"Sampling...": "Выборка...",
|
||||
"Calibration in progress": "Калибровка в процессе",
|
||||
"Start": "Старт",
|
||||
"Continue": "Продолжить",
|
||||
"You can check the calibration with the": "Вы можете проверить калибровку с помощью",
|
||||
"Have a nice day :)": "Хорошего дня! :)",
|
||||
"Welcome to the Calibration GUI": "Добро пожаловать в Calibration GUI",
|
||||
"Just few things to know before you can start:": "Несколько вещей, о которых нужно знать, прежде чем начать:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Этот сайт не связан с Sony, PlayStation и т.д.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Этот сервис предоставляется без гарантии. Используйте на свой страх и риск.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Держите внутреннюю батарею контроллера подключенной и убедитесь, что она хорошо заряжена. Если батарея разрядится во время операций, контроллер будет поврежден и непригоден к использованию.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Перед проведением постоянной калибровки попробуйте временную, чтобы убедиться, что все работает хорошо.",
|
||||
"Understood": "Понял",
|
||||
"Version": "Версия",
|
||||
|
||||
"Range calibration failed: ": "Калибровка диапазона не удалась: ",
|
||||
"Cannot unlock NVS": "Не удается разблокировать NVS",
|
||||
"Cannot relock NVS": "Не удается заблокировать NVS повторно",
|
||||
"Error 1": "Ошибка 1",
|
||||
"Error 2": "Ошибка 2",
|
||||
"Error 3": "Ошибка 3",
|
||||
"Stick calibration failed: ": "Калибровка джойстика не удалась: ",
|
||||
"Stick calibration completed": "Калибровка джойстика завершена",
|
||||
"NVS Lock failed: ": "Блокировка NVS не удалась: ",
|
||||
"NVS Unlock failed: ": "Разблокировка NVS не удалась: ",
|
||||
"Please connect only one controller at time.": "Пожалуйста, подключайте только один контроллер за раз.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Подключено недопустимое устройство: ",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Устройство, похоже, является клоном DS4. Все функции отключены.",
|
||||
"Error: ": "Ошибка: ",
|
||||
"My handle on discord is: the_al": "Мой ник на discord: the_al",
|
||||
"Initializing...": "Инициализация...",
|
||||
"Storing calibration...": "Сохранение калибровки...",
|
||||
"Sampling...": "Выборка...",
|
||||
"Calibration in progress": "Калибровка в процессе",
|
||||
"Start": "Старт",
|
||||
"Continue": "Продолжить",
|
||||
"You can check the calibration with the": "Вы можете проверить калибровку с помощью",
|
||||
"Have a nice day :)": "Хорошего дня! :)",
|
||||
"Welcome to the Calibration GUI": "Добро пожаловать в Calibration GUI",
|
||||
"Just few things to know before you can start:": "Несколько вещей, о которых нужно знать, прежде чем начать:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Этот сайт не связан с Sony, PlayStation и т.д.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Этот сервис предоставляется без гарантии. Используйте на свой страх и риск.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Держите внутреннюю батарею контроллера подключенной и убедитесь, что она хорошо заряжена. Если батарея разрядится во время операций, контроллер будет поврежден и непригоден к использованию.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Перед проведением постоянной калибровки попробуйте временную, чтобы убедиться, что все работает хорошо.",
|
||||
"Understood": "Понял",
|
||||
"Version": "Версия",
|
||||
"Frequently Asked Questions": "Часто задаваемые вопросы",
|
||||
"Close": "Закрыть",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добро пожаловать в раздел Часто задаваемых вопросов! Ниже вы найдете ответы на некоторые из самых часто задаваемых вопросов о данном веб-сайте. Если у вас есть другие вопросы или вам нужна дополнительная помощь, не стесняйтесь обращаться ко мне напрямую. Ваши отзывы и вопросы всегда приветствуются!",
|
||||
"How does it work?": "Как это работает?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "За кадром этот веб сайт является результатом одного года преданного труда по обратной разработке контроллеров DualShock для развлечения/хобби от случайного парня в интернете.",
|
||||
"Through": "Через",
|
||||
"this research": "это исследование",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", было обнаружено, что существуют некоторые не задокументированные команды на контроллерах DualShock, которые можно отправить через USB и используются во время процесса сборки на фабрике. Если эти команды отправлены, контроллер начинает перекалибровку аналоговых стиков.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Хотя основное внимание этого исследования изначально не было сосредоточено на перекалибровке, стало очевидно, что сервис, предлагающий эту возможность, может принести огромную пользу многим людям. И вот мы здесь.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Остается ли калибровка эффективной во время игры на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, если вы установите флажок \"Записывать изменения в постоянной памяти контроллера\". В этом случае калибровка прошивается непосредственно в прошивку контроллера. Это гарантирует, что она остается на месте независимо от подключенной к ней консоли.",
|
||||
"Is this an officially endorsed service?": "Это официально поддерживаемый сервис?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Нет, этот сервис просто создан энтузиастом DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Этот сайт определяет, является ли контроллер клоном?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, на данный момент только DualShock4. Это произошло потому, что я случайно приобрел несколько клонов, потратил время на выявление различий и добавил эту функциональность, чтобы предотвратить будущие обманы.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "К сожалению, клоны все равно не могут быть калиброваны, потому что они только клонируют поведение DualShock4 во время обычной игры, а не все не задокументированные функциональности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Если вы хотите расширить эту функциональность обнаружения на DualSense, пожалуйста, отправьте мне поддельный DualSense, и вы увидите его через несколько недель.",
|
||||
"What development is in plan?": "Какие разработки запланированы?",
|
||||
|
||||
"Close": "Закрыть",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Добро пожаловать в раздел Часто задаваемых вопросов! Ниже вы найдете ответы на некоторые из самых часто задаваемых вопросов о данном веб-сайте. Если у вас есть другие вопросы или вам нужна дополнительная помощь, не стесняйтесь обращаться ко мне напрямую. Ваши отзывы и вопросы всегда приветствуются!",
|
||||
"How does it work?": "Как это работает?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "За кадром этот веб сайт является результатом одного года преданного труда по обратной разработке контроллеров DualShock для развлечения/хобби от случайного парня в интернете.",
|
||||
"Through": "Через",
|
||||
"this research": "это исследование",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", было обнаружено, что существуют некоторые не задокументированные команды на контроллерах DualShock, которые можно отправить через USB и используются во время процесса сборки на фабрике. Если эти команды отправлены, контроллер начинает перекалибровку аналоговых стиков.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Хотя основное внимание этого исследования изначально не было сосредоточено на перекалибровке, стало очевидно, что сервис, предлагающий эту возможность, может принести огромную пользу многим людям. И вот мы здесь.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Остается ли калибровка эффективной во время игры на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Да, если вы установите флажок \"Записывать изменения в постоянной памяти контроллера\". В этом случае калибровка прошивается непосредственно в прошивку контроллера. Это гарантирует, что она остается на месте независимо от подключенной к ней консоли.",
|
||||
"Is this an officially endorsed service?": "Это официально поддерживаемый сервис?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Нет, этот сервис просто создан энтузиастом DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Этот сайт определяет, является ли контроллер клоном?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Да, на данный момент только DualShock4. Это произошло потому, что я случайно приобрел несколько клонов, потратил время на выявление различий и добавил эту функциональность, чтобы предотвратить будущие обманы.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "К сожалению, клоны все равно не могут быть калиброваны, потому что они только клонируют поведение DualShock4 во время обычной игры, а не все не задокументированные функциональности.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Если вы хотите расширить эту функциональность обнаружения на DualSense, пожалуйста, отправьте мне поддельный DualSense, и вы увидите его через несколько недель.",
|
||||
"What development is in plan?": "Какие разработки запланированы?",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Я веду два отдельных списка дел по этому проекту, хотя приоритет еще не установлен.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Первый список касается улучшения поддержки контроллеров DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Внедрить калибровку триггеров L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Улучшить обнаружение клонов, что особенно полезно для тех, кто хочет приобрести подержанные контроллеры с гарантией подлинности.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Улучшить пользовательский интерфейс (например, предоставить дополнительную информацию о контроллере)",
|
||||
"Add support for recalibrating IMUs.": "Добавить поддержку повторной калибровки IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Кроме того, исследуйте возможность оживления неисправных контроллеров DualShock (дополнительное обсуждение доступно на Discord для заинтересованных лиц).",
|
||||
"The second list contains new controllers I aim to support:": "Второй список содержит новые контроллеры, которые я намерен поддержать:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контроллеры Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Каждая из этих задач представляет собой огромный интерес и значительные временные затраты. Для предоставления контекста, поддержка нового контроллера обычно требует 6-12 месяцев полноценных исследований на полную ставку, а также удачи.",
|
||||
"I love this service, it helped me! How can I contribute?": "Мне нравится этот сервис, он помог мне! Как я могу внести свой вклад?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Я рад услышать, что вам это помогло! Если вы заинтересованы в участии, вот несколько способов, которыми вы можете мне помочь:",
|
||||
"Consider making a": "Рассмотрите возможность сделать",
|
||||
"donation": "пожертвование",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "для поддержки моих усилий по обратной разработке, проводимых на кофеине поздним вечером.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Отправьте мне контроллер, который вы хотели бы добавить (отправьте мне электронное письмо для организации).",
|
||||
"Translate this website in your language": "Переведите этот сайт на свой язык",
|
||||
", to help more people like you!": ", чтобы помочь большему числу людей, подобных вам!",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Первый список касается улучшения поддержки контроллеров DualShock4 и DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Внедрить калибровку триггеров L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Улучшить обнаружение клонов, что особенно полезно для тех, кто хочет приобрести подержанные контроллеры с гарантией подлинности.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Улучшить пользовательский интерфейс (например, предоставить дополнительную информацию о контроллере)",
|
||||
"Add support for recalibrating IMUs.": "Добавить поддержку повторной калибровки IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Кроме того, исследуйте возможность оживления неисправных контроллеров DualShock (дополнительное обсуждение доступно на Discord для заинтересованных лиц).",
|
||||
"The second list contains new controllers I aim to support:": "Второй список содержит новые контроллеры, которые я намерен поддержать:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контроллеры Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Каждая из этих задач представляет собой огромный интерес и значительные временные затраты. Для предоставления контекста, поддержка нового контроллера обычно требует 6-12 месяцев полноценных исследований на полную ставку, а также удачи.",
|
||||
"I love this service, it helped me! How can I contribute?": "Мне нравится этот сервис, он помог мне! Как я могу внести свой вклад?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Я рад услышать, что вам это помогло! Если вы заинтересованы в участии, вот несколько способов, которыми вы можете мне помочь:",
|
||||
"Consider making a": "Рассмотрите возможность сделать",
|
||||
"donation": "пожертвование",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "для поддержки моих усилий по обратной разработке, проводимых на кофеине поздним вечером.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Отправьте мне контроллер, который вы хотели бы добавить (отправьте мне электронное письмо для организации).",
|
||||
"Translate this website in your language": "Переведите этот сайт на свой язык",
|
||||
", to help more people like you!": ", чтобы помочь большему числу людей, подобных вам!",
|
||||
"This website uses analytics to improve the service.": "Этот сайт использует аналитику для улучшения сервиса.",
|
||||
|
||||
"Board Model": "Модель платы",
|
||||
"This feature is experimental.": "Эта функция экспериментальная.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Пожалуйста, дайте знать, если модель платы вашего контроллера определена неправильно.",
|
||||
@@ -149,7 +141,6 @@
|
||||
"Err R:": "Ошибка П:",
|
||||
"Err L:": "Ошибка Л:",
|
||||
"Check circularity": "Проверить округлость",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Можно ли сбросить постоянную калибровку на предыдущую?",
|
||||
"No.": "Нет.",
|
||||
"Can you overwrite a permanent calibration?": "Можно ли перезаписать постоянную калибровку?",
|
||||
@@ -165,39 +156,84 @@
|
||||
"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\".": "Только после того, как вы это сделали, нажмите \"Готово\".",
|
||||
|
||||
"Changes saved successfully": "Изменения успешно сохранены",
|
||||
"Error while saving changes:": "Ошибка при сохранении изменений:",
|
||||
"Save changes permanently": "Сохранить изменения навсегда",
|
||||
"Reboot controller": "Перезагрузить контроллер",
|
||||
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"DualSense Edge Calibration": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
104
lang/tr_tr.json
@@ -2,7 +2,6 @@
|
||||
".authorMsg": "- Çeviri: <a href='https://www.youtube.com/channel/UC8pzDCIt_CUj8sa7cYgPzHQ'>Tamir-Teknik</a> tarafından yapılmıştır.",
|
||||
"DualShock Calibration GUI": "DualShock Kalibrasyon Arayüzü",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Desteklenmeyen tarayıcı. Lütfen WebHID desteği olan bir web tarayıcısı kullanın (örneğin, Chrome).",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "Bir DualShock 4 veya DualSense denetleyiciyi bilgisayarınıza bağlayın ve Bağlan düğmesine basın.",
|
||||
"Connect": "Bağlan",
|
||||
"Connected to:": "Bağlanılan cihaz:",
|
||||
"Disconnect": "Bağlantıyı Kes",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Aşağıdaki bölümler kullanışlı değildir, sadece bazı hata ayıklama bilgileri veya manuel komutlar içerir",
|
||||
"NVS Status": "NVS Durumu",
|
||||
"Unknown": "Bilinmiyor",
|
||||
"Debug buttons": "Hata ayıklama düğmeleri",
|
||||
"Query NVS status": "NVS durumunu sorgula",
|
||||
"NVS unlock": "NVS kilidini aç",
|
||||
"NVS lock": "NVS kilitle",
|
||||
@@ -47,10 +45,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Herhangi bir öneriniz veya sorunuz var mı? Bana e-posta veya discord üzerinden mesaj atabilirsiniz.",
|
||||
"Cheers!": "Teşekkürler!",
|
||||
"Support this project": "Bu projeyi destekle",
|
||||
|
||||
"unknown": "bilinmeyen",
|
||||
"original": "orijinal",
|
||||
"clone": "klon",
|
||||
"original": "orijinal",
|
||||
"clone": "klon",
|
||||
"locked": "kilitli",
|
||||
"unlocked": "kilidi açık",
|
||||
"error": "hata",
|
||||
@@ -58,11 +55,10 @@
|
||||
"HW Version": "Donanım Sürümü",
|
||||
"SW Version": "Yazılım Sürümü",
|
||||
"Device Type": "Cihaz Türü",
|
||||
|
||||
"Range calibration completed": "Ara mesafe kalibrasyonu tamamlandı",
|
||||
"Range calibration failed: ": "Ara mesafe kalibrasyonu başarısız oldu: ",
|
||||
"Cannot unlock NVS": "NVS kilidi açılamıyor",
|
||||
"Cannot relock NVS": "NVS kilidi tekrar kilitlenemiyor",
|
||||
"Cannot unlock NVS": "NVS kilidi açılamıyor",
|
||||
"Cannot relock NVS": "NVS kilidi tekrar kilitlenemiyor",
|
||||
"Error 1": "Hata 1",
|
||||
"Error 2": "Hata 2",
|
||||
"Error 3": "Hata 3",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Geçersiz bir cihaz bağlandı: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "DualSense Edge'in kalibrasyonu şu anda desteklenmiyor.",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Cihazın bir DS4 klonu gibi görünüyor. Tüm işlevler devre dışı bırakıldı.",
|
||||
"Error: ": "Hata: ",
|
||||
"My handle on discord is: the_al": "Discord'daki kullanıcı adım: the_al",
|
||||
@@ -96,7 +91,6 @@
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Kalıcı kalibrasyonu yapmadan önce, her şeyin iyi çalıştığından emin olmak için geçici bir kalibrasyon yapın.",
|
||||
"Understood": "Anlaşıldı",
|
||||
"Version": "Sürüm",
|
||||
|
||||
"Frequently Asked Questions": "Sıkça Sorulan Sorular",
|
||||
"Close": "Kapat",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Sıkça Sorulan Sorular bölümüne hoş geldiniz! Aşağıda, bu web sitesi hakkında en sık sorulan soruların cevaplarını bulacaksınız. Başka sorularınız varsa veya daha fazla yardıma ihtiyacınız varsa, doğrudan bana ulaşmaktan çekinmeyin. Geri bildiriminiz ve sorularınız her zaman hoş geldiniz!",
|
||||
@@ -115,7 +109,6 @@
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "Maalesef, kopyalar zaten kalibre edilemez, çünkü sadece normal bir oyun sırasında DualShock4'ün davranışını kopyalarlar, belgelenmemiş tüm işlevleri değil.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Bu algılama işlevselliğini DualSense'e genişletmek istiyorsanız, lütfen bana sahte bir DualSense gönderin ve birkaç hafta içinde göreceksiniz.",
|
||||
"What development is in plan?": "Planlanan geliştirme nedir?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Bu proje için henüz öncelik belirlenmemiş olmasına rağmen, iki ayrı yapılacaklar listesi tutuyorum.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "İlk liste, DualShock4 ve DualSense denetleyicileri için destek geliştirmeyi içerir:",
|
||||
"Implement calibration of L2/R2 triggers.": "L2/R2 tetiklerinin kalibrasyonunu uygula.",
|
||||
@@ -137,7 +130,6 @@
|
||||
"Translate this website in your language": "Bu web sitesini kendi dilinize çevirin",
|
||||
", to help more people like you!": ", sizin gibi daha fazla insanın faydalanması için!",
|
||||
"This website uses analytics to improve the service.": "Bu web sitesi hizmeti iyileştirmek için analiz kullanıyor.",
|
||||
|
||||
"Board Model": "Kart Modeli",
|
||||
"This feature is experimental.": "Bu özellik deneysel.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Denetleyicinizin kart modeli doğru tespit edilmezse lütfen bana bildirin.",
|
||||
@@ -149,7 +141,6 @@
|
||||
"Err R:": "Hata D:",
|
||||
"Err L:": "Hata S:",
|
||||
"Check circularity": "Daireselliği kontrol et",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Kalıcı bir kalibrasyonu önceki kalibrasyona sıfırlayabilir miyim?",
|
||||
"No.": "Hayır.",
|
||||
"Can you overwrite a permanent calibration?": "Kalıcı bir kalibrasyonun üzerine yeniden yazabilirmiyiz",
|
||||
@@ -165,39 +156,84 @@
|
||||
"You have to rotate the joysticks before you press \"Done\".": "\"Tamam\" butonuna basmadan önce joystickleri döndürmelisiniz.",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Analog çerçevesinin kenarlarına dokunduğunuzdan emin olun ve yavaşça döndürün; tercihen her iki yönde - hem saat yönünde, hem saat yönünün tersine.",
|
||||
"Only after you have done that, you click on \"Done\".": "Ancak bunu yaptıktan sonra \"Tamam\" butonuna basmalısınız.",
|
||||
|
||||
"Changes saved successfully": "Değişiklikler başarıyla kaydedildi.",
|
||||
"Error while saving changes:": "Değişiklikleri kaydederken hata:",
|
||||
"Save changes permanently": "Değişiklikleri kalıcı olarak kaydet",
|
||||
"Reboot controller": "Denetleyiciyi yeniden başlat",
|
||||
|
||||
"(beta)": "",
|
||||
"30th Anniversary": "",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "",
|
||||
"Astro Bot": "",
|
||||
"Battery Barcode": "",
|
||||
"Bluetooth Address": "",
|
||||
"Calibration is being stored in the stick modules.": "",
|
||||
"Cancel": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Center X": "",
|
||||
"Center Y": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Controller Info": "",
|
||||
"Cosmic Red": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"DualSense Edge Calibration": "",
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Type": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"FW Version": "",
|
||||
"Finetune stick calibration": "",
|
||||
"For more info or help, feel free to reach out on Discord.": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"HW Model": "",
|
||||
"Hardware": "",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "",
|
||||
"Left Module Barcode": "",
|
||||
"Left stick": "",
|
||||
"MCU Unique ID": "",
|
||||
"Midnight Black": "",
|
||||
"More details and images": "",
|
||||
"Nova Pink": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "",
|
||||
"Right Module Barcode": "",
|
||||
"Right stick": "",
|
||||
"SBL FW Version": "",
|
||||
"Save": "",
|
||||
"Serial Number": "",
|
||||
"Show all": "",
|
||||
"Software": "",
|
||||
"Spider FW Version": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "",
|
||||
"Thank you for your generosity and support!": "",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "",
|
||||
"This screen allows to finetune raw calibration data on your controller": "",
|
||||
"Touchpad FW Version": "",
|
||||
"Touchpad ID": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
"Venom FW Version": "",
|
||||
"Volcanic Red": "",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "",
|
||||
"White": "",
|
||||
"You can do this in two ways:": "",
|
||||
"here": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
239
lang/ua_ua.json
Normal file
@@ -0,0 +1,239 @@
|
||||
{
|
||||
".authorMsg": "- Переклав солов'їною: sladk0y",
|
||||
"DualShock Calibration GUI": "ГІК калібрування DualShock",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "Цей браузер не підтримується. Будь ласка, використовуйте веб-браузер із підтримкою WebHID (наприклад, Chrome).",
|
||||
"Connect": "Підключити",
|
||||
"Connected to:": "Підключено до:",
|
||||
"Disconnect": "Від'їднати",
|
||||
"Calibrate stick center": "Калібрувати центральне положення стіка",
|
||||
"Calibrate stick range": "Калібрувати діапазон стіка",
|
||||
"Sections below are not useful, just some debug infos or manual commands": "Розділи нижче не є корисними — це лише відладочна інформація або ручні команди",
|
||||
"NVS Status": "Статус NVS",
|
||||
"Unknown": "Невідомо",
|
||||
"Debug buttons": "Кнопки для налагодження",
|
||||
"Query NVS status": "Запит статусу NVS",
|
||||
"NVS unlock": "Розблокувати NVS",
|
||||
"NVS lock": "Заблокувати NVS",
|
||||
"Fast calibrate stick center (OLD)": "Швидка калібровка центрального положення стіка (СТАРЕ)",
|
||||
"Stick center calibration": "Калібрування центрального положення стіка.",
|
||||
"Welcome": "Ласкаво просимо!",
|
||||
"Step 1": "Крок 1",
|
||||
"Step 2": "Крок 2",
|
||||
"Step 3": "Крок 3",
|
||||
"Step 4": "Крок 4",
|
||||
"Completed": "Завершено",
|
||||
"Welcome to the stick center-calibration wizard!": "Ласкаво просимо до майстра калібрування центрального положення стіка!",
|
||||
"This tool will guide you in re-centering the analog sticks of your controller. It consists in four steps: you will be asked to move both sticks in a direction and release them.": "Цей інструмент допоможе вам відкалібрувати центральне положення аналогових стіків вашого контролера. Процес складається з чотирьох кроків: вам буде запропоновано перемістити обидва стіки в певному напрямку і відпустити їх.",
|
||||
"Please be aware that, <i>once the calibration is running, it cannot be canceled</i>. Do not close this page or disconnect your controller until is completed.": "Зверніть увагу, що <i>після початку калібрування, її неможливо буде скасувати</i>. Не закривайте цю сторінку та не відключайте контролер до завершення процесу.",
|
||||
"Press <b>Start</b> to begin calibration.": "Натисніть <b>Старт</b>, щоб почати калібрування.",
|
||||
"Please move both sticks to the <b>top-left corner</b> and release them.": "Будь ласка, перемістіть обидва стіки в <b>верхній лівий кут</b> і відпустіть їх.",
|
||||
"When the sticks are back in the center, press <b>Continue</b>.": "Коли стіки повернуться в центральне положення, натисніть <b>Продовжити</b>.",
|
||||
"Please move both sticks to the <b>top-right corner</b> and release them.": "Будь ласка, перемістіть обидва стіки в <b>верхній правий кут</b> і відпустіть їх.",
|
||||
"Please move both sticks to the <b>bottom-left corner</b> and release them.": "Будь ласка, перемістіть обидва стіки в <b>нижній лівий кут</b> і відпустіть їх.",
|
||||
"Please move both sticks to the <b>bottom-right corner</b> and release them.": "Будь ласка, перемістіть обидва стіки в <b>нижній правий кут</b> і відпустіть їх.",
|
||||
"Calibration completed successfully!": "Калібрування успішно завершено!",
|
||||
"Next": "Далі",
|
||||
"Recentering the controller sticks. ": "Центрування стіків контролера. ",
|
||||
"Please do not close this window and do not disconnect your controller. ": "Будь ласка, не закривайте це вікно і не відключайте ваш контролер. ",
|
||||
"Range calibration": "Калібрування діапазону.",
|
||||
"<b>The controller is now sampling data!</b>": "<b>Контролер зараз збирає дані!</b>",
|
||||
"Rotate the sticks slowly to cover the whole range. Press \"Done\" when completed.": "Повільно обертайте стіки, щоб охопити весь діапазон. Натисніть \"Готово\", коли завершите.",
|
||||
"Done": "Готово",
|
||||
"Hi, thank you for using this software.": "Привіт, дякуємо за використання цього програмного забезпечення.",
|
||||
"If you're finding it helpful and you want to support my efforts, feel free to": "Якщо вважаєте, що це корисно й хочете підтримати мої зусилля - не соромтесь і",
|
||||
"buy me a coffee": "пригостіть мене кавою!",
|
||||
"! :)": "! :)",
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "Маєте пропозиції чи виникли проблеми? Напишіть мені на електронну пошту або в Discord.",
|
||||
"Cheers!": "Дякую!",
|
||||
"Support this project": "Підтримайте проєкт!",
|
||||
"unknown": "невідомо",
|
||||
"original": "оригінальний",
|
||||
"clone": "клон",
|
||||
"locked": "заблоковано",
|
||||
"unlocked": "розблоковано",
|
||||
"error": "помилка",
|
||||
"Build Date": "Дата збірки",
|
||||
"HW Version": "Версія апаратного забезпечення",
|
||||
"SW Version": "Версія програмного забезпечення",
|
||||
"Device Type": "Тип пристрою",
|
||||
"Range calibration completed": "Калібрування діапазону завершено",
|
||||
"Range calibration failed: ": "Калібрування діапазону не вдалося: ",
|
||||
"Cannot unlock NVS": "Не вдається розблокувати NVS",
|
||||
"Cannot relock NVS": "Не вдається заблокувати NVS повторно",
|
||||
"Error 1": "Помилка 1",
|
||||
"Error 2": "Помилка 2",
|
||||
"Error 3": "Помилка 3",
|
||||
"Stick calibration failed: ": "Калібрування джойстика не вдалося: ",
|
||||
"Stick calibration completed": "Калібрування джойстика завершено",
|
||||
"NVS Lock failed: ": "Блокування NVS не вдалося: ",
|
||||
"NVS Unlock failed: ": "Розблокування NVS не вдалося: ",
|
||||
"Please connect only one controller at time.": "Будь ласка, підключайте лише один контролер одночасно.",
|
||||
"Sony DualShock 4 V1": "Sony DualShock 4 V1",
|
||||
"Sony DualShock 4 V2": "Sony DualShock 4 V2",
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "Підключено неприпустиме пристрій: ",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "Пристрій, ймовірно, є клоном DS4. Усі функції вимкнено.",
|
||||
"Error: ": "Помилка: ",
|
||||
"My handle on discord is: the_al": "Мій нік у Discord: the_al",
|
||||
"Initializing...": "Ініціалізація...",
|
||||
"Storing calibration...": "Збереження калібрування...",
|
||||
"Sampling...": "Збір даних...",
|
||||
"Calibration in progress": "Калібрування триває",
|
||||
"Start": "Старт",
|
||||
"Continue": "Продовжити",
|
||||
"You can check the calibration with the": "Ви можете перевірити калібрування за допомогою",
|
||||
"Have a nice day :)": "Гарного дня! :)",
|
||||
"Welcome to the Calibration GUI": "Ласкаво просимо до інтерфейсу калібрування",
|
||||
"Just few things to know before you can start:": "Кілька речей, які потрібно знати перед початком:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "Цей сайт не має відношення до Sony, PlayStation та інших компаній.",
|
||||
"This service is provided without warranty. Use at your own risk.": "Цей сервіс надається без гарантії. Використовувати на власний ризик.",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "Тримайте внутрішню батарею контролера підключеною та переконайтеся, що вона добре заряджена. Якщо батарея розрядиться під час операцій, контролер буде пошкоджено і стане непридатним для використання.",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "Перед постійним калібруванням спробуйте тимчасове, щоб переконатися, що все працює добре.",
|
||||
"Understood": "Зрозуміло",
|
||||
"Version": "Версія",
|
||||
"Frequently Asked Questions": "Часто задавані питання",
|
||||
"Close": "Закрити",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "Ласкаво просимо до розділу Часто задаваних питань! Нижче ви знайдете відповіді на деякі з найпоширеніших питань про цей вебсайт. Якщо у вас є інші запитання або потрібна додаткова допомога, не соромтеся звертатися до мене безпосередньо. Ваші відгуки та питання завжди вітаються!",
|
||||
"How does it work?": "Як це працює?",
|
||||
"Behind the scenes, this website is the culmination of one year of dedicated effort in reverse-engineering DualShock controllers for fun/hobby from a random guy on the internet.": "За лаштунками цей вебсайт є результатом одного року наполегливої роботи з зворотного інжинірингу контролерів DualShock для розваги/хобі від випадкової людини в Інтернеті.",
|
||||
"Through": "Через",
|
||||
"this research": "це дослідження",
|
||||
", it was discovered that there exist some undocumented commands on DualShock controllers that can be sent via USB and are used during factory assembly process. If these commands are sent, the controller starts the recalibration of analog sticks.": ", було виявлено, що існують деякі не задокументовані команди на контролерах DualShock, які можна відправляти через USB і які використовуються під час процесу зборки на фабриці. Якщо ці команди надсилаються, контролер починає перекалібровку аналогових стиків.",
|
||||
"While the primary focus of this research wasn't initially centered on recalibration, it became apparent that a service offering this capability could greatly benefit numerous individuals. And thus, here we are.": "Хоча основний фокус цього дослідження спочатку не був зосереджений на перекалібровці, стало очевидно, що сервіс, який пропонує цю можливість, може принести велику користь багатьом людям. І ось ми тут.",
|
||||
"Does the calibration remain effective during gameplay on PS4/PS5?": "Чи зберігається ефективність калібрування під час гри на PS4/PS5?",
|
||||
"Yes, if you tick the checkbox \"Write changes permanently in the controller\". In that case, the calibration is flashed directly in the controller firmware. This ensures that it remains in place regardless of the console it's connected to.": "Так, якщо ви поставите прапорець \"Записати зміни постійно в контролер\". У такому випадку калібрування прошивається безпосередньо в прошивку контролера. Це гарантує, що воно залишиться на місці незалежно від консолі, до якої підключено.",
|
||||
"Is this an officially endorsed service?": "Це офіційно підтримуваний сервіс?",
|
||||
"No, this service is simply a creation by a DualShock enthusiast.": "Ні, цей сервіс є просто твором ентузіаста DualShock.",
|
||||
"Does this website detects if a controller is a clone?": "Цей сайт визначає, чи є контролер клоном?",
|
||||
"Yes, only DualShock4 at the moment. This happened because I accidentally purchased some clones, spent time identifying the differences and added this functionality to prevent future deception.": "Так, наразі тільки для DualShock4. Це сталося тому, що я випадково придбав кілька клонів, витратив час на визначення відмінностей і додав цю функціональність, щоб запобігти майбутнім обманам.",
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "На жаль, клони все одно не можуть бути відкалібровані, тому що вони лише клонують поведінку DualShock4 під час звичайної гри, а не всі не задокументовані функції.",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "Якщо ви хочете розширити цю функціональність виявлення на DualSense, будь ласка, надішліть мені підроблений DualSense, і ви побачите результат за кілька тижнів.",
|
||||
"What development is in plan?": "Які розробки заплановані?",
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "Я веду два окремих списки справ для цього проекту, хоча пріоритет ще не встановлений.",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "Перший список стосується покращення підтримки контролерів DualShock4 та DualSense:",
|
||||
"Implement calibration of L2/R2 triggers.": "Впровадити калібрування тригерів L2/R2.",
|
||||
"Improve detection of clones, particularly beneficial for those seeking to purchase used controllers with assurance of authenticity.": "Покращити виявлення клонів, що особливо корисно для тих, хто хоче придбати вживані контролери з гарантією автентичності.",
|
||||
"Enhance user interface (e.g. provide additional controller information)": "Покращити інтерфейс користувача (наприклад, надати додаткову інформацію про контролер)",
|
||||
"Add support for recalibrating IMUs.": "Додати підтримку повторної калібровки IMU.",
|
||||
"Additionally, explore the possibility of reviving non-functioning DualShock controllers (further discussion available on Discord for interested parties).": "Крім того, дослідити можливість відновлення несправних контролерів DualShock (додаткове обговорення доступне на Discord для зацікавлених осіб).",
|
||||
"The second list contains new controllers I aim to support:": "Другий список містить нові контролери, які я планую підтримати:",
|
||||
"DualSense Edge": "DualSense Edge",
|
||||
"DualShock 3": "DualShock 3",
|
||||
"XBox Controllers": "Контролери Xbox",
|
||||
"Each of these tasks presents both immense interest and significant time investment. To provide context, supporting a new controller typically demands 6-12 months of full-time research, alongside a stroke of good fortune.": "Кожне з цих завдань є надзвичайно цікавим і вимагає значних часових витрат. Для контексту, підтримка нового контролера зазвичай вимагає 6-12 місяців повноцінного дослідження, а також удачі.",
|
||||
"I love this service, it helped me! How can I contribute?": "Мені подобається цей сервіс, він мені допоміг! Як я можу внести свій вклад?",
|
||||
"I'm glad to hear that you found this helpful! If you're interested in contributing, here are a few ways you can help me:": "Я радий чути, що це допомогло! Якщо ви зацікавлені у внеску, ось кілька способів, як ви можете допомогти:",
|
||||
"Consider making a": "Розгляньте можливість зробити",
|
||||
"donation": "пожертвування",
|
||||
"to support my late-night caffeine-fueled reverse-engineering efforts.": "для підтримки моїх зусиль зворотного інжинірингу, що проводяться на кофеїні пізно вночі.",
|
||||
"Ship me a controller you would love to add (send me an email for organization).": "Надішліть мені контролер, який ви хочете додати (відправте мені електронний лист для організації).",
|
||||
"Translate this website in your language": "Перекладіть цей сайт на вашу мову",
|
||||
", to help more people like you!": ", щоб допомогти більшій кількості людей, подібних до вас!",
|
||||
"This website uses analytics to improve the service.": "Цей сайт використовує аналітику для покращення сервісу.",
|
||||
"Board Model": "Модель плати",
|
||||
"This feature is experimental.": "Ця функція є експериментальною.",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "Будь ласка, повідомте, якщо модель плати вашого контролера визначена неправильно.",
|
||||
"Board model detection thanks to": "Визначення моделі плати завдяки",
|
||||
"Please connect the device using a USB cable.": "Будь ласка, підключіть пристрій за допомогою USB-кабелю.",
|
||||
"This DualSense controller has outdated firmware.": "Прошивка цього контролера DualSense застаріла.",
|
||||
"Please update the firmware and try again.": "Будь ласка, оновіть прошивку та спробуйте знову.",
|
||||
"Joystick Info": "Інформація про джойстик",
|
||||
"Err R:": "Помилка П:",
|
||||
"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.": "Я помітив, що деякі контролери з коробки мають гіршу заводську калібровку, ніж якби я їх перекалібрував. Це особливо стосується кругової точності контролерів SCUF з унікальною оболонкою.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "Чи скине оновлення прошивки (Dualsense) калібровку?",
|
||||
"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\".": "Тільки після того, як ви це зробите, натискайте \"Готово\".",
|
||||
"Changes saved successfully": "Зміни успішно збережено",
|
||||
"Error while saving changes:": "Помилка при збереженні змін:",
|
||||
"Save changes permanently": "Зберегти зміни назавжди",
|
||||
"Reboot controller": "Перезавантажити контролер",
|
||||
"Controller Info": "Інформація про контролер",
|
||||
"Debug Info": "Інформація для налагодження",
|
||||
"Software": "ПЗ",
|
||||
"Hardware": "Апаратура",
|
||||
"FW Build Date": "Дата складання прошивки",
|
||||
"FW Type": "Тип прошивки",
|
||||
"FW Series": "Серія прошивки",
|
||||
"FW Version": "Версія прошивки",
|
||||
"FW Update": "Оновлення прошивки",
|
||||
"FW Update Info": "Інформація про оновлення прошивки",
|
||||
"SBL FW Version": "Версія прошивки SBL",
|
||||
"Venom FW Version": "Версія прошивки Venom",
|
||||
"Spider FW Version": "Версія прошивки Spider",
|
||||
"Touchpad FW Version": "Версія прошивки сенсорної панелі",
|
||||
"Serial Number": "Серійний номер",
|
||||
"MCU Unique ID": "Унікальний ID MCU",
|
||||
"PCBA ID": "ID PCBA",
|
||||
"Battery Barcode": "Штрих-код батареї",
|
||||
"VCM Left Barcode": "Штрих-код VCM лівий",
|
||||
"VCM Right Barcode": "Штрих-код VCM правий",
|
||||
"HW Model": "Модель апаратного забезпечення",
|
||||
"Touchpad ID": "ID сенсорної панелі",
|
||||
"Bluetooth Address": "Bluetooth адреса",
|
||||
"Show all": "Показати все",
|
||||
"(beta)": "(бета)",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller": "<b>Зовнішньо</b>: шляхом подачі +1,8В безпосередньо на видиму тестову точку без розбирання контролера",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>Внутрішньо</b>: припаявши дріт від джерела +1,8В до тестової точки захисту від запису.",
|
||||
"Calibration is being stored in the stick modules.": "Калібрування зберігається в модулях стіків.",
|
||||
"Cancel": "Скасувати",
|
||||
"Center X": "Центр X",
|
||||
"Center Y": "Центр Y",
|
||||
"DualSense Edge Calibration": "Калібрування DualSense Edge",
|
||||
"Finetune stick calibration": "Тонке налаштування калібрування стіків",
|
||||
"For more info or help, feel free to reach out on Discord.": "Для додаткової інформації або допомоги звертайтесь у Discord.",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "Я активно працюю над додаванням сумісності, головна складність полягає в записі даних у модулі стіків.",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "Якщо цей інструмент був вам корисний або ви хочете пришвидшити додавання підтримки DualSense Edge, розгляньте можливість підтримати проєкт через",
|
||||
"Left stick": "Лівий стік",
|
||||
"More details and images": "Більше деталей та зображень",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "Будь ласка, підключіть контролер DualShock 4, DualSense або DualSense Edge до комп’ютера та натисніть «Підключити».",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "Зверніть увагу: модулі стіків на DS Edge <b>неможливо відкалібрувати лише програмним шляхом</b>. Щоб зберегти власне калібрування у внутрішній памʼяті стіка, потрібна <b>апаратна модифікація</b>.",
|
||||
"Right stick": "Правий стік",
|
||||
"Save": "Зберегти",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "Підтримка калібрування модулів стіків DualSense Edge тепер доступна як <b>експериментальна функція</b>.",
|
||||
"Thank you for your generosity and support!": "Дякуємо за вашу щедрість та підтримку!",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "Графічний інтерфейс калібрування DualShock наразі не підтримує DualSense Edge.",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "Це вимагає тимчасового вимкнення захисту від запису шляхом подачі <b>+1,8В</b> на певну тестову точку кожного модуля.",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "Це лише для досвідчених користувачів. Якщо ви не впевнені у своїх діях, будь ласка, не намагайтеся це зробити.",
|
||||
"This screen allows to finetune raw calibration data on your controller": "Цей екран дозволяє тонко налаштувати необроблені дані калібрування вашого контролера",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "Ми не несемо відповідальності за будь-які пошкодження, спричинені спробами цієї модифікації.",
|
||||
"You can do this in two ways:": "Ви можете зробити це двома способами:",
|
||||
"here": "тут",
|
||||
"30th Anniversary": "",
|
||||
"Astro Bot": "",
|
||||
"Cannot lock": "",
|
||||
"Cannot store data into": "",
|
||||
"Cannot unlock": "",
|
||||
"Cobalt Blue": "",
|
||||
"Color": "",
|
||||
"Color detection thanks to": "",
|
||||
"Cosmic Red": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "",
|
||||
"Left Module Barcode": "",
|
||||
"Midnight Black": "",
|
||||
"Nova Pink": "",
|
||||
"Right Module Barcode": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Volcanic Red": "",
|
||||
"White": "",
|
||||
"left module": "",
|
||||
"right module": "",
|
||||
"": ""
|
||||
}
|
||||
134
lang/zh_cn.json
@@ -1,8 +1,7 @@
|
||||
{
|
||||
".authorMsg": "- 中文翻译由 <a href='https://github.com/Yyiyun'>Eythavon</a> <a href='https://space.bilibili.com/7173897'>坩埚钳特大号</a> 提供",
|
||||
".authorMsg": "- 中文翻译由 <a href='https://github.com/Yyiyun'>Eythavon</a> <a href='https://space.bilibili.com/7173897'>坩埚钳特大号</a> <a href='https://space.bilibili.com/185181540'>修手柄的小丁</a> 提供",
|
||||
"DualShock Calibration GUI": "手柄校准界面",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "浏览器不支持。请使用支持 WebHID 的浏览器 (例如 Chrome)。",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "将 DualShock 4 或 DualSense 手柄连接到您的计算机,然后按下连接。",
|
||||
"Connect": "连接",
|
||||
"Connected to:": "连接至:",
|
||||
"Disconnect": "断开连接",
|
||||
@@ -47,10 +46,9 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "您有任何建议或问题吗?通过电子邮件或 Discord 给我留言。",
|
||||
"Cheers!": "干杯!",
|
||||
"Support this project": "支持此项目",
|
||||
|
||||
"unknown": "未知设备",
|
||||
"original": "原厂正品",
|
||||
"clone": "克隆盗版",
|
||||
"original": "原厂正品",
|
||||
"clone": "克隆盗版",
|
||||
"locked": "已锁定",
|
||||
"unlocked": "已解锁",
|
||||
"error": "错误",
|
||||
@@ -58,11 +56,10 @@
|
||||
"HW Version": "硬件版本",
|
||||
"SW Version": "软件版本",
|
||||
"Device Type": "设备类型",
|
||||
|
||||
"Range calibration completed": "摇杆外圈校准已完成",
|
||||
"Range calibration failed: ": "摇杆外圈校准失败: ",
|
||||
"Cannot unlock NVS": "无法解锁 NVS",
|
||||
"Cannot relock NVS": "无法重新锁定 NVS",
|
||||
"Cannot unlock NVS": "无法解锁 NVS",
|
||||
"Cannot relock NVS": "无法重新锁定 NVS",
|
||||
"Error 1": "错误 1",
|
||||
"Error 2": "错误 2",
|
||||
"Error 3": "错误 3",
|
||||
@@ -76,7 +73,6 @@
|
||||
"Sony DualSense": "PS5手柄(Sony DualSense)",
|
||||
"Sony DualSense Edge": "PS5精英手柄/DSE(Sony DualSense Edge)",
|
||||
"Connected invalid device: ": "连接了无效设备: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "目前不支持对 DSE 的校准。",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "该设备似乎是 盗版DS4 。所有功能均已禁用。",
|
||||
"Error: ": "错误: ",
|
||||
"My handle on discord is: the_al": "我的 Discord 用户名是: the_al",
|
||||
@@ -89,14 +85,13 @@
|
||||
"You can check the calibration with the": "您可以通过以下方式检查校准",
|
||||
"Have a nice day :)": "您慢走 :)",
|
||||
"Welcome to the Calibration GUI": "欢迎使用校准 GUI",
|
||||
"Just few things to know before you can start:": "在开始之前,有几件事情需要了解:",
|
||||
"Just few things to know before you can start:": "在开始之前,有几件事情需要了解:",
|
||||
"This website is not affiliated with Sony, PlayStation & co.": "此网站与 Sony、PlayStation 等无关。",
|
||||
"This service is provided without warranty. Use at your own risk.": "此服务不附带任何保修。使用需自负风险。",
|
||||
"This service is provided without warranty. Use at your own risk.": "此服务不附带任何保修。使用需自负风险。",
|
||||
"Keep the internal battery of the controller connected and ensure it is well charged. If the battery dies during operations, the controller will be damaged and rendered unusable.": "保持手柄的内部电池连接,并确保其充电充足。如果在操作过程中电池电量耗尽,手柄将受损并无法使用。",
|
||||
"Before doing the permanent calibration, try the temporary one to ensure that everything is working well.": "在进行永久校准之前,先尝试临时校准以确保一切正常。",
|
||||
"Understood": "知道了",
|
||||
"Version": "版本",
|
||||
|
||||
"Frequently Asked Questions": "常见问题",
|
||||
"Close": "关闭",
|
||||
"Welcome to the F.A.Q. section! Below, you'll find answers to some of the most commonly asked questions about this website. If you have any other inquiries or need further assistance, feel free to reach out to me directly. Your feedback and questions are always welcome!": "欢迎来到常见问题的解答部分!在下面,您将找到关于本网站常见问题的答案。如果您有任何其他疑问或者需要进一步的帮助,请随时直接联系我。欢迎您的反馈和提问!",
|
||||
@@ -115,7 +110,6 @@
|
||||
"Unfortunately, the clones cannot be calibrated anyway, because they only clone the behavior of a DualShock4 during a normal gameplay, not all the undocumented functionalities.": "坏消息,盗版无论如何都不能进行校准,因为它们只复制了在正常游戏过程中DualShock4的功能部分,而不是所有未记录的功能。",
|
||||
"If you want to extend this detection functionality to DualSense, please ship me a fake DualSense and you'll see it in few weeks.": "如果您想将此检测功能扩展到DualSense,请给我寄送一个假的DualSense,您将在几周内看到结果。",
|
||||
"What development is in plan?": "有什么发展计划吗?",
|
||||
|
||||
"I maintain two separate to-do lists for this project, although the priority has yet to be established.": "我在这个项目上还有两件想个的功能,虽然不知道先做哪个。",
|
||||
"The first list is about enhancing support for DualShock4 and DualSense controllers:": "第一个列表是关于加强对DualShock4和DualSense手柄的支持:",
|
||||
"Implement calibration of L2/R2 triggers.": "实现L2/R2扳机的校准。",
|
||||
@@ -137,20 +131,17 @@
|
||||
"Translate this website in your language": "将这个网站翻译成您的语言",
|
||||
", to help more people like you!": "来帮助更多像您一样的人!",
|
||||
"This website uses analytics to improve the service.": "该网站使用分析工具来提升服务质量。",
|
||||
|
||||
"Board Model": "主板型号",
|
||||
"This feature is experimental.": "此功能为实验性质。",
|
||||
"Please let me know if the board model of your controller is not detected correctly.": "如果没有正确检测您手柄的主板型号,请告诉我。",
|
||||
"Board model detection thanks to": "主板型号检测功能需要感谢",
|
||||
|
||||
"Please connect the device using a USB cable.": "请使用USB线连接设备。",
|
||||
"This DualSense controller has outdated firmware.": "该DualSense手柄的固件已过时。",
|
||||
"Please update the firmware and try again.": "请更新固件后重试。",
|
||||
"Joystick Info": "摇杆信息",
|
||||
"Err R:": "右摇杆错误率",
|
||||
"Err L:": "左摇杆错误率",
|
||||
"Err R:": "右摇杆错误率",
|
||||
"Err L:": "左摇杆错误率",
|
||||
"Check circularity": "检查摇杆外圈圆度。",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "我可以回退到之前的校准吗?",
|
||||
"No.": "不可以。",
|
||||
"Can you overwrite a permanent calibration?": "可以覆盖永久校准吗?",
|
||||
@@ -166,39 +157,84 @@
|
||||
"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\".": "完成上述操作后,才能点击“完成”按钮。",
|
||||
|
||||
"Changes saved successfully": "更改已成功保存。",
|
||||
"Error while saving changes:": "保存更改时出错:",
|
||||
"Save changes permanently": "永久保存更改",
|
||||
"Reboot controller": "重启手柄",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Controller Info": "手柄信息",
|
||||
"Debug Info": "调试信息",
|
||||
"Software": "软件",
|
||||
"Hardware": "硬件",
|
||||
"FW Build Date": "固件构建日期",
|
||||
"FW Type": "固件类型",
|
||||
"FW Series": "固件系列",
|
||||
"FW Version": "固件版本",
|
||||
"FW Update": "固件更新",
|
||||
"FW Update Info": "固件升级信息",
|
||||
"SBL FW Version": "SBL固件版本",
|
||||
"Venom FW Version": "Venom固件版本",
|
||||
"Spider FW Version": "Spider固件版本",
|
||||
"Touchpad FW Version": "触摸板固件版本",
|
||||
"Serial Number": "序列号",
|
||||
"MCU Unique ID": "MCU唯一ID",
|
||||
"PCBA ID": "PCBA ID",
|
||||
"Battery Barcode": "电池条形码",
|
||||
"VCM Left Barcode": "VCM左条形码",
|
||||
"VCM Right Barcode": "VCM右条形码",
|
||||
"HW Model": "硬件模型",
|
||||
"Touchpad ID": "触摸板ID",
|
||||
"Bluetooth Address": "蓝牙地址",
|
||||
"Show all": "显示全部信息",
|
||||
"Finetune stick calibration": "微调摇杆校准",
|
||||
"(beta)": "测试版本",
|
||||
"This screen allows to finetune raw calibration data on your controller": "此界面允许微调手柄上的原始校准数据",
|
||||
"Left stick": "左摇杆电压(mV)",
|
||||
"Right stick": "右摇杆电压(mV)",
|
||||
"Center X": "X轴中心",
|
||||
"Center Y": "Y轴中心",
|
||||
"Save": "保存",
|
||||
"Cancel": "取消",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "DualShock校准GUI目前不支持DualSense Edge。",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "我正在积极致力于兼容,主要研究将数据存储到摇杆模块中。",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "如果这个工具对你有所帮助,或者你希望看到对于DualSense Edge的支持更快到来,请考虑支持这个项目。",
|
||||
"Thank you for your generosity and support!": "感谢您的慷慨和支持!",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller.": "<b>外部</b>:无需打开手柄,直接对可见的测试点施加+1.8V",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>内部</b>:将+1.8V电源与写保护测试点飞线连接。",
|
||||
"Calibration is being stored in the stick modules.": "校准数据正在存储于摇杆模块中。",
|
||||
"DualSense Edge Calibration": "DualSense Edge校准",
|
||||
"For more info or help, feel free to reach out on Discord.": "需要更多信息或帮助,请随时在Discord上联系。",
|
||||
"More details and images": "更多细节和图像",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "请将DualShock 4、DualSense 或 DualSense Edge 手柄连接到您的电脑,然后按下“连接”。",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.": "请注意:DS Edge上的摇杆模块<b>无法仅通过软件进行校准</b>。",
|
||||
"To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "要在摇杆的内部存储器上存储自定义校准,需要进行<b>硬件修改</b>。",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "现已提供校准 DualSense Edge 摇杆模块的支持,此功能为<b>实验性功能</b>。",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "这涉及到通过对每个模块上的特定测试点施加<b>+1.8V</b>电压来暂时禁用写保护。",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "这仅适用于高级用户。如果您不确定自己在做什么,请不要尝试。",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "我们不对因尝试此修改而造成的任何损坏负责。",
|
||||
"You can do this in two ways:": "你可以用两种方式来做",
|
||||
"here": "这里",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "如果校准没有永久生效,请检查硬件模块的接线。",
|
||||
"Cannot lock": "无法锁定",
|
||||
"Cannot store data into": "无法将数据存储到",
|
||||
"Cannot unlock": "无法解锁",
|
||||
"Color": "颜色",
|
||||
"Color detection thanks to": "颜色检测由",
|
||||
"Left Module Barcode": "左侧模块条形码",
|
||||
"Right Module Barcode": "右侧模块条形码",
|
||||
"left module": "左侧模块",
|
||||
"right module": "右侧模块",
|
||||
"30th Anniversary": "",
|
||||
"Astro Bot": "",
|
||||
"Cobalt Blue": "",
|
||||
"Cosmic Red": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"Midnight Black": "",
|
||||
"Nova Pink": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Volcanic Red": "",
|
||||
"White": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
120
lang/zh_tw.json
@@ -1,8 +1,7 @@
|
||||
{
|
||||
".authorMsg": "- 中文(繁體)翻譯由 JEFF 提供",
|
||||
".authorMsg": "- 中文(繁體)翻譯由 JEFF <a href='https://space.bilibili.com/185181540'>修手柄的小丁</a> 提供",
|
||||
"DualShock Calibration GUI": "手把校準界面",
|
||||
"Unsupported browser. Please use a web browser with WebHID support (e.g. Chrome).": "不支持的瀏覽器。請使用支持 WebHID 的瀏覽器 (例如 Chrome)。",
|
||||
"Connect a DualShock 4 or a DualSense controller to your computer and press Connect.": "將 DualShock 4 或 DualSense 手把連結到您的電腦,然後按下連結。",
|
||||
"Connect": "連結",
|
||||
"Connected to:": "連結至:",
|
||||
"Disconnect": "斷開連結",
|
||||
@@ -11,7 +10,6 @@
|
||||
"Sections below are not useful, just some debug infos or manual commands": "以下部分沒有用處,只是一些除錯資訊或手動命令",
|
||||
"NVS Status": "NVS 狀態",
|
||||
"Unknown": "未知",
|
||||
"Debug buttons": "除錯按钮",
|
||||
"Query NVS status": "查詢 NVS 狀態",
|
||||
"NVS unlock": "解鎖 NVS",
|
||||
"NVS lock": "鎖定 NVS",
|
||||
@@ -47,7 +45,6 @@
|
||||
"Do you have any suggestion or issue? Drop me a message via email or discord.": "您有任何建議或問題嗎?透過電子郵件或 Discord 給我留言。",
|
||||
"Cheers!": "乾杯!",
|
||||
"Support this project": "支持此項目",
|
||||
|
||||
"unknown": "未知設備",
|
||||
"original": "原廠正品",
|
||||
"clone": "克隆盜版",
|
||||
@@ -58,7 +55,6 @@
|
||||
"HW Version": "硬體版本",
|
||||
"SW Version": "軟體版本",
|
||||
"Device Type": "設備類型",
|
||||
|
||||
"Range calibration completed": "搖桿外圈校準已完成",
|
||||
"Range calibration failed: ": "搖桿外圈校準失敗: ",
|
||||
"Cannot unlock NVS": "無法解鎖 NVS",
|
||||
@@ -76,7 +72,6 @@
|
||||
"Sony DualSense": "Sony DualSense",
|
||||
"Sony DualSense Edge": "Sony DualSense Edge",
|
||||
"Connected invalid device: ": "連接了無效設備: ",
|
||||
"Calibration of the DualSense Edge is not currently supported.": "目前不支援對 DualSense Edge 的校準。",
|
||||
"The device appears to be a DS4 clone. All functionalities are disabled.": "該設備似乎是 DS4 盜版。所有功能均已停用。",
|
||||
"Error: ": "錯誤: ",
|
||||
"My handle on discord is: the_al": "我的 Discord 用戶名是: the_al",
|
||||
@@ -146,7 +141,6 @@
|
||||
"Err R:": "右搖桿錯誤率",
|
||||
"Err L:": "左搖桿錯誤率",
|
||||
"Check circularity": "檢查搖桿外圈圓度。",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "我可以將永久校準重置為之前的校準嗎?",
|
||||
"No.": "不可以。",
|
||||
"Can you overwrite a permanent calibration?": "可以覆蓋永久校準嗎?",
|
||||
@@ -154,7 +148,7 @@
|
||||
"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.": "我注意到某些控制器出廠時的工廠校準比我重新校準後還要差。尤其是 SCUF 控制器具有獨特外殼的圓形校準。",
|
||||
"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.": "我注意到某些手把出廠時的工廠校準比我重新校準後還要差。尤其是 SCUF 手把具有獨特外殼的圓形校準。",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) 更新韌體會重置校準嗎?",
|
||||
"After range calibration, joysticks always go in corners.": "範圍校準後,搖桿總是會進入角落。",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "這個問題發生是因為你在開始範圍校準後立即點擊了\"完成\"。",
|
||||
@@ -162,39 +156,85 @@
|
||||
"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\".": "只有在這樣做之後,你才可以點擊\"完成\"。",
|
||||
|
||||
"Changes saved successfully": "更改已成功保存",
|
||||
"Error while saving changes:": "保存更改時出錯:",
|
||||
"Save changes permanently": "永久保存更改",
|
||||
"Reboot controller": "重啟控制器",
|
||||
|
||||
"Controller Info": "",
|
||||
"Debug Info": "",
|
||||
"Debug buttons": "",
|
||||
"Software": "",
|
||||
"Hardware": "",
|
||||
|
||||
"FW Build Date": "",
|
||||
"FW Type": "",
|
||||
"FW Series": "",
|
||||
"FW Version": "",
|
||||
"FW Update": "",
|
||||
"FW Update Info": "",
|
||||
"SBL FW Version": "",
|
||||
"Venom FW Version": "",
|
||||
"Spider FW Version": "",
|
||||
"Touchpad FW Version": "",
|
||||
|
||||
"Serial Number": "",
|
||||
"MCU Unique ID": "",
|
||||
"PCBA ID": "",
|
||||
"Battery Barcode": "",
|
||||
"VCM Left Barcode": "",
|
||||
"VCM Right Barcode": "",
|
||||
"HW Model": "",
|
||||
"Touchpad ID": "",
|
||||
"Bluetooth Address": "",
|
||||
"Show all": "",
|
||||
|
||||
"Reboot controller": "重啟手把",
|
||||
"(beta)": "測試版本",
|
||||
"<b>Externally</b>: by applying +1.8V directly to the visible test point without opening the controller.": "<b>外部方式</b>:直接將 +1.8V 電壓施加到可見的測試點,無需打開手把",
|
||||
"<b>Internally</b>: by soldering a wire from a +1.8V source to the write-protect TP.": "<b>內部方式</b>:從 +1.8V 電源點焊接一條導線至寫入保護測試點(TP)",
|
||||
"Calibration is being stored in the stick modules.": "校正資料正被儲存到搖桿模組中。",
|
||||
"Cancel": "取消",
|
||||
"Center X": "X軸中心",
|
||||
"Center Y": "Y軸中心",
|
||||
"Controller Info": "手把資訊",
|
||||
"Debug Info": "除錯資訊",
|
||||
"Debug buttons": "除錯按鈕",
|
||||
"DualSense Edge Calibration": "DualSense Edge 校正",
|
||||
"FW Build Date": "韌體建構日期",
|
||||
"FW Series": "韌體系列",
|
||||
"FW Type": "韌體類型",
|
||||
"FW Update": "韌體更新",
|
||||
"FW Update Info": "韌體更新資訊",
|
||||
"FW Version": "韌體版本",
|
||||
"Finetune stick calibration": "微調搖桿校正",
|
||||
"For more info or help, feel free to reach out on Discord.": "如需更多資訊或協助,歡迎隨時在 Discord 上與我們聯繫。",
|
||||
"HW Model": "硬體型號",
|
||||
"Hardware": "硬體",
|
||||
"I'm actively working on adding compatibility, the primary challenge lies in storing data into the stick modules.": "我正在積極處理相容性的問題,主要的挑戰在於將資料儲存到記憶模組中。",
|
||||
"If this tool has been helpful to you or you want to see DualSense Edge support arrive faster, please consider supporting the project with a": "如果這個工具對您有所幫助,或您希望看到 DualSense Edge 支援更快推出,請考慮通過以下方式支持該專案:",
|
||||
"Left stick": "左搖桿電壓(mV)",
|
||||
"More details and images": "更多詳情與圖片",
|
||||
"PCBA ID": "PCBA ID",
|
||||
"Please connect a DualShock 4, a DualSense or DualSense Edge controller to your computer and press Connect.": "請將 DualShock 4、DualSense 或 DualSense Edge 手把連接到您的電腦,然後按下「連接」。",
|
||||
"Please note: the stick modules on the DS Edge <b>cannot be calibrated via software alone</b>.": "請註意:DS Edge上的搖桿模塊<b>無法僅通過軟件進行校準</b>。",
|
||||
"To store a custom calibration on the stick's internal memory, a <b>hardware modification</b> is required.": "要在搖桿的內部存儲器上存儲自定義校準,需要進行<b>硬件修改</b>。",
|
||||
"Right stick": "右搖桿電壓(mV)",
|
||||
"SBL FW Version": "SBL韌體版本",
|
||||
"Save": "儲存",
|
||||
"Show all": "顯示全部資訊",
|
||||
"Software": "軟體",
|
||||
"Spider FW Version": "Spider韌體版本",
|
||||
"Support for calibrating DualSense Edge stick modules is now available as an <b>experimental feature</b>.": "現在已提供對 DualSense Edge 搖桿模組校正的支援,作為一項<b>實驗性功能</b>。",
|
||||
"Thank you for your generosity and support!": "感謝您的慷慨與支持!",
|
||||
"The DualShock Calibration GUI does not currently support the DualSense Edge.": "DualShock 校正圖形介面目前不支援 DualSense Edge。",
|
||||
"This involves temporarily disabling write protection by applying <b>+1.8V</b> to a specific test point on each module.": "這需要在每個模組上的特定測試點施加 <b>+1.8V</b> 電壓,以暫時停用寫入保護。",
|
||||
"This is only for advanced users. If you're not sure what you're doing, please do not attempt it.": "這僅適用於進階使用者。如果您不確定自己在做什麼,請不要嘗試。",
|
||||
"This screen allows to finetune raw calibration data on your controller": "此畫面可讓您微調手把上的原始校正資料",
|
||||
"Touchpad FW Version": "觸摸版韌體版本",
|
||||
"Touchpad ID": "觸摸版ID",
|
||||
"We are not responsible for any damage caused by attempting this modification.": "我們不對嘗試此修改所造成的任何損壞負責。",
|
||||
"You can do this in two ways:": "您可以透過兩種方式來完成這項操作:",
|
||||
"here": "這裏",
|
||||
"If the calibration is not stored permanently, please double-check the wirings of the hardware mod.": "如果校準沒有永久生效,請檢查硬件模塊的接線。",
|
||||
"Battery Barcode": "電池條形碼",
|
||||
"Bluetooth Address": "藍牙地址",
|
||||
"Cannot lock": "無法鎖定",
|
||||
"Cannot store data into": "無法將數據存儲到",
|
||||
"Cannot unlock": "無法解鎖",
|
||||
"Color": "顏色",
|
||||
"Color detection thanks to": "顏色檢測由",
|
||||
"Left Module Barcode": "左側模塊條形碼",
|
||||
"MCU Unique ID": "MCU唯壹ID",
|
||||
"Right Module Barcode": "右側模塊條形碼",
|
||||
"Serial Number": "序列號",
|
||||
"VCM Left Barcode": "VCM左條形碼",
|
||||
"VCM Right Barcode": "VCM右條形碼",
|
||||
"Venom FW Version": "Venom固件版本",
|
||||
"left module": "左側模塊",
|
||||
"right module": "右側模塊",
|
||||
"30th Anniversary": "",
|
||||
"Astro Bot": "",
|
||||
"Cobalt Blue": "",
|
||||
"Cosmic Red": "",
|
||||
"Galactic Purple": "",
|
||||
"God of War Ragnarok": "",
|
||||
"Grey Camouflage": "",
|
||||
"Midnight Black": "",
|
||||
"Nova Pink": "",
|
||||
"Starlight Blue": "",
|
||||
"Sterling Silver": "",
|
||||
"Volcanic Red": "",
|
||||
"White": "",
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
21
site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Dualshock Calibration GUI",
|
||||
"short_name": "DS Tools",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 91 KiB |