Add Czech translation
This commit is contained in:
parent
6808b290fc
commit
3732a9b354
2 changed files with 25 additions and 1 deletions
|
@ -17,4 +17,5 @@ OTHER_FILES += \
|
|||
translations/*.ts
|
||||
|
||||
CONFIG += sailfishapp_i18n
|
||||
TRANSLATIONS += translations/harbour-lyrics-it.ts
|
||||
TRANSLATIONS += translations/harbour-lyrics-it.ts \
|
||||
translations/harbour-papocchio-cs.ts
|
||||
|
|
23
translations/harbour-papocchio-cs.ts
Normal file
23
translations/harbour-papocchio-cs.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="cs" version="2.1">
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<location filename="../qml/cover/CoverPage.qml" line="25"/>
|
||||
<source>Draw!</source>
|
||||
<translation>Kreslit!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainPage</name>
|
||||
<message>
|
||||
<location filename="../qml/pages/MainPage.qml" line="96"/>
|
||||
<source>Saving the canvas...</source>
|
||||
<translation>Ukládá se plátno...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/MainPage.qml" line="112"/>
|
||||
<source>Clearing the canvas...</source>
|
||||
<translation>Vyprazdňuje se plátno...</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in a new issue