调整上个commit的相关内容
This commit is contained in:
@@ -95,13 +95,8 @@ return {
|
||||
dataCorrupted="Data corrupted",
|
||||
pasteWrongPlace="Did you paste in the wrong place?",
|
||||
noFile="File missing",
|
||||
|
||||
-- data validation for custom game data import
|
||||
customDataInvalidHold1="Invalid Hold queue length in custom mode data. Resetting to 6.",
|
||||
customDataInvalidHold2="Invalid Hold queue length in custom mode data. Resetting to 1.",
|
||||
customDataInvalidSequence="Invalid sequence mode in custom mode data. Resetting to bag.",
|
||||
customDataBoardLineLimit="One or more fields in the data exceeded height limit (126 lines).\nParts exceeding the limit have been removed.",
|
||||
customDataSingleBoardLineLimit="Field data exceeded height limit (126 lines).\nParts exceeding the limit have been removed.",
|
||||
invalidSequence="Invalid sequence mode",
|
||||
tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="Now playing:",
|
||||
|
||||
|
||||
@@ -94,6 +94,8 @@ return {
|
||||
dataCorrupted="Los datos están corruptos.",
|
||||
pasteWrongPlace="¿Pegaste en la carpeta correcta?",
|
||||
noFile="Archivo no encontrado",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="Reproduciendo:",
|
||||
|
||||
|
||||
@@ -95,6 +95,8 @@ return {
|
||||
dataCorrupted="Données corrompues",
|
||||
-- pasteWrongPlace="Paste at wrong place?",
|
||||
noFile="Fichier non trouvé",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="En train de jouer :",
|
||||
|
||||
|
||||
@@ -96,6 +96,8 @@ return {
|
||||
dataCorrupted="Data rusak",
|
||||
pasteWrongPlace="Apakah Anda menempelkannya di tempat yang salah?",
|
||||
noFile="File tidak ada",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="Musik:",
|
||||
|
||||
|
||||
@@ -96,6 +96,8 @@ return {
|
||||
dataCorrupted="データが破損してます",
|
||||
pasteWrongPlace="貼り付ける位置を間違っていませんか?",
|
||||
noFile="ファイルが見つかりません",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="再生中:",
|
||||
|
||||
|
||||
@@ -85,6 +85,8 @@ return {
|
||||
dataCorrupted="Data corrompida",
|
||||
-- pasteWrongPlace="Paste at wrong place?",
|
||||
-- noFile="File not found",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
VKTchW="Peso de toque",
|
||||
VKOrgW="Peso da origem",
|
||||
|
||||
@@ -84,6 +84,8 @@ return {
|
||||
dataCorrupted="XXXXX",
|
||||
pasteWrongPlace="_?X.",
|
||||
-- noFile="File not found",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="~:",
|
||||
|
||||
|
||||
@@ -100,6 +100,8 @@ return {
|
||||
dataCorrupted="Dữ liệu bị hỏng",
|
||||
pasteWrongPlace="Bạn có dán đúng nơi không đấy?",
|
||||
noFile="Thiếu tệp",
|
||||
-- invalidSequence="Invalid sequence mode",
|
||||
-- tooHighField="Field data exceeded 126 lines abandoned",
|
||||
|
||||
nowPlaying="Đang phát:",
|
||||
|
||||
|
||||
@@ -95,13 +95,8 @@ return {
|
||||
dataCorrupted="数据损坏",
|
||||
pasteWrongPlace="提醒:可能粘贴错地方了",
|
||||
noFile="找不到文件",
|
||||
|
||||
-- data validation for custom game data import
|
||||
customDataInvalidHold1="自定义模式数据中的 Hold 数量错误。重置为 6。",
|
||||
customDataInvalidHold2="自定义模式数据中的 Hold 数量错误。重置为 1。",
|
||||
customDataInvalidSequence="自定义模式数据中的序列模式不存在。重置为 bag。",
|
||||
customDataBoardLineLimit="数据中一个或多个自定义场地的高度超过限制(126 行)。超出限制的部分已被移除。",
|
||||
customDataSingleBoardLineLimit="数据中自定义场地的高度超过限制(126 行)。超出限制的部分已被移除。",
|
||||
invalidSequence="无效序列模式",
|
||||
tooHighField="超过126行的场地数据已被丢弃",
|
||||
|
||||
nowPlaying="正在播放:",
|
||||
|
||||
|
||||
@@ -94,6 +94,8 @@ return {
|
||||
dataCorrupted="Error.DataCorrupted();",
|
||||
pasteWrongPlace="Error.PasteWrongPlace();",
|
||||
noFile="Error.NoFile();",
|
||||
invalidSequence="Error.InvalidSequenceMode();",
|
||||
tooHighField="Error.TooHighField();",
|
||||
|
||||
nowPlaying="NowPlaying=",
|
||||
|
||||
|
||||
@@ -95,6 +95,8 @@ return {
|
||||
dataCorrupted="數據損壞",
|
||||
pasteWrongPlace="提醒:可能黏貼錯地方了",
|
||||
noFile="文件未找到",
|
||||
invalidSequence="無效序列模式",
|
||||
tooHighField="超過126行的場地數據已被丟棄",
|
||||
|
||||
nowPlaying="正在播放:",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user