translations added

This commit is contained in:
Benjamin Takats
2022-12-17 20:28:14 +01:00
parent dfaf83199a
commit 1d7927607f
612 changed files with 539 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
return [
'failed' => 'Ti podatki se ne ujemajo z našimi.',
'password' => 'Greslo ni pravilno.',
'throttle' => 'Preveč poskusov prijave. Prosimo, poskusite ponovno čez :seconds sekund.',
];

View File

@@ -0,0 +1,84 @@
<?php
declare(strict_types=1);
return [
'0' => 'Unknown Error',
'100' => 'Continue',
'101' => 'Switching Protocols',
'102' => 'Processing',
'200' => 'OK',
'201' => 'Created',
'202' => 'Accepted',
'203' => 'Non-Authoritative Information',
'204' => 'No Content',
'205' => 'Reset Content',
'206' => 'Partial Content',
'207' => 'Multi-Status',
'208' => 'Already Reported',
'226' => 'IM Used',
'300' => 'Multiple Choices',
'301' => 'Moved Permanently',
'302' => 'Found',
'303' => 'See Other',
'304' => 'Not Modified',
'305' => 'Use Proxy',
'307' => 'Temporary Redirect',
'308' => 'Permanent Redirect',
'400' => 'Bad Request',
'401' => 'Unauthorized',
'402' => 'Payment Required',
'403' => 'Forbidden',
'404' => 'Not Found',
'405' => 'Method Not Allowed',
'406' => 'Not Acceptable',
'407' => 'Proxy Authentication Required',
'408' => 'Request Timeout',
'409' => 'Conflict',
'410' => 'Gone',
'411' => 'Length Required',
'412' => 'Precondition Failed',
'413' => 'Payload Too Large',
'414' => 'URI Too Long',
'415' => 'Unsupported Media Type',
'416' => 'Range Not Satisfiable',
'417' => 'Expectation Failed',
'418' => 'I\'m a teapot',
'419' => 'Session Has Expired',
'421' => 'Misdirected Request',
'422' => 'Unprocessable Entity',
'423' => 'Locked',
'424' => 'Failed Dependency',
'425' => 'Too Early',
'426' => 'Upgrade Required',
'428' => 'Precondition Required',
'429' => 'Too Many Requests',
'431' => 'Request Header Fields Too Large',
'444' => 'Connection Closed Without Response',
'449' => 'Retry With',
'451' => 'Unavailable For Legal Reasons',
'499' => 'Client Closed Request',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'502' => 'Bad Gateway',
'503' => 'Maintenance Mode',
'504' => 'Gateway Timeout',
'505' => 'HTTP Version Not Supported',
'506' => 'Variant Also Negotiates',
'507' => 'Insufficient Storage',
'508' => 'Loop Detected',
'509' => 'Bandwidth Limit Exceeded',
'510' => 'Not Extended',
'511' => 'Network Authentication Required',
'520' => 'Unknown Error',
'521' => 'Web Server is Down',
'522' => 'Connection Timed Out',
'523' => 'Origin Is Unreachable',
'524' => 'A Timeout Occurred',
'525' => 'SSL Handshake Failed',
'526' => 'Invalid SSL Certificate',
'527' => 'Railgun Error',
'598' => 'Network Read Timeout Error',
'599' => 'Network Connect Timeout Error',
'unknownError' => 'Unknown Error',
];

View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
'next' => 'Naslednja &raquo;',
'previous' => '&laquo; Prejšnja',
];

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'Geslo je bilo spremenjeno!',
'sent' => 'Opomnik za geslo poslano!',
'throttled' => 'Počakajte pred ponovnim poskusom.',
'token' => 'Ponastavitveni žeton je neveljaven.',
'user' => 'Ne moremo najti uporabnika s tem e-poštnim naslovom.',
];

