Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 24, 2024
2 parents 36f8311 + dc84e0f commit f760397
Show file tree
Hide file tree
Showing 768 changed files with 1,393 additions and 677 deletions.
14 changes: 7 additions & 7 deletions app/Http/Controllers/LabelsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@ public function show(string $labelName)
$exampleAsset->status_id = 1;

$exampleAsset->company = new Company([
'name' => 'Test Company Limited',
'name' => trans('admin/labels/table.example_company'),
'phone' => '1-555-555-5555',
'email' => '[email protected]',
]);

$exampleAsset->setRelation('assignedTo', new User(['first_name' => 'Luke', 'last_name' => 'Skywalker']));
$exampleAsset->defaultLoc = new Location(['name' => 'Building 1', 'phone' => '1-555-555-5555']);
$exampleAsset->location = new Location(['name' => 'Building 2', 'phone' => '1-555-555-5555']);
$exampleAsset->defaultLoc = new Location(['name' => trans('admin/labels/table.example_defaultloc'), 'phone' => '1-555-555-5555']);
$exampleAsset->location = new Location(['name' => trans('admin/labels/table.example_location'), 'phone' => '1-555-555-5555']);

$exampleAsset->model = new AssetModel();
$exampleAsset->model->id = 999999;
$exampleAsset->model->name = 'Test Model';
$exampleAsset->model->name = trans('admin/labels/table.example_model');
$exampleAsset->model->model_number = 'MDL5678';
$exampleAsset->model->manufacturer = new Manufacturer();
$exampleAsset->model->manufacturer->id = 999999;
$exampleAsset->model->manufacturer->name = 'Test Manufacturing Inc.';
$exampleAsset->model->manufacturer->name = trans('admin/labels/table.example_manufacturer');
$exampleAsset->model->manufacturer->support_email = '[email protected]';
$exampleAsset->model->manufacturer->support_phone = '1-555-555-5555';
$exampleAsset->model->manufacturer->support_url = 'https://example.com';
$exampleAsset->supplier = new Supplier(['name' => 'Test Company Limited']);
$exampleAsset->supplier = new Supplier(['name' => trans('admin/labels/table.example_company')]);
$exampleAsset->model->category = new Category();
$exampleAsset->model->category->id = 999999;
$exampleAsset->model->category->name = 'Test Category';
$exampleAsset->model->category->name = trans('admin/labels/table.example_category');

