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