mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Improved Czech translations in /modules/system/lang (#4773)
Credit to @maraerben.
This commit is contained in:
parent
68c9feb622
commit
1b4147212d
@ -33,7 +33,6 @@ return [
|
||||
'fullscreen' => 'Celá obrazovka',
|
||||
'preview' => 'Náhled',
|
||||
],
|
||||
|
||||
'mediamanager' => [
|
||||
'insert_link' => "Vložit odkaz",
|
||||
'insert_image' => "Vložit obrázek",
|
||||
@ -45,25 +44,28 @@ return [
|
||||
'invalid_video_empty_insert' => "Vyberte video soubor pro vložení.",
|
||||
'invalid_audio_empty_insert' => "Vyberte audio soubor pro vložení.",
|
||||
],
|
||||
|
||||
'alert' => [
|
||||
'confirm_button_text' => 'OK',
|
||||
'cancel_button_text' => 'Zrušit',
|
||||
'widget_remove_confirm' => 'Odstranit widget?'
|
||||
'widget_remove_confirm' => 'Odstranit widget?',
|
||||
],
|
||||
'datepicker' => [
|
||||
'previousMonth' => 'Předchozí měsíc',
|
||||
'nextMonth' => 'Následující měsíc',
|
||||
'months' => ['Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'],
|
||||
'weekdays' => ['Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'],
|
||||
'weekdaysShort' => ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So']
|
||||
'weekdaysShort' => ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],
|
||||
],
|
||||
'colorpicker' => [
|
||||
'choose' => 'Ok',
|
||||
],
|
||||
'filter' => [
|
||||
'group' => [
|
||||
'all' => 'Vše'
|
||||
'all' => 'Vše',
|
||||
],
|
||||
'scopes' => [
|
||||
'apply_button_text' => 'Filtrovat',
|
||||
'clear_button_text' => 'Zrušit',
|
||||
],
|
||||
'dates' => [
|
||||
'all' => 'Vše',
|
||||
@ -71,8 +73,15 @@ return [
|
||||
'reset_button_text' => 'Zrušit',
|
||||
'date_placeholder' => 'Datum',
|
||||
'after_placeholder' => 'Po',
|
||||
'before_placeholder' => 'Před'
|
||||
]
|
||||
'before_placeholder' => 'Před',
|
||||
],
|
||||
'numbers' => [
|
||||
'all' => 'Vše',
|
||||
'filter_button_text' => 'Filtrovat',
|
||||
'reset_button_text' => 'Zrušit',
|
||||
'min_placeholder' => 'Minimum',
|
||||
'max_placeholder' => 'Maximum',
|
||||
],
|
||||
],
|
||||
'eventlog' => [
|
||||
'show_stacktrace' => 'Zobrazit stacktrace',
|
||||
@ -87,7 +96,7 @@ return [
|
||||
'openWith' => 'Otevřít v',
|
||||
'remember_choice' => 'Zapamatovat si vybranou volbu pro tuto relaci',
|
||||
'open' => 'Otevřít',
|
||||
'cancel' => 'Zrušit'
|
||||
]
|
||||
]
|
||||
'cancel' => 'Zrušit',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user