1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943
|
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_edi_ubl_cii
#
# Translators:
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2024
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-25 07:48+0000\n"
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid ""
"%s should have a KVK or OIN number: the Peppol e-address (EAS) should be "
"'0106' or '0190'."
msgstr ""
"%s moet een KVK of een OIN nummer hebben: het Peppol e-address (EAS) moet "
"'0106' of '0190' zijn."
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0002
msgid ""
"0002 - System Information et Repertoire des Entreprise et des "
"Etablissements: SIRENE"
msgstr ""
"0002 - System Information et Repertoire des Entreprise et des "
"Etablissements: SIRENE"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0007
msgid "0007 - Organisationsnummer (Swedish legal entities)"
msgstr "0007 - Organisationsnummer (Swedish legal entities)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0009
msgid "0009 - SIRET-CODE"
msgstr "0009 - SIRET-CODE"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0060
msgid "0060 - Data Universal Numbering System (D-U-N-S Number)"
msgstr "0060 - Data Universal Numbering System (D-U-N-S Number)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0088
msgid "0088 - EAN Location Code"
msgstr "0088 - EAN Location Code"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0096
msgid "0096 - DANISH CHAMBER OF COMMERCE Scheme (EDIRA compliant)"
msgstr "0096 - DANISH CHAMBER OF COMMERCE Scheme (EDIRA compliant)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0097
msgid "0097 - FTI - Ediforum Italia, (EDIRA compliant)"
msgstr "0097 - FTI - Ediforum Italia, (EDIRA compliant)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0106
msgid ""
"0106 - Association of Chambers of Commerce and Industry in the Netherlands, "
"(EDIRA compliant)"
msgstr ""
"0106 - Association of Chambers of Commerce and Industry in the Netherlands, "
"(EDIRA compliant)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0130
msgid "0130 - Directorates of the European Commission"
msgstr "0130 - Directorates of the European Commission"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0135
msgid "0135 - SIA Object Identifiers"
msgstr "0135 - SIA Object Identifiers"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0142
msgid "0142 - SECETI Object Identifiers"
msgstr "0142 - SECETI Object Identifiers"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0151
msgid "0151 - Australian Business Number (ABN) Scheme"
msgstr "0151 - Australian Business Number (ABN) Scheme"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0183
msgid "0183 - Swiss Unique Business Identification Number (UIDB)"
msgstr "0183 - Swiss Unique Business Identification Number (UIDB)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0184
msgid "0184 - DIGSTORG"
msgstr "0184 - DIGSTORG"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0188
msgid "0188 - Corporate Number of The Social Security and Tax Number System"
msgstr "0188 - Corporate Number of The Social Security and Tax Number System"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0190
msgid "0190 - Dutch Originator's Identification Number"
msgstr "0190 - Dutch Originator's Identification Number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0191
msgid ""
"0191 - Centre of Registers and Information Systems of the Ministry of "
"Justice"
msgstr ""
"0191 - Centre of Registers and Information Systems of the Ministry of "
"Justice"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0192
msgid "0192 - Enhetsregisteret ved Bronnoysundregisterne"
msgstr "0192 - Enhetsregisteret ved Bronnoysundregisterne"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0193
msgid "0193 - UBL.BE party identifier"
msgstr "0193 - UBL.BE party identifier"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0195
msgid "0195 - Singapore UEN identifier"
msgstr "0195 - Singapore UEN identifier"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0196
msgid "0196 - Kennitala - Iceland legal id for individuals and legal entities"
msgstr ""
"0196 - Kennitala - Iceland legal id for individuals and legal entities"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0198
msgid "0198 - ERSTORG"
msgstr "0198 - ERSTORG"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0199
msgid "0199 - Legal Entity Identifier (LEI)"
msgstr "0199 - Legal Entity Identifier (LEI)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0200
msgid "0200 - Legal entity code (Lithuania)"
msgstr "0200 - Legal entity code (Lithuania)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0201
msgid "0201 - Codice Univoco Unità Organizzativa iPA"
msgstr "0201 - Codice Univoco Unità Organizzativa iPA"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0202
msgid "0202 - Indirizzo di Posta Elettronica Certificata"
msgstr "0202 - Indirizzo di Posta Elettronica Certificata"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0204
msgid "0204 - Leitweg-ID"
msgstr "0204 - Leitweg-ID"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0208
msgid "0208 - Numero d'entreprise / ondernemingsnummer / Unternehmensnummer"
msgstr "0208 - Numero d'entreprise / ondernemingsnummer / Unternehmensnummer"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0209
msgid "0209 - GS1 identification keys"
msgstr "0209 - GS1 identification keys"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0210
msgid "0210 - CODICE FISCALE"
msgstr "0210 - CODICE FISCALE"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0211
msgid "0211 - PARTITA IVA"
msgstr "0211 - PARTITA IVA"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0216
msgid "0216 - OVTcode"
msgstr "0216 - OVTcode"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0221
msgid "0221 - The registered number of the qualified invoice issuer (Japan)"
msgstr ""
"0221 - Het geregistreerde nummer van de gekwalificeerde factuuruitgever "
"(Japan)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__0230
msgid "0230 - National e-Invoicing Framework (Malaysia)"
msgstr "0230 - Nationaal raamwerk voor e-facturering (Maleisië)"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "1.0"
msgstr "1.0"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_facturx_export_22
msgid "42"
msgstr "42"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9910
msgid "9910 - Hungary VAT number"
msgstr "9910 - Hungary VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9913
msgid "9913 - Business Registers Network"
msgstr "9913 - Business Registers Network"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9914
msgid "9914 - Österreichische Umsatzsteuer-Identifikationsnummer"
msgstr "9914 - Österreichische Umsatzsteuer-Identifikationsnummer"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9915
msgid "9915 - Österreichisches Verwaltungs bzw. Organisationskennzeichen"
msgstr "9915 - Österreichisches Verwaltungs bzw. Organisationskennzeichen"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9918
msgid ""
"9918 - SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION "
"S.W.I.F.T"
msgstr ""
"9918 - SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION "
"S.W.I.F.T"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9919
msgid "9919 - Kennziffer des Unternehmensregisters"
msgstr "9919 - Kennziffer des Unternehmensregisters"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9920
msgid "9920 - Agencia Española de Administración Tributaria"
msgstr "9920 - Agencia Española de Administración Tributaria"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9922
msgid "9922 - Andorra VAT number"
msgstr "9922 - Andorra VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9923
msgid "9923 - Albania VAT number"
msgstr "9923 - Albania VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9924
msgid "9924 - Bosnia and Herzegovina VAT number"
msgstr "9924 - Bosnia and Herzegovina VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9925
msgid "9925 - Belgium VAT number"
msgstr "9925 - Belgium VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9926
msgid "9926 - Bulgaria VAT number"
msgstr "9926 - Bulgaria VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9927
msgid "9927 - Switzerland VAT number"
msgstr "9927 - Switzerland VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9928
msgid "9928 - Cyprus VAT number"
msgstr "9928 - Cyprus VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9929
msgid "9929 - Czech Republic VAT number"
msgstr "9929 - Czech Republic VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9930
msgid "9930 - Germany VAT number"
msgstr "9930 - Germany VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9931
msgid "9931 - Estonia VAT number"
msgstr "9931 - Estonia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9932
msgid "9932 - United Kingdom VAT number"
msgstr "9932 - United Kingdom VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9933
msgid "9933 - Greece VAT number"
msgstr "9933 - Greece VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9934
msgid "9934 - Croatia VAT number"
msgstr "9934 - Croatia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9935
msgid "9935 - Ireland VAT number"
msgstr "9935 - Ireland VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9936
msgid "9936 - Liechtenstein VAT number"
msgstr "9936 - Liechtenstein VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9937
msgid "9937 - Lithuania VAT number"
msgstr "9937 - Lithuania VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9938
msgid "9938 - Luxemburg VAT number"
msgstr "9938 - Luxemburg VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9939
msgid "9939 - Latvia VAT number"
msgstr "9939 - Latvia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9940
msgid "9940 - Monaco VAT number"
msgstr "9940 - Monaco VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9941
msgid "9941 - Montenegro VAT number"
msgstr "9941 - Montenegro VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9942
msgid "9942 - Macedonia, the former Yugoslav Republic of VAT number"
msgstr "9942 - Macedonia, the former Yugoslav Republic of VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9943
msgid "9943 - Malta VAT number"
msgstr "9943 - Malta VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9944
msgid "9944 - Netherlands VAT number"
msgstr "9944 - Netherlands VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9945
msgid "9945 - Poland VAT number"
msgstr "9945 - Poland VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9946
msgid "9946 - Portugal VAT number"
msgstr "9946 - Portugal VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9947
msgid "9947 - Romania VAT number"
msgstr "9947 - Romania VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9948
msgid "9948 - Serbia VAT number"
msgstr "9948 - Serbia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9949
msgid "9949 - Slovenia VAT number"
msgstr "9949 - Slovenia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9950
msgid "9950 - Slovakia VAT number"
msgstr "9950 - Slovakia VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9951
msgid "9951 - San Marino VAT number"
msgstr "9951 - San Marino VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9952
msgid "9952 - Türkiye VAT number"
msgstr ""
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9953
msgid "9953 - Holy See (Vatican City State) VAT number"
msgstr "9953 - Holy See (Vatican City State) VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9957
msgid "9957 - French VAT number"
msgstr "9957 - French VAT number"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__peppol_eas__9959
msgid "9959 - Employer Identification Number (EIN, USA)"
msgstr "9959 - Employer Identification Number (EIN, USA)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "A payment of %s was detected."
msgstr "Een betaling van %s werd gedetecteerd."
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_a_nz
msgid "A-NZ BIS Billing 3.0"
msgstr "A-NZ BIS Billing 3.0"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_move_send
msgid "Account Move Send"
msgstr "Boeking verzenden"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Articles 226 items 11 to 15 Directive 2006/112/EN"
msgstr "Artikelen 226 punten 11 tot 15 Richtlijn 2006/112/EN"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid ""
"At least one of the following fields %(field_list)s is required on "
"%(record)s."
msgstr ""
"Ten minste één van de volgende velden %(field_list)s is vereist op "
"%(record)s."
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_account_bank_statement_line__ubl_cii_xml_id
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_account_move__ubl_cii_xml_id
msgid "Attachment"
msgstr "Bijlage"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__ubl_bis3
msgid "BIS Billing 3.0"
msgstr "BIS Facturering 3.0"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__ubl_a_nz
msgid "BIS Billing 3.0 A-NZ"
msgstr "BIS Facturering 3.0 A-NZ"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__ubl_sg
msgid "BIS Billing 3.0 SG"
msgstr "BIS Facturering 3.0 SG"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_de
msgid "BIS3 DE (XRechnung)"
msgstr "BIS3 DE (XRechnung)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "Check Invoice(s)"
msgstr "Bekijk factu(u)r(en)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "Check Partner(s)"
msgstr "Controleer relatie(s)"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,help:account_edi_ubl_cii.field_res_partner__peppol_eas
#: model:ir.model.fields,help:account_edi_ubl_cii.field_res_users__peppol_eas
msgid ""
"Code used to identify the Endpoint for BIS Billing 3.0 and its derivatives.\n"
" List available at https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/"
msgstr ""
"Code die wordt gebruikt om het eindpunt voor BIS Billing 3.0 en zijn afgeleiden te identificeren.\n"
" Lijst beschikbaar op https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_common
msgid ""
"Common functions for EDI documents: generate the data, the constraints, etc"
msgstr ""
"Algemene functies voor EDI-documenten: genereer de gegevens, de beperkingen,"
" enz"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:0
msgid "Conditional cash/payment discount"
msgstr "Voorwaardelijke betalingskorting"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid ""
"Could not retrieve a partner corresponding to '%s'. A new partner was "
"created."
msgstr ""
"We hebben geen overeenkomstige relatie met '%s' gevonden. Er werd een nieuwe"
" partner aangemaakt."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid ""
"Could not retrieve currency: %s. Did you enable the multicurrency option and"
" activate the currency?"
msgstr ""
"Kan valuta niet ophalen: %s. Heb je de optie voor meerdere valuta's "
"ingeschakeld en de valuta geactiveerd?"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Could not retrieve the tax: %(amount)s %% for line '%(line)s'."
msgstr "Kan de btw: %(amount)s %% voor regel '%(line)s' niet ophalen."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Could not retrieve the tax: %(tax_percentage)s %% for line '%(line)s'."
msgstr "Kan de btw: %(tax_percentage)s %% voor regel '%(line)s' niet ophalen."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid ""
"Could not retrieve the tax: %s for the document level allowance/charge."
msgstr ""
"We konden de btw: %s niet ophalen voor de vergoeding/toeslag op "
"documentniveau."
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_efff
msgid "E-FFF (BE)"
msgstr "E-FFF (BE)"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "EN 16931"
msgstr "EN 16931"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid "Each invoice line shall have one and only one tax."
msgstr "Elke factuurregel heeft één en slechts één btw."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid "Each invoice line should have a product or a label."
msgstr "Elke factuurregel moet een product of een label hebben."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Each invoice line should have at least one tax."
msgstr "Elke factuurregel moet ten minste één btw bevatten."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "Errors occurred while creating the EDI document (format: %s):"
msgstr ""
"Er zijn fouten opgetreden bij het maken van het EDI-document (formaat: %s):"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Export outside the EU"
msgstr "Export buiten de EU"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__facturx
msgid "Factur-X (CII)"
msgstr "Factur-X (CII)"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_cii
msgid "Factur-x/XRechnung CII 2.2.0"
msgstr "Factur-x/XRechnung CII 2.2.0"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid ""
"For intracommunity supply, the actual delivery date or the invoicing period "
"should be included."
msgstr ""
"Bij intracommunautaire leveringen dient de werkelijke leveringsdatum of de "
"facturatieperiode te worden vermeld."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid "For intracommunity supply, the delivery address should be included."
msgstr ""
"Bij intracommunautaire levering dient het afleveradres te worden vermeld."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Format used to import the invoice: %s"
msgstr "Formaat gebruikt om de factuur te importeren: %s"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Intra-Community supply"
msgstr "Intracommunautaire levering"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "Invoice generated by Odoo"
msgstr "Factuur gegenereerd door Odoo"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_partner__is_peppol_edi_format
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_users__is_peppol_edi_format
msgid "Is Peppol Edi Format"
msgstr "Is Peppol Edi-formaat"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_partner__is_ubl_format
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_users__is_ubl_format
msgid "Is Ubl Format"
msgstr "Is Ubl-formaat"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_move
msgid "Journal Entry"
msgstr "Boeking"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__nlcius
msgid "NLCIUS"
msgstr "NLCIUS"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid ""
"No gross price, net price nor line subtotal amount found for line in xml"
msgstr ""
"Geen brutoprijs, nettoprijs of subtotaal gevonden voor de regel in xml"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "Odoo"
msgstr "Odoo"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_partner__peppol_endpoint
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_users__peppol_endpoint
msgid "Peppol Endpoint"
msgstr "Eindpunt Peppol"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_partner__peppol_eas
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_users__peppol_eas
msgid "Peppol e-address (EAS)"
msgstr "Peppol e-address (EAS)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid ""
"Please add a Recipient bank in the 'Other Info' tab to generate a complete "
"file."
msgstr ""
"Gelieve een ontvangersbank toe te voegen in het tabblad ' Overige info' om "
"een volledig bestand te genereren."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid ""
"Please fill in Peppol EAS and Peppol Endpoint in your company form to "
"generate a complete file."
msgstr ""
"Gelieve Peppol EAS en Peppol Endpoint in het bedrijfsformulier in te vullen "
"om een volledig dossier te genereren."
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_sg
msgid "SG BIS Billing 3.0"
msgstr "SG BIS Billing 3.0"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_nl
msgid "SI-UBL 2.0 (NLCIUS)"
msgstr "SI-UBL 2.0 (NLCIUS)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "Tax '%(tax_name)s' is invalid: %(error_message)s"
msgstr "Btw '%(tax_name)s' is niet geldig: %(error_message)s"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/res_partner.py:0
msgid ""
"The Peppol endpoint is not valid. It should contain exactly 10 digits "
"(Company Registry number).The expected format is: 1234567890"
msgstr ""
"Het Peppol-eindpunt is niet geldig. Het moet exact 10 cijfers bevatten "
"(bedrijfsregistratienummer). Het verwachte formaat is: 1234567890"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/res_partner.py:0
msgid "The Peppol endpoint is not valid. The expected format is: 0239843188"
msgstr ""
"Het Peppol eindpunt is niet geldig. Het verwachte formaat is: 0239843188"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/res_partner.py:0
msgid ""
"The Peppol endpoint is not valid. The expected format is: 73282932000074"
msgstr ""
"Het Peppol eindpunt is niet geldig. Het verwachte formaat is: 73282932000074"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid ""
"The VAT number of the supplier does not seem to be valid. It should be of "
"the form: NO179728982MVA."
msgstr ""
"Het btw-nummer van de leverancier lijkt niet geldig. Het moet de vorm "
"hebben: NO179728982MVA."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid "The VAT of the %s should be prefixed with its country code."
msgstr "De BTW van het land %s moet worden voorafgegaan door de landcode."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_bis3.py:0
msgid "The country is required for the %s."
msgstr "Het land is vereist voor het %s."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "The currency '%s' is not active."
msgstr "De valuta '%s' is niet actief."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "The element %(record)s is required on %(field_list)s."
msgstr "Het element %(record)s is vereist op %(field_list)s."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_common.py:0
msgid "The field %(field)s is required on %(record)s."
msgstr "Het veld %(field)s is vereist op %(record)s."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:0
msgid ""
"The field 'Sanitized Account Number' is required on the Recipient Bank."
msgstr ""
"Het veld 'Opgeschoond Rekeningnummer' is verplicht op de ontvangende Bank."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:0
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py:0
msgid ""
"The invoice has been converted into a credit note and the quantities have "
"been reverted."
msgstr ""
"De factuur is omgezet in een creditfactuur en de hoeveelheden zijn "
"teruggekeerd."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid ""
"These partners are missing Peppol EAS or Peppol Endpoint field. Please check"
" those in their Accounting tab. Otherwise, the generated files will be "
"incomplete."
msgstr ""
"Volgende relaties missen het veld Peppol EAS of Peppol Endpoint. Controleer "
"deze onder het tabblad Boekhouding om te voorkomen dat de gegenereerde "
"bestanden onvolledig zijn."
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_20
msgid "UBL 2.0"
msgstr "UBL 2.0"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_21
msgid "UBL 2.1"
msgstr "UBL 2.1"
#. module: account_edi_ubl_cii
#: model:ir.model,name:account_edi_ubl_cii.model_account_edi_xml_ubl_bis3
msgid "UBL BIS Billing 3.0.12"
msgstr "UBL BIS-facturering 3.0.12"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_account_bank_statement_line__ubl_cii_xml_file
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_account_move__ubl_cii_xml_file
msgid "UBL/CII File"
msgstr "UBL/CII bestand"
#. module: account_edi_ubl_cii
#: model:ir.model.fields,help:account_edi_ubl_cii.field_res_partner__peppol_endpoint
#: model:ir.model.fields,help:account_edi_ubl_cii.field_res_users__peppol_endpoint
msgid ""
"Unique identifier used by the BIS Billing 3.0 and its derivatives, also "
"known as 'Endpoint ID'."
msgstr ""
"Unieke identificatiecode gebruikt door BIS Billing 3.0 en zijn derivaten, "
"ook wel 'Endpoint ID' genoemd."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "View Company"
msgstr "Bekijk bedrijf"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "View Invoice(s)"
msgstr "Bekijk factu(u)r(en)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move_send.py:0
msgid "View Partner(s)"
msgstr "Bekijk relatie(s)"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:0
msgid ""
"When the Canary Island General Indirect Tax (IGIC) applies, the tax rate on "
"each invoice line should be greater than 0."
msgstr ""
"Wanneer de algemene indirecte belasting van de Canarische Eilanden (IGIC) "
"van toepassing is, moet het belastingtarief op elke factuurregel groter zijn"
" dan 0."
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_move.py:0
msgid "XML UBL"
msgstr "XML UBL"
#. module: account_edi_ubl_cii
#: model:ir.model.fields.selection,name:account_edi_ubl_cii.selection__res_partner__invoice_edi_format__xrechnung
msgid "XRechnung CIUS"
msgstr "XRechnung CIUS"
#. module: account_edi_ubl_cii
#. odoo-python
#: code:addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py:0
msgid ""
"You should include at least one tax per invoice line. [BR-CO-04]-Each "
"Invoice line (BG-25) shall be categorized with an Invoiced item VAT category"
" code (BT-151)."
msgstr ""
"Je moet ten minste één btw per factuurregel opnemen. [BR-CO-04]-Elke "
"factuurregel (BG-25) wordt gecategoriseerd met een btw-categoriecode voor "
"gefactureerd artikel (BT-151)."
#. module: account_edi_ubl_cii
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_partner__invoice_edi_format
#: model:ir.model.fields,field_description:account_edi_ubl_cii.field_res_users__invoice_edi_format
msgid "eInvoice format"
msgstr "formaat eFactuur"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "factur-x.xml"
msgstr "factur-x.xml"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "fx"
msgstr "fx"
#. module: account_edi_ubl_cii
#: model_terms:ir.ui.view,arch_db:account_edi_ubl_cii.account_invoice_pdfa_3_facturx_metadata
msgid "urn:factur-x:pdfa:CrossIndustryDocument:invoice:1p0#"
msgstr "urn:factur-x:pdfa:CrossIndustryDocument:invoice:1p0#"
|