This commit is contained in:
ws3917 2025-06-04 11:46:09 +08:00
parent ee29f91ecc
commit 04521ce5df
15 changed files with 19411 additions and 6394 deletions

36
0.py Normal file
View File

@ -0,0 +1,36 @@
import os
import json
def process_json_files(root_folder):
# 遍历文件夹
for root, dirs, files in os.walk(root_folder):
for file in files:
if file == "en.json":
en_us_path = os.path.join(root, file)
ru_ru_path = os.path.join(root, "ru_RU.json")
try:
# 读取en_US.json文件
with open(en_us_path, "r", encoding="utf-8") as f:
data = json.load(f)
# 创建新字典,保持相同键但值为空字符串
ru_data = {key: "" for key in data.keys()}
# 写入ru_RU.json文件
with open(ru_ru_path, "w", encoding="utf-8") as f:
json.dump(ru_data, f, ensure_ascii=False, indent=2)
print(f"成功处理: {en_us_path} -> {ru_ru_path}")
except Exception as e:
print(f"处理文件 {en_us_path} 时出错: {str(e)}")
if __name__ == "__main__":
folder_path = "dr" # 替换为你的文件夹路径
if os.path.exists(folder_path):
process_json_files(folder_path)
else:
print(f"文件夹不存在: {folder_path}")

View File

@ -50,7 +50,7 @@
"DEVICE_CONTACT_slash_Step_0_gml_173_0": " \\M0",
"DEVICE_CONTACT_slash_Step_0_gml_174_0": "SELECT THE LEGS\nTHAT YOU PREFER.",
"DEVICE_CONTACT_slash_Step_0_gml_205_0": "THIS^3 IS YOUR BODY^3.\\M1 ^5",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_207_0": "DO YOU ACCEPT IT?",
"DEVICE_CONTACT_slash_Step_0_gml_240_0": "EXCELLENT^3.\\M1 ^5",
"DEVICE_CONTACT_slash_Step_0_gml_241_0": "YOU HAVE CREATED^3\nA WONDERFUL FORM^3.\\M1 ^5",

View File

@ -50,7 +50,7 @@
"DEVICE_CONTACT_slash_Step_0_gml_173_0": " \\M0 %",
"DEVICE_CONTACT_slash_Step_0_gml_174_0": "好キナ 脚部ヲ\n選ンデ クダサイ。",
"DEVICE_CONTACT_slash_Step_0_gml_205_0": "コレガ^3 アナタノ\n体デス^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_207_0": "ヨロシイデスカ?",
"DEVICE_CONTACT_slash_Step_0_gml_240_0": "結構^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_241_0": "スバラシイ フォルム ガ^3\n完成シマシタ^3。\\M1 ^5 %",
@ -2807,7 +2807,7 @@
"obj_overworldc_slash_Draw_0_gml_54_0": "DROP",
"obj_overworldc_slash_Draw_0_gml_66_0": "“~1”",
"obj_overworldc_slash_Draw_0_gml_67_0": "LV ",
"obj_overworldc_slash_Draw_0_gml_68_0": "HP ~1 / ",
"obj_overworldc_slash_Draw_0_gml_68_0": "HP ~1 ",
"obj_overworldc_slash_Draw_0_gml_70_0": "ATK ~1 (",
"obj_overworldc_slash_Draw_0_gml_71_0": "DEF ~1 (",
"obj_overworldc_slash_Draw_0_gml_72_0": "なし",
@ -4888,7 +4888,7 @@
"scr_text_slash_scr_text_gml_91_0": "\nはい",
"scr_text_slash_scr_text_gml_92_0": "\nいいえ",
"scr_text_slash_scr_text_gml_97_0": " (中で なにかが光っている)",
"scr_text_slash_scr_text_gml_98_0": " (取る?)/ ",
"scr_text_slash_scr_text_gml_98_0": " (取る?)",
"scr_text_slash_scr_text_gml_99_0": " \\C2",
"scr_text_slash_scr_text_gml_103_0": " (中は 暗い)",
"scr_text_slash_scr_text_gml_111_0": " (「グロウシャード」を\n  手に入れた)",

