Merge pull request #458 from AndyTempel/slovenian-translation
added Slovenian translation
This commit is contained in:
commit
3a9bdd2c43
5 changed files with 301 additions and 0 deletions
120
resources/lang/sl/app.php
Normal file
120
resources/lang/sl/app.php
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| App Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
||||
'settings.system' => 'Sistem',
|
||||
'settings.appearance' => 'Videz',
|
||||
'settings.miscellaneous' => 'Ostalo',
|
||||
'settings.support' => 'Podpora',
|
||||
'settings.donate' => 'Doniraj',
|
||||
|
||||
'settings.version' => 'Verzija',
|
||||
'settings.background_image' => 'Slika za ozadje',
|
||||
'settings.window_target' => 'Povezava se odpre v',
|
||||
'settings.window_target.current' => 'Odpri v tem zavihku',
|
||||
'settings.window_target.one' => 'Odpri v istem zavihku',
|
||||
'settings.window_target.new' => 'Odpri v novem zavihku',
|
||||
'settings.homepage_search' => 'Iskanje po domači strani',
|
||||
'settings.search_provider' => 'Privzeti ponudnik iskanja',
|
||||
'settings.language' => 'Jezik',
|
||||
'settings.reset' => 'Ponastavi na privzeto',
|
||||
'settings.remove' => 'Odstrani',
|
||||
'settings.search' => 'išči',
|
||||
'settings.no_items' => 'Ni najdenih elementov',
|
||||
|
||||
|
||||
'settings.label' => 'Oznaka',
|
||||
'settings.value' => 'Vrednost',
|
||||
'settings.edit' => 'Uredi',
|
||||
'settings.view' => 'Poglej',
|
||||
|
||||
'options.none' => '- ni nastavljeno -',
|
||||
'options.google' => 'Google',
|
||||
'options.ddg' => 'DuckDuckGo',
|
||||
'options.bing' => 'Bing',
|
||||
'options.qwant' => 'Qwant',
|
||||
'options.startpage' => 'StartPage',
|
||||
'options.yes' => 'Da',
|
||||
'options.no' => 'Ne',
|
||||
'options.nzbhydra' => 'NZBHydra',
|
||||
'options.jackett' => 'Jackett',
|
||||
|
||||
'buttons.save' => 'Shrani',
|
||||
'buttons.cancel' => 'Prekliči',
|
||||
'buttons.add' => 'Dodaj',
|
||||
'buttons.upload' => 'Naloži ikono',
|
||||
'buttons.downloadapps' => 'Posodobi Seznam Aplikacij',
|
||||
|
||||
'dash.pin_item' => 'Pripni element na nadzorno ploščo',
|
||||
'dash.no_apps' => 'Trenutno ni pripetih aplikacij, :link1 ali :link2',
|
||||
'dash.link1' => 'Dodaj aplikacijo tukaj',
|
||||
'dash.link2' => 'Pripni aplikacijo na nadzorno ploščo',
|
||||
'dash.pinned_items' => 'Pripeti elementi',
|
||||
|
||||
'apps.app_list' => 'Seznam aplikacij',
|
||||
'apps.view_trash' => 'Poglej smeti',
|
||||
'apps.add_application' => 'Dodaj aplikacijo',
|
||||
'apps.application_name' => 'Ime aplikacije',
|
||||
'apps.colour' => 'Barva',
|
||||
'apps.icon' => 'Ikona',
|
||||
'apps.pinned' => 'Pripeto',
|
||||
'apps.title' => 'Naslov',
|
||||
'apps.hex' => 'Hex barva',
|
||||
'apps.username' => 'Uporabniško ime',
|
||||
'apps.password' => 'Geslo',
|
||||
'apps.config' => 'Konfiguracija',
|
||||
'apps.apikey' => 'API Ključ',
|
||||
'apps.enable' => 'Omogoči',
|
||||
'apps.tag_list' => 'Seznam oznak',
|
||||
'apps.add_tag' => 'Dodaj oznako',
|
||||
'apps.tag_name' => 'Ime oznake',
|
||||
'apps.tags' => 'Oznake',
|
||||
'apps.override' => 'Če je drugače od glavnega url-ja',
|
||||
'apps.preview' => 'Predogled',
|
||||
'apps.apptype' => 'Tip aplikacije',
|
||||
|
||||
'dashboard' => 'Home dashboard',
|
||||
|
||||
'user.user_list' => 'Uporabniki',
|
||||
'user.add_user' => 'Dodaj uporabnika',
|
||||
'user.username' => 'Uporabniško ime',
|
||||
'user.avatar' => 'Avatar',
|
||||
'user.email' => 'Email',
|
||||
'user.password_confirm' => 'Potrdi geslo',
|
||||
'user.secure_front' => 'Dovoli javni dostop do strani - Samo če je nastavljeno geslo.',
|
||||
'user.autologin' => 'Dovoli prijavo iz specifičnega URL-ja. Vsi s povezavo se lahko prijavijo.',
|
||||
|
||||
'url' => 'URL',
|
||||
'title' => 'Naslov',
|
||||
'delete' => 'Izbriši',
|
||||
'optional' => 'Opcijsko',
|
||||
'restore' => 'Obnovi',
|
||||
|
||||
'alert.success.item_created' => 'Element uspešno ustvarjen',
|
||||
'alert.success.item_updated' => 'Element uspešno posodobljen',
|
||||
'alert.success.item_deleted' => 'Element uspešno izbrisan',
|
||||
'alert.success.item_restored' => 'Element uspešno obnovljen',
|
||||
'alert.success.updating' => 'Posodabljam seznam aplikacij',
|
||||
|
||||
'alert.success.tag_created' => 'Oznaka uspešno ustvarjena',
|
||||
'alert.success.tag_updated' => 'Oznaka uspešno posodobljena',
|
||||
'alert.success.tag_deleted' => 'Oznaka uspešno izbrisana',
|
||||
'alert.success.tag_restored' => 'Oznaka uspešno obnovljena',
|
||||
|
||||
'alert.success.setting_updated' => 'Uspešno uredil to oznako',
|
||||
'alert.error.not_exist' => 'Ta nastavitev ne obstaja.',
|
||||
|
||||
'alert.success.user_created' => 'Uporabnik uspešno ustvarjen',
|
||||
'alert.success.user_updated' => 'Uporabnik uspešno posodobljen',
|
||||
'alert.success.user_deleted' => 'Uporabnik uspešno izbrisan',
|
||||
'alert.success.user_restored' => 'Uporabnik uspešno obnovljen',
|
||||
|
||||
|
||||
];
|
19
resources/lang/sl/auth.php
Normal file
19
resources/lang/sl/auth.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Podatki za prijavo se ne ujemajo.',
|
||||
'throttle' => 'Preveč poizkusov prijave. Ponovno poizkusi čez :seconds sekund.',
|
||||
|
||||
];
|
19
resources/lang/sl/pagination.php
Normal file
19
resources/lang/sl/pagination.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Prejšna',
|
||||
'next' => 'Naslednja »',
|
||||
|
||||
];
|
22
resources/lang/sl/passwords.php
Normal file
22
resources/lang/sl/passwords.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Geslo mora imeti najmanj šest znakov in se mora ujemati s potrditvijo.',
|
||||
'reset' => 'Tvoje geslo je bilo ponastavljeno!',
|
||||
'sent' => 'Na tvoj email smo poslali povezavo za ponastavitev gesla!',
|
||||
'token' => 'Ta ključ za ponastavitev gesla ni veljaven.',
|
||||
'user' => "Ne najdemo uporabnika s tem e-naslovom.",
|
||||
|
||||
];
|
121
resources/lang/sl/validation.php
Normal file
121
resources/lang/sl/validation.php
Normal file
|
@ -0,0 +1,121 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute mora biti potrjen.',
|
||||
'active_url' => ':attribute ni pravilen URL naslov.',
|
||||
'after' => ':attribute mora biti datum po :date.',
|
||||
'after_or_equal' => ':attribute mora biti datum po ali enak :date.',
|
||||
'alpha' => ':attribute lahko vsebuje samo črke.',
|
||||
'alpha_dash' => ':attribute lahko vsebuje samo črke, številke in pomišljaje.',
|
||||
'alpha_num' => ':attribute lahko vsebuje samo črke in številke.',
|
||||
'array' => ':attribute mora biti niz podatkov.',
|
||||
'before' => ':attribute mora biti datum pred :date.',
|
||||
'before_or_equal' => ':attribute mora biti datum pred ali enak :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute mora biti med :min in :max.',
|
||||
'file' => ':attribute mora biti med :min in :max kilobajtov.',
|
||||
'string' => ':attribute mora biti med :min in :max znakov.',
|
||||
'array' => ':attribute mora biti med :min in :max elementov.',
|
||||
],
|
||||
'boolean' => ':attribute polje mora biti true ali false.',
|
||||
'confirmed' => ':attribute potrditev se ne ujema.',
|
||||
'date' => ':attribute ni pravilen datum.',
|
||||
'date_format' => ':attribute se ne ujema s formatom :format.',
|
||||
'different' => ':attribute in :other morata biti različna.',
|
||||
'digits' => ':attribute mora imeti :digits mest.',
|
||||
'digits_between' => ':attribute mora biti med :in and :max mest.',
|
||||
'dimensions' => ':attribute ima nepravilne dimenzije slike.',
|
||||
'distinct' => ':attribute polje ima podvojeno vrednost.',
|
||||
'email' => ':attribute mora biti pravilen e-naslov.',
|
||||
'exists' => 'izbrani :attribute ni pravilen.',
|
||||
'file' => ':attribute mora biti datoteka.',
|
||||
'filled' => ':attribute polje mora imeti vrednost.',
|
||||
'image' => ':attribute mora biti slika.',
|
||||
'in' => 'izbrani :attribute ni pravilen.',
|
||||
'in_array' => ':attribute polje ne obstaja v :other.',
|
||||
'integer' => ':attribute mora biti številka.',
|
||||
'ip' => ':attribute mora biti veljaven IP naslov.',
|
||||
'ipv4' => ':attribute must be a valid IPv4 naslov.',
|
||||
'ipv6' => ':attribute must be a valid IPv6 naslov.',
|
||||
'json' => ':attribute mora biti veljaven JSON.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute ne sme biti več kot :max.',
|
||||
'file' => ':attribute ne sme biti več kot :max kilobajtov.',
|
||||
'string' => ':attribute ne sme biti več kot :max znakov.',
|
||||
'array' => ':attribute ne sme imeti več kot :max elementov.',
|
||||
],
|
||||
'mimes' => ':attribute mora biti datoteka tipa: :values.',
|
||||
'mimetypes' => ':attribute mora biti datoteka tipa: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute mora biti najmanj :min.',
|
||||
'file' => ':attribute mora biti najmanj :min kilobajtov.',
|
||||
'string' => ':attribute mora imeti najmanj :min znakov.',
|
||||
'array' => ':attribute mora imeti najmanj :min elementov.',
|
||||
],
|
||||
'not_in' => 'izbrani :attribute ni pravilen.',
|
||||
'numeric' => ':attribute mora biti številka.',
|
||||
'present' => ':attribute polje mora biti prisotno.',
|
||||
'regex' => ':attribute format ni veljaven.',
|
||||
'required' => ':attribute polje je obvezno.',
|
||||
'required_if' => ':attribute polje je obvezno, če :other je :value.',
|
||||
'required_unless' => ':attribute polje je obvezno, razen če :other je v :values.',
|
||||
'required_with' => ':attribute polje je obvezno, če :values je prisotno.',
|
||||
'required_with_all' => ':attribute polje je obvezno, če :values je prisotno.',
|
||||
'required_without' => ':attribute polje je obvezno, ko :values ni prisotno.',
|
||||
'required_without_all' => ':attribute polje je obvezno, ko nobeden od :values ni prisotnih.',
|
||||
'same' => ':attribute in :other se morata ujemati.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute mora biti :size.',
|
||||
'file' => ':attribute mora biti :size kilobajtov.',
|
||||
'string' => ':attribute mora imeti :size znakov.',
|
||||
'array' => ':attribute mora imeti :size elementov.',
|
||||
],
|
||||
'string' => ':attribute mora biti niz.',
|
||||
'timezone' => ':attribute mora biti veljavno časovna cona.',
|
||||
'unique' => ':attribute je že zasedeno.',
|
||||
'uploaded' => ':attribute nalaganje neuspešno.',
|
||||
'url' => ':attribute format ni pravilen.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
Loading…
Reference in a new issue