Skip to content

Commit

Permalink
Merge pull request #18 from it-praktyk/v.1.4
Browse files Browse the repository at this point in the history
Correction for uncorrectly displayed Polish chars and PScribo object dump added
  • Loading branch information
it-praktyk authored Sep 5, 2016
2 parents 5d3dced + 3efd9e4 commit 2498da0
Show file tree
Hide file tree
Showing 21 changed files with 2,154 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion Format-Pester/Format-Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RootModule = 'Format-Pester.psm1'
# Version number of this module.
# If you are increasing ModuleVersion please change also the values of variable 'ScriptVersion' in the Format-Pester.ps1 file
# Verify also translations and increase the values of msg00 fields
ModuleVersion = '1.3.3'
ModuleVersion = '1.4.0'

# ID used to uniquely identify this module
GUID = 'daa609a5-1293-4f62-9467-1a120c529e87'
Expand Down
915 changes: 477 additions & 438 deletions Format-Pester/Public/Format-Pester.ps1

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions Format-Pester/Public/en-US/Format-Pester.psd1
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
#Please read the section 'Information for translators' on the GitHub project page
#Read also Get-Help about_Script_Internationalization

#The language en-US file prepared by Wojciech Sciesinski, wojciech[at]sciesinski[dot]net
#String aligned to version - see msg00 value

#Translate values, don't touch 'msgxx' fields !

# culture="en-US"
ConvertFrom-StringData @'
msg00 = 1.3.3
msg01 = Table of Contents
msg02 = Total Tests
msg03 = Passed Tests
msg04 = Failed Tests
msg05 = Skipped Tests
msg06 = Pending Tests
msg07 = Results summary
msg08 = Evaluating tests results for
msg09 = Passed
msg10 = Details for passed tests
msg11 = Details for passed tests by Describe block:
msg12 = Details for passed tests by Context block:
msg13 = Found passed tests in Decribe blocks
msg14 = Found passed tests in Context block
msg15 = Describe
msg16 = Context
msg17 = Name
msg18 = Failed
msg19 = Details for failed tests
msg20 = Details for failed tests by Describe block:
msg21 = Details for failed tests by Context block:
msg22 = Found failed tests in Decribe blocks
msg23 = Found failed in Context blocks
msg24 = Failure Message
msg25 = Passed tests
msg26 = Failed tests
msg27 = The language
msg28 = is not supported. Language en-US will be used.
msg29 = Version of used language file is diffrent than than version of Format-Pester.ps1 file. Some texts can not be displayed correctly.
msg30 = Performing action for
msg31 = amount of results
#Please read the section 'Information for translators' on the GitHub project page
#Read also Get-Help about_Script_Internationalization

#The language en-US file prepared by Wojciech Sciesinski, wojciech[at]sciesinski[dot]net
#String aligned to version - see msg00 value

#Translate values, don't touch 'msgxx' fields !

# culture="en-US"
ConvertFrom-StringData @'
msg00 = 1.4.0
msg01 = Table of Contents
msg02 = Total Tests
msg03 = Passed Tests
msg04 = Failed Tests
msg05 = Skipped Tests
msg06 = Pending Tests
msg07 = Results summary
msg08 = Evaluating tests results for
msg09 = Passed
msg10 = Details for passed tests
msg11 = Details for passed tests by Describe block:
msg12 = Details for passed tests by Context block:
msg13 = Found passed tests in Decribe blocks
msg14 = Found passed tests in Context block
msg15 = Describe
msg16 = Context
msg17 = Name
msg18 = Failed
msg19 = Details for failed tests
msg20 = Details for failed tests by Describe block:
msg21 = Details for failed tests by Context block:
msg22 = Found failed tests in Decribe blocks
msg23 = Found failed in Context blocks
msg24 = Failure Message
msg25 = Passed tests
msg26 = Failed tests
msg27 = The language
msg28 = is not supported. Language en-US will be used.
msg29 = Version of used language file is diffrent than than version of Format-Pester.ps1 file. Some texts can not be displayed correctly.
msg30 = Performing action for
msg31 = amount of results
#Type of encoding used for write text files
#Supported vales: ASCII,Unicode,UTF7,UTF8
msg32 = ASCII
'@
89 changes: 46 additions & 43 deletions Format-Pester/Public/pl-PL/Format-Pester.psd1
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
#Please read the section 'Information for translators' on the GitHub project page
#Read also Get-Help about_Script_Internationalization

