You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CLIText.properties 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. #
  2. # Messages with format elements ({0}) are processed using java.text.MessageFormat.
  3. # Exceptions are the usage_* and meta_-messages which are processed through
  4. # annotations in Args4j.
  5. #
  6. # default meta variable defined in the org.kohsuke.args4j.spi.StringOptionHandler
  7. VAL=VAL
  8. # default meta variable defined in the org.kohsuke.args4j.spi.StopOptionHandler
  9. ARGUMENTS=ARGUMENTS
  10. # default meta variable defined in the org.kohsuke.args4j.spi.OneArgumentOptionHandler
  11. N=N
  12. alreadyOnBranch=Already on ''{0}''
  13. alreadyUpToDate=Already up-to-date.
  14. answerNo=n
  15. answerYes=y
  16. authorInfo=Author: {0} <{1}>
  17. averageMSPerRead=average {0} ms/read
  18. branchAlreadyExists=A branch named ''{0}'' already exists.
  19. branchCreatedFrom=branch: Created from {0}
  20. branchDetachedHEAD=detached HEAD
  21. branchIsNotAnAncestorOfYourCurrentHEAD=The branch ''{0}'' is not an ancestor of your current HEAD.\nIf you are sure you want to delete it, run ''jgit branch -D {0}''.
  22. branchNotFound=branch ''{0}'' not found.
  23. cacheTreePathInfo="{0}": {1} entries, {2} children
  24. cannotBeRenamed={0} cannot be renamed
  25. cannotChekoutNoHeadsAdvertisedByRemote=cannot checkout; no HEAD advertised by remote
  26. cannotCombineSquashWithNoff=You cannot combine --squash with --no-ff.
  27. cannotCreateCommand=Cannot create command {0}
  28. cannotCreateOutputStream=cannot create output stream
  29. cannotDeatchHEAD=Cannot detach HEAD
  30. cannotDeleteFile=error: The following file could not be deleted:
  31. cannotDeleteTheBranchWhichYouAreCurrentlyOn=Cannot delete the branch ''{0}'' which you are currently on.
  32. cannotGuessLocalNameFrom=cannot guess local name from {0}
  33. cannotLock=Cannot lock {0}
  34. cannotMergeDetachedHead=Cannot merge into detached HEAD
  35. cannotReadBecause=cannot read {0}: {1}
  36. cannotReadPackageInformation=Cannot read package information.
  37. cannotRenameDetachedHEAD=Cannot rename detached HEAD
  38. cannotResolve=Cannot resolve {0}
  39. cannotSetupConsole=Cannot setup console
  40. cannotUseObjectsWithGlog=Cannot use --objects with glog
  41. cantFindGitDirectory=error: can't find git directory
  42. cantWrite=Can''t write {0}
  43. changesNotStagedForCommit=Changes not staged for commit:
  44. changesToBeCommitted=Changes to be committed:
  45. checkoutConflict=error: Your local changes to the following files would be overwritten by checkout:
  46. checkoutConflictPathLine=\t{0}
  47. clonedEmptyRepository=warning: You appear to have cloned an empty repository.
  48. cloningInto=Cloning into ''{0}''...
  49. commitLabel=commit
  50. configFileNotFound=configuration file {0} not found
  51. conflictingUsageOf_git_dir_andArguments=conflicting usage of --git-dir and arguments
  52. couldNotCreateBranch=Could not create branch {0}: {1}
  53. dateInfo=Date: {0}
  54. deletedBranch=Deleted branch {0}
  55. deletedRemoteBranch=Deleted remote branch {0}
  56. doesNotExist={0} does not exist
  57. dontOverwriteLocalChanges=error: Your local changes to the following file would be overwritten by merge:
  58. everythingUpToDate=Everything up-to-date
  59. expectedNumberOfbytes=Expected {0} bytes.
  60. exporting=Exporting {0}
  61. failedToCommitIndex=failed to commit index
  62. failedToLockIndex=failed to lock index
  63. failedToLockTag=Failed to lock tag {0}: {1}
  64. fatalError=fatal: {0}
  65. fatalThisProgramWillDestroyTheRepository=fatal: This program will destroy the repository\nfatal:\nfatal:\nfatal: {0}\nfatal:\nfatal: To continue, add {1} to the command line\nfatal:
  66. fileIsRequired=argument file is required
  67. ffNotPossibleAborting=Not possible to fast-forward, aborting.
  68. forcedUpdate=forced update
  69. fromURI=From {0}
  70. initializedEmptyGitRepositoryIn=Initialized empty Git repository in {0}
  71. invalidHttpProxyOnlyHttpSupported=Invalid http_proxy: {0}: Only http supported.
  72. jgitVersion=jgit version {0}
  73. lineFormat={0}
  74. listeningOn=Listening on {0}
  75. mergeConflict=CONFLICT(content): Merge conflict in {0}
  76. mergeCheckoutConflict=error: Your local changes to the following files would be overwritten by merge:
  77. mergeFailed=Automatic merge failed; fix conflicts and then commit the result
  78. mergeCheckoutFailed=Please, commit your changes or stash them before you can merge.
  79. mergeMadeBy=Merge made by the ''{0}'' strategy.
  80. mergedSquashed=Squash commit -- not updating HEAD
  81. mergeWentWellStoppedBeforeCommitting=Automatic merge went well; stopped before committing as requested
  82. metaVar_DAG=DAG
  83. metaVar_KEY=KEY
  84. metaVar_archiveFormat=format
  85. metaVar_archivePrefix=prefix/
  86. metaVar_arg=ARG
  87. metaVar_author=AUTHOR
  88. metaVar_base=base
  89. metaVar_blameL=START,END
  90. metaVar_blameReverse=START..END
  91. metaVar_branchName=branch
  92. metaVar_bucket=BUCKET
  93. metaVar_command=command
  94. metaVar_commandDetail=DETAIL
  95. metaVar_commitish=commit-ish
  96. metaVar_commitOrTag=COMMIT|TAG
  97. metaVar_commitPaths=paths
  98. metaVar_configFile=FILE
  99. metaVar_connProp=conn.prop
  100. metaVar_diffAlg=ALGORITHM
  101. metaVar_directory=DIRECTORY
  102. metaVar_file=FILE
  103. metaVar_filepattern=filepattern
  104. metaVar_gitDir=GIT_DIR
  105. metaVar_hostName=HOSTNAME
  106. metaVar_linesOfContext=lines
  107. metaVar_message=message
  108. metaVar_n=n
  109. metaVar_name=name
  110. metaVar_object=object
  111. metaVar_op=OP
  112. metaVar_pass=PASS
  113. metaVar_path=path
  114. metaVar_paths=path ...
  115. metaVar_port=PORT
  116. metaVar_ref=REF
  117. metaVar_refs=REFS
  118. metaVar_refspec=refspec
  119. metaVar_remoteName=name
  120. metaVar_revision=REVISION
  121. metaVar_seconds=SECONDS
  122. metaVar_service=SERVICE
  123. metaVar_treeish=tree-ish
  124. metaVar_uriish=uri-ish
  125. metaVar_url=URL
  126. metaVar_user=USER
  127. metaVar_version=VERSION
  128. mostCommonlyUsedCommandsAre=The most commonly used commands are:
  129. needApprovalToDestroyCurrentRepository=Need approval to destroy current repository
  130. noGitRepositoryConfigured=No Git repository configured.
  131. noNamesFound=No names found, cannot describe anything.
  132. noSuchFile=no such file: {0}
  133. noSuchRemoteRef=no such remote ref: ''{0}''
  134. noSystemConsoleAvailable=No System.console available
  135. noTREESectionInIndex=no 'TREE' section in index
  136. nonFastForward=non-fast forward
  137. notABranch={0} is not a branch
  138. notACommit={0} is not a commit
  139. notAGitRepository=''{0}'' not a git repository
  140. notAJgitCommand={0} is not a jgit command
  141. notARevision=Not a revision: {0}
  142. notATree={0} is not a tree
  143. notAValidRefName={0} is not a valid ref name
  144. notAnIndexFile={0} is not an index file
  145. notAnObject={0} is not an object
  146. notFound=!! NOT FOUND !!
  147. noteObjectTooLargeToPrint=Note object {0} too large to print
  148. nothingToSquash=\ (nothing to squash)
  149. notOnAnyBranch=Not currently on any branch.
  150. onBranch=On branch {0}
  151. onBranchToBeBorn=You are on a branch yet to be born
  152. onlyOneMetaVarExpectedIn=Only one {0} expected in {1}.
  153. onlyOneOfIncludeOnlyAllInteractiveCanBeUsed=Only one of --include/--only/--all/--interactive can be used.
  154. password=Password:
  155. pathspecDidNotMatch=error: pathspec ''{0}'' did not match any file(s) known to git.
  156. pushTo=To {0}
  157. pathsRequired=at least one path has to be specified when using --only
  158. refDoesNotExistOrNoCommit={0} does not exist or is not referring to a commit
  159. remoteMessage=remote: {0}
  160. remoteRefObjectChangedIsNotExpectedOne=remote ref object changed - is not expected one {0}
  161. remoteSideDoesNotSupportDeletingRefs=remote side does not support deleting refs
  162. repaint=Repaint
  163. serviceNotSupported=Service ''{0}'' not supported
  164. skippingObject=skipping {0} {1}
  165. statusFileListFormat=\t%1$s
  166. statusFileListFormatWithPrefix=\t%1$-11s %2$s
  167. statusFileListFormatUnmerged=\t%1$-20s%2$s
  168. statusModified=modified:
  169. statusNewFile=new file:
  170. statusRemoved=deleted:
  171. statusBothDeleted=both deleted:
  172. statusAddedByUs=added by us:
  173. statusDeletedByThem=deleted by them:
  174. statusAddedByThem=added by them:
  175. statusDeletedByUs=deleted by us:
  176. statusBothAdded=both added:
  177. statusBothModified=both modified:
  178. switchedToNewBranch=Switched to a new branch ''{0}''
  179. switchedToBranch=Switched to branch ''{0}''
  180. tagAlreadyExists=tag ''{0}'' already exists
  181. tagLabel=tag
  182. taggerInfo=Tagger: {0} <{1}>
  183. timeInMilliSeconds={0} ms
  184. treeIsRequired=argument tree is required
  185. tooManyRefsGiven=Too many refs given
  186. unknownIoErrorStdout=An unknown I/O error occurred on standard output
  187. unknownMergeStrategy=unknown merge strategy {0} specified
  188. unmergedPaths=Unmerged paths:
  189. unsupportedOperation=Unsupported operation: {0}
  190. untrackedFiles=Untracked files:
  191. updating=Updating {0}..{1}
  192. usage_Aggressive=This option will cause gc to more aggressively optimize the repository at the expense of taking much more time
  193. usage_bareClone=Make a bare Git repository. That is, instead of creating [DIRECTORY] and placing the administrative files in [DIRECTORY]/.git, make the [DIRECTORY] itself the $GIT_DIR.
  194. usage_Blame=Show what revision and author last modified each line
  195. usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service
  196. usage_CommitAll=commit all modified and deleted files
  197. usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format.
  198. usage_CommitMessage=Use the given <msg> as the commit message
  199. usage_CommitOnly=commit specified paths only
  200. usage_CommitAmend=Amend the tip of the current branch
  201. usage_CommitPaths=see --only
  202. usage_CreateABareRepository=Create a bare repository
  203. usage_CreateATag=Create a tag
  204. usage_CreateAnEmptyGitRepository=Create an empty git repository
  205. usage_Describe=Show the most recent tag that is reachable from a commit
  206. usage_DiffAlgorithms=Test performance of jgit's diff algorithms
  207. usage_DisplayTheVersionOfJgit=Display the version of jgit
  208. usage_Gc=Cleanup unnecessary files and optimize the local repository
  209. usage_Glog=View commit history as a graph
  210. usage_IndexPack=Build pack index file for an existing packed archive
  211. usage_LsRemote=List references in a remote repository
  212. usage_lsRemoteHeads=Show only refs starting with refs/heads
  213. usage_lsRemoteTags=Show only refs starting with refs/tags
  214. usage_LsTree=List the contents of a tree object
  215. usage_MakeCacheTree=Show the current cache tree structure
  216. usage_MergeBase=Find as good common ancestors as possible for a merge
  217. usage_MergesTwoDevelopmentHistories=Merges two development histories
  218. usage_ReadDirCache= Read the DirCache 100 times
  219. usage_RebuildCommitGraph=Recreate a repository from another one's commit graph
  220. usage_RepositoryToReadFrom=Repository to read from
  221. usage_RepositoryToReceiveInto=Repository to receive into
  222. usage_RevList=List commit objects in reverse chronological order
  223. usage_RevParse=Pick out and massage parameters
  224. usage_RevParseAll=Show all refs found in refs/
  225. usage_ServerSideBackendForJgitFetch=Server side backend for 'jgit fetch'
  226. usage_ServerSideBackendForJgitPush=Server side backend for 'jgit push'
  227. usage_ShowCacheTree=Show cache tree
  228. usage_ShowDiffs=Show diffs
  229. usage_ShowDiffTree=Compare the content and mode of blobs found via two tree objects
  230. usage_ShowDirCache= Show the DirCache
  231. usage_ShowPackDelta=Show pack delta for given object
  232. usage_ShowRef=List references in a local repository
  233. usage_Status=Show the working tree status
  234. usage_StopTrackingAFile=Stop tracking a file
  235. usage_TextHashFunctions=Scan repository to compute maximum number of collisions for hash functions
  236. usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs
  237. usage_WriteDirCache=Write the DirCache
  238. usage_abbrevCommits=abbreviate commits to N + 1 digits
  239. usage_abortConnectionIfNoActivity=abort connection if no activity
  240. usage_actOnRemoteTrackingBranches=act on remote-tracking branches
  241. usage_addFileContentsToTheIndex=Add file contents to the index
  242. usage_alterTheDetailShown=alter the detail shown
  243. usage_approveDestructionOfRepository=approve destruction of repository
  244. usage_archive=zip up files from the named tree
  245. usage_archiveFormat=archive format. Currently supported formats: 'tar', 'zip', 'tgz', 'tbz2', 'txz'
  246. usage_archiveOutput=output file to write the archive to
  247. usage_archivePrefix=string to prepend to each pathname in the archive
  248. usage_baseUri=the base URI of the repo manifest file. e.g. https://android.googlesource.com/platform/
  249. usage_blameLongRevision=show long revision
  250. usage_blameRange=annotate only the given range
  251. usage_blameRawTimestamp=show raw timestamp
  252. usage_blameReverse=show origin of deletions instead of insertions
  253. usage_blameShowBlankBoundary=show blank SHA-1 for boundary commits
  254. usage_blameShowEmail=show author email instead of name
  255. usage_blameShowRoot=do not treat root commits as boundaries
  256. usage_blameShowSourceLine=show source line number
  257. usage_blameShowSourcePath=show source filename
  258. usage_blameSuppressAuthor=do not show author name and timestamp
  259. usage_beMoreVerbose=be more verbose
  260. usage_beVerbose=be verbose
  261. usage_cached=compare against index
  262. usage_checkout=Checkout a branch to the working tree
  263. usage_cloneRepositoryIntoNewDir=Clone a repository into a new directory
  264. usage_configFile=configuration file
  265. usage_configGlobal=use global configuration in ~/.gitconfig
  266. usage_configList=List all variables set in config file
  267. usage_configLocal=use local configuration in .git/config
  268. usage_configSystem=use system-wide configuration in $(prefix)/etc/gitconfig
  269. usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename
  270. usage_createBranchAndCheckout=create branch and checkout
  271. usage_deleteBranchEvenIfNotMerged=delete branch (even if not merged)
  272. usage_deleteFullyMergedBranch=delete fully merged branch
  273. usage_date=date format, one of default, rfc, local, iso, short, raw (as defined by git-log(1) ), locale or localelocal (jgit extensions)
  274. usage_detectRenames=detect renamed files
  275. usage_diffAlgorithm=the diff algorithm to use. Currently supported are: 'myers', 'histogram'
  276. usage_directoriesToExport=directories to export
  277. usage_disableTheServiceInAllRepositories=disable the service in all repositories
  278. usage_displayAListOfAllRegisteredJgitCommands=Display a list of all registered jgit commands
  279. usage_displayAllPossibleMergeBases=display all possible merge bases
  280. usage_displayThejavaStackTraceOnExceptions=display the Java stack trace on exceptions
  281. usage_displayThisHelpText=display this help text
  282. usage_displayVersion=display jgit version
  283. usage_dstPrefix=show the destination prefix instead of "b/"
  284. usage_enableTheServiceInAllRepositories=enable the service in all repositories
  285. usage_exportRepositoriesOverGit=Export repositories over git://
  286. usage_exportWithoutGitDaemonExportOk=export without git-daemon-export-ok
  287. usage_fetchThinPack=fetch thin pack
  288. usage_filesToAddContentFrom=Files to add content from
  289. usage_fixAThinPackToBeComplete=fix a thin pack to be complete
  290. usage_forEachRefOutput=for-each-ref output
  291. usage_forceCheckout=when switching branches, proceed even if the index or the working tree differs from HEAD
  292. usage_forceCreateBranchEvenExists=force create branch even exists
  293. usage_forceReplacingAnExistingTag=force replacing an existing tag
  294. usage_getAndSetOptions=Get and set repository or global options
  295. usage_groups=Restrict manifest projects to ones with specified group(s), use "-" for excluding [default|all|G1,G2,G3|G4,-G5,-G6]
  296. usage_hostnameOrIpToListenOn=hostname (or ip) to listen on
  297. usage_indexFileFormatToCreate=index file format to create
  298. usage_ignoreWhitespace=ignore all whitespace
  299. usage_inputOutputFile=Input/output file
  300. usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches
  301. usage_listCreateOrDeleteBranches=List, create, or delete branches
  302. usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output
  303. usage_machineReadableOutput=machine-readable output
  304. usage_manageReflogInformation=Manage reflog information
  305. usage_mergeFf=When the merge resolves as a fast-forward, only update the branch pointer, without creating a merge commit.
  306. usage_mergeNoFf=Create a merge commit even when the merge resolves as a fast-forward.
  307. usage_mergeFfOnly=Refuse to merge and exit with a non-zero status unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward.
  308. usage_mergeRef=Ref to be merged
  309. usage_mergeStrategy=Use the given merge strategy. Can be supplied more than once to specify them in the order they should be tried. If there is no -s option, the recursive strategy is used. Currently the following strategies are supported: ours, theirs, simple-two-way-in-core, resolve, recursive
  310. usage_message=Set the commit message to be used for the merge commit (in case one is created).
  311. usage_moveRenameABranch=move/rename a branch
  312. usage_nameStatus=show only name and status of files
  313. usage_noCheckoutAfterClone=no checkout of HEAD is performed after the clone is complete
  314. usage_noCommit=Don't commit after a successful merge
  315. usage_noPrefix=do not show any source or destination prefix
  316. usage_noRenames=disable rename detection
  317. usage_noShowStandardNotes=Disable showing notes from the standard /refs/notes/commits branch
  318. usage_onlyMatchAgainstAlreadyTrackedFiles=Only match <filepattern> against already tracked files in the index rather than the working tree
  319. usage_outputFile=Output file
  320. usage_parseRepoManifest=Parse a repo manifest file and add submodules
  321. usage_path=path
  322. usage_pathToXml=path to the repo manifest XML file
  323. usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive
  324. usage_portNumberToListenOn=port number to listen on
  325. usage_printOnlyBranchesThatContainTheCommit=print only branches that contain the commit
  326. usage_pruneStaleTrackingRefs=prune stale tracking refs
  327. usage_quiet=don't show progress messages
  328. usage_recordChangesToRepository=Record changes to the repository
  329. usage_recurseIntoSubtrees=recurse into subtrees
  330. usage_renameLimit=limit size of rename matrix
  331. usage_reset=Reset current HEAD to the specified state
  332. usage_resetHard=Resets the index and working tree
  333. usage_resetSoft=Resets without touching the index file nor the working tree
  334. usage_resetMixed=Resets the index but not the working tree
  335. usage_setTheGitRepositoryToOperateOn=set the git repository to operate on
  336. usage_show=display one commit
  337. usage_showRefNamesMatchingCommits=Show ref names matching commits
  338. usage_showPatch=display patch
  339. usage_showNotes=Add this ref to the list of note branches from which notes are displayed
  340. usage_showTimeInMilliseconds=Show mtime in milliseconds
  341. usage_squash=Squash commits as if a real merge happened, but do not make a commit or move the HEAD.
  342. usage_srcPrefix=show the source prefix instead of "a/"
  343. usage_symbolicVersionForTheProject=Symbolic version for the project
  344. usage_tags=fetch all tags
  345. usage_notags=do not fetch tags
  346. usage_tagMessage=tag message
  347. usage_updateRemoteRefsFromAnotherRepository=Update remote refs from another repository
  348. usage_useNameInsteadOfOriginToTrackUpstream=use <name> instead of 'origin' to track upstream
  349. usage_checkoutBranchAfterClone=checkout named branch instead of remotes's HEAD
  350. usage_viewCommitHistory=View commit history
  351. usage_orphan=Create a new orphan branch. The first commit made on this new branch will have no parents amd it will be the root of a new history totally disconnected from other branches and commits.
  352. usernameFor=Username for {0}: