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' => 'Hierdie verwysings stem nie ooreen met ons rekords nie.',
'password' => 'Die wagwoord is verkeerd.',
'throttle' => 'Te veel pogings om aan te meld. Probeer asseblief weer binne :seconds sekondes',
];

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' => 'Volgende &raquo;',
'previous' => '&laquo; Vorige',
];

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'U wagwoord is verstel!',
'sent' => 'Ons het u skakel vir die herstel van wagwoord per e-pos gestuur!',
'throttled' => 'Wag asseblief voordat u weer probeer.',
'token' => 'Hierdie wagwoordregstelling-token is ongeldig.',
'user' => 'Ons kan nie \'n gebruiker met daardie e-posadres vind nie.',
];

View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
return [
'accepted' => 'Die :attribute moet aanvaar word.',
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
'active_url' => 'Die :attribute is nie \'n geldig URL.',
'after' => 'Die :attribute moet \'n datum wees na :date.',
'after_or_equal' => 'Die :attribute moet \'n datum wees na of gelyk aan :date.',
'alpha' => 'Die :attribute mag slegs letters bevat.',
'alpha_dash' => 'Die :attribute mag slegs letters, syfers, strepies en onderstrepe bevat.',
'alpha_num' => 'Die :attribute mag slegs letters en syfers bevat.',
'array' => 'Die :attribute moet \'n array wees.',
'attached' => 'Hierdie :attribute is reeds aangeheg.',
'before' => 'Die :attribute moet datum voor :date wees.',
'before_or_equal' => 'Die :attribute Moet datum voor of gelyk aan :date wees.',
'between' => [
'array' => 'Die :attribute moet tussen :min en :max items hê.',
'file' => 'Die :attribute moet tussen :min en :max kilobytes wees.',
'numeric' => 'Die :attribute moet tussen :min en :max wees.',
'string' => 'Die :attribute moet tussen :min en :max karakters wees.',
],
'boolean' => 'Die :attribute veld moet waar of onwaar wees.',
'confirmed' => 'Die :attribute bevestiging stem nie ooreen nie.',
'current_password' => 'The password is incorrect.',
'date' => 'Die :attribute is nie geldige datum nie.',
'date_equals' => 'Die :attribute moet \'n datum wees wat gelyk is aan :date.',
'date_format' => 'Die :attribute stem nie ooreen met die formaat :format nie.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => 'Die :attribute en :other moet anders wees.',
'digits' => 'Die :attribute moet :digits syfers wees.',
'digits_between' => 'Die :attribute moet tussen :min en :max syfers wees.',
'dimensions' => 'Die :attribute het ongeldige beeldafmetings.',
'distinct' => 'Die :attribute veld het \'n duplikaatwaarde.',
'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' => 'Die :attribute moet geldige epos adres wees.',
'ends_with' => 'Die :attribute moet eindig met een van die volgende: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'Die geselketeerde :attribute is ongeldig.',
'file' => 'Die :attribute moet \'n lêer wees.',
'filled' => 'Die :attribute veld \'n waarde moet hê.',
'gt' => [
'array' => 'Die :attribute moet meer hê as :value items.',
'file' => 'Die :attribute moet groter wees :value kilobytes.',
'numeric' => 'Die :attribute moet groter wees as :value.',
'string' => 'Die :attribute moet groter wees as :value karakters.',
],
'gte' => [
'array' => 'Die :attribute moet :value items hê of meer.',
'file' => 'Die :attribute moet groter wees as of gelyk wees :value kilobytes.',
'numeric' => 'Die :attribute moet groter wees of gelyk wees aan :value.',
'string' => 'Die :attribute moet groter wees as of gelyk wees :value characters.',
],
'image' => 'Die :attribute moet n foto wees.',
'in' => 'Die geselketeerde :attribute is ongeldig.',
'in_array' => 'Die :attribute veld bestaan nie in :other.',
'integer' => 'Die :attribute moet \'n getal wees.',
'ip' => 'Die :attribute moet geldige IP adres wees.',
'ipv4' => 'Die :attribute moet geldige IPv4 address wees.',
'ipv6' => 'Die :attribute moet geldige IPv6 address wees.',
'json' => 'Die :attribute moet geldige JSON string wees.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => 'Die :attribute moet minder as wees :value items.',
'file' => 'Die :attribute moet minder as wees :value kilobytes.',
'numeric' => 'Die :attribute moet minder as wees :value.',
'string' => 'Die :attribute moet minder as wees than :value karakters.',
],
'lte' => [
'array' => 'Die :attribute moet nie meer as :value items wees.',
'file' => 'Die :attribute moet kleiner of gelyk wees aan :value kilobytes.',
'numeric' => 'Die :attribute moet kleiner of gelyk wees aan :value.',
'string' => 'Die :attribute moet kleiner of gelyk wees aan :value karakters.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => 'Die :attribute mag nie groter as :max items wees.',
'file' => 'Die :attribute mag nie groter as :max kilobytes wees.',
'numeric' => 'Die :attribute mag nie groter as :max wees.',
'string' => 'Die :attribute mag nie groter as :max karakters wees.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => 'Die :attribute moet \'n tipe lêer wees: :values.',
'mimetypes' => 'Die :attribute moet \'n tipe lêer wees: :values.',
'min' => [
'array' => 'Die :attribute moet ten minste :min items wees.',
'file' => 'Die :attribute moet ten minste :min kilobytes wees.',
'numeric' => 'Die :attribute moet ten minste :min wees.',
'string' => 'Die :attribute moet ten minste :min karakters wees.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => 'Die :attribute moet\'n veelvoud van :value',
'not_in' => 'Die geselketeerde :attribute is ongeldig.',
'not_regex' => 'Die :attribute formaat is ongeldig.',
'numeric' => 'Die :attribute moet \'n syfer wees.',
'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' => 'Die :attribute veld moet teenwoordig wees.',
'prohibited' => 'Die :attribute veld is verbode.',
'prohibited_if' => 'Die :attribute veld is verbode wanneer :other is :value.',
'prohibited_unless' => 'Die :attribute veld is verbode, tensy :other is in :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'Die :attribute formaat is ongeldig.',
'relatable' => 'Hierdie :attribute kan nie wees wat verband hou met hierdie hulpbron.',
'required' => 'Die :attribute veld is verpligtend.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Die :attribute veld is verpligtend wanneer :other :value is.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => 'Die :attribute veld is verpligtend tensy :other in :values is.',
'required_with' => 'Die :attribute veld is verpligtend wanneer :values teenwoordig is.',
'required_with_all' => 'Die :attribute veld is verpligtend wanneer :values teenwoordig is.',
'required_without' => 'Die :attribute veld is verpligtend wanneer :values nie teenwoordig is.',
'required_without_all' => 'Die :attribute veld is verpligtend wanneer geen van :values teenwoordig is.',
'same' => 'Die :attribute en :other moet ooreenstem.',
'size' => [
'array' => 'Die :attribute moet :size items bevat.',
'file' => 'Die :attribute moet :size kilobytes wees.',
'numeric' => 'Die :attribute moet :size wees.',
'string' => 'Die :attribute moet:size karakters wees.',
],
'starts_with' => 'Die :attribute moet met een van die volgende begin: :values.',
'string' => 'Die :attribute moet \'n string wees.',
'timezone' => 'Die :attribute moet \'n geldige sone wees.',
'unique' => 'Die :attribute is reeds geneem.',
'uploaded' => 'Die :attribute kon nie oplaai.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => 'Die :attribute formaat is ongeldig.',
'uuid' => 'Die :attribute moet \'n geldige UUID wees.',
'attributes' => [
'address' => 'adres',
'age' => 'ouderdom',
'amount' => 'amount',
'area' => 'area',
'available' => 'available',
'birthday' => 'birthday',
'body' => 'liggaam',
'city' => 'stad',
'content' => 'inhoud',
'country' => 'land',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'datum',
'date_of_birth' => 'date of birth',
'day' => 'dag',
'deleted_at' => 'deleted at',
'description' => 'beskrywing',
'district' => 'district',
'duration' => 'duration',
'email' => 'epos',
'excerpt' => 'uittreksel',
'filter' => 'filter',
'first_name' => 'naam',
'gender' => 'geslag',
'group' => 'group',
'hour' => 'uur',
'image' => 'image',
'last_name' => 'van',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'boodskap',
'middle_name' => 'middle name',
'minute' => 'minuut',
'mobile' => 'mobiele',
'month' => 'maand',
'name' => 'naam',
'national_code' => 'national code',
'number' => 'number',
'password' => 'wagwoord',
'password_confirmation' => 'bevestig_wagwoord',
'phone' => 'telefoon',
'photo' => 'photo',
'postal_code' => 'postal code',
'price' => 'prys',
'province' => 'province',
'recaptcha_response_field' => 'recaptcha response field',
'remember' => 'remember',
'restored_at' => 'restored at',
'result_text_under_image' => 'result text under image',
'role' => 'rol',
'second' => 'sekonde',
'sex' => 'geslag',
'short_text' => 'short text',
'size' => 'size',
'state' => 'state',
'street' => 'street',
'student' => 'student',
'subject' => 'onderwerp',
'teacher' => 'teacher',
'terms' => 'terme',
'test_description' => 'test description',
'test_locale' => 'test locale',
'test_name' => 'test name',
'text' => 'text',
'time' => 'tyd',
'title' => 'titel',
'updated_at' => 'updated at',
'username' => 'gebruikersnaam',
'year' => 'jaar',
],
];