waifu2x-caffe/bin/lang/english.json
lltcggie b280d34413 UpResNet10モデル追加
モデルはwaifu2x-chainer v1.9.0のもの
2018-10-25 03:44:27 +09:00

102 lines
5.2 KiB
JSON

{
"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 when input files set",
"IDC_RADIO_AUTO_START_NONE":"No auto start",
"IDC_RADIO_AUTO_START_ONE":"On input file",
"IDC_RADIO_AUTO_START_MULTI":"On inputting multiple files or a folder",
"IDC_STATIC_QUALITY_PROCESS_SETTING":"Conversion 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":"Denoise level",
"IDC_RADIONOISE_LEVEL0":"Level 0",
"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_RADIO_SCALE_WIDTH_HEIGHT":"Set trans width and 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_RADIO_MODEL_UpResNet10":"2-D illust (UpResNet10)",
"IDC_CHECK_TTA":"Use TTA Mode",
"IDC_STATIC_PROCESS_SPEED_SETTING":"Processing Speed Settings",
"IDC_STATIC_PROCESSOR":"Use 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",
"IDC_BUTTON_OUTPUT_REF":"Browse",
"IDC_BUTTON_APP_SETTING":"App Setting",
"IDC_BUTTON_CLEAR_OUTPUT_DIR":"Reset output dir",
"IDC_STATIC_ARG_START":"Boot With Arg",
"IDC_CHECK_ARG_START_AUTO":"Start when launched",
"IDC_CHECK_ARG_START_SUCCESS_FINISH":"Exit when successfully completed",
"IDC_STATIC_INPUT_DIR_FIX":"Input fixed folder",
"IDC_STATIC_OUTPUT_DIR_FIX":"Output fixed folder",
"IDC_CHECK_OUTPUT_NO_OVERWRITE":"Output files No overwrite",
"MessageUseProcessorMode":"Used 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":"Successfully converted",
"MessageErrorHappen":"An error has occured",
"MessageCreateOutDirError":"Output folder\r\n[%s]\r\ncreation failed",
"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":"cuDNN can be used",
"MessagecuDNNNotFindError":"cuDNN cannot be used\r\n[%s]not found",
"MessagecuDNNOldVersionError":"cuDNN cannot be used\r\n[%s]is an older version. Please use v2",
"MessagecuDNNCannotCreateError":"cuDNN cannot be used\r\ncFailed to initialize cuDNN",
"MessagecuDNNDefautlError":"cuDNN cannot be used",
"MessageExtStr":"Input file extensions(%s)",
"MessageAllFileFolder":"All files and folders(*.*)",
"MessageTitleInputDialog":"Please select input file or folder",
"MessageTimeLeftUnknown":"Time Left: Unknown",
"MessageTimeLeft":"Time Left",
"MessageNoOverwrite":"Already file exists in the destination: %s",
"MessageCudaOldDeviceError":"Your CUDA device is too old.\r\nPlease use a device with Compute Capability 2.0 or later",
"OK":"OK",
"Cancel":"Cancel",
"IDC_STATIC_USE_GPU_NO":"Use GPU No",
"IDC_RADIO_MODEL_UPCONV_RGB":"2-D illust (UpRGB Model)",
"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"
}