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' => 'These credentials do not match our records.',
'password' => 'Lykilorð er rangt.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];

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' => 'Næsta &raquo;',
'previous' => '&laquo; Fyrri',
];

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'Lykilorðið þitt hefur verið endurstillt!',
'sent' => 'Við sendum þér tölvupóst með slóð til að endurheimta lykilorðið þitt.',
'throttled' => 'Vinsamlegast bíðið áður en reyni aftur.',
'token' => 'Kóðinn til að endurheimta lykilorðið er rangur.',
'user' => 'Notandi með þetta netfang finnst ekki.',
];

View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
return [
'accepted' => 'Reiturinn :attribute verður að vera samþykktur.',
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
'active_url' => 'Reiturinn :attribute er ekki leyfileg vefslóð.',
'after' => 'Reiturinn :attribute verður að vera dagsetning eftir :date.',
'after_or_equal' => ':Attribute verður að vera dagsetning eftir eða sú sama og :date.',
'alpha' => 'Reiturinn :attribute má aðeins innihalda bókstafi.',
'alpha_dash' => 'Reiturinn :attribute má aðeins innihalda bókstafi, tölur og undirstikanir.',
'alpha_num' => 'Reiturinn :attribute má aðeins innihalda bókstafi og tölur.',
'array' => 'Reiturinn :attribute verður að vera fylki.',
'attached' => 'Þetta :attribute er nú þegar fylgir.',
'before' => 'Reiturinn :attribute verður að vera dagsetning eftir :date.',
'before_or_equal' => ':Attribute verður að vera dagsetning fyrir eða sú samaog :date.',
'between' => [
'array' => 'Reiturinn :attribute verður að vera á milli :min - :max staka.',
'file' => 'Reiturinn :attribute verður að vera á milli :min - :max kílóbæta.',
'numeric' => 'Reiturinn :attribute verður að vera á milli :min - :max.',
'string' => 'Reiturinn :attribute verður að vera á milli :min - :max stafa.',
],
'boolean' => 'Reiturinn :attribute verður að vera réttur eða rangur.',
'confirmed' => 'Staðfesting á reitnum :attribute passar ekki.',
'current_password' => 'The password is incorrect.',
'date' => 'Reiturinn :attribute er ekki rétt dagsetning.',
'date_equals' => ':Attribute verður að vera dagsetning sem er sú sama og :date.',
'date_format' => 'Reiturinn :attribute passar ekki við :format.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => 'Reiturinn :attribute og :other verða að vera ólíkir.',
'digits' => 'Reiturinn :attribute verður að vera :digits tölustafir.',
'digits_between' => 'Reiturinn :attribute verður að vera á milli :min og :max tölustafa.',
'dimensions' => ':Attribute hefur ógilda myndvídd.',
'distinct' => ':Attribute reiturinn hefur tvítekið gildi.',
'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' => 'Reiturinn :attribute snið netfangsins er ekki rétt.',
'ends_with' => 'Við :attribute verður að enda með eftirfarandi: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'Reiturinn :attribute er nú þegar til.',
'file' => ':Attribute verður að vera skrá.',
'filled' => 'Reiturinn :attribute verður að innihalda eitthvað.',
'gt' => [
'array' => ':Attribute verður að hafa fleiri en :value atriði.',
'file' => ':Attribute verður að vera stærra en :value kílóbæti.',
'numeric' => ':Attribute verður að vera stærra en :value.',
'string' => ':Attribute verður að vera lengri en :value stafir.',
],
'gte' => [
'array' => ':Attribute verður að hafa :value eða fleiri atriði.',
'file' => ':Attribute verður að vera stærra en eða jafnt :value kílóbætum.',
'numeric' => ':Attribute verður að vera stærra en eða jafnt :value.',
'string' => ':Attribute verður að vera lengri eða jafnlangur og :value stafir.',
],
'image' => 'Reiturinn :attribute verður að vera mynd.',
'in' => 'Reiturinn :attribute er ekki réttur.',
'in_array' => ':Attribute reiturinn er ekki til í :other.',
'integer' => 'Reiturinn :attribute verður að vera tala.',
'ip' => 'Reiturinn :attribute verður að vera lögleg IP-tala.',
'ipv4' => ':Attribute verður að vera gild IPv4-tala.',
'ipv6' => ':Attribute verður að vera gild IPv6-tala.',
'json' => ':Attribute verður að vera gildur JSON-strengur.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => ':Attribute verður að hafa færri en :value atriði.',
'file' => ':Attribute verður að vera minni en :value kílóbæti.',
'numeric' => ':Attribute verður að vera minni en :value.',
'string' => ':Attribute verður að vera styttri en :value stafir.',
],
'lte' => [
'array' => ':Attribute má ekki hafa fleiri en :value atriði.',
'file' => ':Attribute verður að vera minni eða jafnstór og :value kílóbæti.',
'numeric' => ':Attribute verður að vera minna en eða jafnt :value.',
'string' => ':Attribute verður að vera styttri eða jafnlangur og :value stafir.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => 'Reiturinn :attribute verður að innihalda færri en :max stök.',
'file' => 'Reiturinn :attribute verður að vera minni en :max kílóbæt.',
'numeric' => 'Reiturinn :attribute verður að innihalda færri stafi en :max.',
'string' => 'Reiturinn :attribute verður að innihalda færri en :max stafi.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => 'Reiturinn :attribute verður að vera skrá af gerðinni: :values.',
'mimetypes' => 'Reiturinn :attribute verður að vera skrá af gerðinni: :values.',
'min' => [
'array' => 'Reiturinn :attribute verður að vera að lágmarki :min stök.',
'file' => 'Reiturinn :attribute verður að vera að lágmarki :min kílóbæt.',
'numeric' => 'Reiturinn :attribute verður að vera að lágmarki :min tölustafir.',
'string' => 'Reiturinn :attribute verður að vera að lágmarki :min stafir.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => 'Við :attribute verður að vera margar af :value',
'not_in' => 'Reiturinn :attribute er ógildur.',
'not_regex' => ':Attribute sniðið er ógilt.',
'numeric' => 'Reiturinn :attribute verður að vera tala.',
'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' => ':Attribute reiturinn verður að vera til staðar.',
'prohibited' => 'Við :attribute sviði er bannað.',
'prohibited_if' => 'Við :attribute sviði er bannað þegar :other er :value.',
'prohibited_unless' => 'Við :attribute sviði er bönnuð nema :other er í :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'Reiturinn :attribute er ekki á réttu formi.',
'relatable' => 'Þetta :attribute getur ekki tengst þessu úrræði.',
'required' => 'Reiturinn :attribute er nauðsynlegur.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Reiturinn :attribute er nauðsynlegur þegar :other er :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => ':Attribute er áskilinn nema :other sé í :values.',
'required_with' => ':Attribute er áskilinn þegar :values er til staðar.',
'required_with_all' => ':Attribute er áskilinn þegar :values er til staðar.',
'required_without' => ':Attribute er áskilinn þegar :values er ekki til staðar.',
'required_without_all' => ':Attribute reiturinn er áskilinn þegar engin af :values eru til staðar.',
'same' => 'Reiturinn :attribute og :other verða að stemma.',
'size' => [
'array' => 'Reiturinn :attribute verður að innihalda :size hluti.',
'file' => 'Reiturinn :attribute verður að vera :size kílóbæt.',
'numeric' => 'Reiturinn :attribute verður að vera :size.',
'string' => 'Reiturinn :attribute verður að vera :size stafir.',
],
'starts_with' => ':Attribute verður að byrja á einu af eftirfarandi: :values',
'string' => ':Attribute verður að vera strengur.',
'timezone' => 'Reiturinn :attribute verður að vera rétt tímabelti.',
'unique' => 'Reiturinn :attribute er því miður ekki leyfilegur. Það er annar eins.',
'uploaded' => 'Ekki tókst að hlaða :attribute upp.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => 'Reiturinn :attribute verður að vera netslóð.',
'uuid' => ':Attribute verður að vera gilt UUID.',
'attributes' => [
'address' => 'heimilisfang',
'age' => 'aldur',
'amount' => 'amount',
'area' => 'area',
'available' => 'í boði',
'birthday' => 'birthday',
'body' => 'body',
'city' => 'borg',
'content' => 'efni',
'country' => 'land',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'dagsetning',
'date_of_birth' => 'date of birth',
'day' => 'dagur',
'deleted_at' => 'deleted at',
'description' => 'lýsing',
'district' => 'district',
'duration' => 'duration',
'email' => 'netfang',
'excerpt' => 'excerpt',
'filter' => 'filter',
'first_name' => 'fornafn',
'gender' => 'kyn',
'group' => 'group',
'hour' => 'klukkutími',
'image' => 'image',
'last_name' => 'eftirnafn',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'message',
'middle_name' => 'middle name',
'minute' => 'mínúta',
'mobile' => 'farsími',
'month' => 'mánuður',
'name' => 'nafn',
'national_code' => 'national code',
'number' => 'number',
'password' => 'lykilorð',
'password_confirmation' => 'staðfesting á lykilorði',
'phone' => 'heimasími',
'photo' => 'photo',
'postal_code' => 'postal code',
'price' => 'price',
'province' => 'province',
'recaptcha_response_field' => 'recaptcha response field',
'remember' => 'remember',
'restored_at' => 'restored at',
'result_text_under_image' => 'result text under image',
'role' => 'role',
'second' => 'sekúnda',
'sex' => 'sex',
'short_text' => 'short text',
'size' => 'stærð',
'state' => 'state',
'street' => 'street',
'student' => 'student',
'subject' => 'subject',
'teacher' => 'teacher',
'terms' => 'terms',
'test_description' => 'test description',
'test_locale' => 'test locale',
'test_name' => 'test name',
'text' => 'text',
'time' => 'tími',
'title' => 'titill',
'updated_at' => 'updated at',
'username' => 'notendanafn',
'year' => 'ár',
],
];