mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Japanese)
This commit is contained in:
parent
9d7110dc17
commit
c8f35ee9eb
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'imageCanvasW' => [
|
||||
'name' => '画像キャンバスの幅'
|
||||
],
|
||||
'imageCanvasH' => [
|
||||
'name' => '画像キャンバスの高さ'
|
||||
],
|
||||
'imageResizeW' => [
|
||||
'name' => '画像サイズ変更幅'
|
||||
],
|
||||
'imageResizeH' => [
|
||||
'name' => '画像サイズ変更高さ'
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user