mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 19:32:29 +01:00
New translations common.php (Slovenian)
This commit is contained in:
parent
57b9e04927
commit
ff812694e2
@ -5,43 +5,43 @@
|
||||
return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancel',
|
||||
'confirm' => 'Confirm',
|
||||
'back' => 'Back',
|
||||
'save' => 'Save',
|
||||
'continue' => 'Continue',
|
||||
'select' => 'Select',
|
||||
'toggle_all' => 'Toggle All',
|
||||
'more' => 'More',
|
||||
'cancel' => 'Prekliči',
|
||||
'confirm' => 'Potrdi',
|
||||
'back' => 'Nazaj',
|
||||
'save' => 'Shrani',
|
||||
'continue' => 'Naprej',
|
||||
'select' => 'Izberi',
|
||||
'toggle_all' => 'Vklopi vse',
|
||||
'more' => 'Več',
|
||||
|
||||
// Form Labels
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'role' => 'Role',
|
||||
'cover_image' => 'Cover image',
|
||||
'cover_image_description' => 'This image should be approx 440x250px.',
|
||||
'name' => 'Ime',
|
||||
'description' => 'Opis',
|
||||
'role' => 'Vloga',
|
||||
'cover_image' => 'Naslovna slika',
|
||||
'cover_image_description' => 'Slika naj bo okoli 440x250px velika.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Actions',
|
||||
'view' => 'View',
|
||||
'view_all' => 'View All',
|
||||
'create' => 'Create',
|
||||
'update' => 'Update',
|
||||
'edit' => 'Edit',
|
||||
'sort' => 'Sort',
|
||||
'move' => 'Move',
|
||||
'copy' => 'Copy',
|
||||
'reply' => 'Reply',
|
||||
'delete' => 'Delete',
|
||||
'search' => 'Search',
|
||||
'search_clear' => 'Clear Search',
|
||||
'reset' => 'Reset',
|
||||
'actions' => 'Dejanja',
|
||||
'view' => 'Pogled',
|
||||
'view_all' => 'Prikaži vse',
|
||||
'create' => 'Ustvari',
|
||||
'update' => 'Posodobi',
|
||||
'edit' => 'Uredi',
|
||||
'sort' => 'Razvrsti',
|
||||
'move' => 'Premakni',
|
||||
'copy' => 'Kopiraj',
|
||||
'reply' => 'Odgovori',
|
||||
'delete' => 'Izbriši',
|
||||
'search' => 'Išči',
|
||||
'search_clear' => 'Počisti iskanje',
|
||||
'reset' => 'Ponastavi',
|
||||
'remove' => 'Remove',
|
||||
'add' => 'Add',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'add' => 'Dodaj',
|
||||
'fullscreen' => 'Celozaslonski način',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Sort Options',
|
||||
'sort_options' => 'Možnosti razvrščanja',
|
||||
'sort_direction_toggle' => 'Sort Direction Toggle',
|
||||
'sort_ascending' => 'Sort Ascending',
|
||||
'sort_descending' => 'Sort Descending',
|
||||
|
Loading…
Reference in New Issue
Block a user