mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00

committed by
Alexander Makarov

parent
af83e59406
commit
ca212f35e7
@ -60,12 +60,12 @@ return [
|
||||
'Yes' => 'Ya',
|
||||
'You are not allowed to perform this action.' => 'Anda tidak dibenarkan untuk mengunakan fungsi ini.',
|
||||
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Anda boleh memuat naik tidak lebih daripada {limit, number} {limit, plural, one{file} other{files}}.',
|
||||
'in {delta, plural, =1{a day} other{# days}}' => 'dalam {delta, plural, =1{a day} other{# days}}',
|
||||
'in {delta, plural, =1{a minute} other{# minutes}}' => 'dalam {delta, plural, =1{a minute} other{# minutes}}',
|
||||
'in {delta, plural, =1{a month} other{# months}}' => 'dalam {delta, plural, =1{a month} other{# months}}',
|
||||
'in {delta, plural, =1{a second} other{# seconds}}' => 'dalam {delta, plural, =1{a second} other{# seconds}}',
|
||||
'in {delta, plural, =1{a year} other{# years}}' => 'dalam {delta, plural, =1{a year} other{# years}}',
|
||||
'in {delta, plural, =1{an hour} other{# hours}}' => 'dalam {delta, plural, =1{an hour} other{# hours}}',
|
||||
'in {delta, plural, =1{a day} other{# days}}' => 'dalam {delta, plural, =1{1 hari} other{# hari}}',
|
||||
'in {delta, plural, =1{a minute} other{# minutes}}' => 'dalam {delta, plural, =1{1 minit} other{# minit}}',
|
||||
'in {delta, plural, =1{a month} other{# months}}' => 'dalam {delta, plural, =1{1 bulan} other{# bulan}}',
|
||||
'in {delta, plural, =1{a second} other{# seconds}}' => 'dalam {delta, plural, =1{1 saat} other{# saat}}',
|
||||
'in {delta, plural, =1{a year} other{# years}}' => 'dalam {delta, plural, =1{1 tahun} other{# tahun}}',
|
||||
'in {delta, plural, =1{an hour} other{# hours}}' => 'dalam {delta, plural, =1{1 jam} other{# jam}}',
|
||||
'just now' => 'baru sahaja',
|
||||
'the input value' => 'nilai input',
|
||||
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" telah digunakan.',
|
||||
@ -89,12 +89,12 @@ return [
|
||||
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} mesti mengandungi sekurang-kurangnya {min, number} {min, plural, one{character} other{characters}}.',
|
||||
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} mesti mengangungi paling banyak {max, number} {max, plural, one{character} other{characters}}.',
|
||||
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} mesti mengandungi {length, number} {length, plural, one{character} other{characters}}.',
|
||||
'{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{a day} other{# days}} lalu',
|
||||
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{a minute} other{# minutes}} lalu',
|
||||
'{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{a month} other{# months}} lalu',
|
||||
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{a second} other{# seconds}} lalu',
|
||||
'{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{a year} other{# years}} lalu',
|
||||
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{an hour} other{# hours}} lalu',
|
||||
'{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{1 hari} other{# hari}} lalu',
|
||||
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{1 minit} other{# minit}} lalu',
|
||||
'{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{1 bulan} other{# bulan}} lalu',
|
||||
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{1 saat} other{# saat}} lalu',
|
||||
'{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{1 tahun} other{# tahun}} lalu',
|
||||
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{1 jam} other{# jam}} lalu',
|
||||
'{nFormatted} B' => '',
|
||||
'{nFormatted} GB' => '',
|
||||
'{nFormatted} GiB' => '',
|
||||
|
Reference in New Issue
Block a user