Skip to content

Commit

Permalink
Fix wrong translations
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Sep 20, 2022
1 parent eb0a268 commit 1f71816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/renderer/resources/db/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,7 @@
"ko":"피아노_09라",
"en":"Piano_09la",
"vn":"Piano_09la",
"uz":"Pianino_09la"
"uz":"Pianino_09lya"
},
"__v":1,
"specials":[
Expand Down
18 changes: 9 additions & 9 deletions src/renderer/resources/lang/uz.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@
"video_start": "boshlash",
"video_end": "to'xtatish",
"video_gender": "jinsi",
"video_age": "yosh",
"video_age": "yoshi",
"video_emotion": "kayfiyati",
"video_motion_onself": "O'zi",
"video_motion_onscreen": "Video ekran",
Expand Down Expand Up @@ -3566,15 +3566,15 @@
"right_knee": "o'ng tizzasi",
"right_ankle": "o'ng to'pig'i"
},
"video_gender": { "male": "Male", "female": "Female" },
"video_gender": { "male": "Erkak", "female": "Ayol" },
"video_emotion_params": {
"angry": "Anger",
"disgusted": "Disgust",
"fearful": "Fearful",
"happy": "Happiness",
"neutral": "Neutral",
"sad": "Sadness",
"surprised": "Surprised"
"angry": "Jahlli",
"disgusted": "Yoqimsiz",
"fearful": "Qo'rqinchli",
"happy": "Baxtli",
"neutral": "Normali",
"sad": "Xafa",
"surprised": "Hayron"
},
"video_object_params": {
"person": "odam",
Expand Down

0 comments on commit 1f71816

Please sign in to comment.