Skip to content

Commit

Permalink
Merge pull request #1685 from suraj-webkul/issue#1676
Browse files Browse the repository at this point in the history
[fix]: issue #1676 fixed and write missing vi translation.
  • Loading branch information
devansh-webkul authored Nov 7, 2024
2 parents 36312aa + b263898 commit 0fa0576
Show file tree
Hide file tree
Showing 6 changed files with 2,060 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
'send-email-to-person' => 'إرسال بريد إلكتروني إلى الشخص',
'add-tag' => 'إضافة علامة',
'add-note-as-activity' => 'إضافة ملاحظة كنشاط',
'update-quote' => 'تحديث العرض',
],

'create' => [
Expand Down
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
'send-email-to-person' => 'Send email to person',
'add-tag' => 'Add Tag',
'add-note-as-activity' => 'Add Note as Activity',
'update-quote' => 'Update Quote',
],

'create' => [
Expand Down
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
'send-email-to-person' => 'Enviar correo a la persona',
'add-tag' => 'Agregar Etiqueta',
'add-note-as-activity' => 'Agregar Nota como Actividad',
'update-quote' => 'Actualizar cotización',
],

'create' => [
Expand Down
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/fa/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
'send-email-to-person' => 'ارسال ایمیل به شخص',
'add-tag' => 'افزودن برچسب',
'add-note-as-activity' => 'افزودن یادداشت به‌عنوان فعالیت',
'update-quote' => 'به‌روزرسانی نقل‌قول',
],

'create' => [
Expand Down
1 change: 1 addition & 0 deletions packages/Webkul/Admin/src/Resources/lang/tr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
'send-email-to-person' => 'Kişiye e-posta gönder',
'add-tag' => 'Etiket Ekle',
'add-note-as-activity' => 'Notu Aktivite Olarak Ekle',
'update-quote' => 'Teklifi Güncelle',
],

'create' => [
Expand Down
Loading

0 comments on commit 0fa0576

Please sign in to comment.