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' => 'Butiran ini tidak sepadan dengan rekod kami.',
'password' => 'Kata laluan tidak sah.',
'throttle' => 'Terlalu banyak percubaan log masuk. Sila cuba lagi dalam :seconds saat.',
];

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

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'Kata laluan anda telah ditetapkan semula!',
'sent' => 'Kami telah e-mel pautan set semula kata laluan anda!',
'throttled' => 'Sila tunggu sebentar sebelum mencuba semula.',
'token' => 'Token set semula kata laluan ini tidak sah.',
'user' => 'Kami tidak dapat mencari pengguna dengan alamat e-mel tersebut.',
];

View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
return [
'accepted' => ':Attribute mesti diterima pakai.',
'accepted_if' => ':Attribute mesti diterima pakai sekiranya :other adalah :value.',
'active_url' => ':Attribute bukan URL yang sah.',
'after' => ':Attribute mesti tarikh selepas :date.',
'after_or_equal' => ':Attribute mesti tarikh selepas atau sama dengan :date.',
'alpha' => ':Attribute hanya boleh mengandungi huruf.',
'alpha_dash' => ':Attribute boleh mengandungi huruf, nombor, dan sengkang.',
'alpha_num' => ':Attribute boleh mengandungi huruf dan nombor.',
'array' => ':Attribute mesti jujukan.',
'attached' => ':Attribute ini sudah dilampirkan.',
'before' => ':Attribute mesti tarikh sebelum :date.',
'before_or_equal' => ':Attribute mesti tarikh sebelum atau sama dengan :date.',
'between' => [
'array' => ':Attribute mesti mengandungi antara :min dan :max perkara.',
'file' => ':Attribute mesti mengandungi antara :min dan :max kilobait.',
'numeric' => ':Attribute mesti mengandungi antara :min dan :max.',
'string' => ':Attribute mesti mengandungi antara :min dan :max aksara.',
],
'boolean' => ':Attribute mesti benar atau salah.',
'confirmed' => ':Attribute pengesahan yang tidak sepadan.',
'current_password' => 'Katalaluan anda adalah salah.',
'date' => ':Attribute bukan tarikh yang sah.',
'date_equals' => ':Attribute mesti tarikh sama dengan :date.',
'date_format' => ':Attribute tidak mengikut format :format.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => ':Attribute dan :other mesti berlainan.',
'digits' => ':Attribute mesti :digits.',
'digits_between' => ':Attribute mesti mengandungi antara :min dan :max digits.',
'dimensions' => ':Attribute tidak sah',
'distinct' => ':Attribute adalah nilai yang berulang',
'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 tidak sah.',
'ends_with' => ':Attribute mesti berakhir dengan salah satu dari: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => ':Attribute tidak sah.',
'file' => ':Attribute mesti fail yang sah.',
'filled' => ':Attribute diperlukan.',
'gt' => [
'array' => ':Attribute mesti mengandungi lebih daripada :value perkara.',
'file' => ':Attribute mesti melebihi :value kilobait.',
'numeric' => ':Attribute mesti melebihi :value.',
'string' => ':Attribute mesti melebihi :value aksara.',
],
'gte' => [
'array' => ':Attribute mesti mengandungi :value perkara atau lebih.',
'file' => ':Attribute mesti melebihi atau bersamaan :value kilobait.',
'numeric' => ':Attribute mesti melebihi atau bersamaan :value.',
'string' => ':Attribute mesti melebihi atau bersamaan :value aksara.',
],
'image' => ':Attribute mesti imej.',
'in' => ':Attribute tidak sah.',
'in_array' => ':Attribute tidak wujud dalam :other.',
'integer' => ':Attribute mesti integer.',
'ip' => ':Attribute mesti alamat IP yang sah.',
'ipv4' => ':Attribute mesti alamat IPv4 yang sah.',
'ipv6' => ':Attribute mesti alamat IPv6 yang sah',
'json' => ':Attribute mesti JSON yang sah.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => ':Attribute mesti mengandungi kurang daripada :value perkara.',
'file' => ':Attribute mesti kurang daripada :value kilobait.',
'numeric' => ':Attribute mesti kurang daripada :value.',
'string' => ':Attribute mesti kurang daripada :value aksara.',
],
'lte' => [
'array' => ':Attribute mesti mengandungi kurang daripada atau bersamaan dengan :value perkara.',
'file' => ':Attribute mesti kurang daripada atau bersamaan dengan :value kilobait.',
'numeric' => ':Attribute mesti kurang daripada atau bersamaan dengan :value.',
'string' => ':Attribute mesti kurang daripada atau bersamaan dengan :value aksara.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => 'Jumlah :attribute mesti tidak melebihi :max perkara.',
'file' => 'Jumlah :attribute mesti tidak melebihi :max kilobait.',
'numeric' => 'Jumlah :attribute mesti tidak melebihi :max.',
'string' => 'Jumlah :attribute mesti tidak melebihi :max aksara.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => ':Attribute mesti fail type: :values.',
'mimetypes' => ':Attribute mesti fail type: :values.',
'min' => [
'array' => 'Jumlah :attribute mesti sekurang-kurangnya :min perkara.',
'file' => 'Jumlah :attribute mesti sekurang-kurangnya :min kilobait.',
'numeric' => 'Jumlah :attribute mesti sekurang-kurangnya :min.',
'string' => 'Jumlah :attribute mesti sekurang-kurangnya :min aksara.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => ':Attribute mesti gandaan :value',
'not_in' => ':Attribute tidak sah.',
'not_regex' => 'Format :attribute adalah tidak sah.',
'numeric' => ':Attribute mesti nombor.',
'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' => 'Ruangan :attribute mesti wujud.',
'prohibited' => 'Ruangan :attribute adalah dilarang.',
'prohibited_if' => 'Ruangan :attribute adalah dilarang apabila :other adalah :value.',
'prohibited_unless' => 'Ruangan :attribute adalah dilarang kecuali :other adalah di :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'Format :attribute tidak sah.',
'relatable' => 'Ruangan :attribute tidak boleh dikaitkan dengan sumber ini.',
'required' => 'Ruangan :attribute diperlukan.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Ruangan :attribute diperlukan bila :other sama dengan :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => 'Ruangan :attribute diperlukan sekiranya :other ada dalam :values.',
'required_with' => 'Ruangan :attribute diperlukan bila :values wujud.',
'required_with_all' => 'Ruangan :attribute diperlukan bila :values wujud.',
'required_without' => 'Ruangan :attribute diperlukan bila :values tidak wujud.',
'required_without_all' => 'Ruangan :attribute diperlukan bila kesemua :values wujud.',
'same' => 'Ruangan :attribute dan :other mesti sepadan.',
'size' => [
'array' => 'Saiz :attribute mesti mengandungi :size perkara.',
'file' => 'Saiz :attribute mesti :size kilobait.',
'numeric' => 'Saiz :attribute mesti :size.',
'string' => 'Saiz :attribute mesti :size aksara.',
],
'starts_with' => ':Attribute mesti bermula dengan salah satu dari: :values',
'string' => ':Attribute mesti aksara.',
'timezone' => ':Attribute mesti zon masa yang sah.',
'unique' => ':Attribute telah wujud.',
'uploaded' => ':Attribute gagal dimuat naik.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => ':Attribute format tidak sah.',
'uuid' => ':Attribute mesti UUID yang sah.',
'attributes' => [
'address' => 'address',
'age' => 'age',
'amount' => 'amount',
'area' => 'area',
'available' => 'available',
'birthday' => 'birthday',
'body' => 'body',
'city' => 'city',
'content' => 'content',
'country' => 'country',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'date',
'date_of_birth' => 'date of birth',
'day' => 'day',
'deleted_at' => 'deleted at',
'description' => 'description',
'district' => 'district',
'duration' => 'duration',
'email' => 'email',
'excerpt' => 'excerpt',
'filter' => 'filter',
'first_name' => 'first name',
'gender' => 'gender',
'group' => 'group',
'hour' => 'hour',
'image' => 'image',
'last_name' => 'last name',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'message',
'middle_name' => 'middle name',
'minute' => 'minute',
'mobile' => 'mobile',
'month' => 'month',
'name' => 'name',
'national_code' => 'national code',
'number' => 'number',
'password' => 'password',
'password_confirmation' => 'password confirmation',
'phone' => 'phone',
'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' => 'second',
'sex' => 'sex',
'short_text' => 'short text',
'size' => 'size',
'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' => 'time',
'title' => 'title',
'updated_at' => 'updated at',
'username' => 'username',
'year' => 'year',
],
];