From ff812694e2c6a360af66dfaf72e44d729a39b6ae Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 11 Mar 2020 08:20:44 +0000 Subject: [PATCH] New translations common.php (Slovenian) --- resources/lang/sl/common.php | 60 ++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/resources/lang/sl/common.php b/resources/lang/sl/common.php index c8b4a2b22..5d6f89cea 100644 --- a/resources/lang/sl/common.php +++ b/resources/lang/sl/common.php @@ -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',