#The language pl-PL file prepared by Wojciech Sciesinski, wojciech[at]sciesinski[dot]net
#String aligned to version - see msg00 value

#Translate values, don't touch 'msgxx' fields !

# culture="pl-PL"
ConvertFrom-StringData @'
msg00 = 1.3.3
msg01 = Spis treści
msg02 = Testy ogółem
msg03 = Testy zdane
msg04 = Testy niezdane
msg05 = Testy pominięte
msg06 = Testy trwające
msg07 = Podsumowanie testów
msg08 = Przetwarzanie rezultatów testów dla
msg09 = Zdane
msg10 = Szczegóły zdanych testów
msg11 = Szczegóły zdanych testów dla bloku Describe:
msg12 = Szczegóły zdanych testów dla bloku Context:
msg13 = Znaleziono zdane testy dla bloku Decribe
msg14 = Znaleziono zdane testy dla bloku Context
msg15 = Describe
msg16 = Context
msg17 = Nazwa
msg18 = Niezdane
msg19 = Szczegóły niezdanych testów
msg20 = Szczegóły niezdanych testów dla bloku Describe:
msg21 = Szczegóły niezdanych testów dla bloku Context:
msg22 = Znaleziono zdane testy dla bloku Decribe
msg23 = Znaleziono zdane testy dla bloku Context
msg24 = Komunikat niezdanego testu
msg25 = Zdane testy
msg26 = Niezdane testy
msg27 = Język
msg28 = nie jest wspierany. Będzie użyty język domyślny tj. en-US.
msg29 = Wersja pliku języka jest inna niż wersja funkcji Format-Pester.ps1. Niektóre teksty mogą być wyświetlane niepoprawnie.
msg30 = Wykonywanie operacji dla
msg31 = liczba rezultatów
'@
#Please read the section 'Information for translators' on the GitHub project page
#Read also Get-Help about_Script_Internationalization

#The language pl-PL file prepared by Wojciech Sciesinski, wojciech[at]sciesinski[dot]net
#String aligned to version - see msg00 value

#Translate values, don't touch 'msgxx' fields !

# culture="pl-PL"
ConvertFrom-StringData @'
msg00 = 1.4.0
msg01 = Spis treści
msg02 = Testy ogółem
msg03 = Testy zdane
msg04 = Testy niezdane
msg05 = Testy pominięte
msg06 = Testy trwające
msg07 = Podsumowanie testów
msg08 = Przetwarzanie rezultatów testów dla
msg09 = Zdane
msg10 = Szczegóły zdanych testów
msg11 = Szczegóły zdanych testów dla bloku Describe:
msg12 = Szczegóły zdanych testów dla bloku Context:
msg13 = Znaleziono zdane testy dla bloku Decribe
msg14 = Znaleziono zdane testy dla bloku Context
msg15 = Describe
msg16 = Context
msg17 = Nazwa
msg18 = Niezdane
msg19 = Szczegóły niezdanych testów
msg20 = Szczegóły niezdanych testów dla bloku Describe:
msg21 = Szczegóły niezdanych testów dla bloku Context:
msg22 = Znaleziono zdane testy dla bloku Decribe
msg23 = Znaleziono zdane testy dla bloku Context
msg24 = Komunikat niezdanego testu
msg25 = Zdane testy
msg26 = Niezdane testy
msg27 = Język
msg28 = nie jest wspierany. Będzie użyty język domyślny tj. en-US.
msg29 = Wersja pliku języka jest inna niż wersja funkcji Format-Pester.ps1. Niektóre teksty mogą być wyświetlane niepoprawnie.
msg30 = Wykonywanie operacji dla
msg31 = liczba rezultatów
#Type of encoding used for write text files
#Supported vales: ASCII,Unicode,UTF7,UTF8
msg32 = UTF8
'@
Loading

0 comments on commit 2498da0

Please sign in to comment.