Skip to content

Commit 49d0421

Browse files
committed
Updates Czech translations
1 parent 58f8b02 commit 49d0421

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

resources/lang/cs/invoice.php

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
|--------------------------------------------------------------------------
88
*/
99

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',
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',
3333
'amount_in_words_format' => '%s %s a %s %s',
34-
'notes' => 'poznámky',
35-
'shipping' => 'doprava',
36-
'paid' => 'zaplaceno',
37-
'due' => 'splatnost',
34+
'notes' => 'Poznámky',
35+
'shipping' => 'Doprava',
36+
'paid' => 'Zaplaceno',
37+
'due' => 'Splatnost',
3838
];

0 commit comments

Comments
 (0)