You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/seeds/TranslationSeeder.php
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ public function run()
44
44
['from' => 'Child Table will be shown as Grid in form view', 'to' => 'चाइल्ड टेबल को फॉर्म व्यू में ग्रिड के रूप में दिखाया जाएगा', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
['from' => 'Password should be at least 8 characters including a number, an uppercase letter and a lowercase letter and should not contain any blank spaces', 'to' => 'पासवर्ड में कम से कम 8 अक्षर होने चाहिए, जिसमें एक नंबर, एक अपरकेस अक्षर और एक लोअरकेस अक्षर शामिल हैं और इसमें कोई खाली स्थान नहीं होना चाहिए', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
165
162
['from' => 'Please attach import template to import data', 'to' => 'कृपया डेटा आयात करने के लिए आयात टेम्पलेट जोडे', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
['from' => 'Please enter Current Password', 'to' => 'कृपया वर्तमान पासवर्ड दर्ज करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
166
+
['from' => 'Please enter Current Password, New Password and Confirm New Password', 'to' => 'कृपया वर्तमान पासवर्ड, नया पासवर्ड और कन्फर्म नया पासवर्ड दर्ज करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
167
+
['from' => 'Please enter New Password', 'to' => 'कृपया नया पासवर्ड दर्ज करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
167
168
['from' => 'Please enter two-letter ISO 639-1 code', 'to' => 'कृपया दो-अक्षर ISO 639-1 कोड दर्ज करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
168
169
['from' => 'Please enter two-letter ISO 639-1 code from', 'to' => 'कृपया दो-अक्षर ISO 639-1 कोड दर्ज करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
169
-
['from' => 'Please provide Current Password, New Password and Confirm New Password', 'to' => 'कृपया वर्तमान पासवर्ड, नया पासवर्ड और पुष्टि नया पासवर्ड प्रदान करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
170
170
['from' => 'Please provide Language, From & To', 'to' => 'कृपया भाषा, से तथा तक प्रदान करें', 'locale' => 'hi', 'owner' => 'admin', 'last_updated_by' => 'admin', 'created_at' => Carbon::now('UTC')->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now('UTC')->format('Y-m-d H:i:s')],
0 commit comments