Skip to content

Commit a047fba

Browse files
authored
Update translations from Crowdin (#3707)
Add a very simple script to semi-automate the process of updating the non-English translation files from Crowdin.
2 parents f3c9443 + 974016c commit a047fba

File tree

9 files changed

+75
-286
lines changed

9 files changed

+75
-286
lines changed

pkg/i18n/english.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ type TranslationSet struct {
255255
ToggleSelectHunk string
256256
ToggleSelectHunkTooltip string
257257
ToggleSelectionForPatch string
258-
ToggleSelectionForPatchTooltip string
259258
EditHunk string
260259
EditHunkTooltip string
261260
ToggleStagingView string
@@ -314,7 +313,6 @@ type TranslationSet struct {
314313
ChangingThisActionIsNotAllowed string
315314
CherryPickCopy string
316315
CherryPickCopyTooltip string
317-
CherryPickCopyRange string
318316
CherryPickCopyRangeTooltip string
319317
PasteCommits string
320318
SureCherryPick string
@@ -562,7 +560,6 @@ type TranslationSet struct {
562560
OpenFilteringMenuTooltip string
563561
FilterBy string
564562
ExitFilterMode string
565-
ExitFilterModeAuthor string
566563
FilterPathOption string
567564
FilterAuthorOption string
568565
EnterFileName string
@@ -805,8 +802,6 @@ type TranslationSet struct {
805802

806803
type Bisect struct {
807804
MarkStart string
808-
MarkSkipCurrent string
809-
MarkSkipSelected string
810805
ResetTitle string
811806
ResetPrompt string
812807
ResetOption string
@@ -895,7 +890,6 @@ type Actions struct {
895890
Push string
896891
Pull string
897892
OpenFile string
898-
OpenFileTooltip string
899893
StashAllChanges string
900894
StashAllChangesKeepIndex string
901895
StashStagedChanges string
@@ -1796,6 +1790,7 @@ func EnglishTranslationSet() *TranslationSet {
17961790
AmendCommit: "Amend commit",
17971791
ResetCommitAuthor: "Reset commit author",
17981792
SetCommitAuthor: "Set commit author",
1793+
AddCommitCoAuthor: "Add commit co-author",
17991794
RevertCommit: "Revert commit",
18001795
CreateFixupCommit: "Create fixup commit",
18011796
SquashAllAboveFixupCommits: "Squash all above fixup commits",

pkg/i18n/translations/ja.json

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
"FilesTitle": "ファイル",
55
"BranchesTitle": "ブランチ",
66
"CommitsTitle": "コミット",
7-
"StashTitle": "Stash",
87
"UnstagedChanges": "ステージされていない変更",
98
"StagedChanges": "ステージされた変更",
109
"MainTitle": "メイン",
1110
"StagingTitle": "メインパネル (Staging)",
1211
"MergingTitle": "メインパネル (Merging)",
13-
"MergeConfirmTitle": "マージ",
1412
"NormalTitle": "メインパネル (Normal)",
1513
"LogTitle": "ログ",
1614
"CommitSummary": "コミットメッセージ",
@@ -33,8 +31,6 @@
3331
"ToggleTreeView": "ファイルツリーの表示を切り替え",
3432
"OpenMergeTool": "Git mergetoolを開く",
3533
"Refresh": "リフレッシュ",
36-
"Push": "Push",
37-
"Pull": "Pull",
3834
"Scroll": "スクロール",
3935
"FileFilter": "ファイルをフィルタ (ステージ/アンステージ)",
4036
"FilterStagedFiles": "ステージされたファイルのみを表示",
@@ -68,8 +64,6 @@
6864
"Undo": "アンドゥ",
6965
"UndoReflog": "アンドゥ (via reflog) (experimental)",
7066
"RedoReflog": "リドゥ (via reflog) (experimental)",
71-
"Pop": "Pop",
72-
"Drop": "Drop",
7367
"Apply": "適用",
7468
"NoStashEntries": "Stashが存在しません",
7569
"StashDrop": "Stashを削除",
@@ -83,7 +77,6 @@
8377
"RenameStashPrompt": "Stash名を変更: {{.stashName}}",
8478
"OpenConfig": "設定ファイルを開く",
8579
"EditConfig": "設定ファイルを編集",
86-
"ForcePush": "Force push",
8780
"ForcePushPrompt": "ブランチがリモートブランチから分岐しています。'esc'でキャンセル, または'enter'でforce pushします。",
8881
"ForcePushDisabled": "ブランチがリモートブランチから分岐しています。force pushは無効化されています。",
8982
"CheckForUpdate": "更新を確認",
@@ -102,7 +95,6 @@
10295
"ConfirmQuitDuringUpdate": "現在更新を実行中です。終了しますか?",
10396
"MergeToolTitle": "マージツール",
10497
"MergeToolPrompt": "`git mergetool`を開きます。よろしいですか?",
105-
"IntroPopupMessage": "\nThanks for using lazygit! Seriously you rock. Three things to share with you:\n\n 1) If you want to learn about lazygit's features, watch this vid:\n https://youtu.be/CPLdltN7wgE\n\n 2) Be sure to read the latest release notes at:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) If you're using git, that makes you a programmer! With your help we can make\n lazygit better, so consider becoming a contributor and joining the fun at\n https://github.com/jesseduffield/lazygit\n You can also sponsor me and tell me what to work on by clicking the donate\n button at the bottom right.\n Or even just star the repo to share the love!\n",
10698
"EditFile": "ファイルを編集",
10799
"OpenFile": "ファイルを開く",
108100
"IgnoreFile": ".gitignoreに追加",
@@ -114,7 +106,6 @@
114106
"UnsupportedGitService": "サポートされていないGitサービスです。",
115107
"CopyPullRequestURL": "Pull RequestのURLをクリップボードにコピー",
116108
"NoBranchOnRemote": "ブランチがリモートに存在しません。リモートにpushしてください。",
117-
"Fetch": "Fetch",
118109
"StageSelectionTooltip": "選択行をステージ/アンステージ",
119110
"DiscardSelection": "変更を削除 (git reset)",
120111
"ToggleSelectHunk": "Hunk選択を切り替え",
@@ -130,8 +121,6 @@
130121
"RemotesTitle": "リモート",
131122
"RemoteBranchesTitle": "リモートブランチ",
132123
"PatchBuildingTitle": "メインパネル (Patch Building)",
133-
"InformationTitle": "Information",
134-
"SecondaryTitle": "Secondary",
135124
"ReflogCommitsTitle": "参照ログ",
136125
"ErrorOccurred": "エラーが発生しました! issueを作成してください: ",
137126
"YouAreHere": "現在位置",
@@ -159,9 +148,7 @@
159148
"PullingStatus": "Pull中",
160149
"PushingStatus": "Push中",
161150
"FetchingStatus": "Fetch中",
162-
"CommitFiles": "Commit files",
163151
"SubCommitsDynamicTitle": "コミット (%s)",
164-
"CommitFilesDynamicTitle": "Diff files (%s)",
165152
"RemoteBranchesDynamicTitle": "リモートブランチ (%s)",
166153
"CommitFilesTitle": "コミットファイル",
167154
"DiscardFileChangesTitle": "ファイルの変更を破棄",
@@ -181,8 +168,8 @@
181168
"ScrollLeft": "左スクロール",
182169
"ScrollRight": "右スクロール",
183170
"DiscardPatch": "パッチを破棄",
184-
"EnterUpstream": "'\u003cremote\u003e \u003cbranchname\u003e' の形式でupstreamを入力",
185-
"InvalidUpstream": "Upstreamの形式が正しくありません。'\u003cremote\u003e \u003cbranchname\u003e' の形式で入力してください。",
171+
"EnterUpstream": "'<remote> <branchname>' の形式でupstreamを入力",
172+
"InvalidUpstream": "Upstreamの形式が正しくありません。'<remote> <branchname>' の形式で入力してください。",
186173
"ReturnToRemotesList": "リモート一覧に戻る",
187174
"NewRemote": "リモートを新規追加",
188175
"NewRemoteName": "新規リモート名:",
@@ -345,8 +332,6 @@
345332
"IgnoreExcludeFile": "ファイルをignore",
346333
"Commit": "コミット",
347334
"EditFile": "ファイルを編集",
348-
"Push": "Push",
349-
"Pull": "Pull",
350335
"OpenFile": "ファイルを開く",
351336
"StashAllChanges": "すべての変更をStash",
352337
"StashStagedChanges": "ステージされた変更をStash",
@@ -364,7 +349,6 @@
364349
"RemoveRemote": "リモートを削除",
365350
"UpdateRemote": "リモートを更新",
366351
"ApplyPatch": "パッチを適用",
367-
"Stash": "Stash",
368352
"RenameStash": "Stash名を変更",
369353
"RemoveSubmodule": "サブモジュールを削除",
370354
"ResetSubmodule": "サブモジュールをリセット",
@@ -399,7 +383,6 @@
399383
"SkipCurrent": "%s をスキップする",
400384
"CompleteTitle": "Bisect完了"
401385
},
402-
"Log": {
403-
"EditRebaseFromBaseCommit": ""
404-
}
386+
"Log": {},
387+
"BreakingChangesByVersion": {}
405388
}

0 commit comments

Comments
 (0)