mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Added translations for View All, Copy, Reply, etc
This commit is contained in:
parent
d62d2384cb
commit
e430dad38c
@ -25,11 +25,14 @@ return [
|
||||
*/
|
||||
'actions' => 'Acties',
|
||||
'view' => 'Bekijk',
|
||||
'view_all' => 'Bekijk alle',
|
||||
'create' => 'Aanmaken',
|
||||
'update' => 'Update',
|
||||
'edit' => 'Bewerk',
|
||||
'sort' => 'Sorteer',
|
||||
'move' => 'Verplaats',
|
||||
'copy' => 'Kopiëren',
|
||||
'reply' => 'Beantwoorden',
|
||||
'delete' => 'Verwijder',
|
||||
'search' => 'Zoek',
|
||||
'search_clear' => 'Zoekopdracht wissen',
|
||||
@ -37,6 +40,11 @@ return [
|
||||
'remove' => 'Verwijderen',
|
||||
'add' => 'Toevoegen',
|
||||
|
||||
// Sort Options
|
||||
'sort_name' => 'Naam',
|
||||
'sort_created_at' => 'Aanmaakdatum',
|
||||
'sort_updated_at' => 'Gewijzigd op',
|
||||
|
||||
/**
|
||||
* Misc
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user