Update translations.php

some translations of colors are wrong
This commit is contained in:
greyaz 2022-09-21 13:45:14 +08:00 committed by Frédéric Guillot
parent 4b76bc5b32
commit 8443f60748
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ return array(
'Deep Orange' => '橘红色',
'Dark Grey' => '深灰色',
'Pink' => '粉红色',
'Teal' => '色',
'Cyan' => '蓝绿色',
'Lime' => '绿黄色',
'Teal' => '蓝绿色',
'Cyan' => '色',
'Lime' => '绿色',
'Light Green' => '浅绿色',
'Amber' => '黄褐色',
'Save' => '保存',