Skip to content

Commit 5a5369f

Browse files
authored
Merge pull request #1162 from KamilPesek/patch-1
Create cs_CZ.ts
2 parents f8eada2 + c6e5da1 commit 5a5369f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

l10n/cs_CZ.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export default {
2+
search: {
3+
placeholder: 'Napište klíčové slovo...',
4+
},
5+
sort: {
6+
sortAsc: 'Seřadit sloupec vzestupně',
7+
sortDesc: 'Seřadit sloupec sestupně',
8+
},
9+
pagination: {
10+
previous: 'Předchozí',
11+
next: 'Další',
12+
navigate: (page, pages) => `Stránka ${page} z ${pages}`,
13+
page: (page) => `Stránka ${page}`,
14+
showing: 'Zobrazeno',
15+
of: 'z',
16+
to: 'až',
17+
results: 'výsledků',
18+
},
19+
loading: 'Načítám...',
20+
noRecordsFound: 'Nebyly nalezeny žádné odpovídající záznamy',
21+
error: 'Při načítání dat došlo k chybě',
22+
};

0 commit comments

Comments
 (0)