mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Merge pull request #2388 from Ryooooooga/remove-unused-texts
This commit is contained in:
		| @@ -73,8 +73,6 @@ func chineseTranslationSet() TranslationSet { | |||||||
| 		MergeConflictsTitle:                 "合并冲突", | 		MergeConflictsTitle:                 "合并冲突", | ||||||
| 		LcCheckout:                          "检出", | 		LcCheckout:                          "检出", | ||||||
| 		NoChangedFiles:                      "没有更改过文件", | 		NoChangedFiles:                      "没有更改过文件", | ||||||
| 		NoFilesDisplay:                      "没有文件可显示", |  | ||||||
| 		NotAFile:                            "不是文件", |  | ||||||
| 		PullWait:                            "正在拉取…", | 		PullWait:                            "正在拉取…", | ||||||
| 		PushWait:                            "正在推送…", | 		PushWait:                            "正在推送…", | ||||||
| 		FetchWait:                           "正在抓取…", | 		FetchWait:                           "正在抓取…", | ||||||
| @@ -104,7 +102,6 @@ func chineseTranslationSet() TranslationSet { | |||||||
| 		LcSquashDown:                        "向下压缩", | 		LcSquashDown:                        "向下压缩", | ||||||
| 		LcFixupCommit:                       "修正提交(fixup)", | 		LcFixupCommit:                       "修正提交(fixup)", | ||||||
| 		NoCommitsThisBranch:                 "该分支没有提交", | 		NoCommitsThisBranch:                 "该分支没有提交", | ||||||
| 		OnlySquashTopmostCommit:             "只能压缩最顶层的提交", |  | ||||||
| 		YouNoCommitsToSquash:                "您没有提交可以压缩", | 		YouNoCommitsToSquash:                "您没有提交可以压缩", | ||||||
| 		Fixup:                               "修正(fixup)", | 		Fixup:                               "修正(fixup)", | ||||||
| 		SureFixupThisCommit:                 "您确定要“修正”此提交吗?它将合并到下面的提交中", | 		SureFixupThisCommit:                 "您确定要“修正”此提交吗?它将合并到下面的提交中", | ||||||
|   | |||||||
| @@ -39,8 +39,6 @@ func dutchTranslationSet() TranslationSet { | |||||||
| 		ResetCommitFilterState:              "Reset commit file state filter", | 		ResetCommitFilterState:              "Reset commit file state filter", | ||||||
| 		MergeConflictsTitle:                 "Merge Conflicten", | 		MergeConflictsTitle:                 "Merge Conflicten", | ||||||
| 		LcCheckout:                          "uitchecken", | 		LcCheckout:                          "uitchecken", | ||||||
| 		NoFilesDisplay:                      "Geen bestanden om te laten zien", |  | ||||||
| 		NotAFile:                            "Dit is geen bestand", |  | ||||||
| 		PullWait:                            "Pullen...", | 		PullWait:                            "Pullen...", | ||||||
| 		PushWait:                            "Pushen...", | 		PushWait:                            "Pushen...", | ||||||
| 		FetchWait:                           "Fetchen...", | 		FetchWait:                           "Fetchen...", | ||||||
| @@ -69,7 +67,6 @@ func dutchTranslationSet() TranslationSet { | |||||||
| 		LcQuit:                              "quit", | 		LcQuit:                              "quit", | ||||||
| 		LcSquashDown:                        "squash beneden", | 		LcSquashDown:                        "squash beneden", | ||||||
| 		LcFixupCommit:                       "Fixup commit", | 		LcFixupCommit:                       "Fixup commit", | ||||||
| 		OnlySquashTopmostCommit:             "Kan alleen bovenste commit squashen", |  | ||||||
| 		YouNoCommitsToSquash:                "Je hebt geen commits om mee te squashen", | 		YouNoCommitsToSquash:                "Je hebt geen commits om mee te squashen", | ||||||
| 		Fixup:                               "Fixup", | 		Fixup:                               "Fixup", | ||||||
| 		SureFixupThisCommit:                 "Weet je zeker dat je fixup wil uitvoeren op deze commit? De commit hieronder zol worden squashed in deze", | 		SureFixupThisCommit:                 "Weet je zeker dat je fixup wil uitvoeren op deze commit? De commit hieronder zol worden squashed in deze", | ||||||
|   | |||||||
| @@ -59,8 +59,6 @@ type TranslationSet struct { | |||||||
| 	MergeConflictsTitle                 string | 	MergeConflictsTitle                 string | ||||||
| 	LcCheckout                          string | 	LcCheckout                          string | ||||||
| 	NoChangedFiles                      string | 	NoChangedFiles                      string | ||||||
| 	NoFilesDisplay                      string |  | ||||||
| 	NotAFile                            string |  | ||||||
| 	PullWait                            string | 	PullWait                            string | ||||||
| 	PushWait                            string | 	PushWait                            string | ||||||
| 	FetchWait                           string | 	FetchWait                           string | ||||||
| @@ -89,7 +87,6 @@ type TranslationSet struct { | |||||||
| 	LcQuit                              string | 	LcQuit                              string | ||||||
| 	LcSquashDown                        string | 	LcSquashDown                        string | ||||||
| 	LcFixupCommit                       string | 	LcFixupCommit                       string | ||||||
| 	OnlySquashTopmostCommit             string |  | ||||||
| 	YouNoCommitsToSquash                string | 	YouNoCommitsToSquash                string | ||||||
| 	Fixup                               string | 	Fixup                               string | ||||||
| 	SureFixupThisCommit                 string | 	SureFixupThisCommit                 string | ||||||
| @@ -709,8 +706,6 @@ func EnglishTranslationSet() TranslationSet { | |||||||
| 		FilterUnstagedFiles:                 "Show only unstaged files", | 		FilterUnstagedFiles:                 "Show only unstaged files", | ||||||
| 		ResetCommitFilterState:              "Reset filter", | 		ResetCommitFilterState:              "Reset filter", | ||||||
| 		NoChangedFiles:                      "No changed files", | 		NoChangedFiles:                      "No changed files", | ||||||
| 		NoFilesDisplay:                      "No file to display", |  | ||||||
| 		NotAFile:                            "Not a file", |  | ||||||
| 		PullWait:                            "Pulling...", | 		PullWait:                            "Pulling...", | ||||||
| 		PushWait:                            "Pushing...", | 		PushWait:                            "Pushing...", | ||||||
| 		FetchWait:                           "Fetching...", | 		FetchWait:                           "Fetching...", | ||||||
| @@ -740,7 +735,6 @@ func EnglishTranslationSet() TranslationSet { | |||||||
| 		LcSquashDown:                        "squash down", | 		LcSquashDown:                        "squash down", | ||||||
| 		LcFixupCommit:                       "fixup commit", | 		LcFixupCommit:                       "fixup commit", | ||||||
| 		NoCommitsThisBranch:                 "No commits for this branch", | 		NoCommitsThisBranch:                 "No commits for this branch", | ||||||
| 		OnlySquashTopmostCommit:             "Can only squash topmost commit", |  | ||||||
| 		YouNoCommitsToSquash:                "You have no commits to squash with", | 		YouNoCommitsToSquash:                "You have no commits to squash with", | ||||||
| 		Fixup:                               "Fixup", | 		Fixup:                               "Fixup", | ||||||
| 		SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | 		SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | ||||||
|   | |||||||
| @@ -64,8 +64,6 @@ func japaneseTranslationSet() TranslationSet { | |||||||
| 		FilterUnstagedFiles:     "ステージされていないファイルのみを表示", | 		FilterUnstagedFiles:     "ステージされていないファイルのみを表示", | ||||||
| 		ResetCommitFilterState:  "フィルタをリセット", | 		ResetCommitFilterState:  "フィルタをリセット", | ||||||
| 		// NoChangedFiles:                      "No changed files", | 		// NoChangedFiles:                      "No changed files", | ||||||
| 		// NoFilesDisplay:                      "No file to display", |  | ||||||
| 		// NotAFile:                            "Not a file", |  | ||||||
| 		PullWait:                "Pull中...", | 		PullWait:                "Pull中...", | ||||||
| 		PushWait:                "Push中...", | 		PushWait:                "Push中...", | ||||||
| 		FetchWait:               "Fetch中...", | 		FetchWait:               "Fetch中...", | ||||||
| @@ -95,7 +93,6 @@ func japaneseTranslationSet() TranslationSet { | |||||||
| 		// LcSquashDown:                        "squash down", | 		// LcSquashDown:                        "squash down", | ||||||
| 		// LcFixupCommit:                       "fixup commit", | 		// LcFixupCommit:                       "fixup commit", | ||||||
| 		// NoCommitsThisBranch:                 "No commits for this branch", | 		// NoCommitsThisBranch:                 "No commits for this branch", | ||||||
| 		// OnlySquashTopmostCommit:             "Can only squash topmost commit", |  | ||||||
| 		// YouNoCommitsToSquash:                "You have no commits to squash with", | 		// YouNoCommitsToSquash:                "You have no commits to squash with", | ||||||
| 		// Fixup:                               "Fixup", | 		// Fixup:                               "Fixup", | ||||||
| 		// SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | 		// SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | ||||||
|   | |||||||
| @@ -63,8 +63,6 @@ func koreanTranslationSet() TranslationSet { | |||||||
| 		FilterUnstagedFiles:                 "Stage되지 않은 파일만 표시", | 		FilterUnstagedFiles:                 "Stage되지 않은 파일만 표시", | ||||||
| 		ResetCommitFilterState:              "필터 리셋", | 		ResetCommitFilterState:              "필터 리셋", | ||||||
| 		NoChangedFiles:                      "변경된 파일이 없습니다.", | 		NoChangedFiles:                      "변경된 파일이 없습니다.", | ||||||
| 		NoFilesDisplay:                      "표시할 파일이 없습니다", |  | ||||||
| 		NotAFile:                            "파일이 아닙니다.", |  | ||||||
| 		PullWait:                            "업데이트 중...", | 		PullWait:                            "업데이트 중...", | ||||||
| 		PushWait:                            "푸시 중...", | 		PushWait:                            "푸시 중...", | ||||||
| 		FetchWait:                           "패치 중...", | 		FetchWait:                           "패치 중...", | ||||||
| @@ -94,7 +92,6 @@ func koreanTranslationSet() TranslationSet { | |||||||
| 		LcSquashDown:                        "squash down", | 		LcSquashDown:                        "squash down", | ||||||
| 		LcFixupCommit:                       "fixup commit", | 		LcFixupCommit:                       "fixup commit", | ||||||
| 		NoCommitsThisBranch:                 "이 브랜치에 커밋이 없습니다.", | 		NoCommitsThisBranch:                 "이 브랜치에 커밋이 없습니다.", | ||||||
| 		OnlySquashTopmostCommit:             "Can only squash topmost commit", |  | ||||||
| 		YouNoCommitsToSquash:                "You have no commits to squash with", | 		YouNoCommitsToSquash:                "You have no commits to squash with", | ||||||
| 		Fixup:                               "Fixup", | 		Fixup:                               "Fixup", | ||||||
| 		SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | 		SureFixupThisCommit:                 "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", | ||||||
|   | |||||||
| @@ -35,7 +35,6 @@ func polishTranslationSet() TranslationSet { | |||||||
| 		ResetCommitFilterState:              "Resetuj filtr commitów", | 		ResetCommitFilterState:              "Resetuj filtr commitów", | ||||||
| 		LcCheckout:                          "przełącz", | 		LcCheckout:                          "przełącz", | ||||||
| 		NoChangedFiles:                      "Brak zmienionych plików", | 		NoChangedFiles:                      "Brak zmienionych plików", | ||||||
| 		NoFilesDisplay:                      "Brak plików do wyświetlenia", |  | ||||||
| 		PullWait:                            "Pobieranie zmian...", | 		PullWait:                            "Pobieranie zmian...", | ||||||
| 		PushWait:                            "Wysyłanie zmian...", | 		PushWait:                            "Wysyłanie zmian...", | ||||||
| 		FetchWait:                           "Pobieram...", | 		FetchWait:                           "Pobieram...", | ||||||
| @@ -63,7 +62,6 @@ func polishTranslationSet() TranslationSet { | |||||||
| 		LcSquashDown:                        "ściśnij", | 		LcSquashDown:                        "ściśnij", | ||||||
| 		LcFixupCommit:                       "napraw commit", | 		LcFixupCommit:                       "napraw commit", | ||||||
| 		NoCommitsThisBranch:                 "Brak commitów dla tej gałęzi", | 		NoCommitsThisBranch:                 "Brak commitów dla tej gałęzi", | ||||||
| 		OnlySquashTopmostCommit:             "Można tylko spłaszczyć najwyższy commit", |  | ||||||
| 		YouNoCommitsToSquash:                "Nie masz commitów do spłaszczenia", | 		YouNoCommitsToSquash:                "Nie masz commitów do spłaszczenia", | ||||||
| 		Fixup:                               "Napraw", | 		Fixup:                               "Napraw", | ||||||
| 		SureFixupThisCommit:                 "Jesteś pewny, ze chcesz naprawić ten commit? Commit poniżej zostanie spłaszczony w górę wraz z tym", | 		SureFixupThisCommit:                 "Jesteś pewny, ze chcesz naprawić ten commit? Commit poniżej zostanie spłaszczony w górę wraz z tym", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user