Skip to content

Commit

Permalink
Slovak translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamrak authored May 17, 2024
1 parent 8af2487 commit d52a13c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/lang/sk/manager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'active' => 'Aktívne',
'expired' => 'Vypršalo',
'unlock' => 'Odomknúť',
'unlocked' => 'Odomknutý zdroj',
'unlocked_selected' => 'Odomknuté vybrané zdroje',
'unlock_all' => 'Odomknúť všetky zdroje',
];
8 changes: 8 additions & 0 deletions resources/lang/sk/modal.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'locked_notice' => 'Táto stránka bola uzamknutá, pretože ju momentálne upravuje iný používateľ.',
'locked_notice_user' => 'momentálne upravuje túto stránku, takže je aktuálne uzamknutá na úpravu.',
'unlock_button' => 'Odomknúť stránku',
'return_button' => 'Vrátiť sa',
];

0 comments on commit d52a13c

Please sign in to comment.