waifu2x-caffe/bin/lang/english.json
2016-04-20 19:12:13 +09:00

82 lines
4.2 KiB
JSON
Raw Blame History

{
"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",
"IDC_STATIC_OUTPUT_DEPTH":"Output depth bits",
"IDC_STATIC_AUTO_START":"Auto start Settings",
"IDC_RADIO_AUTO_START_NONE":"No auto start",
"IDC_RADIO_AUTO_START_ONE":"On input file",
"IDC_RADIO_AUTO_START_MULTI":"On input many files or folder",
"IDC_STATIC_QUALITY_PROCESS_SETTING":"Convert Image quality && Processing Settings",
"IDC_STATIC_TRANS_MODE":"Conversion Mode",
"IDC_RADIO_MODE_NOISE_SCALE":"Denoise && Magnify",
"IDC_RADIO_MODE_SCALE":"Magnify only",
"IDC_RADIO_MODE_NOISE":"Denoise only",
"IDC_RADIO_AUTO_SCALE":"Magnify && Auto Denoise",
"IDC_STATIC_JPEG_NOISE_LEVEL":"JPEG denoise level",
"IDC_RADIONOISE_LEVEL1":"Level 1",
"IDC_RADIONOISE_LEVEL2":"Level 2",
"IDC_RADIONOISE_LEVEL3":"Level 3",
"IDC_STATIC_SCALE_RATE":"Magnification size",
"IDC_RADIO_SCALE_RATIO":"Set rate",
"IDC_RADIO_SCALE_WIDTH":"Set trans width",
"IDC_RADIO_SCALE_HEIGHT":"Set trans height",
"IDC_STATIC_MODEL":"Model",
"IDC_RADIO_MODEL_RGB":"2-D illust (RGB Model)",
"IDC_RADIO_MODEL_PHOTO":"Photography, Anime",
"IDC_RADIO_MODEL_Y":"2-D illust (Y Model)",
"IDC_CHECK_TTA":"Uses TTA Mode",
"IDC_STATIC_PROCESS_SPEED_SETTING":"Processing 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",
"MessageScaleWidthCheckError":"Size must be an integer greater than 0.",
"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",
"MessageOutputExtentionCheckError":"Please select the output extension",
"MessageOutputQualityCheckError":"Output quality is out of range",
"MessageOutputDepthCheckError":"Output depth bits is incorrect",
"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",
"MessageTimeLeftUnkown":"Time Left: Unkown",
"MessageTimeLeft":"Time Left"
}