Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated language strings #14161

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
2 changes: 1 addition & 1 deletion resources/lang/ar-SA/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'url' => 'ان تنسيق :attribute غير صالح.',
'unique_undeleted' => ':attribute يجب ان تكون فريدة.',
'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.',
'not_array' => ':atribute harus array.',
'not_array' => ':attribute لا يمكن أن يكون مصفوف.',
'disallow_same_pwd_as_user_fields' => 'كلمة المرور لا يمكن أن تكون نفس اسم المستخدم.',
'letters' => 'يجب أن تحتوي كلمة المرور على حرف واحد على الأقل.',
'numbers' => 'يجب أن تحتوي كلمة المرور على رقم واحد على الأقل.',
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/bg-BG/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' => 'Company Email',
'title' => 'Компания',
'phone' => 'Company Phone',
'update' => 'Редакция на комания',
'name' => 'Име на компания',
'id' => 'ID',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/bg-BG/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' => 'Default Location Phone',
'eol_date' => 'EOL дата',
'eol_rate' => 'EOL съотношение',
'expected_checkin' => 'Очаквана дата на вписване',
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/bg-BG/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 All @@ -24,7 +25,7 @@
'image' => 'Изображение на устройството',
'days_without_acceptance' => 'Дни без да е предаден',
'monthly_depreciation' => 'Месечна Амортизация',
'assigned_to' => 'Предоставен на',
'assigned_to' => 'Възложени на',
'requesting_user' => 'Изискан от',
'requested_date' => 'Дата на заявката',
'changed' => 'Променен',
Expand Down
Loading
Loading