From 6283d028b5365c4015e334d410839bc4bf4bea31 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:25:03 +0300 Subject: [PATCH] New translations setting.php (Vietnamese) --- .../resources/lang/vi/setting.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 addons/default/visiosoft/media-field_type/resources/lang/vi/setting.php diff --git a/addons/default/visiosoft/media-field_type/resources/lang/vi/setting.php b/addons/default/visiosoft/media-field_type/resources/lang/vi/setting.php new file mode 100644 index 000000000..00a5ef325 --- /dev/null +++ b/addons/default/visiosoft/media-field_type/resources/lang/vi/setting.php @@ -0,0 +1,16 @@ + [ + 'name' => 'Chiều rộng vải hình ảnh' + ], + 'imageCanvasH' => [ + 'name' => 'Chiều cao Canvas hình ảnh' + ], + 'imageResizeW' => [ + 'name' => 'Thay đổi kích thước chiều rộng hình ảnh' + ], + 'imageResizeH' => [ + 'name' => 'Thay đổi kích thước chiều cao hình ảnh' + ], +];