Skip to content

Commit

Permalink
Fix SimplifiedChinese translations (#226)
Browse files Browse the repository at this point in the history
Fix SimplifiedChinese translations. (authored by rs-v)
  • Loading branch information
rs-v authored Dec 7, 2023
1 parent ae55b6d commit 7b5fa7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions engine/yew_frontend/src/translation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl Translation for LanguageId {
Japanese => "ミュートする",
Russian => "Отключить",
Vietnamese => "Tắt tiếng",
SimplifiedChinese => "沉默的",
SimplifiedChinese => "静音",
Hindi => "म्यूट",
}
}
Expand Down Expand Up @@ -420,7 +420,7 @@ impl Translation for LanguageId {
Japanese => "作成",
Russian => "Создавать",
Vietnamese => "Tạo ra",
SimplifiedChinese => "创造",
SimplifiedChinese => "创建",
Hindi => "बनाना",
}
}
Expand Down Expand Up @@ -539,7 +539,7 @@ impl Translation for LanguageId {
Japanese => "アドバンス",
Russian => "модернизировать",
Vietnamese => "Trèo lên",
SimplifiedChinese => "提升",
SimplifiedChinese => "升级",
Hindi => "उन्नत करना",
}
}
Expand Down Expand Up @@ -798,7 +798,7 @@ impl Translation for LanguageId {
Japanese => "解散",
Russian => "Увольнять",
Vietnamese => "Bỏ qua",
SimplifiedChinese => "解雇",
SimplifiedChinese => "忽视",
Hindi => "नकार देना",
}
}
Expand Down Expand Up @@ -919,7 +919,7 @@ impl Translation for LanguageId {
Japanese => "もっと詳しく知る",
Russian => "Учить больше",
Vietnamese => "Tìm hiểu thêm",
SimplifiedChinese => "学到更多",
SimplifiedChinese => "了解更多",
Hindi => "और अधिक जानें",
}
}
Expand All @@ -938,7 +938,7 @@ impl Translation for LanguageId {
Japanese => "設定",
Russian => "Настройки",
Vietnamese => "Cài đặt",
SimplifiedChinese => "",
SimplifiedChinese => "设置",
Hindi => "समायोजन",
}
}
Expand All @@ -955,7 +955,7 @@ impl Translation for LanguageId {
Japanese => "言語",
Russian => "Язык",
Vietnamese => "Ngôn ngữ",
SimplifiedChinese => "",
SimplifiedChinese => "语言",
Hindi => "भाषा",
}
}
Expand Down Expand Up @@ -989,7 +989,7 @@ impl Translation for LanguageId {
Japanese => "変更ログ",
Russian => "Обновления",
Vietnamese => "Cập nhật",
SimplifiedChinese => "变更日志",
SimplifiedChinese => "更新日志",
Hindi => "चेंजलॉग",
}
}
Expand Down

0 comments on commit 7b5fa7f

Please sign in to comment.