Skip to content

Commit

Permalink
Czech translation (#125)
Browse files Browse the repository at this point in the history
Added folder/file with Czech translation
  • Loading branch information
robertjunek authored Jan 8, 2025
1 parent 5c548ab commit d86ac81
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions resources/lang/cs/filament-logger.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Navigation & Resource
|--------------------------------------------------------------------------
*/

'nav.group' => 'Nastavení',
'nav.log.label' => 'Záznam aktivit',
'nav.log.icon' => 'heroicon-o-clipboard-document-list',
'resource.label.log' => 'Záznam aktivit',
'resource.label.logs' => 'Záznamy aktivit',
'resource.label.user' => 'Uživatel',
'resource.label.subject' => 'Subjekt',
'resource.label.subject_type' => 'Typ subjektu',
'resource.label.description' => 'Popis',
'resource.label.type' => 'Typ',
'resource.label.event' => 'Událost',
'resource.label.logged_at' => 'Zaznamenáno v',
'resource.label.properties' => 'Vlastnosti',
'resource.label.old' => 'Původní',
'resource.label.new' => 'Nové',
'resource.label.old_value' => 'Původní hodnota',
'resource.label.new_value' => 'Nová hodnota',
'resource.label.properties_hint' => 'Může být klíč nebo hodnota',
'resource.label.old_attributes' => 'Původní atribut nebo hodnota: ',
'resource.label.new_attributes' => 'Nový atribut nebo hodnota: ',
];

0 comments on commit d86ac81

Please sign in to comment.