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:                 "合并冲突", | ||||
| 		LcCheckout:                          "检出", | ||||
| 		NoChangedFiles:                      "没有更改过文件", | ||||
| 		NoFilesDisplay:                      "没有文件可显示", | ||||
| 		NotAFile:                            "不是文件", | ||||
| 		PullWait:                            "正在拉取…", | ||||
| 		PushWait:                            "正在推送…", | ||||
| 		FetchWait:                           "正在抓取…", | ||||
| @@ -104,7 +102,6 @@ func chineseTranslationSet() TranslationSet { | ||||
| 		LcSquashDown:                        "向下压缩", | ||||
| 		LcFixupCommit:                       "修正提交(fixup)", | ||||
| 		NoCommitsThisBranch:                 "该分支没有提交", | ||||
| 		OnlySquashTopmostCommit:             "只能压缩最顶层的提交", | ||||
| 		YouNoCommitsToSquash:                "您没有提交可以压缩", | ||||
| 		Fixup:                               "修正(fixup)", | ||||
| 		SureFixupThisCommit:                 "您确定要“修正”此提交吗?它将合并到下面的提交中", | ||||
|   | ||||
| @@ -39,8 +39,6 @@ func dutchTranslationSet() TranslationSet { | ||||
| 		ResetCommitFilterState:              "Reset commit file state filter", | ||||
| 		MergeConflictsTitle:                 "Merge Conflicten", | ||||
| 		LcCheckout:                          "uitchecken", | ||||
| 		NoFilesDisplay:                      "Geen bestanden om te laten zien", | ||||
| 		NotAFile:                            "Dit is geen bestand", | ||||
| 		PullWait:                            "Pullen...", | ||||
| 		PushWait:                            "Pushen...", | ||||
| 		FetchWait:                           "Fetchen...", | ||||
| @@ -69,7 +67,6 @@ func dutchTranslationSet() TranslationSet { | ||||
| 		LcQuit:                              "quit", | ||||
| 		LcSquashDown:                        "squash beneden", | ||||
| 		LcFixupCommit:                       "Fixup commit", | ||||
| 		OnlySquashTopmostCommit:             "Kan alleen bovenste commit squashen", | ||||
| 		YouNoCommitsToSquash:                "Je hebt geen commits om mee te squashen", | ||||
| 		Fixup:                               "Fixup", | ||||
| 		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 | ||||
| 	LcCheckout                          string | ||||
| 	NoChangedFiles                      string | ||||
| 	NoFilesDisplay                      string | ||||
| 	NotAFile                            string | ||||
| 	PullWait                            string | ||||
| 	PushWait                            string | ||||
| 	FetchWait                           string | ||||
| @@ -89,7 +87,6 @@ type TranslationSet struct { | ||||
| 	LcQuit                              string | ||||
| 	LcSquashDown                        string | ||||
| 	LcFixupCommit                       string | ||||
| 	OnlySquashTopmostCommit             string | ||||
| 	YouNoCommitsToSquash                string | ||||
| 	Fixup                               string | ||||
| 	SureFixupThisCommit                 string | ||||
| @@ -709,8 +706,6 @@ func EnglishTranslationSet() TranslationSet { | ||||
| 		FilterUnstagedFiles:                 "Show only unstaged files", | ||||
| 		ResetCommitFilterState:              "Reset filter", | ||||
| 		NoChangedFiles:                      "No changed files", | ||||
| 		NoFilesDisplay:                      "No file to display", | ||||
| 		NotAFile:                            "Not a file", | ||||
| 		PullWait:                            "Pulling...", | ||||
| 		PushWait:                            "Pushing...", | ||||
| 		FetchWait:                           "Fetching...", | ||||
| @@ -740,7 +735,6 @@ func EnglishTranslationSet() TranslationSet { | ||||
| 		LcSquashDown:                        "squash down", | ||||
| 		LcFixupCommit:                       "fixup commit", | ||||
| 		NoCommitsThisBranch:                 "No commits for this branch", | ||||
| 		OnlySquashTopmostCommit:             "Can only squash topmost commit", | ||||
| 		YouNoCommitsToSquash:                "You have no commits to squash with", | ||||
| 		Fixup:                               "Fixup", | ||||
| 		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:     "ステージされていないファイルのみを表示", | ||||
| 		ResetCommitFilterState:  "フィルタをリセット", | ||||
| 		// NoChangedFiles:                      "No changed files", | ||||
| 		// NoFilesDisplay:                      "No file to display", | ||||
| 		// NotAFile:                            "Not a file", | ||||
| 		PullWait:                "Pull中...", | ||||
| 		PushWait:                "Push中...", | ||||
| 		FetchWait:               "Fetch中...", | ||||
| @@ -95,7 +93,6 @@ func japaneseTranslationSet() TranslationSet { | ||||
| 		// LcSquashDown:                        "squash down", | ||||
| 		// LcFixupCommit:                       "fixup commit", | ||||
| 		// NoCommitsThisBranch:                 "No commits for this branch", | ||||
| 		// OnlySquashTopmostCommit:             "Can only squash topmost commit", | ||||
| 		// YouNoCommitsToSquash:                "You have no commits to squash with", | ||||
| 		// Fixup:                               "Fixup", | ||||
| 		// 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되지 않은 파일만 표시", | ||||
| 		ResetCommitFilterState:              "필터 리셋", | ||||
| 		NoChangedFiles:                      "변경된 파일이 없습니다.", | ||||
| 		NoFilesDisplay:                      "표시할 파일이 없습니다", | ||||
| 		NotAFile:                            "파일이 아닙니다.", | ||||
| 		PullWait:                            "업데이트 중...", | ||||
| 		PushWait:                            "푸시 중...", | ||||
| 		FetchWait:                           "패치 중...", | ||||
| @@ -94,7 +92,6 @@ func koreanTranslationSet() TranslationSet { | ||||
| 		LcSquashDown:                        "squash down", | ||||
| 		LcFixupCommit:                       "fixup commit", | ||||
| 		NoCommitsThisBranch:                 "이 브랜치에 커밋이 없습니다.", | ||||
| 		OnlySquashTopmostCommit:             "Can only squash topmost commit", | ||||
| 		YouNoCommitsToSquash:                "You have no commits to squash with", | ||||
| 		Fixup:                               "Fixup", | ||||
| 		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", | ||||
| 		LcCheckout:                          "przełącz", | ||||
| 		NoChangedFiles:                      "Brak zmienionych plików", | ||||
| 		NoFilesDisplay:                      "Brak plików do wyświetlenia", | ||||
| 		PullWait:                            "Pobieranie zmian...", | ||||
| 		PushWait:                            "Wysyłanie zmian...", | ||||
| 		FetchWait:                           "Pobieram...", | ||||
| @@ -63,7 +62,6 @@ func polishTranslationSet() TranslationSet { | ||||
| 		LcSquashDown:                        "ściśnij", | ||||
| 		LcFixupCommit:                       "napraw commit", | ||||
| 		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", | ||||
| 		Fixup:                               "Napraw", | ||||
| 		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