Skip to content

Commit

Permalink
Added Czech translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitasek committed Apr 26, 2024
1 parent 9019cea commit 2084ac8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/cs/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Log',

'title' => 'Log entity ":record"',

'default_datetime_format' => 'j.n.Y H:i:s',

'table' => [
'field' => 'Pole',
'old' => 'Původní',
'new' => 'Nové',
'restore' => 'Obnovit',
],

'events' => [
'updated' => 'Upraveno',
'created' => 'Vytvořeno',
'deleted' => 'Smazáno',
'restored' => 'Obnoveno',
'restore_successful' => 'Úspěšně obnoveno',
'restore_failed' => 'Obnovení selhalo',
],
];

0 comments on commit 2084ac8

Please sign in to comment.