Skip to content

Commit 2a8131c

Browse files
committed
Czech Invoice Language Lines
1 parent fef6f53 commit 2a8131c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

resources/lang/cs/invoice.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
3+
return [
4+
/*
5+
|--------------------------------------------------------------------------
6+
| Czech Invoice Language Lines
7+
|--------------------------------------------------------------------------
8+
*/
9+
10+
'invoice' => 'faktura',
11+
'serial' => 'faktura č..',
12+
'date' => 'datum',
13+
'seller' => 'prodejce',
14+
'buyer' => 'nakupující',
15+
'address' => 'adresa',
16+
'code' => 'zákaznické číslo.',
17+
'vat' => 'dph',
18+
'phone' => 'telefon',
19+
'description' => 'popis',
20+
'units' => 'jednotky',
21+
'quantity' => 'množství',
22+
'price' => 'cena',
23+
'discount' => 'sleva',
24+
'tax' => 'daň',
25+
'sub_total' => 'mezisoučet',
26+
'total_discount' => 'celková sleva',
27+
'taxable_amount' => 'zdanitelná částka',
28+
'total_taxes' => 'celková daň',
29+
'tax_rate' => 'daňová sazba',
30+
'total_amount' => 'celková částka',
31+
'pay_until' => 'datum splatnosti',
32+
'amount_in_words' => 'množství slovy',
33+
'amount_in_words_format' => '%s %s a %s %s',
34+
'notes' => 'poznámky',
35+
'shipping' => 'doprava',
36+
'paid' => 'zaplaceno',
37+
'due' => 'splatnost',
38+
];

0 commit comments

Comments
 (0)