diff options
32 files changed, 55 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml index f7a7a811..158d87c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ install: # https://github.com/pyinstaller/pyinstaller/blob/61b1c75c2b0469b32d114298a63bf60b8d597e37/PyInstaller/hooks/hook-shapely.py#L34 pip install --no-binary shapely -r requirements.txt - pip install pyinstaller + pip install pyinstaller==3.3.1 elif [ "$BUILD" = "windows" ]; then set -x diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..8ae24f01 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,17 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +pool: + vmImage: 'Ubuntu 16.04' + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + + displayName: 'Run a multi-line script' diff --git a/translations/messages_af_ZA.po b/translations/messages_af_ZA.po index 90965c9c..afd6c718 100644 --- a/translations/messages_af_ZA.po +++ b/translations/messages_af_ZA.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_ar_SA.po b/translations/messages_ar_SA.po index b44e63e4..d4b9773f 100644 --- a/translations/messages_ar_SA.po +++ b/translations/messages_ar_SA.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_ca_ES.po b/translations/messages_ca_ES.po index 81e2de40..b63d6a3c 100644 --- a/translations/messages_ca_ES.po +++ b/translations/messages_ca_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_cs_CZ.po b/translations/messages_cs_CZ.po index 2b9dee19..2238e707 100644 --- a/translations/messages_cs_CZ.po +++ b/translations/messages_cs_CZ.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_da_DK.po b/translations/messages_da_DK.po index 8196d238..3296e7ee 100644 --- a/translations/messages_da_DK.po +++ b/translations/messages_da_DK.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_de_DE.po b/translations/messages_de_DE.po index 331293c3..6f2034be 100644 --- a/translations/messages_de_DE.po +++ b/translations/messages_de_DE.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -201,7 +201,7 @@ msgstr "Rückwärtsfüllung (von rechts nach links)" #: lib/elements/fill.py:47 msgid "The flip option can help you with routing your stitch path. When you enable flip, stitching goes from right-to-left instead of left-to-right." -msgstr "Die Flip-Option kann Ihnen bei der Reihenfolge des Stichpfads helfen. Wenn Umdrehen aktiviert wird, wird das Sticken von rechts nach links anstatt von links nach rechts ausgeführt." +msgstr "Die Umkehr-Option kann bei der Reihenfolge des Stichpfads helfen. Wenn Umdrehen aktiviert wird, wird das Sticken von rechts nach links anstatt von links nach rechts ausgeführt." #: lib/elements/fill.py:56 msgid "Spacing between rows" @@ -213,7 +213,7 @@ msgstr "Abstand zwischen den Stichreihen." #: lib/elements/fill.py:70 msgid "Maximum fill stitch length" -msgstr "Maximale Füll-Stichlänge" +msgstr "Maximale Füllstichlänge" #: lib/elements/fill.py:71 msgid "The length of each stitch in a row. Shorter stitch may be used at the start or end of a row." @@ -1213,7 +1213,7 @@ msgstr "Simulation" #: templates/zip.inx:10 msgid "Ink/Stitch: ZIP export multiple formats (.zip)" -msgstr "Ink/Stitch: Export in mehrere Formate (.zip)" +msgstr "Ink/Stitch: Export von mehreren Formaten (.zip)" #: templates/zip.inx:11 msgid "Create a ZIP with multiple embroidery file formats using Ink/Stitch" diff --git a/translations/messages_el_GR.po b/translations/messages_el_GR.po index ba3b8725..6eecb71a 100644 --- a/translations/messages_el_GR.po +++ b/translations/messages_el_GR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_en_US.po b/translations/messages_en_US.po index 34b13ef3..21187772 100644 --- a/translations/messages_en_US.po +++ b/translations/messages_en_US.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: English\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_es_ES.po b/translations/messages_es_ES.po index 6454c5ac..48659a18 100644 --- a/translations/messages_es_ES.po +++ b/translations/messages_es_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_fi_FI.po b/translations/messages_fi_FI.po index 2d2d1828..1bf53909 100644 --- a/translations/messages_fi_FI.po +++ b/translations/messages_fi_FI.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_fr_FR.po b/translations/messages_fr_FR.po index f6484dd9..47c3d254 100644 --- a/translations/messages_fr_FR.po +++ b/translations/messages_fr_FR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -420,7 +420,8 @@ msgstr "" #: lib/extensions/embroider.py:38 msgid "\n\n" "Seeing a 'no such option' message? Please restart Inkscape to fix." -msgstr "Vous voyez un message 'aucune option' ? Veuillez redémarrer Inkscape pour corriger." +msgstr "\n\n" +"Vous voyez un message 'aucune option' ? Veuillez redémarrer Inkscape pour corriger." #: lib/extensions/flip.py:35 msgid "Please select one or more satin columns to flip." diff --git a/translations/messages_he_IL.po b/translations/messages_he_IL.po index db22dc0d..cc526faf 100644 --- a/translations/messages_he_IL.po +++ b/translations/messages_he_IL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_hu_HU.po b/translations/messages_hu_HU.po index 00b48ab7..0db8cbcb 100644 --- a/translations/messages_hu_HU.po +++ b/translations/messages_hu_HU.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_it_IT.po b/translations/messages_it_IT.po index 29e68913..062fa030 100644 --- a/translations/messages_it_IT.po +++ b/translations/messages_it_IT.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_ja_JP.po b/translations/messages_ja_JP.po index fab59fb3..b1dc3454 100644 --- a/translations/messages_ja_JP.po +++ b/translations/messages_ja_JP.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_ko_KR.po b/translations/messages_ko_KR.po index e5fbd281..ace7b08f 100644 --- a/translations/messages_ko_KR.po +++ b/translations/messages_ko_KR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_nl_NL.po b/translations/messages_nl_NL.po index 90d2a7b5..23975ef1 100644 --- a/translations/messages_nl_NL.po +++ b/translations/messages_nl_NL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_no_NO.po b/translations/messages_no_NO.po index 79c58b59..89e1fc7d 100644 --- a/translations/messages_no_NO.po +++ b/translations/messages_no_NO.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_pl_PL.po b/translations/messages_pl_PL.po index c810b1d1..f4217195 100644 --- a/translations/messages_pl_PL.po +++ b/translations/messages_pl_PL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_pt_BR.po b/translations/messages_pt_BR.po index 6d12571c..46e5b26d 100644 --- a/translations/messages_pt_BR.po +++ b/translations/messages_pt_BR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:56\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_pt_PT.po b/translations/messages_pt_PT.po index 7d603bef..dad2bdb9 100644 --- a/translations/messages_pt_PT.po +++ b/translations/messages_pt_PT.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -420,7 +420,8 @@ msgstr "" #: lib/extensions/embroider.py:38 msgid "\n\n" "Seeing a 'no such option' message? Please restart Inkscape to fix." -msgstr "Vê uma mensagem \"não existe tal opção\"? Por favor reiniciar o Inkscape." +msgstr "\n\n" +"Vê uma mensagem 'não existe tal opção'? Por favor reiniciar o Inkscape." #: lib/extensions/flip.py:35 msgid "Please select one or more satin columns to flip." diff --git a/translations/messages_ro_RO.po b/translations/messages_ro_RO.po index e3fcfbff..695851fe 100644 --- a/translations/messages_ro_RO.po +++ b/translations/messages_ro_RO.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_ru_RU.po b/translations/messages_ru_RU.po index 23059f7c..879aad73 100644 --- a/translations/messages_ru_RU.po +++ b/translations/messages_ru_RU.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_sr_SP.po b/translations/messages_sr_SP.po index 90ceb30b..6c1553d5 100644 --- a/translations/messages_sr_SP.po +++ b/translations/messages_sr_SP.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_sv_SE.po b/translations/messages_sv_SE.po index e846df9e..c06a2017 100644 --- a/translations/messages_sv_SE.po +++ b/translations/messages_sv_SE.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_tr_TR.po b/translations/messages_tr_TR.po index b1c728bc..e0de35d6 100644 --- a/translations/messages_tr_TR.po +++ b/translations/messages_tr_TR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_uk_UA.po b/translations/messages_uk_UA.po index efe77105..a3bd4244 100644 --- a/translations/messages_uk_UA.po +++ b/translations/messages_uk_UA.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_vi_VN.po b/translations/messages_vi_VN.po index 4c04e4e0..a24b56c1 100644 --- a/translations/messages_vi_VN.po +++ b/translations/messages_vi_VN.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:56\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_zh_CN.po b/translations/messages_zh_CN.po index 29877a06..43f1e648 100644 --- a/translations/messages_zh_CN.po +++ b/translations/messages_zh_CN.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" diff --git a/translations/messages_zh_TW.po b/translations/messages_zh_TW.po index 99b4ed03..5c85cdf8 100644 --- a/translations/messages_zh_TW.po +++ b/translations/messages_zh_TW.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: inkstitch\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-08-24 20:56-0400\n" -"PO-Revision-Date: 2018-08-26 13:55\n" +"PO-Revision-Date: 2018-09-08 14:03\n" "Last-Translator: lexelby <github.com@lexneva.name>\n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" |
