Update english.json

found some broken symbols in english and turkish translations caused by 「 」symbols, in asian languages it works good but in european translations those symbols was broken, so I replaced them with [  ]
This commit is contained in:
MasterPetrik 2016-09-24 05:52:42 +03:00 committed by GitHub
parent 2fec4cab07
commit 31a49dc889

View File

@ -68,7 +68,7 @@
"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「%s」\r\nfailed to create",
"MessageCreateOutDirError":"Output folder\r\n[%s]\r\nfailed to create",
"MessageCancelError":"Conversion has been canceled",
"MessageInvalidParameterError":"Parameter is invalid",
"MessageFailedOpenModelFileError":"Failed to open model file",
@ -79,8 +79,8 @@
"MessageFailedProcessCaffeError":"Failed to process the interpolation",
"MessageTitleResult":"Result",
"MessagecuDNNOK":"You can use cuDNN",
"MessagecuDNNNotFindError":"You can not use cuDNN\r\n「%s」not found",
"MessagecuDNNOldVersionError":"You can not use cuDNN\r\n「%s」is an older version. Please use v2",
"MessagecuDNNNotFindError":"You can not use cuDNN\r\n[%s]not found",
"MessagecuDNNOldVersionError":"You can not use cuDNN\r\n[%s]is 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)",