summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-01 16:57:16 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-03 17:54:06 +0200
commit323016aa012309f4b9d87ed2b39be26fda224070 (patch)
tree91bfc4dcace7994f3c84f2e87e77217be4a157a7
parentb403b6e46d42dd7eb40b8b79e74ef8414d79773b (diff)
polish translation
-rw-r--r--pkg/i18n/polish.go33
1 files changed, 33 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 5364d3d8f..78bfacdd0 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -33,12 +33,21 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{
+ ID: "CommitChangesWithEditor",
+ Other: "commituj zmiany używając edytora z gita",
+ }, &i18n.Message{
ID: "StatusTitle",
Other: "Status",
}, &i18n.Message{
ID: "navigate",
Other: "nawiguj",
}, &i18n.Message{
+ ID: "help",
+ Other: "pomoc",
+ }, &i18n.Message{
+ ID: "execute",
+ Other: "wykonaj",
+ }, &i18n.Message{
ID: "stashFiles",
Other: "przechowaj pliki",
}, &i18n.Message{
@@ -165,6 +174,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CloseConfirm",
Other: "{{.keyBindClose}}: zamknij, {{.keyBindConfirm}}: potwierdź",
}, &i18n.Message{
+ ID: "close",
+ Other: "zamknij",
+ }, &i18n.Message{
ID: "SureResetThisCommit",
Other: "Jesteś pewny, że chcesz zresetować ten commit?",
}, &i18n.Message{
@@ -287,6 +299,27 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "MergeAborted",
Other: "Scalanie anulowane",
+ }, &i18n.Message{
+ ID: "removeFile",
+ Other: `usuń jeśli nie śledzony / przełącz jeśli śledzony`,
+ }, &i18n.Message{
+ ID: "editFile",
+ Other: `edytuj plik`,
+ }, &i18n.Message{
+ ID: "openFile",
+ Other: `otwórz plik`,
+ }, &i18n.Message{
+ ID: "ignoreFile",
+ Other: `dodaj do .gitignore`,
+ }, &i18n.Message{
+ ID: "refreshFiles",
+ Other: `odśwież pliki`,
+ }, &i18n.Message{
+ ID: "resetHard",
+ Other: `zresetuj twardo`,
+ }, &i18n.Message{
+ ID: "mergeIntoCurrentBranch",
+ Other: `scal do obecnej gałęzi`,
},
)
}