summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorFarzad Majidfayyaz <farzadmf@users.noreply.github.com>2020-11-10 14:57:50 -0500
committerJesse Duffield <jessedduffield@gmail.com>2020-11-19 09:43:51 +1100
commit79888d3bdeae57bad17db4b0716a5f59e7c2df31 (patch)
treec09b9598e7e36d56e82bb55fa49e7f8612dbf9bf /pkg/i18n/dutch.go
parent4e1d3e45a3bfb3b7df5badb551df45c39b9d5c9f (diff)
Add mapping to copy a pull request URL to the clipboard
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 296e3ddf4..9036f02b2 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -154,6 +154,7 @@ func dutchTranslationSet() TranslationSet {
SwitchRepo: "wissel naar een recente repo",
UnsupportedGitService: `Niet-ondersteunde git-service`,
LcCreatePullRequest: `maak een pull-aanvraag`,
+ LcCopyPullRequestURL: `kopieer de URL van het pull-verzoek naar het klembord`,
NoBranchOnRemote: `Deze branch bestaat niet op de remote. U moet het eerst naar de remote pushen.`,
LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `Geen automatische git fetch`,
@@ -380,5 +381,6 @@ func dutchTranslationSet() TranslationSet {
NoFilesStagedPrompt: "Je hebt geen bestanden gestaged. Commit alle bestanden?",
BranchNotFoundTitle: "Branch niet gevonden",
BranchNotFoundPrompt: "Branch niet gevonden. Creƫer een nieuwe branch genaamd",
+ PullRequestURLCopiedToClipboard: "Pull-aanvraag-URL gekopieerd naar klembord",
}
}