Skip to content

Commit

Permalink
issue #16040 fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Sep 25, 2024
1 parent e1ec37c commit 4be32ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
'info' => 'قم بتحديث إعداداتك العامة هنا.',
'locale-settings' => [
'title' => 'إعدادات اللغة',
'title-info' => 'تحدد اللغة المستخدمة في واجهة المستخدم، مثل الإنجليزية (en) أو الفرنسية (fr) أو اليابانية (ja).',
'title-info' => 'يحدد اللغة المستخدمة في واجهة المستخدم، مثل العربية (ar)، الإنجليزية (en)، الإسبانية (es)، الفارسية (fa) والتركية (tr).',
],
],
],
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
'info' => 'Update your general settings here.',
'locale-settings' => [
'title' => 'Locale Settings',
'title-info' => 'Defines the language used in the user interface, such as English (en), French (fr), or Japanese (ja).',
'title-info' => 'Defines the language used in the user interface, such as Arabic (ar), English (en), Spanish (es), Persian(fa) and Turkish (tr).',
],
],
],
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
'info' => 'Actualiza tus ajustes generales aquí.',
'locale-settings' => [
'title' => 'Configuración Regional',
'title-info' => 'Define el idioma utilizado en la interfaz de usuario, como Inglés (en), Francés (fr) o Japonés (ja).',
'title-info' => 'Define el idioma utilizado en la interfaz de usuario, como árabe (ar), inglés (en), español (es), persa (fa) y turco (tr).',
],
],
],
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Resources/lang/fa/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
'info' => 'تنظیمات عمومی خود را اینجا به‌روزرسانی کنید.',
'locale-settings' => [
'title' => 'تنظیمات محلی',
'title-info' => 'زبان استفاده شده در رابط کاربری را مشخص می‌کند، مانند انگلیسی (en)، فرانسوی (frیا ژاپنی (ja).',
'title-info' => 'زبان استفادهشده در رابط کاربری را تعریف می‌کند، مانند عربی (ar)، انگلیسی (en)، اسپانیایی (esفارسی (fa) و ترکی (tr).',
],
],
],
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Resources/lang/tr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
'info' => 'Genel ayarlarınızı buradan güncelleyebilirsiniz.',
'locale-settings' => [
'title' => 'Yerel Ayarlar',
'title-info' => 'Kullanıcı arayüzünde kullanılan dili tanımlar, örneğin İngilizce (en), Fransızca (fr) veya Japonca (ja).',
'title-info' => 'Kullanıcı arayüzünde kullanılan dili tanımlar, örneğin Arapça (ar), İngilizce (en), İspanyolca (es), Farsça (fa) ve Türkçe (tr).',
],
],
],
Expand Down

0 comments on commit 4be32ec

Please sign in to comment.