Skip to content

Commit

Permalink
Polish translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin authored and mikaeljorhult committed Jul 27, 2017
1 parent 418381d commit 3762e66
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nls/Strings.js
Expand Up @@ -10,6 +10,7 @@ define(function (require, exports, module) {
it: true,
ru: true,
sv: true,
uk: true
uk: true,
pl: true
};
});
17 changes: 17 additions & 0 deletions nls/pl/Strings.js
@@ -0,0 +1,17 @@
define({
// Generic.
OK: 'OK',
CANCEL: 'Anuluj',
RESET: 'Resetuj',

// Menu.
MENU_ON_SAVE: 'Auto prefixuj podczas zapisu',
MENU_ON_CHANGE: 'Auto prefixuj kiedy plik jest zmodyfikowany',
MENU_SELECTION: 'Auto prefixuj zaznaczone',
MENU_SETTINGS: 'Ustawienia Autoprefixera...',

// Settings dialog.
SETTINGS_TITLE: 'Ustawienia Autoprefixera',
SETTINGS_VISUAL_CASCADE: 'Kaskada wizualna',
SETTINGS_BROWSERS: 'Przeglądarki'
});
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"it",
"sv",
"uk",
"ru"
"ru",
"pl"
],
"package-i18n": {
"it": {
Expand All @@ -33,6 +34,9 @@
},
"ru": {
"description": "Парсит CSS и добавляет закрывающие коды автоматически."
},
"pl": {
"description": "Parsuj CSS i dodawaj prefiksy dostawców automatycznie."
}
},
"scripts": {
Expand Down

0 comments on commit 3762e66

Please sign in to comment.