$settings = Setting::getSettings();
if (request()->has('settings')) {
Expand Down
1 change: 1 addition & 0 deletions app/Models/LicenseSeat.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public function scopeOrderDepartments($query, $order)
{
return $query->leftJoin('users as license_seat_users', 'license_seats.assigned_to', '=', 'license_seat_users.id')
->leftJoin('departments as license_user_dept', 'license_user_dept.id', '=', 'license_seat_users.department_id')
->whereNotNull('license_seats.assigned_to')
->orderBy('license_user_dept.name', $order);
}
}
2 changes: 2 additions & 0 deletions resources/lang/af-ZA/admin/companies/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
return array(
'companies' => 'maatskappye',
'create' => 'Skep maatskappy',
'email' => 'Company Email',
'title' => 'maatskappy',
'phone' => 'Company Phone',
'update' => 'Update Company',
'name' => 'maatskappynaam',
'id' => 'ID',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/af-ZA/admin/hardware/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'depreciation' => 'waardevermindering',
'depreciates_on' => 'Depresiate On',
'default_location' => 'Verstek Ligging',
'default_location_phone' => 'Default Location Phone',
'eol_date' => 'EOL Datum',
'eol_rate' => 'EOL-tarief',
'expected_checkin' => 'Verwagte tjekdatum',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/af-ZA/admin/hardware/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

'asset_tag' => 'Bate-tag',
'asset_model' => 'model',
'assigned_to' => 'Toevertrou aan',
'book_value' => 'Current Value',
'change' => 'In uit',
'checkout_date' => 'Checkout Datum',
Expand Down
8 changes: 7 additions & 1 deletion resources/lang/af-ZA/admin/labels/table.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

return [

'example_company' => 'Test Company Limited',
'example_defaultloc' => 'Building 1',
'example_category' => 'Test Category',
'example_location' => 'Building 2',
'example_manufacturer' => 'Test Manufacturing Inc.',
'example_model' => 'Test Model',
'example_supplier' => 'Test Company Limited',
'labels_per_page' => 'Labels',
'support_fields' => 'Fields',
'support_asset_tag' => 'tag',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/af-ZA/admin/locations/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'asset_checked_out' => 'Gekontroleer',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'datum:',
'phone' => 'Location Phone',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/af-ZA/admin/manufacturers/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return array(

'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.apple.com/{LOCALE}/{SERIAL}.',
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'Vervaardiger bestaan ​​nie.',
'assoc_users' => 'Hierdie vervaardiger word tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie vervaardiger te gebruik nie en probeer weer.',

Expand Down
1 change: 0 additions & 1 deletion resources/lang/af-ZA/admin/manufacturers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
'support_url' => 'Ondersteunings-URL',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => 'Update Fabrikant',
'url' => 'URL',

);
1 change: 0 additions & 1 deletion resources/lang/af-ZA/admin/suppliers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'state' => 'staat',
'suppliers' => 'Verskaffers',
'update' => 'Update Verskaffer',
'url' => 'URL',
'view' => 'Kyk verskaffer',
'view_assets_for' => 'Bekyk bates vir',
'zip' => 'Poskode',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/af-ZA/auth/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'remember_me' => 'Onthou my',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
'google_login' => 'Or login with Google Workspace',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',

];
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/af-ZA/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,7 @@
'action_permission_generic' => 'You do not have permission to :action this :item_type',
'edit' => 'wysig',
'action_source' => 'Action Source',
'or' => 'or',
'url' => 'URL',

];
2 changes: 1 addition & 1 deletion resources/lang/af-ZA/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'url' => 'Die: Attribuutformaat is ongeldig.',
'unique_undeleted' => 'Die: Attribuut moet uniek wees.',
'non_circular' => 'The :attribute must not create a circular reference.',
'not_array' => ':atribute harus array.',
'not_array' => ':attribute cannot be an array.',
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
'letters' => 'Password must contain at least one letter.',
'numbers' => 'Password must contain at least one number.',
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/am-ET/admin/companies/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
return array(
'companies' => 'Companies',
'create' => 'Create Company',
'email' => 'Company Email',
'title' => 'Company',
'phone' => 'Company Phone',
'update' => 'Update Company',
'name' => 'Company Name',
'id' => 'ID',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/am-ET/admin/hardware/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'depreciation' => 'Depreciation',
'depreciates_on' => 'Depreciates On',
'default_location' => 'Default Location',
'default_location_phone' => 'Default Location Phone',
'eol_date' => 'EOL Date',
'eol_rate' => 'EOL Rate',
'expected_checkin' => 'Expected Checkin Date',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/am-ET/admin/hardware/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

'asset_tag' => 'የንብረት መለያ',
'asset_model' => 'ሞዴል',
'assigned_to' => 'Assigned To',
'book_value' => 'Current Value',
'change' => 'In/Out',
'checkout_date' => 'Checkout Date',
Expand Down
8 changes: 7 additions & 1 deletion resources/lang/am-ET/admin/labels/table.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

return [

'example_company' => 'Test Company Limited',
'example_defaultloc' => 'Building 1',
'example_category' => 'Test Category',
'example_location' => 'Building 2',
'example_manufacturer' => 'Test Manufacturing Inc.',
'example_model' => 'Test Model',
'example_supplier' => 'Test Company Limited',
'labels_per_page' => 'Labels',
'support_fields' => 'Fields',
'support_asset_tag' => 'Tag',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/am-ET/admin/locations/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'asset_checked_out' => 'Checked Out',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'Date:',
'phone' => 'Location Phone',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/am-ET/admin/manufacturers/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return array(

'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.apple.com/{LOCALE}/{SERIAL}.',
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'Manufacturer does not exist.',
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',

Expand Down
1 change: 0 additions & 1 deletion resources/lang/am-ET/admin/manufacturers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
'support_url' => 'Support URL',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => 'Update Manufacturer',
'url' => 'URL',

);
1 change: 0 additions & 1 deletion resources/lang/am-ET/admin/suppliers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'state' => 'State',
'suppliers' => 'Suppliers',
'update' => 'Update Supplier',
'url' => 'URL',
'view' => 'View Supplier',
'view_assets_for' => 'View Assets for',
'zip' => 'Postal Code',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/am-ET/auth/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
'google_login' => 'Or login with Google Workspace',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',

];
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/am-ET/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,7 @@
'action_permission_generic' => 'You do not have permission to :action this :item_type',
'edit' => 'edit',
'action_source' => 'Action Source',
'or' => 'or',
'url' => 'URL',

];
2 changes: 1 addition & 1 deletion resources/lang/am-ET/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'url' => 'The :attribute format is invalid.',
'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.',
'not_array' => ':atribute harus array.',
'not_array' => ':attribute cannot be an array.',
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
'letters' => 'Password must contain at least one letter.',
'numbers' => 'Password must contain at least one number.',
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/ar-SA/admin/companies/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
return array(
'companies' => 'الشركات',
'create' => 'إنشاء شركة',
'email' => 'البريد الإلكتروني للشركة',
'title' => 'شركة',
'phone' => 'هاتف الشركة',
'update' => 'تحديث الشركة',
'name' => 'إسم الشركة',
'id' => 'رقم التعريف',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/ar-SA/admin/hardware/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'depreciation' => 'الاستهلاك',
'depreciates_on' => 'ينتهي الاستهلاك في',
'default_location' => 'الموقع الافتراضي',
'default_location_phone' => 'هاتف الموقع الافتراضي',
'eol_date' => 'تاريخ نهاية العمر',
'eol_rate' => 'معدل انتهاء العمر',
'expected_checkin' => 'تاريخ الادخال المتوقع',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/ar-SA/admin/hardware/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

'asset_tag' => 'ترميز الأصل',
'asset_model' => 'الموديل',
'assigned_to' => 'تعيين إلى',
'book_value' => 'القيمة الحالية',
'change' => 'ادخال \\ اخراج',
'checkout_date' => 'تاريخ الاخراج',
Expand Down
8 changes: 7 additions & 1 deletion resources/lang/ar-SA/admin/labels/table.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

return [

'example_company' => 'شركة اختبار محدودة',
'example_defaultloc' => 'المبنى 1',
'example_category' => 'اختبار الفئة',
'example_location' => 'المبنى 2',
'example_manufacturer' => 'شركة اختبار التصنيع.',
'example_model' => 'اختبار الموديل',
'example_supplier' => 'شركة اختبار محدودة',
'labels_per_page' => 'التسميات',
'support_fields' => 'حقول',
'support_asset_tag' => 'الترميز',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/ar-SA/admin/locations/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'asset_checked_out' => 'الاخراج',
'asset_expected_checkin' => 'تاريخ الادخال المتوقع',
'date' => 'التاريخ:',
'phone' => 'هاتف الموقع',
'signed_by_asset_auditor' => 'موقعة من قبل (مراجع الأصل):',
'signed_by_finance_auditor' => 'موقعة من قبل (مراجع الحسابات المالي):',
'signed_by_location_manager' => 'توقيع بواسطة (مدير الموقع):',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/ar-SA/admin/manufacturers/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return array(

'support_url_help' => 'المتغيرات <code>{LOCALE}</code>، <code>{SERIAL}</code>، <code>{MODEL_NUMBER}</code>، و <code>{MODEL_NAME}</code> قد يستخدم في عنوان URL الخاص بك للحصول على هذه القيم للتعبئة التلقائية عند عرض الأصول-على سبيل المثال https://support. pple.com/{LOCALE}/{SERIAL}.',
'support_url_help' => 'المتغيرات <code>{LOCALE}</code>، <code>{SERIAL}</code>، <code>{MODEL_NUMBER}</code>، و <code>{MODEL_NAME}</code> قد يستخدم في عنوان URL الخاص بك للحصول على هذه القيم للتعبئة التلقائية عند عرض الأصول - على سبيل المثال https://checkcoverage. pple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'الشركة المصنعة غير موجودة.',
'assoc_users' => 'هذه الشركة المصنعة مرتبطة حاليا مع موديل واحد على الأقل وبالتالي لا يمكن حذفها. يرجى تحديث الموديلات الخاصة بك بحيث لا تشير لهذه الشركة المصنعة وحاول مرة أخرى. ',

Expand Down
1 change: 0 additions & 1 deletion resources/lang/ar-SA/admin/manufacturers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
'support_url' => 'رابط الدعم التقني',
'warranty_lookup_url' => 'رابط البحث عن الضمان',
'update' => 'تحديث الشركة المصنعة',
'url' => 'الرابط',

);
1 change: 0 additions & 1 deletion resources/lang/ar-SA/admin/suppliers/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'state' => 'الحالة',
'suppliers' => 'الموردون',
'update' => 'تحديث المورد',
'url' => 'الرابط',
'view' => 'مشاهدة المورد',
'view_assets_for' => 'عرض الأصول لـ',
'zip' => 'الرمز البريدي',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/ar-SA/auth/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'remember_me' => 'تذكرني',
'username_help_top' => 'أدخل اسم المستخدم الخاص بك <strong></strong> ليتم إرسال رابط إعادة تعيين كلمة المرور إلى البريد الإلكتروني.',
'username_help_bottom' => 'قد يكون اسم المستخدم وعنوان البريد الإلكتروني الخاصين بك متماثلين، ولكن قد لا يكونا كذلك، بناءً على الإعدادات الخاصة بك. إذا كنت لا تستطيع تذكر اسم المستخدم الخاص بك، اتصل بالمسؤول. لن يتم إرسال رابط إعادة تعيين كلمة المرور عبر البريد الإلكتروني إلى أسماء المستخدمين التي لا تحتوي على عنوان بريد إلكتروني مرتبط بها ',
'google_login' => 'أو تسجيل الدخول باستخدام مساحة عمل جوجل',
'google_login' => 'تسجيل الدخول باستخدام مساحة عمل جوجل',
'google_login_failed' => 'فشل تسجيل دخول جوجل، الرجاء المحاولة مرة أخرى.',

];
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/ar-SA/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,7 @@
'action_permission_generic' => 'ليس لديك الإذن لـ :action هذا :item_type',
'edit' => 'تعديل',
'action_source' => 'مصدر العمل',
'or' => 'أو',
'url' => 'URL',

];
26 changes: 13 additions & 13 deletions resources/lang/ar-SA/localizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'bg-BG'=> 'البلغاري',
'zh-CN'=> 'الصينية المبسطة',
'zh-TW'=> 'الصينية التقليدية',
'ca-ES' => 'Catalan',
'ca-ES' => 'الكاتالونية',
'hr-HR'=> 'الكرواتية',
'cs-CZ'=> 'التشيكية',
'da-DK'=> 'الدانماركية',
Expand All @@ -31,15 +31,15 @@
'id-ID'=> 'الإندونيسية',
'ga-IE'=> 'الأيرلندية',
'it-IT'=> 'الإيطالية',
'ja-JP'=> 'يابانية',
'ja-JP'=> 'اليابانية',
'km-KH'=>'Khmer',
'ko-KR'=> 'الكورية',
'lt-LT'=>'ليتوانية',
'lv-LV'=> 'لاتفيا',
'mk-MK'=> 'مقدونية',
'lt-LT'=>'اليتوانية',
'lv-LV'=> 'اللاتفية',
'mk-MK'=> 'المقدونية',
'ms-MY'=> 'الملايو',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'منغولي',
'mn-MN'=> 'المنغولية',
'no-NO'=> 'النرويجية',
'fa-IR'=> 'الفارسية',
'pl-PL'=> 'البولندية',
Expand All @@ -48,21 +48,21 @@
'ro-RO'=> 'الرومانية',
'ru-RU'=> 'الروسية',
'sr-CS' => 'Serbian (Latin)',
'sk-SK'=> 'Slovak',
'sl-SI'=> 'Slovenian',
'sk-SK'=> 'السلوفاكية',
'sl-SI'=> 'السلوفينية',
'es-ES'=> 'الإسبانية',
'es-CO'=> 'الإسبانية، كولومبيا',
'es-MX'=> 'الإسبانية، المكسيك',
'es-VE'=> 'الإسبانية، فنـزويلا',
'sv-SE'=> 'السويدية',
'tl-PH'=> 'Tagalog',
'ta-IN'=> 'Tamil',
'tl-PH'=> 'لغة التاجالوج',
'ta-IN'=> 'التاميلية',
'th-TH'=> 'التايلندية',
'tr-TR'=> 'تركية',
'tr-TR'=> 'التركية',
'uk-UA'=> 'الأوكرانية',
'vi-VN'=> 'Vietnamese',
'vi-VN'=> 'الفيتنامية',
'cy-GB'=> 'الويلزية',
'zu-ZA'=> 'Zulu',
'zu-ZA'=> 'الزولو',
],

'select_country' => 'اختر دولة',
Expand Down
Loading

0 comments on commit f760397

Please sign in to comment.