fix: fix audio file keys wrong

This commit is contained in:
ZhaiSoul 2025-03-17 21:49:23 +08:00
parent 9f671b7adf
commit 7d7880f44e
2 changed files with 4 additions and 2 deletions

View File

@ -86,6 +86,7 @@
"duck": "Duck",
"quack": "Quack",
"goose": "Goose",
"honk": "Honk",
"wild_animals": "Wild Animals",
"roaring_cats": "Roaring Cats",
"roar": "Roar",

View File

@ -86,6 +86,7 @@
"duck": "鸭子",
"quack": "嘎嘎",
"goose": "鹅",
"honk": "鸣笛/鹅叫声",
"wild_animals": "野生动物",
"roaring_cats": "吼叫的猫科动物",
"roar": "吼叫",
@ -280,7 +281,6 @@
"ship": "轮船",
"motor_vehicle": "机动车",
"car": "汽车",
"honk": "喇叭声",
"toot": "鸣笛",
"car_alarm": "汽车警报",
"power_windows": "电动车窗",
@ -424,5 +424,6 @@
"pink_noise": "粉红噪音",
"television": "电视",
"radio": "收音机",
"field_recording": "实地录音"
"field_recording": "实地录音",
"scream": "尖叫"
}