diff options
Diffstat (limited to 'server/locale/nl.po')
| -rw-r--r-- | server/locale/nl.po | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/server/locale/nl.po b/server/locale/nl.po new file mode 100644 index 0000000..96b6cd9 --- /dev/null +++ b/server/locale/nl.po | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | # Translations for the routemon project. | ||
| 2 | # Copyright (C) 2026 Rutger Broekhoff <[email protected]> | ||
| 3 | # This file is distributed under the same license as the routemon package. | ||
| 4 | # Rutger Broekhoff <[email protected]>, 2026. | ||
| 5 | # | ||
| 6 | msgid "" | ||
| 7 | msgstr "" | ||
| 8 | "Project-Id-Version: routemon 0.1.0\n" | ||
| 9 | "Report-Msgid-Bugs-To: \n" | ||
| 10 | "POT-Creation-Date: 2026-08-28 09:20+0200\n" | ||
| 11 | "PO-Revision-Date: 2026-08-28 14:35+0200\n" | ||
| 12 | "Last-Translator: Rutger Broekhoff <[email protected]>\n" | ||
| 13 | "Language-Team: Dutch <[email protected]>\n" | ||
| 14 | "Language: nl\n" | ||
| 15 | "MIME-Version: 1.0\n" | ||
| 16 | "Content-Type: text/plain; charset=UTF-8\n" | ||
| 17 | "Content-Transfer-Encoding: 8bit\n" | ||
| 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
| 19 | |||
| 20 | #: ../src/http_server.cppm:232 | ||
| 21 | msgid "No body expected for this request" | ||
| 22 | msgstr "Geen body verwacht voor deze aanvraag" | ||
| 23 | |||
| 24 | #: ../src/http_server.cppm:500 | ||
| 25 | msgid "Bad request" | ||
| 26 | msgstr "Ongeldige aanvraag" | ||
| 27 | |||
| 28 | #: ../src/http_server.cppm:511 ../src/http_server.cppm:562 | ||
| 29 | msgid "Method not allowed" | ||
| 30 | msgstr "Aanvraagmethode niet toegestaan" | ||
| 31 | |||
| 32 | #: ../src/http_server.cppm:527 | ||
| 33 | msgid "" | ||
| 34 | "Path of normalized (RFC 3986, § 6) origin-form request-target (RFC 9112, § " | ||
| 35 | "3.2.1) should be absolute" | ||
| 36 | msgstr "Pad van genormaliseerde (RFC 3986, § 6) origin-form request-target (RFC 9112, § 3.2.1) behoort absoluut te zijn" | ||
| 37 | |||
| 38 | #: ../src/http_server.cppm:538 | ||
| 39 | msgid "Not found" | ||
| 40 | msgstr "Niet gevonden" | ||
| 41 | |||
| 42 | #: ../src/http_server.cppm:549 | ||
| 43 | msgid "Method not implemented" | ||
| 44 | msgstr "Aanvraagmethode niet geïmplementeerd" | ||
| 45 | |||
| 46 | #: ../src/http_server.cppm:573 | ||
| 47 | msgid "" | ||
| 48 | "Invalid request-target, expected asterisk-form or origin-form (see RFC 9112, " | ||
| 49 | "§ 3.2)" | ||
| 50 | msgstr "Ongeldige request-target, asterisk-form of origin-form verwacht (zie RFC 9112, § 3.2)" | ||
| 51 | |||
| 52 | #: ../src/srv.cppm:148 | ||
| 53 | msgid "Failed to parse GPX file" | ||
| 54 | msgstr "GPX-bestand kon niet geladen worden" | ||
| 55 | |||
| 56 | #: ../src/srv.cppm:160 | ||
| 57 | msgid "Internal server error" | ||
| 58 | msgstr "Interne serverfout" | ||
| 59 | |||
| 60 | #~ msgid "Invalid point in GPX file" | ||
| 61 | #~ msgstr "Ongeldig punt in GPX-bestand" | ||
| 62 | |||
| 63 | #~ msgid "GPX file has no points in track" | ||
| 64 | #~ msgstr "GPX-bestand mist punten in de track" | ||