Skip to content

Commit

Permalink
feature #5613 Update Slovenian translations (petk)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Update Slovenian translations

Commits
-------

b4e0911 Update Slovenian translations
  • Loading branch information
javiereguiluz committed Feb 8, 2023
2 parents a28a9fa + b4e0911 commit 519684d
Showing 1 changed file with 54 additions and 43 deletions.
97 changes: 54 additions & 43 deletions src/Resources/translations/EasyAdminBundle.sl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'page_title' => [
// 'dashboard' => '',
'dashboard' => 'Nadzorna plošča',
'detail' => '%entity_as_string%',
'edit' => '%entity_label_singular%',
'index' => '%entity_label_plural%',
Expand All @@ -11,7 +11,7 @@
],

'datagrid' => [
// 'hidden_results' => '',
'hidden_results' => 'Nekaterih rezultatov ni mogoče prikazati, ker nimate ustreznih pravic',
'no_results' => 'Nobenih rezultatov ni najdenih.',
],

Expand All @@ -21,7 +21,7 @@
'next' => 'Naslednja',
'last' => 'Zadnja',
'counter' => '<strong>%start%</strong> - <strong>%end%</strong> od <strong>%results%</strong>',
// 'results' => '',
'results' => '{0} Ni rezultatov|{1} <strong>1</strong> rezultat|{2} <strong>2</strong> rezultata|{3,4} <strong>%count%</strong> rezultati|[5,Inf] <strong>%count%</strong> rezultatov',
],

'label' => [
Expand All @@ -36,8 +36,8 @@
],

'field' => [
// 'code_editor.view_code' => '',
// 'text_editor.view_content' => '',
'code_editor.view_code' => 'Ogled kode',
'text_editor.view_content' => 'Ogled vsebine',
],

'action' => [
Expand All @@ -49,22 +49,22 @@
'delete' => 'Izbriši',
'cancel' => 'Prekliči',
'index' => 'Nazaj na seznam',
// 'deselect' => '',
'deselect' => 'Preklic izbire',
'add_new_item' => 'Dodaj nov element',
'remove_item' => 'Odstrani element',
'choose_file' => 'Izberite datoteko',
// 'close' => '',
// 'create' => '',
// 'create_and_add_another' => '',
// 'create_and_continue' => '',
// 'save' => '',
// 'save_and_continue' => '',
'close' => 'Zapri',
'create' => 'Ustvari',
'create_and_add_another' => 'Ustvari in dodaj drugega',
'create_and_continue' => 'Ustvari in nadaljuj urejanje',
'save' => 'Shrani spremembe',
'save_and_continue' => 'Shrani in nadaljuj urejanje',
],

'batch_action_modal' => [
// 'title' => '',
// 'content' => '',
// 'action' => '',
'title' => 'Uporabili boste dejanje "%action_name%" za %num_items% element(ov).',
'content' => 'Za to operacijo ni razveljavitve.',
'action' => 'Nadaljuj',
],

'delete_modal' => [
Expand All @@ -73,45 +73,56 @@
],

'filter' => [
// 'title' => '',
// 'button.clear' => '',
// 'button.apply' => '',
// 'label.is_equal_to' => '',
// 'label.is_not_equal_to' => '',
// 'label.is_greater_than' => '',
// 'label.is_greater_than_or_equal_to' => '',
// 'label.is_less_than' => '',
// 'label.is_less_than_or_equal_to' => '',
// 'label.is_between' => '',
// 'label.contains' => '',
// 'label.not_contains' => '',
// 'label.starts_with' => '',
// 'label.ends_with' => '',
// 'label.exactly' => '',
// 'label.not_exactly' => '',
// 'label.is_same' => '',
// 'label.is_not_same' => '',
// 'label.is_after' => '',
// 'label.is_after_or_same' => '',
// 'label.is_before' => '',
// 'label.is_before_or_same' => '',
'title' => 'Filtri',
'button.clear' => 'Počisti',
'button.apply' => 'Uporabi',
'label.is_equal_to' => 'je enako',
'label.is_not_equal_to' => 'ni enako',
'label.is_greater_than' => 'je večje od',
'label.is_greater_than_or_equal_to' => 'je večje ali enako',
'label.is_less_than' => 'je manjše od',
'label.is_less_than_or_equal_to' => 'je manjše od ali enako',
'label.is_between' => 'je med',
'label.contains' => 'vsebuje',
'label.not_contains' => 'ne vsebuje',
'label.starts_with' => 'se začne',
'label.ends_with' => 'se konča',
'label.exactly' => 'točno',
'label.not_exactly' => 'ni točno',
'label.is_same' => 'je enako',
'label.is_not_same' => 'ni enako',
'label.is_after' => 'je za',
'label.is_after_or_same' => 'je za ali enako',
'label.is_before' => 'je pred',
'label.is_before_or_same' => 'je pred ali enako',
],

'form' => [
'are_you_sure' => 'Sprememb, ki ste jih naredili na tem obrazcu, niste shranili.',
// 'tab.error_badge_title' => '',
'tab.error_badge_title' => '{1} En neveljaven vnos|{2} 2 neveljavna vnosa|{3,4} %count% neveljavni vnosi|[5,Inf] %count% neveljavnih vnosov',
'slug.confirm_text' => 'Če spremenite naslov, lahko prelomite povezave na druge strani.',
],

'user' => [
'logged_in_as' => 'Prijavljeni kot',
'unnamed' => 'Neimenovani uporabnik',
'anonymous' => 'Anonimni uporabnik',
'sign_out' => 'Odjava',
// 'exit_impersonation' => '',
'exit_impersonation' => 'Izhod iz poosebljanja',
],

'settings' => [
'appearance' => [
'label' => 'Videz',
'light' => 'Svetlo',
'dark' => 'Temno',
'auto' => 'Avtomatsko',
],
'locale' => 'Jezik',
],

'login_page' => [
'username' => 'uporabniško ime',
'username' => 'Uporabniško ime',
'password' => 'Geslo',
'sign_in' => 'Prijava',
'forgot_password' => 'Ste pozabili geslo?',
Expand All @@ -122,12 +133,12 @@
'entity_not_found' => 'Ta element ni več na voljo.',
'entity_remove' => 'Tega elementac ni mogoče izbrisati, ker so ostali elementi odvisni od njega.',
'forbidden_action' => 'Zahtevanega dejanja ni mogoče izvršiti na tem elementu.',
// 'insufficient_entity_permission' => 'You don't have permission to access this item.',
'insufficient_entity_permission' => 'Za dostop do tega elementa nimate ustreznih pravic.',
],

'autocomplete' => [
'no-results-found' => 'Ni zadetkov',
// 'no-more-results' => 'No more results',
'loading-more-results' => 'Nalagam več zadetkov…',
'no-more-results' => 'Ni več rezultatov',
'loading-more-results' => 'Nalagam več zadetkov …',
],
];

0 comments on commit 519684d

Please sign in to comment.