-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// language pack of context | ||
{ | ||
"Exit": "Wyjście", | ||
|
||
// tips | ||
"New Version Found": "Nowa wersja v${1} jest dostępna, czy chcesz ją teraz pobrać ?", | ||
|
||
"Some Compile errors, please see the compile log": "Wystąpiły błędy kompilacji. Możesz je przejrzeć w pliku log.<br>${1} sukces, ${2} niepowodzenie.", | ||
|
||
"x new file": "${1} nowy plik", | ||
|
||
"Settings file was created in the project directory. Do you want to edit it now?": "${1} został utworzony w katalogu projektu.<br>Czy chcesz go teraz edytować?", | ||
|
||
"Settings file has already exists. Do you want to edit it?": "${1} już istnieje. Czy chcesz go teraz edytować?", | ||
|
||
"Language pack is installed successfully.": "${1} Paczka językowa została pomyślnie zainstalowana.", | ||
|
||
"language pack update notification": "Pakiet językowy, którego używasz został zaktualizowany, czy chcesz go teraz zainstalować?", | ||
|
||
"Package is not complete": "Paczka nie jest kompletna, brakujące pola: ${1}", | ||
|
||
"Compiler pack is installed successfully.": "\"${1}\" kompilator został zainstalowany pomyślnie.", | ||
|
||
"compiler pack update notification": "Dostępna nowa wersja poniższych kompilatorów.<br>${1}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"languageName": "Polish", | ||
|
||
"languageCode": "pl_pl", | ||
|
||
"version": "1.0.0", | ||
|
||
"translator": { | ||
"name": "Grzegorz Miskiewicz", | ||
"email": "[email protected]", | ||
"web": "http://www.avatec.pl" | ||
}, | ||
|
||
"koalaVersion": ">=2.0.0", | ||
|
||
"updatedDate": "2017-10-25" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// language pack of views | ||
{ | ||
// setting.html | ||
"compass project configuration instructions" : "Edytuj plik config.rb znajdujący się w katalogu projektu. Jeżeli w katalogu nie znajduje się ten plik, możesz go utworzyć postępując następująco: prawy klik myszy na projekcie --> ustawienia projektu --> nowe ustawienia - > dla compass. Jeżeli plik config.rb znajduje się w innym katalogu, przenieś go do głównego katalogu projektu i zmodyfikuj atrybut \"http_path\".", | ||
|
||
"new version available": "Koala v<span id=\"newVersion\"></span> jest dostępna,", | ||
|
||
// jadetmpl.html | ||
"auto compile": "Automatycznie kompiluj", | ||
|
||
"[@jadetmpl.html]options:": "Opcje:", | ||
|
||
"[@jadetmpl.html]compile": "Kompiluj" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,10 @@ | |
{ | ||
"name": "Persian", | ||
"code": "fa_IR" | ||
}, | ||
{ | ||
"name": "Polish", | ||
"code": "pl_pl" | ||
} | ||
] | ||
} |
Empty file.