mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
slight modifications to czech translation
This commit is contained in:
parent
7e9cbfeb9d
commit
4931a326e7
2 changed files with 5 additions and 5 deletions
|
@ -664,7 +664,7 @@ cz:
|
|||
updated: Nastavení bylo uloženo
|
||||
page_title: TRACKS::Nastavení
|
||||
title: Vaše nastavení
|
||||
token_description: Pešek (feedy feeds a použití API)
|
||||
token_description: Pešek (feedy a použití API)
|
||||
is_false: "ne"
|
||||
show_number_completed: Zobrazit %{number} hotových položek
|
||||
page_title_edit: TRACKS::Editace nastavení
|
||||
|
@ -674,7 +674,7 @@ cz:
|
|||
generate_new_token: Generovat nového peška
|
||||
token_header: Váš pešek
|
||||
authentication_header: Vaše autentizace
|
||||
current_authentication_type: Používate autentizaci %{auth_type}
|
||||
current_authentication_type: Používáte autentizaci %{auth_type}
|
||||
change_authentication_type: Změna typu autentizace
|
||||
tabs:
|
||||
authentication: Autentizace
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* German initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Milian Wolff (mail@milianw.de). */
|
||||
/* Czech initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Pavel Župa (pavel.zupa@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['cz'] = {
|
||||
closeText: 'zavřít',
|
||||
|
@ -8,7 +8,7 @@ jQuery(function($){
|
|||
currentText: 'dnes',
|
||||
monthNames: ['Leden','Únor','Březen','Duben','Květen','Červen',
|
||||
'Červenec','Srpen','Září','Říjen','Listopad','Prosinec'],
|
||||
monthNamesShort: ['Led','Úno','Bře','Dub','Kvě','Čvn',
|
||||
monthNamesShort: ['Led','Úno','Bře','Dub','Kvě','Čer',
|
||||
'Čec','Srp','Zář','Říj','Lis','Pro'],
|
||||
dayNames: ['Neděle','Pondělí','Úterý','Středa','Čtvrtek','Pátek','Sobota'],
|
||||
dayNamesShort: ['Ne','Po','Út','St','Čt','Pá','So'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue