mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Minor typo fix in bg translation (#18282)
This commit is contained in:
@ -119,7 +119,7 @@ return [
|
||||
'{delta, plural, =1{a month} other{# months}} ago' => 'преди {delta, plural, =1{месец} other{# месеца}}',
|
||||
'{delta, plural, =1{a second} other{# seconds}} ago' => 'преди {delta, plural, =1{секунда} other{# секунди}}',
|
||||
'{delta, plural, =1{a year} other{# years}} ago' => 'преди {delta, plural, =1{година} other{# години}}',
|
||||
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{час} other{# часа}}',
|
||||
'{delta, plural, =1{an hour} other{# hours}} ago' => 'преди {delta, plural, =1{час} other{# часа}}',
|
||||
'{nFormatted} B' => '{nFormatted} B',
|
||||
'{nFormatted} GB' => '{nFormatted} GB',
|
||||
'{nFormatted} GiB' => '{nFormatted} GiB',
|
||||
|
Reference in New Issue
Block a user