1146 lines
43 KiB
C#
Executable File
1146 lines
43 KiB
C#
Executable File
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace MarketAlly.GitCommitEditor.Resources.Strings {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class LibStrings {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal LibStrings() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MarketAlly.GitCommitEditor.Resources.Strings.LibStrings", typeof(LibStrings).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject uses non-descriptive phrase: '{0}'.
|
|
/// </summary>
|
|
internal static string Analyzer_BannedPhrase {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_BannedPhrase", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add a blank line between subject and body.
|
|
/// </summary>
|
|
internal static string Analyzer_BlankLine {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_BlankLine", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Body is {0} chars, minimum is {1}.
|
|
/// </summary>
|
|
internal static string Analyzer_BodyTooShort {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_BodyTooShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject should start with a capital letter.
|
|
/// </summary>
|
|
internal static string Analyzer_CapitalLetter {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_CapitalLetter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use imperative mood: '{0}' → '{1}' (e.g., 'Add' not 'Added').
|
|
/// </summary>
|
|
internal static string Analyzer_ImperativeMood {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_ImperativeMood", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Large change ({0} files, {1} lines) deserves a more descriptive message.
|
|
/// </summary>
|
|
internal static string Analyzer_LargeChange {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_LargeChange", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Major change ({0} files) should include a body explaining why.
|
|
/// </summary>
|
|
internal static string Analyzer_MajorChange {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_MajorChange", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Consider mentioning what area changed (files: {0}).
|
|
/// </summary>
|
|
internal static string Analyzer_MentionArea {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_MentionArea", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commit message is empty.
|
|
/// </summary>
|
|
internal static string Analyzer_MessageEmpty {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_MessageEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No issue reference found (e.g., #123 or JIRA-123).
|
|
/// </summary>
|
|
internal static string Analyzer_NoIssueRef {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_NoIssueRef", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject should not end with a period.
|
|
/// </summary>
|
|
internal static string Analyzer_NoPeriod {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_NoPeriod", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Message doesn't follow conventional commit format (type: subject).
|
|
/// </summary>
|
|
internal static string Analyzer_NotConventional {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_NotConventional", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to '{0}' doesn't describe what changed in {1} files.
|
|
/// </summary>
|
|
internal static string Analyzer_NotDescriptive {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_NotDescriptive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject is {0} chars, recommended max is {1}.
|
|
/// </summary>
|
|
internal static string Analyzer_SubjectTooLong {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_SubjectTooLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject is {0} chars, minimum is {1}.
|
|
/// </summary>
|
|
internal static string Analyzer_SubjectTooShort {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_SubjectTooShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Message is too vague for {0} changed files - describe WHAT changed.
|
|
/// </summary>
|
|
internal static string Analyzer_TooVague {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_TooVague", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown conventional commit type: {0}.
|
|
/// </summary>
|
|
internal static string Analyzer_UnknownType {
|
|
get {
|
|
return ResourceManager.GetString("Analyzer_UnknownType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to History is already linear - no merge commits found.
|
|
/// </summary>
|
|
internal static string Cleanup_AlreadyLinear {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_AlreadyLinear", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analyzing branch structure....
|
|
/// </summary>
|
|
internal static string Cleanup_AnalyzingStructure {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_AnalyzingStructure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Archive complete.
|
|
/// </summary>
|
|
internal static string Cleanup_ArchiveComplete {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ArchiveComplete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to archive branches: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_ArchiveFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ArchiveFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Archiving stale branches....
|
|
/// </summary>
|
|
internal static string Cleanup_ArchivingBranches {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ArchivingBranches", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to consolidate merge fix commits: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_ConsolidateFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ConsolidateFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Consolidating merge fix commits....
|
|
/// </summary>
|
|
internal static string Cleanup_ConsolidatingFixes {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ConsolidatingFixes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will archive stale branches (delete if merged, tag otherwise)..
|
|
/// </summary>
|
|
internal static string Cleanup_DescArchive {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescArchive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will fix authorship on {0} commit(s)..
|
|
/// </summary>
|
|
internal static string Cleanup_DescAuthorship {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescAuthorship", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will consolidate {0} merge-fix commits..
|
|
/// </summary>
|
|
internal static string Cleanup_DescConsolidate {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescConsolidate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will process {0} commit(s)..
|
|
/// </summary>
|
|
internal static string Cleanup_DescGeneric {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescGeneric", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will linearize history by removing merge commits and sorting by date..
|
|
/// </summary>
|
|
internal static string Cleanup_DescLinearize {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescLinearize", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will reword {0} commit message(s) to improve quality..
|
|
/// </summary>
|
|
internal static string Cleanup_DescReword {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescReword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will squash {0} duplicate commits into 1..
|
|
/// </summary>
|
|
internal static string Cleanup_DescSquash {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescSquash", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will consolidate {0} trivial merges..
|
|
/// </summary>
|
|
internal static string Cleanup_DescTrivialMerges {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DescTrivialMerges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to drop duplicate commits: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_DropDuplicatesFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_DropDuplicatesFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to fix authorship: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_FixAuthorFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_FixAuthorFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found {0} commits to linearize....
|
|
/// </summary>
|
|
internal static string Cleanup_FoundCommits {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_FoundCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Linearization complete.
|
|
/// </summary>
|
|
internal static string Cleanup_LinearizeComplete {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_LinearizeComplete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to linearize history: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_LinearizeFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_LinearizeFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Linearizing {0} commits (removing {1} merges)....
|
|
/// </summary>
|
|
internal static string Cleanup_Linearizing {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_Linearizing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Need at least 2 commits to squash.
|
|
/// </summary>
|
|
internal static string Cleanup_NeedTwoCommits {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NeedTwoCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No commits found on current branch.
|
|
/// </summary>
|
|
internal static string Cleanup_NoCommitsOnBranch {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoCommitsOnBranch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No commits specified to fix.
|
|
/// </summary>
|
|
internal static string Cleanup_NoCommitsToFix {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoCommitsToFix", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No commits specified to squash.
|
|
/// </summary>
|
|
internal static string Cleanup_NoCommitsToSquash {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoCommitsToSquash", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No fix commits to consolidate.
|
|
/// </summary>
|
|
internal static string Cleanup_NoFixCommits {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoFixCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No matching commits found to drop.
|
|
/// </summary>
|
|
internal static string Cleanup_NoMatchingCommits {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoMatchingCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No matching fix commits found to consolidate.
|
|
/// </summary>
|
|
internal static string Cleanup_NoMatchingFixes {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoMatchingFixes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No matching merge commits found to squash.
|
|
/// </summary>
|
|
internal static string Cleanup_NoMergeCommits {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NoMergeCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cleanup type '{0}' is not yet implemented.
|
|
/// </summary>
|
|
internal static string Cleanup_NotImplemented {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_NotImplemented", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Processing branch {0}....
|
|
/// </summary>
|
|
internal static string Cleanup_ProcessingBranch {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ProcessingBranch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Processing commit {0}/{1}....
|
|
/// </summary>
|
|
internal static string Cleanup_ProcessingCommit {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ProcessingCommit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Some commits have been pushed. Enable 'AllowPushedCommits' to proceed..
|
|
/// </summary>
|
|
internal static string Cleanup_PushedCommitsBlocked {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_PushedCommitsBlocked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rebuilding commit history....
|
|
/// </summary>
|
|
internal static string Cleanup_Rebuilding {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_Rebuilding", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rebuilding commit {0}/{1}....
|
|
/// </summary>
|
|
internal static string Cleanup_RebuildingCommit {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_RebuildingCommit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rebuilding {0} commits....
|
|
/// </summary>
|
|
internal static string Cleanup_RebuildingCount {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_RebuildingCount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reconcile: merge final state after linearization.
|
|
/// </summary>
|
|
internal static string Cleanup_ReconcileMerge {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_ReconcileMerge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reconciling final state....
|
|
/// </summary>
|
|
internal static string Cleanup_Reconciling {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_Reconciling", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Squashing merge commits....
|
|
/// </summary>
|
|
internal static string Cleanup_SquashingMerges {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_SquashingMerges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to squash merge commits: {0}.
|
|
/// </summary>
|
|
internal static string Cleanup_SquashMergeFailed {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_SquashMergeFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updating branch reference....
|
|
/// </summary>
|
|
internal static string Cleanup_UpdatingBranch {
|
|
get {
|
|
return ResourceManager.GetString("Cleanup_UpdatingBranch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to run git command: {0}.
|
|
/// </summary>
|
|
internal static string Git_CommandFailed {
|
|
get {
|
|
return ResourceManager.GetString("Git_CommandFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commit not found: {0}.
|
|
/// </summary>
|
|
internal static string Git_CommitNotFound {
|
|
get {
|
|
return ResourceManager.GetString("Git_CommitNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Git error: {0}.
|
|
/// </summary>
|
|
internal static string Git_Error {
|
|
get {
|
|
return ResourceManager.GetString("Git_Error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Force pushed to origin/{0}.
|
|
/// </summary>
|
|
internal static string Git_ForcePushedTo {
|
|
get {
|
|
return ResourceManager.GetString("Git_ForcePushedTo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Force push successful.
|
|
/// </summary>
|
|
internal static string Git_ForcePushSuccess {
|
|
get {
|
|
return ResourceManager.GetString("Git_ForcePushSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Force push successful (via git command).
|
|
/// </summary>
|
|
internal static string Git_ForcePushSuccessCmd {
|
|
get {
|
|
return ResourceManager.GetString("Git_ForcePushSuccessCmd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to update HEAD to new commit {0}.
|
|
/// </summary>
|
|
internal static string Git_HeadUpdateFailed {
|
|
get {
|
|
return ResourceManager.GetString("Git_HeadUpdateFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No commits in repository.
|
|
/// </summary>
|
|
internal static string Git_NoCommits {
|
|
get {
|
|
return ResourceManager.GetString("Git_NoCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Push rejected: non-fast-forward. Pull changes first or use force push..
|
|
/// </summary>
|
|
internal static string Git_NonFastForward {
|
|
get {
|
|
return ResourceManager.GetString("Git_NonFastForward", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Target commit is not an ancestor of HEAD.
|
|
/// </summary>
|
|
internal static string Git_NotAncestor {
|
|
get {
|
|
return ResourceManager.GetString("Git_NotAncestor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Could not find any target commits in repository.
|
|
/// </summary>
|
|
internal static string Git_NoTargetCommits {
|
|
get {
|
|
return ResourceManager.GetString("Git_NoTargetCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No upstream branch configured. Set tracking with: git push -u origin <branch>.
|
|
/// </summary>
|
|
internal static string Git_NoUpstream {
|
|
get {
|
|
return ResourceManager.GetString("Git_NoUpstream", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No upstream branch configured and no 'origin' remote found.
|
|
///
|
|
///Set tracking manually with: git push -u origin {0}.
|
|
/// </summary>
|
|
internal static string Git_NoUpstreamNoOrigin {
|
|
get {
|
|
return ResourceManager.GetString("Git_NoUpstreamNoOrigin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Old commit {0} still reachable from HEAD after rewrite.
|
|
/// </summary>
|
|
internal static string Git_OldCommitReachable {
|
|
get {
|
|
return ResourceManager.GetString("Git_OldCommitReachable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commit creation failed: parent mismatch for commit {0}.
|
|
/// </summary>
|
|
internal static string Git_ParentMismatch {
|
|
get {
|
|
return ResourceManager.GetString("Git_ParentMismatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to start git process.
|
|
/// </summary>
|
|
internal static string Git_ProcessFailed {
|
|
get {
|
|
return ResourceManager.GetString("Git_ProcessFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Push failed: {0}.
|
|
/// </summary>
|
|
internal static string Git_PushFailed {
|
|
get {
|
|
return ResourceManager.GetString("Git_PushFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Push successful (via git command).
|
|
/// </summary>
|
|
internal static string Git_PushSuccessCmd {
|
|
get {
|
|
return ResourceManager.GetString("Git_PushSuccessCmd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remote '{0}' not found.
|
|
/// </summary>
|
|
internal static string Git_RemoteNotFound {
|
|
get {
|
|
return ResourceManager.GetString("Git_RemoteNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disk verification failed: HEAD should be {0} but is {1}.
|
|
/// </summary>
|
|
internal static string Git_VerificationFailed {
|
|
get {
|
|
return ResourceManager.GetString("Git_VerificationFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analyzing authorship.
|
|
/// </summary>
|
|
internal static string Health_AnalyzingAuthorship {
|
|
get {
|
|
return ResourceManager.GetString("Health_AnalyzingAuthorship", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analyzing branch complexity.
|
|
/// </summary>
|
|
internal static string Health_AnalyzingBranches {
|
|
get {
|
|
return ResourceManager.GetString("Health_AnalyzingBranches", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analyzing merge commits.
|
|
/// </summary>
|
|
internal static string Health_AnalyzingMerges {
|
|
get {
|
|
return ResourceManager.GetString("Health_AnalyzingMerges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Analyzing message quality.
|
|
/// </summary>
|
|
internal static string Health_AnalyzingMessages {
|
|
get {
|
|
return ResourceManager.GetString("Health_AnalyzingMessages", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Complete.
|
|
/// </summary>
|
|
internal static string Health_Complete {
|
|
get {
|
|
return ResourceManager.GetString("Health_Complete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Detecting duplicates.
|
|
/// </summary>
|
|
internal static string Health_DetectingDuplicates {
|
|
get {
|
|
return ResourceManager.GetString("Health_DetectingDuplicates", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loading commits.
|
|
/// </summary>
|
|
internal static string Health_LoadingCommits {
|
|
get {
|
|
return ResourceManager.GetString("Health_LoadingCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository requires immediate attention. History is severely degraded..
|
|
/// </summary>
|
|
internal static string HealthStatus_Critical {
|
|
get {
|
|
return ResourceManager.GetString("HealthStatus_Critical", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository has noticeable issues that should be addressed..
|
|
/// </summary>
|
|
internal static string HealthStatus_NeedsAttention {
|
|
get {
|
|
return ResourceManager.GetString("HealthStatus_NeedsAttention", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cross-merges between branches.
|
|
/// </summary>
|
|
internal static string Report_CrossMerges {
|
|
get {
|
|
return ResourceManager.GetString("Report_CrossMerges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Detected {0} cross-merges between feature branches. Use feature branches that only merge into main..
|
|
/// </summary>
|
|
internal static string Report_CrossMergesDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_CrossMergesDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicate commits with identical content.
|
|
/// </summary>
|
|
internal static string Report_DuplicateContent {
|
|
get {
|
|
return ResourceManager.GetString("Report_DuplicateContent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found {0} groups of commits with identical file content ({1} redundant commits). These are safe to squash as they have the same tree SHA..
|
|
/// </summary>
|
|
internal static string Report_DuplicateContentDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_DuplicateContentDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Commits with duplicate messages.
|
|
/// </summary>
|
|
internal static string Report_DuplicateMessages {
|
|
get {
|
|
return ResourceManager.GetString("Report_DuplicateMessages", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found {0} groups of commits with identical messages but different code changes ({1} commits). Consider using more descriptive messages to differentiate changes..
|
|
/// </summary>
|
|
internal static string Report_DuplicateMessagesDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_DuplicateMessagesDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Excessive merge commits.
|
|
/// </summary>
|
|
internal static string Report_ExcessiveMerges {
|
|
get {
|
|
return ResourceManager.GetString("Report_ExcessiveMerges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to High merge commit ratio.
|
|
/// </summary>
|
|
internal static string Report_HighMergeRatio {
|
|
get {
|
|
return ResourceManager.GetString("Report_HighMergeRatio", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Merge fix commits detected.
|
|
/// </summary>
|
|
internal static string Report_MergeFixCommits {
|
|
get {
|
|
return ResourceManager.GetString("Report_MergeFixCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found {0} commits with messages like 'fix merge' detected after merges..
|
|
/// </summary>
|
|
internal static string Report_MergeFixDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_MergeFixDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Your repository has a {0}% merge commit ratio ({1}/{2} commits). Consider using rebase workflow or squash merges..
|
|
/// </summary>
|
|
internal static string Report_MergeRatioDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_MergeRatioDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stale branches.
|
|
/// </summary>
|
|
internal static string Report_StaleBranches {
|
|
get {
|
|
return ResourceManager.GetString("Report_StaleBranches", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Found {0} branches with no activity in 30+ days..
|
|
/// </summary>
|
|
internal static string Report_StaleBranchesDesc {
|
|
get {
|
|
return ResourceManager.GetString("Report_StaleBranchesDesc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Your branch is {0} commit(s) behind the remote. Consider pulling first to avoid conflicts..
|
|
/// </summary>
|
|
internal static string Safety_BehindRemote {
|
|
get {
|
|
return ResourceManager.GetString("Safety_BehindRemote", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} commit(s) have already been pushed to the remote. Rewriting them will require a force push and may affect collaborators..
|
|
/// </summary>
|
|
internal static string Safety_PushedCommits {
|
|
get {
|
|
return ResourceManager.GetString("Safety_PushedCommits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You have uncommitted changes. Please commit or stash them first..
|
|
/// </summary>
|
|
internal static string Safety_UncommittedChanges {
|
|
get {
|
|
return ResourceManager.GetString("Safety_UncommittedChanges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AI analysis failed.
|
|
/// </summary>
|
|
internal static string Service_AiAnalysisFailed {
|
|
get {
|
|
return ResourceManager.GetString("Service_AiAnalysisFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AI did not return structured output - fell back to original message.
|
|
/// </summary>
|
|
internal static string Service_AiFallback {
|
|
get {
|
|
return ResourceManager.GetString("Service_AiFallback", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to API key is not configured. Please set your API key in Settings..
|
|
/// </summary>
|
|
internal static string Service_ApiKeyNotConfigured {
|
|
get {
|
|
return ResourceManager.GetString("Service_ApiKeyNotConfigured", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No suggested message available.
|
|
/// </summary>
|
|
internal static string Service_NoSuggestion {
|
|
get {
|
|
return ResourceManager.GetString("Service_NoSuggestion", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Push successful.
|
|
/// </summary>
|
|
internal static string Service_PushSuccess {
|
|
get {
|
|
return ResourceManager.GetString("Service_PushSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository not found: {0}.
|
|
/// </summary>
|
|
internal static string Service_RepoNotFound {
|
|
get {
|
|
return ResourceManager.GetString("Service_RepoNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository not registered.
|
|
/// </summary>
|
|
internal static string Service_RepoNotRegistered {
|
|
get {
|
|
return ResourceManager.GetString("Service_RepoNotRegistered", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Repository not registered: {0}.
|
|
/// </summary>
|
|
internal static string Service_RepoNotRegisteredPath {
|
|
get {
|
|
return ResourceManager.GetString("Service_RepoNotRegisteredPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot rewrite commits with uncommitted changes. Please commit or stash your changes first..
|
|
/// </summary>
|
|
internal static string Service_UncommittedChanges {
|
|
get {
|
|
return ResourceManager.GetString("Service_UncommittedChanges", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown error.
|
|
/// </summary>
|
|
internal static string Service_UnknownError {
|
|
get {
|
|
return ResourceManager.GetString("Service_UnknownError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ai options cannot be null.
|
|
/// </summary>
|
|
internal static string Validation_AiOptionsNull {
|
|
get {
|
|
return ResourceManager.GetString("Validation_AiOptionsNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid GitImproverOptions: {0}.
|
|
/// </summary>
|
|
internal static string Validation_InvalidOptions {
|
|
get {
|
|
return ResourceManager.GetString("Validation_InvalidOptions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to MaxCommitsPerRepo must be greater than 0.
|
|
/// </summary>
|
|
internal static string Validation_MaxCommitsPositive {
|
|
get {
|
|
return ResourceManager.GetString("Validation_MaxCommitsPositive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rules cannot be null.
|
|
/// </summary>
|
|
internal static string Validation_RulesNull {
|
|
get {
|
|
return ResourceManager.GetString("Validation_RulesNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Weights must sum to 1.0 (current: {0}).
|
|
/// </summary>
|
|
internal static string Validation_WeightsSum {
|
|
get {
|
|
return ResourceManager.GetString("Validation_WeightsSum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WorkspaceRoot directory does not exist: {0}.
|
|
/// </summary>
|
|
internal static string Validation_WorkspaceNotFound {
|
|
get {
|
|
return ResourceManager.GetString("Validation_WorkspaceNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WorkspaceRoot is required.
|
|
/// </summary>
|
|
internal static string Validation_WorkspaceRequired {
|
|
get {
|
|
return ResourceManager.GetString("Validation_WorkspaceRequired", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|