diff options
author | P. J. McDermott <pj@pehjota.net> | 2023-10-01 16:32:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2023-10-01 16:32:49 (EDT) |
commit | bab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53 (patch) | |
tree | 75d9463a02eb5984e1f33aadba830f490f2b103c /po | |
download | siglo-bab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53.zip siglo-bab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53.tar.gz siglo-bab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53.tar.bz2 |
New upstream version 0.9.9upstream/0.9.9upstream/latest
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 1 | ||||
-rw-r--r-- | po/POTFILES | 7 | ||||
-rw-r--r-- | po/meson.build | 1 | ||||
-rw-r--r-- | po/nl.po | 93 |
4 files changed, 102 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..267a150 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +nl
diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..ae36bcd --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,7 @@ +data/com.github.theironrobin.siglo.desktop.in +data/com.github.theironrobin.siglo.appdata.xml.in +data/com.github.theironrobin.siglo.gschema.xml +src/window.ui +src/main.py +src/window.py + diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..c0ade3d --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('siglo', preset: 'glib') diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..0d971ea --- /dev/null +++ b/po/nl.po @@ -0,0 +1,93 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the siglo package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: siglo\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-04-22 18:15+0200\n" +"PO-Revision-Date: 2021-04-22 18:18+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" +"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: nl\n" + +#: data/com.github.theironrobin.siglo.desktop.in:3 +msgid "Siglo" +msgstr "Siglo" + +#: src/window.ui:12 +msgid "Multi-Device Mode" +msgstr "Meerdere apparaten" + +#: src/window.ui:21 +msgid "Manual OTA File" +msgstr "Eigen ota-bestand" + +#: src/window.ui:42 +msgid "Scanning..." +msgstr "Bezig met zoeken…" + +#: src/window.ui:102 +msgid "0 / 0" +msgstr "0 / 0" + +#: src/window.ui:127 +msgid "default scan pass text" +msgstr "standaard scantekst" + +#: src/window.ui:158 +msgid "OTA Update:" +msgstr "OTA-update:" + +#: src/window.ui:170 +msgid "OTA Update (.zip)" +msgstr "OTA-update (.zip)" + +#: src/window.ui:208 +msgid "Tag: " +msgstr "Label: " + +#: src/window.ui:220 +msgid "Tag" +msgstr "Label" + +#: src/window.ui:245 +msgid "Asset: " +msgstr "Waarde: " + +#: src/window.ui:289 +msgid "Cancel" +msgstr "Annuleren" + +#: src/window.ui:306 +msgid "Flash It!" +msgstr "Flashen!" + +#: src/window.ui:330 +msgid "Time Sync" +msgstr "Tijdsynchronisatie" + +#: src/window.ui:364 +msgid "" +"Make sure InfiniTime is ON but NOT connected\n" +"\n" +"To check, go to Settings->Bluetooth->Devices\n" +"\n" +"Might take a few scans." +msgstr "" +"Zorg dat je smartwatch met InfiniTime is opgestart, en dat het NIET is verbonden met bluetooth\n" +"\n" +"Controleer dit via Settings → Bluetooth → Devices\n" +"\n" +"Wellicht moet je een paar keer opnieuw zoeken." + +#: src/window.ui:386 +msgid "Rescan" +msgstr "Opnieuw zoeken" |