From ca212f35e77a2127b0cce51a95aa59683a02cf76 Mon Sep 17 00:00:00 2001 From: xicond Date: Fri, 12 Jan 2018 21:30:21 +0800 Subject: [PATCH] translate plural format for MS (#15491) translate plural format for MS --- framework/messages/ms/yii.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/framework/messages/ms/yii.php b/framework/messages/ms/yii.php index 9acba8b92d..c233b1f6a0 100644 --- a/framework/messages/ms/yii.php +++ b/framework/messages/ms/yii.php @@ -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' => '',