New translations setting.php (Chinese Simplified)

This commit is contained in:
Fatih Alp 2020-05-12 19:26:49 +03:00
parent 6526612a43
commit d39bf06e31

View File

@ -2,15 +2,15 @@
return [ return [
'imageCanvasW' => [ 'imageCanvasW' => [
'name' => '圖像畫布寬度' 'name' => '图像画布宽度'
], ],
'imageCanvasH' => [ 'imageCanvasH' => [
'name' => '圖像畫布高度' 'name' => '图像画布高度'
], ],
'imageResizeW' => [ 'imageResizeW' => [
'name' => '影像調整寬度' 'name' => '影像调整宽度'
], ],
'imageResizeH' => [ 'imageResizeH' => [
'name' => '圖像調整高度' 'name' => '图像调整高度'
], ],
]; ];