diff --git a/bin/lang/Chinese_Simplified.json b/bin/lang/Chinese_Simplified.json index 4486087..c007244 100644 --- a/bin/lang/Chinese_Simplified.json +++ b/bin/lang/Chinese_Simplified.json @@ -99,5 +99,6 @@ "IDC_RADIO_MODEL_UPCONV_PHOTO":"照片或动画 — UpPhoto 模型", "MessageLogFatalError":"发生了致命错误。\r\n分割尺寸可能过大。", "IDC_STATIC_BATCH_SIZE":"批尺寸", -"MessageBatchSizeCheckError":"批尺寸必须是大于 0 的整数" +"MessageBatchSizeCheckError":"批尺寸必须是大于 0 的整数", +"IDC_RADIO_MODEL_CUNET":"2D 插图 — CUnet 模型" } diff --git a/bin/lang/Chinese_Traditional.json b/bin/lang/Chinese_Traditional.json index f9cc633..abd2f10 100644 --- a/bin/lang/Chinese_Traditional.json +++ b/bin/lang/Chinese_Traditional.json @@ -96,5 +96,6 @@ "IDC_STATIC_USE_GPU_NO":"使用GPU數量", "IDC_RADIO_MODEL_UPCONV_RGB":"二次元插圖(UpRGB 模式)", "IDC_RADIO_MODEL_UPCONV_PHOTO":"照片和動畫(UpPhoto 模式)", -"MessageLogFatalError":"發生嚴重錯誤。\r\n可能是分割大小過大" +"MessageLogFatalError":"發生嚴重錯誤。\r\n可能是分割大小過大", +"IDC_RADIO_MODEL_CUNET":"二次元插圖(CUnet 模式)" } diff --git a/bin/lang/english.json b/bin/lang/english.json index 91960d4..c445f03 100644 --- a/bin/lang/english.json +++ b/bin/lang/english.json @@ -99,5 +99,6 @@ "IDC_RADIO_MODEL_UPCONV_PHOTO":"Photo (UpPhoto Model)", "MessageLogFatalError":"A fatal error has occurred.\r\nThere is a possibility the split size is too large", "IDC_STATIC_BATCH_SIZE":"Batch size", -"MessageBatchSizeCheckError":"Batch size must be greater than 0" +"MessageBatchSizeCheckError":"Batch size must be greater than 0", +"IDC_RADIO_MODEL_CUNET":"2-D illust (CUnet Model)" } diff --git a/bin/lang/french.json b/bin/lang/french.json index 207b008..7ba55de 100644 --- a/bin/lang/french.json +++ b/bin/lang/french.json @@ -97,5 +97,6 @@ "IDC_STATIC_USE_GPU_NO":"Utiliser GPU n°", "IDC_RADIO_MODEL_UPCONV_RGB":"Illustration 2D (modèle UpRGB)", "IDC_RADIO_MODEL_UPCONV_PHOTO":"Photo (modèle UpPhoto)", -"MessageLogFatalError":"Erreur fatale\r\nLa taille de découpage est peut-être trop grande" +"MessageLogFatalError":"Erreur fatale\r\nLa taille de découpage est peut-être trop grande", +"IDC_RADIO_MODEL_CUNET":"Illustration 2D (modèle CUnet)" } diff --git a/bin/lang/japanese.json b/bin/lang/japanese.json index 230c962..5b972ec 100644 --- a/bin/lang/japanese.json +++ b/bin/lang/japanese.json @@ -99,5 +99,6 @@ "IDC_RADIO_MODEL_UPCONV_PHOTO":"写真・アニメ (UpPhotoモデル)", "MessageLogFatalError":"致命的なエラーが発生しました。\r\n分割サイズが大きすぎる可能性があります", "IDC_STATIC_BATCH_SIZE":"バッチサイズ", -"MessageBatchSizeCheckError":"バッチサイズは0より大きい整数である必要があります" +"MessageBatchSizeCheckError":"バッチサイズは0より大きい整数である必要があります", +"IDC_RADIO_MODEL_CUNET":"2次元イラスト (CUnet)" } diff --git a/bin/lang/korean.json b/bin/lang/korean.json index 718ef20..2b91db9 100644 --- a/bin/lang/korean.json +++ b/bin/lang/korean.json @@ -97,5 +97,6 @@ "IDC_STATIC_USE_GPU_NO":"사용할 GPU 번호", "IDC_RADIO_MODEL_UPCONV_RGB":"2D 일러스트 (UpRGB 모델)", "IDC_RADIO_MODEL_UPCONV_PHOTO":"사진/애니메이션 (UpPhoto 모델)", -"MessageLogFatalError":"치명적인 오류가 발생했습니다.\r\n분할 크기가 너무 크게 설정되어 있을 가능성이 있습니다." +"MessageLogFatalError":"치명적인 오류가 발생했습니다.\r\n분할 크기가 너무 크게 설정되어 있을 가능성이 있습니다.", +"IDC_RADIO_MODEL_CUNET":"2D 일러스트 (CUnet 모델)" } diff --git a/bin/lang/russian.json b/bin/lang/russian.json index 3e967b0..3d8dc6a 100644 --- a/bin/lang/russian.json +++ b/bin/lang/russian.json @@ -97,5 +97,6 @@ "IDC_STATIC_USE_GPU_NO":"Использ. GPU №", "IDC_RADIO_MODEL_UPCONV_RGB":"2D изображ. (Профиль UpRGB)", "IDC_RADIO_MODEL_UPCONV_PHOTO":"Фото (Профиль UpPhoto)", -"MessageLogFatalError":"Произошла критическая ошибка.\r\nВозможно размер блока слишком большой" +"MessageLogFatalError":"Произошла критическая ошибка.\r\nВозможно размер блока слишком большой", +"IDC_RADIO_MODEL_CUNET":"2D изображ. (Профиль CUnet)" } diff --git a/bin/lang/spanish.json b/bin/lang/spanish.json index 6939eca..aed911d 100644 --- a/bin/lang/spanish.json +++ b/bin/lang/spanish.json @@ -97,5 +97,6 @@ "IDC_STATIC_USE_GPU_NO":"No utilizar GPU", "IDC_RADIO_MODEL_UPCONV_RGB":"Ilustración (Modelo UpRGB)", "IDC_RADIO_MODEL_UPCONV_PHOTO":"Fotografía (Modelo UpPhoto)", -"MessageLogFatalError":"Un error fatal ocurrió.\r\nExiste una posibilidad de que el tamaño de recorte sea muy grande." +"MessageLogFatalError":"Un error fatal ocurrió.\r\nExiste una posibilidad de que el tamaño de recorte sea muy grande.", +"IDC_RADIO_MODEL_CUNET":"Ilustración (Modelo CUnet)" } diff --git a/bin/lang/turkish.json b/bin/lang/turkish.json index c0c8812..af43155 100644 --- a/bin/lang/turkish.json +++ b/bin/lang/turkish.json @@ -80,5 +80,8 @@ "MessageAllFileFolder":"Bütün dosyalar ve klasörler(*.*)", "MessageTitleInputDialog":"Lütfen girdi dosyası veya klasörü seçin", "MessageTimeLeftUnknown":"Kalan Süre: Bilinmiyor", -"MessageTimeLeft":"Kalan Süre" +"MessageTimeLeft":"Kalan Süre", +"IDC_RADIO_MODEL_UPCONV_RGB":"2-B çizim (UpRGB Modeli)", +"IDC_RADIO_MODEL_UPCONV_PHOTO":"Fotoğrafçılık veya Anime (UpPhoto Modeli)", +"IDC_RADIO_MODEL_CUNET":"2-B çizim (CUnet Modeli)" } diff --git a/waifu2x-caffe-gui/MainDialog.h b/waifu2x-caffe-gui/MainDialog.h index ddcc545..002a3d3 100644 --- a/waifu2x-caffe-gui/MainDialog.h +++ b/waifu2x-caffe-gui/MainDialog.h @@ -30,6 +30,7 @@ enum eModelType eModelTypePhoto, eModelTypeY, eModelTypeUpResNet10, + eModelTypeCunet, eModelTypeEnd, }; @@ -40,6 +41,7 @@ const tstring ModelPathList[eModelTypeEnd] = { TEXT("models/photo"), TEXT("models/anime_style_art"), TEXT("models/upresnet10"), + TEXT("models/cunet"), }; const std::wstring ModelTitleLangKeyList[eModelTypeEnd] = { @@ -49,6 +51,7 @@ const std::wstring ModelTitleLangKeyList[eModelTypeEnd] = { L"IDC_RADIO_MODEL_PHOTO", L"IDC_RADIO_MODEL_Y", L"IDC_RADIO_MODEL_UpResNet10", + L"IDC_RADIO_MODEL_CUNET", };