]> BookStack Code Mirror - bookstack/commitdiff
New translations common.php (Slovenian)
authorDan Brown <redacted>
Wed, 11 Mar 2020 08:20:44 +0000 (08:20 +0000)
committerDan Brown <redacted>
Wed, 11 Mar 2020 08:20:44 +0000 (08:20 +0000)
resources/lang/sl/common.php

index c8b4a2b223e3afb602017a5ad43d9b5193a1dc02..5d6f89cea12b276bb0f8d7a03ea3d37bb1a128b7 100644 (file)
@@ -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',