New translations setting.php (Chinese Traditional)

This commit is contained in:
Fatih Alp 2020-05-12 19:23:45 +03:00
parent 43f84e7eed
commit ee1081d1d5

View File

@ -0,0 +1,16 @@
<?php
return [
'imageCanvasW' => [
'name' => '圖像畫布寬度'
],
'imageCanvasH' => [
'name' => '圖像畫布高度'
],
'imageResizeW' => [
'name' => '影像調整寬度'
],
'imageResizeH' => [
'name' => '圖像調整高度'
],
];