From 03e7b110e705ec767d2632b8dcaf71e3a5b1fb1a Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Tue, 31 Jul 2018 13:00:59 -0400 Subject: [PATCH] Updated language.c for Traditional Chinese (#33) * Updated language.c to correct current Traditional Chinese translations. --- common/language.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/common/language.c b/common/language.c index 7bd0490..27d746b 100644 --- a/common/language.c +++ b/common/language.c @@ -91,7 +91,7 @@ const char* const g_strings[StrId_Max][16] = STR_KO("작자미상"), STR_RU("неизвестный автор"), STR_ZH("未知作者"), - STR_TW("未知作者"), + STR_TW("作者不詳"), }, [StrId_IOError] = @@ -215,6 +215,7 @@ const char* const g_strings[StrId_Max][16] = { STR_EN("The last application returned an error:"), STR_ES("La última aplicación devolvió un error:"), + STR_TW("程式執行時發生錯誤:"), }, [StrId_AppInfo_Author] = @@ -262,7 +263,7 @@ const char* const g_strings[StrId_Max][16] = STR_KO("쏘다"), STR_RU("запуск"), STR_ZH("发射"), - STR_TW("发射"), + STR_TW("啟動"), }, [StrId_Actions_Open] = @@ -278,19 +279,21 @@ const char* const g_strings[StrId_Max][16] = STR_KO("열다"), STR_RU("открыто"), STR_ZH("打开"), - STR_TW("打开"), + STR_TW("開啟"), }, [StrId_Actions_Back] = { STR_EN("Back"), STR_DE("Zurück"), + STR_TW("回去"), }, [StrId_MsgBox_OK] = { STR_EN("OK"), STR_ES("Aceptar"), + STR_TW("確認"), }, /*[StrId_Reboot] =