Package org.eclipse.jgit.internal.ketch
Class KetchText
- java.lang.Object
-
- org.eclipse.jgit.nls.TranslationBundle
-
- org.eclipse.jgit.internal.ketch.KetchText
-
public class KetchText extends TranslationBundle
Translation bundle for the Ketch implementation.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
accepted
java.lang.String
cannotFetchFromLocalReplica
java.lang.String
failed
java.lang.String
invalidFollowerUri
java.lang.String
leaderFailedToStore
java.lang.String
localReplicaRequired
java.lang.String
mismatchedTxnNamespace
java.lang.String
outsideTxnNamespace
java.lang.String
proposingUpdates
java.lang.String
queuedProposalFailedToApply
java.lang.String
starting
java.lang.String
unsupportedVoterCount
java.lang.String
waitingForQueue
-
Constructor Summary
Constructors Constructor Description KetchText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KetchText
get()
Get an instance of this translation bundle.-
Methods inherited from class org.eclipse.jgit.nls.TranslationBundle
effectiveLocale, resourceBundle
-
-
-
-
Field Detail
-
accepted
public java.lang.String accepted
-
cannotFetchFromLocalReplica
public java.lang.String cannotFetchFromLocalReplica
-
failed
public java.lang.String failed
-
invalidFollowerUri
public java.lang.String invalidFollowerUri
-
leaderFailedToStore
public java.lang.String leaderFailedToStore
-
localReplicaRequired
public java.lang.String localReplicaRequired
-
mismatchedTxnNamespace
public java.lang.String mismatchedTxnNamespace
-
outsideTxnNamespace
public java.lang.String outsideTxnNamespace
-
proposingUpdates
public java.lang.String proposingUpdates
-
queuedProposalFailedToApply
public java.lang.String queuedProposalFailedToApply
-
starting
public java.lang.String starting
-
unsupportedVoterCount
public java.lang.String unsupportedVoterCount
-
waitingForQueue
public java.lang.String waitingForQueue
-
-
Method Detail
-
get
public static KetchText get()
Get an instance of this translation bundle.- Returns:
- instance of this translation bundle.
-
-