📄 base64.properties
字号:
# Copyright (C) 2002 Stephen Ostermiller # http://ostermiller.org/contact.pl?regarding=Java+Utilities## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## See COPYING.TXT for details.encoding=Base64 encoding: {0} --> {1}encodingarg=Base64 encoding command line argument.decoding=Base64 decoding: {0} --> {1}decodingarg=Base64 decoding command line argument.unknownarg=Unknown command line argument.doesnotexist=Cannot find file: {0}cantread=Can not read: {0}cantwrite=Can not modify: {0}base64=Base64files=files/stringspurpose.message=Encode or decode using the base64 format.copyright=Copyright (c) {0} by {1}license=This program is free software; you can redistribute it and/or modify\n\ it under the terms of the GNU General Public License as published by\n\ the Free Software Foundation; either version 2 of the License, or\n\ (at your option) any later version.\n\ \n\ This program is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.version=Version {0}stdin.message=If no files or strings are specified standard input and output will be used.default=defaulthelp.option=helphelp.message=Print this help message.version.option=versionversion.message=Print out the version number.about.option=aboutabout.message=Print out license and contact info.encode.option=encodee.message=Apply base64 encoding.decode.option=decoded.message=Remove base64 encoding.guess.option=guessg.message=Guess from contents whether to decode or encode.ext.option=extx.message=File extension to use. (default: base64)force.option=forcef.message=Overwrite files without promptingnoforce.option=noforcenoforce.message=Don't overwrite files. decodeall.option=decodealla.message=When decoding, attempt badly formatted files.decodegood.option=decodegooddecodegood.message=Don't decode badly formatted files. lines.option=linesl.message=Insert line breaks when encoding.nolines.option=nolinesnolines.message=Insert no line breaks when encoding.verbose.option=verbosev.message=Print a message for each file encoded or decoded.quiet.option=quietq.message=Print error messages.reallyquiet.option=reallyquietQ.message=Print nothing.cantguess=Can't guess, please use encode or decode options.overwrite={0} already exists, use -f to overwrite.unexpectedchar=Unexpected Base64 character: {0}unexpectedcharforce=Use -a to decode anyway.file.option=filefile.message=Treat arguments as a filenames even if they do not exist.string.option=stringstring.message=Encode/Decode arguments even if they are file names.newline.option=endlinenewline.message=Append a new line when decoding to standard output.nonewline.option=noendlinenonewline.message=Never append a new line after decoding. (default)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -