mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Chinese Traditional)
This commit is contained in:
parent
43f84e7eed
commit
ee1081d1d5
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'imageCanvasW' => [
|
||||
'name' => '圖像畫布寬度'
|
||||
],
|
||||
'imageCanvasH' => [
|
||||
'name' => '圖像畫布高度'
|
||||
],
|
||||
'imageResizeW' => [
|
||||
'name' => '影像調整寬度'
|
||||
],
|
||||
'imageResizeH' => [
|
||||
'name' => '圖像調整高度'
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user