6244
dr/ch1/ru_RU.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,4 @@
{
"testkris_0": "And you know what's weird?",
"testkris_1": "Literally ONLY Kris seems oblivious to this.",
"testkris_2": "Or, no.",
"testkris_3": "Are they oblivious?",
"testkris_4": "They're literally getting bullied!",
"testkris_5": "Do they just... not care?",
"testkris_6": "Then again, who knows what Kris is thinking.",
"testkris_7": "I just don't get why they don't tell their mom.",
"DEVICE_CHOICE_slash_Create_0_gml_7_0": "EGG",
"DEVICE_CHOICE_slash_Create_0_gml_28_0": "NO",
"DEVICE_CHOICE_slash_Create_0_gml_29_0": "YES",
@ -38,7 +30,7 @@
"DEVICE_CONTACT_slash_Step_0_gml_173_0": " \\M0 %",
"DEVICE_CONTACT_slash_Step_0_gml_174_0": "SELECT THE LEGS\nTHAT YOU PREFER.",
"DEVICE_CONTACT_slash_Step_0_gml_205_0": "THIS^3 IS YOUR BODY^3.\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_207_0": "DO YOU ACCEPT IT?",
"DEVICE_CONTACT_slash_Step_0_gml_240_0": "EXCELLENT^3.\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_241_0": "YOU HAVE CREATED^3\nA WONDERFUL FORM^3.\\M1 ^5 %",
@ -9978,7 +9970,7 @@
"scr_text_slash_scr_text_gml_96_0": " ",
"scr_text_slash_scr_text_gml_97_0": " ",
"scr_text_slash_scr_text_gml_98_0": "* (There's something glowing inside.)",
"scr_text_slash_scr_text_gml_99_0": "* (Take it?)/ ",
"scr_text_slash_scr_text_gml_99_0": "* (Take it?)",
"scr_text_slash_scr_text_gml_100_0": " \\C2",
"scr_text_slash_scr_text_gml_104_0": "* (It's dark inside.)",
"scr_text_slash_scr_text_gml_112_0": "* (You got the Glowshard.)",
@ -10119,10 +10111,10 @@
"scr_text_slash_scr_text_gml_362_0": " ",
"scr_text_slash_scr_text_gml_363_0": " ",
"scr_text_slash_scr_text_gml_364_0": "* (There are two objects hanging from the tree.)",
"scr_text_slash_scr_text_gml_365_0": "* (Take one?)/ ",
"scr_text_slash_scr_text_gml_365_0": "* (Take one?)",
"scr_text_slash_scr_text_gml_366_0": "",
"scr_text_slash_scr_text_gml_370_0": "* (There's a candy hanging from the tree.)",
"scr_text_slash_scr_text_gml_371_0": "* (Take one?)/ ",
"scr_text_slash_scr_text_gml_371_0": "* (Take one?)",
"scr_text_slash_scr_text_gml_372_0": "",
"scr_text_slash_scr_text_gml_377_0": "* (There's nothing hanging low enough to take.)",
"scr_text_slash_scr_text_gml_388_0": "* (You got the Dark Candy.)",
@ -10136,7 +10128,7 @@
"scr_text_slash_scr_text_gml_411_0": "* (Take one?)",
"scr_text_slash_scr_text_gml_412_0": " \\C2",
"scr_text_slash_scr_text_gml_416_0": "* (There's a candy hanging from the tree.)",
"scr_text_slash_scr_text_gml_417_0": "* (Take one?)/ ",
"scr_text_slash_scr_text_gml_417_0": "* (Take one?)",
"scr_text_slash_scr_text_gml_418_0": " \\C2",
"scr_text_slash_scr_text_gml_423_0": "* (There's nothing hanging low enough to take.)",
"scr_text_slash_scr_text_gml_434_0": "* (You got the Dark Candy.)",
@ -12778,7 +12770,7 @@
"scr_text_slash_scr_text_gml_6994_0": "\nCyber Field",
"scr_text_slash_scr_text_gml_6995_0": "Trash Zone",
"scr_text_slash_scr_text_gml_6996_0": "Cancel",
"scr_text_slash_scr_text_gml_6999_0": "* (It's a door.)\n* (Where will you go?)/",
"scr_text_slash_scr_text_gml_6999_0": "* (It's a door.)\n* (Where will you go?)",
"scr_text_slash_scr_text_gml_7026_0": "* (Amazingly, you are already there.)",
"scr_text_slash_scr_text_gml_7030_0": "* (The door opened...)",
"scr_text_slash_scr_text_gml_7037_0": "\nYes",

View File

@ -1,12 +1,4 @@
{
"testkris_0": "",
"testkris_1": "",
"testkris_2": "",
"testkris_3": "",
"testkris_4": "",
"testkris_5": "",
"testkris_6": "",
"testkris_7": "",
"DEVICE_CHOICE_slash_Create_0_gml_7_0": "EGG",
"DEVICE_CHOICE_slash_Create_0_gml_28_0": "いいえ",
"DEVICE_CHOICE_slash_Create_0_gml_29_0": "はい",
@ -38,7 +30,7 @@
"DEVICE_CONTACT_slash_Step_0_gml_173_0": " \\M0 %",
"DEVICE_CONTACT_slash_Step_0_gml_174_0": "好キナ 脚部ヲ\n選ンデ クダサイ。",
"DEVICE_CONTACT_slash_Step_0_gml_205_0": "コレガ^3 アナタノ\n体デス^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_207_0": "ヨロシイデスカ?",
"DEVICE_CONTACT_slash_Step_0_gml_240_0": "結構^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_241_0": "スバラシイ フォルム ガ^3\n完成シマシタ^3。\\M1 ^5 %",
@ -2372,7 +2364,7 @@
"obj_ch2_scene26_slash_Step_0_gml_859_0": "みんなで 力を\n  合わせられるようにねー!\\f0",
"obj_ch2_scene26_slash_Step_0_gml_888_0": " <!--アラ 2人トモ:\n  ソッチカラ 出向イテ\n  クレルナンテ-->",
"obj_ch2_scene26_slash_Step_0_gml_889_0": " <!--[クリス] [スージィ]-->",
"obj_ch2_scene26_slash_Step_0_gml_890_0": " <!--[新たな騎士]ニ\n  ナルノハ ドッチ-->/%",
"obj_ch2_scene26_slash_Step_0_gml_890_0": " <!--[新たな騎士]ニ\n  ナルノハ ドッチ-->",
"obj_ch2_scene26_slash_Step_0_gml_891_0": " クリス! スージィ!!\n  ここに披露しよう!!",
"obj_ch2_scene26_slash_Step_0_gml_892_0": " 究極の\n  学校提出用 課題作品を!!",
"obj_ch2_scene26_slash_Step_0_gml_900_0": " どけよ。",
@ -5461,7 +5453,7 @@
"obj_npc_room_slash_Other_10_gml_1364_0": " おやおや あなたがた3人は\n  お似合いですね! お結婚シューズ\n  など いかがでしょう?",
"obj_npc_room_slash_Other_10_gml_1382_0": " おやおや あなたたち ふたりは\n  お似合いでは ありませんね!",
"obj_npc_room_slash_Other_10_gml_1383_0": " でしたら\n  おニューの お離婚シューズなど\n  いかがでしょう…?",
"obj_npc_room_slash_Other_10_gml_1385_0": " 買った買った買った!\n  売り切れだよ!\n  買った買ったー!!/%",
"obj_npc_room_slash_Other_10_gml_1385_0": " 買った買った買った!\n  売り切れだよ!\n  買った買ったー!!",
"obj_npc_room_slash_Other_10_gml_1398_0": " スパムトン?\n  …さて だれのことでしょう。",
"obj_npc_room_slash_Other_10_gml_1411_0": " スパムトン?\n  …その名前は\n  このあたりじゃ禁句だ。",
"obj_npc_room_slash_Other_10_gml_1427_0": " (知らない町へ引っ越して\n  とまどうこともあるけれど…)",
@ -9978,7 +9970,7 @@
"scr_text_slash_scr_text_gml_96_0": " ",
"scr_text_slash_scr_text_gml_97_0": " ",
"scr_text_slash_scr_text_gml_98_0": " (中で なにかが光っている)",
"scr_text_slash_scr_text_gml_99_0": " (取る?)/ ",
"scr_text_slash_scr_text_gml_99_0": " (取る?)",
"scr_text_slash_scr_text_gml_100_0": " \\C2",
"scr_text_slash_scr_text_gml_104_0": " (中は 暗い)",
"scr_text_slash_scr_text_gml_112_0": " (「グロウシャード」を\n  手に入れた)",
@ -10119,10 +10111,10 @@
"scr_text_slash_scr_text_gml_362_0": " ",
"scr_text_slash_scr_text_gml_363_0": " ",
"scr_text_slash_scr_text_gml_364_0": " (木の枝に なにかが2つ\n  ぶらさがっている)",
"scr_text_slash_scr_text_gml_365_0": " (1つ取る?)/ ",
"scr_text_slash_scr_text_gml_365_0": " (1つ取る?)",
"scr_text_slash_scr_text_gml_366_0": "",
"scr_text_slash_scr_text_gml_370_0": " (木の枝に キャンディが1つ\n  ぶらさがっている)",
"scr_text_slash_scr_text_gml_371_0": " (1つ取る?)/ ",
"scr_text_slash_scr_text_gml_371_0": " (1つ取る?)",
"scr_text_slash_scr_text_gml_372_0": "",
"scr_text_slash_scr_text_gml_377_0": " (手の届く高さに\n  ぶらさがっているものはない)",
"scr_text_slash_scr_text_gml_388_0": " (ダークキャンディを 手に入れた)",
@ -10136,7 +10128,7 @@
"scr_text_slash_scr_text_gml_411_0": " (1つ取る?)",
"scr_text_slash_scr_text_gml_412_0": " \\C2",
"scr_text_slash_scr_text_gml_416_0": " (木の枝に キャンディが1つ\n  ぶらさがっている)",
"scr_text_slash_scr_text_gml_417_0": " (1つ取る?)/ ",
"scr_text_slash_scr_text_gml_417_0": " (1つ取る?)",
"scr_text_slash_scr_text_gml_418_0": " \\C2",
"scr_text_slash_scr_text_gml_423_0": " (手の届く高さに\n  ぶらさがっているものはない)",
"scr_text_slash_scr_text_gml_434_0": " (ダークキャンディを 手に入れた)",

13093
dr/ch2/ru_RU.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,114 +0,0 @@
{
"testkris_0": "你知道那些怪异的现象吗",
"testkris_1": "说实话只有Kris会对此习以为常了。",
"testkris_2": "以及,不对。",
"testkris_3": "它们是不是忘了什么?",
"testkris_4": "它们这是在被霸凌啊!",
"testkris_5": "或者它们只是...不介意而已?",
"testkris_6": "再说了谁知道Kris是怎么想的呢。",
"testkris_7": "我只是不理解为什么它不去和它妈妈说。",
"DEVICE_CHOICE_slash_Create_0_gml_7_0": "蛋",
"DEVICE_CHOICE_slash_Create_0_gml_28_0": "不要",
"DEVICE_CHOICE_slash_Create_0_gml_29_0": "好",
"DEVICE_CHOICE_slash_Create_0_gml_65_0": "肉类",
"DEVICE_CHOICE_slash_Create_0_gml_66_0": "奶制品",
"DEVICE_CHOICE_slash_Create_0_gml_67_0": "甜的",
"DEVICE_CHOICE_slash_Create_0_gml_68_0": "水果",
"DEVICE_CHOICE_slash_Create_0_gml_69_0": "蔬菜",
"DEVICE_CHOICE_slash_Create_0_gml_70_0": "蛋",
"DEVICE_CHOICE_slash_User_0_gml_1_0": "(B)返回",
"DEVICE_CHOICE_slash_User_0_gml_2_0": "(E)完成",
"DEVICE_CONTACT_slash_Step_0_gml_6_0": " 你在^6\n 这里吗^6\\M1 ^6 %",
"DEVICE_CONTACT_slash_Step_0_gml_8_0": "...",
"DEVICE_CONTACT_slash_Step_0_gml_34_0": "^6 \\实在^4\n太好了^4。\\M1 ^6 %",
"DEVICE_CONTACT_slash_Step_0_gml_33_0": "太好了^4。\\M1 ^6 %",
"DEVICE_CONTACT_slash_Step_0_gml_35_0": "现在^4。\\M1 ^7 %",
"DEVICE_CONTACT_slash_Step_0_gml_36_0": "我们可以^5\n 开始了^4。\\M1 ^6 %%",
"DEVICE_CONTACT_slash_Step_0_gml_107_0": "首先^4。\\M1 ^6 %",
"DEVICE_CONTACT_slash_Step_0_gml_125_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_148_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_149_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_173_0": " \\M0 %",
"DEVICE_CONTACT_slash_Step_0_gml_126_0": "选择你中意的\n头部。",
"DEVICE_CONTACT_slash_Step_0_gml_150_0": "选择你中意的\n躯干。",
"DEVICE_CONTACT_slash_Step_0_gml_174_0": "选择你中意的\n腿部。",
"DEVICE_CONTACT_slash_Step_0_gml_205_0": "这^3就是你的身体^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_206_0": " %",
"DEVICE_CONTACT_slash_Step_0_gml_207_0": "你对此感到满意吗?",
"DEVICE_CONTACT_slash_Step_0_gml_240_0": "太好了^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_242_0": "现在^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_243_0": "让我们来为它来赋予\n你^3的灵魂。^3 \\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_258_0": "%",
"DEVICE_CONTACT_slash_Other_10_gml_1_0": "すーじぃ",
"DEVICE_CONTACT_slash_Step_0_gml_5_0": " ^9 ^8 %",
"DEVICE_CHOICE_slash_Create_0_gml_64_0": "谷物",
"DEVICE_CONTACT_slash_Step_0_gml_7_0": "^6 \\我们^6\n连接上了吗^6\\M1 ^6 ^6 %%",
"DEVICE_CONTACT_slash_Step_0_gml_111_0": "你必须要创造^6\n一个容器^4。\\M1 ^6 %%",
"DEVICE_CONTACT_slash_Step_0_gml_241_0": "你创造了一个^3\n绝佳的造物^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_259_0": "你最喜欢的\n食物",
"DEVICE_CONTACT_slash_Step_0_gml_288_0": "甜的",
"DEVICE_CONTACT_slash_Step_0_gml_289_0": "软的",
"DEVICE_CONTACT_slash_Step_0_gml_290_0": "酸的",
"DEVICE_CONTACT_slash_Step_0_gml_291_0": "咸的",
"DEVICE_CONTACT_slash_Step_0_gml_292_0": "辣的",
"DEVICE_CONTACT_slash_Step_0_gml_293_0": "冰的",
"DEVICE_CONTACT_slash_Step_0_gml_323_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_324_0": "你最喜欢的\n血型",
"DEVICE_CONTACT_slash_Step_0_gml_343_0": "A",
"DEVICE_CONTACT_slash_Step_0_gml_344_0": "AB",
"DEVICE_CONTACT_slash_Step_0_gml_345_0": "B",
"DEVICE_CONTACT_slash_Step_0_gml_346_0": "C",
"DEVICE_CONTACT_slash_Step_0_gml_347_0": "D",
"DEVICE_CONTACT_slash_Step_0_gml_381_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_401_0": "红色",
"DEVICE_CONTACT_slash_Step_0_gml_402_0": "蓝色",
"DEVICE_CONTACT_slash_Step_0_gml_403_0": "绿色",
"DEVICE_CONTACT_slash_Step_0_gml_404_0": "青色",
"DEVICE_CONTACT_slash_Step_0_gml_438_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_439_0": "请赋予它\n一种天赋。",
"DEVICE_CONTACT_slash_Step_0_gml_459_0": "善良",
"DEVICE_CONTACT_slash_Step_0_gml_460_0": "理性",
"DEVICE_CONTACT_slash_Step_0_gml_461_0": "野心",
"DEVICE_CONTACT_slash_Step_0_gml_462_0": "勇气",
"DEVICE_CONTACT_slash_Step_0_gml_463_0": "嗓音",
"DEVICE_CONTACT_slash_Step_0_gml_497_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_518_0": "喜爱",
"DEVICE_CONTACT_slash_Step_0_gml_519_0": "希望",
"DEVICE_CONTACT_slash_Step_0_gml_520_0": "厌恶",
"DEVICE_CONTACT_slash_Step_0_gml_521_0": "恐惧",
"DEVICE_CONTACT_slash_Step_0_gml_555_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_556_0": "你的回答\n是真诚的吗",
"DEVICE_CONTACT_slash_Step_0_gml_575_0": "是",
"DEVICE_CONTACT_slash_Step_0_gml_576_0": "不是",
"DEVICE_CONTACT_slash_Step_0_gml_611_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_612_0": "你是否已确认\n发生癫痫与痛苦\n的可能性。",
"DEVICE_CONTACT_slash_Step_0_gml_631_0": "是",
"DEVICE_CONTACT_slash_Step_0_gml_632_0": "否",
"DEVICE_CONTACT_slash_Step_0_gml_664_0": "明白了^3。\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_697_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_729_0": "我们称它为^4\n“~1。”^6 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_730_0": "那它的^3\n创造者呢^3\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_734_0": "“~1.”^6 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_735_0": "一个有趣的\n巧合^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_755_0": "%",
"DEVICE_CONTACT_slash_Step_0_gml_756_0": "你自己的名字。",
"DEVICE_CONTACT_slash_Step_0_gml_785_0": "“~1.”^6 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_786_0": "太好了^3。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_787_0": "实在^3 \n太好了^3。\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_790_0": "多么有趣。\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_794_0": "你将要\n遇见^3他了 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_795_0": "非常,非常^4\n不错^3。 \\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_801_0": "当然^5它们\n是一样的^4。\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_816_0": "“~1.”^5 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_817_0": "感谢^5\n你的耐心^4。 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_818_0": "你的回答^3 \\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_819_0": "你绝佳的^5\n造物^6 %%",
"DEVICE_CONTACT_slash_Step_0_gml_839_0": " 都将^3被\n 遗弃掉^6。%",
"DEVICE_CONTACT_slash_Step_0_gml_854_0": "你^5的\n \n名^5字\n \n 是 ",
"DEVICE_CONTACT_slash_Step_0_gml_800_0": "当然^5\n当然。\\M1 ^5 %",
"DEVICE_CONTACT_slash_Step_0_gml_382_0": "你最喜欢的\n颜色",
"DEVICE_CONTACT_slash_Step_0_gml_498_0": "你对你的造物\n感觉如何\n它听不到。",
"DEVICE_CONTACT_slash_Step_0_gml_698_0": "为你的容器命名。",
"DEVICE_CONTACT_slash_Step_0_gml_736_0": "那它的^3\n创作者呢^3\\M1 ^5 %%",
"DEVICE_CONTACT_slash_Step_0_gml_840_0": "在这个世界上\n没人能决定\n自己是谁^5。%%"
}

3
dr/ch3/en.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": "1540902565549"
}

3
dr/ch3/ja_JP.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": "1540902565549"
}

3
dr/ch3/ru_RU.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": ""
}

3
dr/ch4/en.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": "1540902565549"
}

3
dr/ch4/ja_JP.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": "1540902565549"
}

3
dr/ch4/ru_RU.json Normal file
View File

@ -0,0 +1,3 @@
{
"date": ""
}