mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations setting.php (Hindi)
This commit is contained in:
parent
d1f7003253
commit
ed5cbdceeb
@ -0,0 +1,16 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'imageCanvasW' => [
|
||||||
|
'name' => 'छवि कैनवास की चौड़ाई'
|
||||||
|
],
|
||||||
|
'imageCanvasH' => [
|
||||||
|
'name' => 'छवि कैनवास ऊंचाई'
|
||||||
|
],
|
||||||
|
'imageResizeW' => [
|
||||||
|
'name' => 'छवि चौड़ाई का आकार बदलें'
|
||||||
|
],
|
||||||
|
'imageResizeH' => [
|
||||||
|
'name' => 'छवि का आकार बदलें'
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user