View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
return [
'accepted' => ':Attribute mora biti sprejet.',
'accepted_if' => 'Polje mora biti sprejeto, če je :other :value.',
'active_url' => ':Attribute ni pravilen.',
'after' => ':Attribute mora biti za datumom :date.',
'after_or_equal' => ':Attribute mora biti za ali enak :date.',
'alpha' => ':Attribute lahko vsebuje samo črke.',
'alpha_dash' => ':Attribute lahko vsebuje samo črke, številke in črtice.',
'alpha_num' => ':Attribute lahko vsebuje samo črke in številke.',
'array' => ':Attribute mora biti polje.',
'attached' => 'Ta :attribute je že priložena.',
'before' => ':Attribute mora biti pred datumom :date.',
'before_or_equal' => ':Attribute mora biti pred ali enak :date.',
'between' => [
'array' => ':Attribute mora imeti med :min in :max elementov.',
'file' => ':Attribute mora biti med :min in :max kilobajti.',
'numeric' => ':Attribute mora biti med :min in :max.',
'string' => ':Attribute mora biti med :min in :max znaki.',
],
'boolean' => ':Attribute polje mora biti 1 ali 0',
'confirmed' => ':Attribute potrditev se ne ujema.',
'current_password' => 'Geslo ni veljavno.',
'date' => ':Attribute ni veljaven datum.',
'date_equals' => ':Attribute mora biti enak :date.',
'date_format' => ':Attribute se ne ujema z obliko :format.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => ':Attribute in :other mora biti drugačen.',
'digits' => ':Attribute mora imeti :digits cifer.',
'digits_between' => ':Attribute mora biti med :min in :max ciframi.',
'dimensions' => ':Attribute ima napačne dimenzije slike.',
'distinct' => ':Attribute je duplikat.',
'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
'email' => ':Attribute mora biti veljaven e-poštni naslov.',
'ends_with' => ':Attribute se mora končati z eno od naslednjih vrednosti: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'izbran :attribute je neveljaven.',
'file' => ':Attribute mora biti datoteka.',
'filled' => ':Attribute mora biti izpolnjen.',
'gt' => [
'array' => ':Attribute mora imeti več kot :value elementov.',
'file' => ':Attribute mora biti večji od :value kilobajtov.',
'numeric' => ':Attribute mora biti večji od :value.',
'string' => ':Attribute mora imeti več kot :value znakov.',
],
'gte' => [
'array' => ':Attribute mora imeti število elementov enako ali večje od :value.',
'file' => ':Attribute mora biti večji ali enak :value kilobajtov.',
'numeric' => ':Attribute mora biti večji ali enak :value.',
'string' => ':Attribute mora imeti število znakov večje ali enako :value.',
],
'image' => ':Attribute mora biti slika.',
'in' => 'izbran :attribute je neveljaven.',
'in_array' => ':Attribute ne obstaja v :other.',
'integer' => ':Attribute mora biti število.',
'ip' => ':Attribute mora biti veljaven IP naslov.',
'ipv4' => ':Attribute mora biti veljaven IPv4 naslov.',
'ipv6' => ':Attribute mora biti veljaven IPv6 naslov.',
'json' => ':Attribute mora biti veljaven JSON tekst.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => ':Attribute mora imeti manj kot :value elementov.',
'file' => ':Attribute mora biti manjši od :value kilobajtov.',
'numeric' => ':Attribute mora biti manjši od :value.',
'string' => ':Attribute mora imeti manj kot :value znakov.',
],
'lte' => [
'array' => ':Attribute mora imeti število elementov manjše ali enako :value.',
'file' => ':Attribute mora biti manjši ali enak od :value kilobajtov.',
'numeric' => ':Attribute mora biti manjši ali enak :value.',
'string' => ':Attribute mora imeti število znakov manjše ali enako :value.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => ':Attribute ne smejo imeti več kot :max elementov.',
'file' => ':Attribute ne sme biti večje :max kilobajtov.',
'numeric' => ':Attribute ne sme biti večje od :max.',
'string' => ':Attribute ne sme biti večje :max znakov.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => ':Attribute mora biti datoteka tipa: :values.',
'mimetypes' => ':Attribute mora biti datoteka tipa: :values.',
'min' => [
'array' => ':Attribute mora imeti vsaj :min elementov.',
'file' => ':Attribute mora imeti vsaj :min kilobajtov.',
'numeric' => ':Attribute mora biti vsaj dolžine :min.',
'string' => ':Attribute mora imeti vsaj :min znakov.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => ':Attribute mora biti večkratnik od :value',
'not_in' => 'Izbran :attribute je neveljaven.',
'not_regex' => 'Format :attribute je neveljaven.',
'numeric' => ':Attribute mora biti število.',
'password' => [
'letters' => 'The :attribute must contain at least one letter.',
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
'numbers' => 'The :attribute must contain at least one number.',
'symbols' => 'The :attribute must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
],
'present' => 'Polje :attribute mora biti prisotno.',
'prohibited' => 'Polje :attribute je prepovedano.',
'prohibited_if' => 'Polje :attribute je prepovedano, ko je :other :value.',
'prohibited_unless' => 'Polje :attribute je prepovedano, razen če je :other v :values.',
'prohibits' => 'To polje prepoveduje prisotnost :other.',
'regex' => 'Format polja :attribute je neveljaven.',
'relatable' => 'Ta :attribute morda ni povezan s tem virom.',
'required' => 'Polje :attribute je obvezno.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Polje :attribute je obvezno, če je :other enak :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => 'Polje :attribute je obvezno, razen če je :other v :values.',
'required_with' => 'Polje :attribute je obvezno, če je :values prisoten.',
'required_with_all' => 'Polje :attribute je obvezno, če so :values prisoten.',
'required_without' => 'Polje :attribute je obvezno, če :values ni prisoten.',
'required_without_all' => 'Polje :attribute je obvezno, če :values niso prisotni.',
'same' => 'Polje :attribute in :other se morata ujemati.',
'size' => [
'array' => ':Attribute mora vsebovati :size elementov.',
'file' => ':Attribute mora biti :size kilobajtov.',
'numeric' => ':Attribute mora biti :size.',
'string' => ':Attribute mora biti :size znakov.',
],
'starts_with' => ':Attribute se mora začeti z eno od naslednjih vrednosti: :values',
'string' => ':Attribute mora biti tekst.',
'timezone' => ':Attribute mora biti časovna cona.',
'unique' => ':Attribute je že zaseden.',
'uploaded' => 'Nalaganje :attribute ni uspelo.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => ':Attribute format je neveljaven.',
'uuid' => ':Attribute mora biti veljaven UUID.',
'attributes' => [
'address' => 'naslov',
'age' => 'starost',
'amount' => 'amount',
'area' => 'area',
'available' => 'available',
'birthday' => 'birthday',
'body' => 'vsebina',
'city' => 'mesto',
'content' => 'vsebina',
'country' => 'država',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'datum',
'date_of_birth' => 'date of birth',
'day' => 'dan',
'deleted_at' => 'deleted at',
'description' => 'opis',
'district' => 'district',
'duration' => 'duration',
'email' => 'email',
'excerpt' => 'povzetek',
'filter' => 'filter',
'first_name' => 'ime',
'gender' => 'spol',
'group' => 'group',
'hour' => 'ura',
'image' => 'image',
'last_name' => 'priimek',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'sporočilo',
'middle_name' => 'middle name',
'minute' => 'minuta',
'mobile' => 'mobilni telefon',
'month' => 'mesec',
'name' => 'ime',
'national_code' => 'national code',
'number' => 'number',
'password' => 'geslo',
'password_confirmation' => 'potrditev gesla',
'phone' => 'telefon',
'photo' => 'fotografija',
'postal_code' => 'postal code',
'price' => 'cena',
'province' => 'province',
'recaptcha_response_field' => 'recaptcha response field',
'remember' => 'remember',
'restored_at' => 'restored at',
'result_text_under_image' => 'result text under image',
'role' => 'vloga',
'second' => 'sekunda',
'sex' => 'spol',
'short_text' => 'short text',
'size' => 'size',
'state' => 'state',
'street' => 'street',
'student' => 'student',
'subject' => 'zadeva',
'teacher' => 'teacher',
'terms' => 'pogoji',
'test_description' => 'test description',
'test_locale' => 'test locale',
'test_name' => 'test name',
'text' => 'text',
'time' => 'čas',
'title' => 'naslov',
'updated_at' => 'updated at',
'username' => 'uporabniško ime',
'year' => 'leto',
],
];