sk-SK translation
This commit is contained in:
20
resources/lang/sk-SK/recurring.php
Normal file
20
resources/lang/sk-SK/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Opakujúce sa',
|
||||
'every' => 'Každé',
|
||||
'period' => 'Obdobie',
|
||||
'times' => 'Krát',
|
||||
'daily' => 'Denne',
|
||||
'weekly' => 'Týždenne',
|
||||
'monthly' => 'Mesačne',
|
||||
'yearly' => 'Ročne',
|
||||
'custom' => 'Vlastné',
|
||||
'days' => 'Deň(dni)',
|
||||
'weeks' => 'Týždeň(ov)',
|
||||
'months' => 'Mesiac(e)',
|
||||
'years' => 'Rok(y)',
|
||||
'message' => 'Toto je opakujúci sa :type a ďalši :type bude automaticky vygenerovaný v :date',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user