summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorDenis Palashevskii <palash.denis@outlook.com>2021-04-21 17:05:57 +0400
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commitb590397dce7cf5f83dbf2528b30a347fe26d9d67 (patch)
tree253e74c47f4e6f0b634f8b85046e762f455d6c65 /pkg/i18n
parent755cc9f8d895647d2373a7eca784f45f72f26201 (diff)
Update docs
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go2
-rw-r--r--pkg/i18n/english.go4
-rw-r--r--pkg/i18n/polish.go2
3 files changed, 8 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 06fb18d50..e52a2ead5 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -396,5 +396,7 @@ func dutchTranslationSet() TranslationSet {
LcInitSubmodule: "initialiseer submodule",
LcViewBulkSubmoduleOptions: "bekijk bulk submodule opties",
LcViewStashFiles: "bekijk bestanden van stash entry",
+ CreatePullRequestOptions: "Maak opties voor pull-aanvragen",
+ LcCreatePullRequestOptions: "maak opties voor pull-aanvragen",
}
}
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index b0e333bd5..7d1c8b337 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -455,6 +455,8 @@ type TranslationSet struct {
IgnoringWhitespaceInDiffView string
ShowingWhitespaceInDiffView string
CreatePullRequest string
+ CreatePullRequestOptions string
+ LcCreatePullRequestOptions string
Spans Spans
}
@@ -1003,6 +1005,8 @@ func englishTranslationSet() TranslationSet {
IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
CreatePullRequest: "Create pull request",
+ CreatePullRequestOptions: "Create pull request options",
+ LcCreatePullRequestOptions: "create pull request options",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 9234c2a70..1420d2ef9 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -255,5 +255,7 @@ func polishTranslationSet() TranslationSet {
PullRequestURLCopiedToClipboard: "URL żądania ściągnięcia skopiowany do schowka",
CommitMessageCopiedToClipboard: "Commit message skopiowany do schowka",
LcCopiedToClipboard: "skopiowany do schowka",
+ CreatePullRequestOptions: "Utwórz opcje żądania ściągnięcia",
+ LcCreatePullRequestOptions: "utwórz opcje żądania ściągnięcia",
}
}