Skip to content

Commit

Permalink
Merge pull request #42 from jvitasek/main
Browse files Browse the repository at this point in the history
Added Czech translations
  • Loading branch information
pxlrbt authored Apr 26, 2024
2 parents 9019cea + 2084ac8 commit 4915721
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 4915721

Please sign in to comment.