Merge branch 'weblate-weblate-harbour-papocchio-translations'
This commit is contained in:
commit
5332fc6b35
3 changed files with 34 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Prepare
|
||||
run: mkdir output
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
arch: aarch64
|
||||
|
||||
- name: Upload build result
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rpms
|
||||
path: RPMS
|
||||
|
|
|
@ -38,4 +38,5 @@ TRANSLATIONS += \
|
|||
translations/harbour-papocchio-sr.ts \
|
||||
translations/harbour-papocchio-sv.ts \
|
||||
translations/harbour-papocchio-tr.ts \
|
||||
translations/harbour-papocchio-tzm.ts
|
||||
translations/harbour-papocchio-tzm.ts \
|
||||
translations/harbour-papocchio-zgh.ts
|
||||
|
|
30
translations/harbour-papocchio-zgh.ts
Normal file
30
translations/harbour-papocchio-zgh.ts
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="zgh">
|
||||
<context>
|
||||
<name>CoverPage</name>
|
||||
<message>
|
||||
<location filename="../qml/cover/CoverPage.qml" line="25"/>
|
||||
<source>Draw!</source>
|
||||
<translation>ⵙⵙⵓⵏⵖ!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainPage</name>
|
||||
<message>
|
||||
<location filename="../qml/pages/MainPage.qml" line="76"/>
|
||||
<source>Saving the canvas…</source>
|
||||
<translation>ⴰⵣⵎⵎⴻⵎ ⵏ ⵜⵉⴼⵙⵜ…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/MainPage.qml" line="112"/>
|
||||
<source>Clearing the canvas…</source>
|
||||
<translation>ⴽⴽⵙ ⵜⵉⴼⵙⵜ…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/MainPage.qml" line="129"/>
|
||||
<source>Quitting…</source>
|
||||
<translation>ⵓⴼⵓⵖ…</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in a new issue