waifu2x-caffe/bin/lang/english.json

67 lines
3.4 KiB
JSON
Raw Normal View History

2015-12-27 02:46:42 +09:00
{
"IDC_STATIC_IO_SETTING":"Input/Output Settings",
"IDC_STATIC_INPUT_PATH":"Input Path\r\n(file or folder)",
"IDC_BUTTON_INPUT_REF":"Browse",
"IDC_STATIC_OUTPUT_PATH":"Output path",
"IDC_STATIC_TANS_EXT_LIST":"Input file extensions",
"IDC_STATIC_OUTPUT_EXT":"Output extension",
"IDC_STATIC_OUTPUT_QUALITY":"Output quality (1~100)",
2015-12-27 03:04:49 +09:00
"IDC_STATIC_QUALITY_PROCESS_SETTING":"Image Quality && Process Settings",
2015-12-27 02:46:42 +09:00
"IDC_STATIC_TRANS_MODE":"Conversion Mode",
2015-12-27 03:04:49 +09:00
"IDC_RADIO_MODE_NOISE_SCALE":"Denoise && Magnify",
2015-12-27 02:46:42 +09:00
"IDC_RADIO_MODE_SCALE":"Magnify only",
"IDC_RADIO_MODE_NOISE":"Denoise only",
2015-12-27 03:04:49 +09:00
"IDC_RADIO_AUTO_SCALE":"Magnify && Auto Denoise",
2015-12-27 02:46:42 +09:00
"IDC_STATIC_JPEG_NOISE_LEVEL":"JPEG denoise level",
"IDC_RADIONOISE_LEVEL1":"Level 1",
"IDC_RADIONOISE_LEVEL2":"Level 2",
"IDC_STATIC_SCALE_RATE":"Magnification rate",
"IDC_STATIC_MODEL":"Model",
2015-12-27 03:04:49 +09:00
"IDC_RADIO_MODEL_RGB":"2-D illust (RGB Model)",
2015-12-27 02:46:42 +09:00
"IDC_RADIO_MODEL_PHOTO":"Photography, Anime",
2015-12-27 03:04:49 +09:00
"IDC_RADIO_MODEL_Y":"2-D illust (Y Model)",
"IDC_CHECK_TTA":"Uses TTA Mode",
2015-12-27 02:46:42 +09:00
"IDC_STATIC_PROCESS_SPEED_SETTING":"Process speed Settings",
"IDC_STATIC_PROCESSOR":"Processor",
"IDC_RADIO_MODE_GPU":"CUDA (Uses cuDNN)",
"IDC_RADIO_MODE_CPU":"CPU",
"IDC_STATIC_CROP_SIZE":"Split size",
"IDC_BUTTON_CHECK_CUDNN":"Check cuDNN",
"IDC_BUTTON_CANCEL":"Cancel",
"IDC_BUTTON_EXEC":"Start",
"IDC_STATIC_LANG_UI":"UI language",
"MessageUseProcessorMode":"Use Processor: %s",
"MessageProcessTime":"Processing time: %02d:%02d:%02d.%03d",
"MessageInitTime":"Initialization time: %02d:%02d:%02d.%03d",
"MessagecuDNNCheckTime":"cuDNN-check time: %02d:%02d:%02d.%03d",
"MessageTitleError":"Error",
"MessageScaleRateCheckError":"Enlargement factor must be greater than 0.0 and positive",
"MessageCropSizeCheckError":"Split size must be greater than 0",
"MessageInputPathCheckError":"Please specify the input path",
"MessageOutputPathCheckError":"Please specify the output path",
"MessageOutputExtCheckError":"Please specify the output extension",
"MessageInputCheckError":"Input file or folder does not exist",
"MessageCudaNotFindError":"Input can not be converted by GPU\r\nThe CUDA driver may not have been installed. \r\nPlease install the CUDA driver",
"MessageCudaOldVersionError":"Input can not be converted by GPU\r\nThe CUDA driver version may be old \r\nPlease update the CUDA driver",
"MessageTransSuccess":"Successful converted",
"MessageErrorHappen":"An error has occured",
"MessageCreateOutDirError":"Output folder\r\n<>u%s<>v\r\nfailed to create",
"MessageCancelError":"Conversion has been canceled",
"MessageInvalidParameterError":"Parameter is invalid",
"MessageFailedOpenModelFileError":"Failed to open model file",
"MessageFailedParseModelFileError":"Failed to parse model file",
"MessageFailedConstructModelError":"Failed to construct model",
"MessageFailedOpenInputFileError":"Failed to open input file %s",
"MessageFailedOpenOutputFileError":"Failed to write to output file %s",
"MessageFailedProcessCaffeError":"Failed to process the interpolation",
"MessageTitleResult":"Result",
"MessagecuDNNOK":"You can use cuDNN",
"MessagecuDNNNotFindError":"You can not use cuDNN\r\n<>u%s<>vnot found",
"MessagecuDNNOldVersionError":"You can not use cuDNN\r\n<>u%s<>vis an older version. Please use v2",
"MessagecuDNNCannotCreateError":"You can not use cuDNN\r\ncFailed to initialize cuDNN",
"MessagecuDNNDefautlError":"You can not use cuDNN",
"MessageExtStr":"Input file extensions(%s)",
"MessageAllFileFolder":"All files and folders(*.*)",
"MessageTitleInputDialog":"Please select input file or folder"
2015-12-27 02:46:42 +09:00
}