Skip to content

Commit

Permalink
Merge pull request #40 from hamrak/2.x
Browse files Browse the repository at this point in the history
Slovak translation
  • Loading branch information
Jehizkia authored May 22, 2024
2 parents 8af2487 + d52a13c commit 165911e
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 165911e

Please sign in to comment.