Skip to content

Commit 77355c1

Browse files
committed
Translations
1 parent 7fa4476 commit 77355c1

11 files changed

Lines changed: 769 additions & 197 deletions

File tree

-315 Bytes
Binary file not shown.

landolfio/accounting/locale/nl/LC_MESSAGES/django.po

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-02-21 13:37+0100\n"
11-
"PO-Revision-Date: 2023-02-21 13:38+0100\n"
10+
"POT-Creation-Date: 2025-07-19 20:43+0200\n"
11+
"PO-Revision-Date: 2025-07-20 10:47+0200\n"
1212
"Last-Translator: Job Doesburg <job.doesburg@gmail.com>\n"
1313
"Language-Team: \n"
1414
"Language: nl\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19-
"X-Generator: Poedit 3.2.2\n"
19+
"X-Generator: Poedit 3.6\n"
2020

2121
#: accounting/admin/contact.py:72
2222
msgid "Contact details"
@@ -197,8 +197,7 @@ msgstr "facturen url"
197197
#: accounting/models/contact.py:199 accounting/models/contact.py:206
198198
#: accounting/models/contact.py:213
199199
msgid "Contact must either have a company name, or first and last name."
200-
msgstr ""
201-
"Contact moet ofwel een bedrijfsnaam, ofwel een voor- en achternaam hebben."
200+
msgstr "Contact moet ofwel een bedrijfsnaam, ofwel een voor- en achternaam hebben."
202201

203202
#: accounting/models/contact.py:232
204203
msgid "Fill in all SEPA fields if SEPA mandate is active."
@@ -235,7 +234,8 @@ msgstr "documentstijl"
235234
msgid "document styles"
236235
msgstr "documentstijlen"
237236

238-
#: accounting/models/estimate.py:35 accounting/models/sales_invoice.py:29
237+
#: accounting/models/estimate.py:35 accounting/models/estimate.py:123
238+
#: accounting/models/sales_invoice.py:29 accounting/models/sales_invoice.py:132
239239
msgid "draft"
240240
msgstr "concept"
241241

@@ -427,7 +427,8 @@ msgstr "product"
427427
#: accounting/models/estimate.py:187 accounting/models/product.py:59
428428
#: accounting/models/purchase_document.py:108
429429
#: accounting/models/recurring_sales_invoice.py:158
430-
#: accounting/models/sales_invoice.py:177 accounting/models/tax_rate.py:37
430+
#: accounting/models/sales_invoice.py:177 accounting/models/tax_rate.py:34
431+
#: accounting/models/tax_rate.py:37
431432
msgid "tax rate"
432433
msgstr "btw-tarief"
433434

@@ -713,18 +714,19 @@ msgid "last date"
713714
msgstr "laatste datum"
714715

715716
#: accounting/models/recurring_sales_invoice.py:93
716-
msgid ""
717-
"{_('Every')} {self.frequency_type} {_('since')} {self.start_date} {_('to')} "
718-
"{self.contact}"
719-
msgid_plural ""
720-
"{_('Every')} {self.frequency} {self.frequency_type} {_('since')} {self."
721-
"start_date} {_('to')} {self.contact}"
722-
msgstr[0] ""
723-
"{_(‘Iedere’)} {self.frequency_type} {_(‘sinds’)} {self.start_date} "
724-
"{_(‘tot’)} {self.contact}"
725-
msgstr[1] ""
726-
"{_(‘Iedere’)} {self.frequency} {self.frequency_type} {_(‘sinds’)} {self."
727-
"start_date} {_(‘tot’)} {self.contact}"
717+
#: accounting/models/recurring_sales_invoice.py:94
718+
msgid "Every"
719+
msgstr "Iedere"
720+
721+
#: accounting/models/recurring_sales_invoice.py:93
722+
#: accounting/models/recurring_sales_invoice.py:94
723+
msgid "since"
724+
msgstr "sinds"
725+
726+
#: accounting/models/recurring_sales_invoice.py:93
727+
#: accounting/models/recurring_sales_invoice.py:94
728+
msgid "to"
729+
msgstr "tot"
728730

729731
#: accounting/models/recurring_sales_invoice.py:99
730732
#: accounting/models/subscription.py:52
@@ -807,6 +809,10 @@ msgstr "einddatum"
807809
msgid "cancelled at"
808810
msgstr "geannuleerd op"
809811

812+
#: accounting/models/subscription.py:57
813+
msgid "for"
814+
msgstr "voor"
815+
810816
#: accounting/models/subscription.py:60
811817
msgid "subscription"
812818
msgstr "abonnement"
@@ -842,3 +848,8 @@ msgstr "is incasso"
842848
#: accounting/models/workflow.py:38
843849
msgid "workflows"
844850
msgstr "workflows"
851+
852+
#~ msgid "{_('Every')} {self.frequency_type} {_('since')} {self.start_date} {_('to')} {self.contact}"
853+
#~ msgid_plural "{_('Every')} {self.frequency} {self.frequency_type} {_('since')} {self.start_date} {_('to')} {self.contact}"
854+
#~ msgstr[0] "{_(‘Iedere’)} {self.frequency_type} {_(‘sinds’)} {self.start_date} {_(‘tot’)} {self.contact}"
855+
#~ msgstr[1] "{_(‘Iedere’)} {self.frequency} {self.frequency_type} {_(‘sinds’)} {self.start_date} {_(‘tot’)} {self.contact}"

0 commit comments

Comments
 (0)