1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Updated translations with latest Crowdin changes (#5250)

This commit is contained in:
Dan Brown
2024-11-08 13:29:21 +00:00
committed by GitHub
parent a6ba8dd68f
commit e42cdbe8e0
53 changed files with 2219 additions and 522 deletions

12
lang/tk/pagination.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];