summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-12-05 19:33:54 +1100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-05 19:33:54 +1100
commit933874fb25fdf9fbe3286d772285edfb44b4f9a2 (patch)
tree38d22a252aaf8d2f53c8af93c86788fcee7a092f /pkg
parentc0f9795910dd840fb83e6992f7f59c77ec4c13fc (diff)
dutch and polish translations to be updated
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/dutch.go21
-rw-r--r--pkg/i18n/polish.go21
2 files changed, 42 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index b74d511e4..f49457ec4 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -406,6 +406,27 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "StageLines",
Other: `stage individual hunks/lines`,
+ }, &i18n.Message{
+ ID: "FileStagingRequirements",
+ Other: `Can only stage individual lines for tracked files with unstaged changes`,
+ }, &i18n.Message{
+ ID: "StagingTitle",
+ Other: `Staging`,
+ }, &i18n.Message{
+ ID: "StageHunk",
+ Other: `stage hunk`,
+ }, &i18n.Message{
+ ID: "StageLine",
+ Other: `stage line`,
+ }, &i18n.Message{
+ ID: "EscapeStaging",
+ Other: `return to files panel`,
+ }, &i18n.Message{
+ ID: "CantFindHunks",
+ Other: `Could not find any hunks in this patch`,
+ }, &i18n.Message{
+ ID: "CantFindHunk",
+ Other: `Could not find hunk`,
},
)
}
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 27035a18e..3e1ce657d 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -389,6 +389,27 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "StageLines",
Other: `stage individual hunks/lines`,
+ }, &i18n.Message{
+ ID: "FileStagingRequirements",
+ Other: `Can only stage individual lines for tracked files with unstaged changes`,
+ }, &i18n.Message{
+ ID: "StagingTitle",
+ Other: `Staging`,
+ }, &i18n.Message{
+ ID: "StageHunk",
+ Other: `stage hunk`,
+ }, &i18n.Message{
+ ID: "StageLine",
+ Other: `stage line`,
+ }, &i18n.Message{
+ ID: "EscapeStaging",
+ Other: `return to files panel`,
+ }, &i18n.Message{
+ ID: "CantFindHunks",
+ Other: `Could not find any hunks in this patch`,
+ }, &i18n.Message{
+ ID: "CantFindHunk",
+ Other: `Could not find hunk`,
},
)
}