Update strings.js
This commit is contained in:
@@ -826,7 +826,7 @@ var translations = {
|
|||||||
title: {
|
title: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Latency Calibration",
|
en: "Latency Calibration",
|
||||||
tw: "延遲校準"
|
tw: "延遲校正"
|
||||||
},
|
},
|
||||||
ms: {
|
ms: {
|
||||||
ja: null,
|
ja: null,
|
||||||
@@ -856,6 +856,8 @@ var translations = {
|
|||||||
title: {
|
title: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Audio Latency Calibration",
|
en: "Audio Latency Calibration",
|
||||||
|
tw: "聲音延遲校正"
|
||||||
|
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
ja: null,
|
ja: null,
|
||||||
@@ -869,11 +871,13 @@ var translations = {
|
|||||||
audioComplete: {
|
audioComplete: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Audio Latency Calibration completed!",
|
en: "Audio Latency Calibration completed!",
|
||||||
|
tw: "聲音延遲校正完成!"
|
||||||
},
|
},
|
||||||
videoHelp: {
|
videoHelp: {
|
||||||
title: {
|
title: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Video Latency Calibration",
|
en: "Video Latency Calibration",
|
||||||
|
tw: "畫面延遲校正"
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
ja: null,
|
ja: null,
|
||||||
@@ -883,16 +887,18 @@ var translations = {
|
|||||||
videoComplete: {
|
videoComplete: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Video Latency Calibration completed!",
|
en: "Video Latency Calibration completed!",
|
||||||
|
tw: "畫面延遲校正完成!"
|
||||||
},
|
},
|
||||||
results: {
|
results: {
|
||||||
title: {
|
title: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Latency Calibration Results",
|
en: "Latency Calibration Results",
|
||||||
tw: "延遲校準結果"
|
tw: "延遲校正結果"
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
ja: null,
|
ja: null,
|
||||||
en: "Audio latency: %s\nVideo latency: %s\n\nYou can configure these latency values in the settings.",
|
en: "Audio latency: %s\nVideo latency: %s\n\nYou can configure these latency values in the settings.",
|
||||||
|
tw: "聲音延遲 :%s\n畫面延遲: %s\n\n您可以在設定中調整這些數值。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user