Merge pull request #12323 from snipe/translations/updated_strings

Updated language strings
This commit is contained in:
snipe 2023-01-09 11:10:19 -08:00 committed by GitHub
commit e1263155b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
525 changed files with 3226 additions and 2111 deletions

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Departement bestaan nie.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Hierdie afdeling word tans geassosieer met minstens een gebruiker en kan nie verwyder word nie. Dateer asseblief u gebruikers op om nie meer hierdie departement te verwys nie en probeer weer.',
'create' => array(
'error' => 'Departement is nie geskep nie, probeer asseblief weer.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Hierdie ligging is tans gekoppel aan ten minste een gebruiker en kan nie uitgevee word nie. Dateer asseblief u gebruikers op om nie meer hierdie ligging te verwys nie en probeer weer.',
'assoc_assets' => 'Hierdie ligging is tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie ligging te verwys nie en probeer weer.',
'assoc_child_loc' => 'Hierdie ligging is tans die ouer van ten minste een kind se plek en kan nie uitgevee word nie. Werk asseblief jou liggings by om nie meer hierdie ligging te verwys nie en probeer weer.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Bate ID\'s',
'audit_interval' => 'Ouditinterval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Oudit Waarskuwing Drempel',
'audit_warning_days_help' => 'Hoeveel dae vooruit moet ons u waarsku wanneer bates verskuldig is vir ouditering?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Weergawe',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Een of meer van jou lêers is te groot of is \'n filetipe wat nie toegelaat word nie. Toegelate filetipes is png, gif, jpg, doc, docx, pdf en txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'admin',
'administrator' => 'Administrator',
'add_seats' => 'Bykomende sitplekke',
'age' => "Age",
'all_assets' => 'Alle bates',
'all' => 'Almal',
'archived' => 'argief',
@ -280,6 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'zip',
'noimage' => 'Geen prent opgelaai of prent nie gevind nie.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Jou vormsessie het verval. Probeer asseblief weer.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Die: Attribuut moet \'n lêer wees.',
'filled' => 'Die: Attribuut veld moet \'n waarde hê.',
'image' => 'Die: kenmerk moet \'n beeld wees.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Die gekose: attribuut is ongeldig.',
'in_array' => 'Die: attribuut veld bestaan nie in: ander.',
'integer' => 'Die: Attribuut moet \'n heelgetal wees.',
'ip' => 'Die: Attribuut moet \'n geldige IP-adres wees.',
'ipv4' => 'Die: Attribuut moet \'n geldige IPv4-adres wees.',
'ipv6' => 'Die: Attribuut moet \'n geldige IPv6-adres wees.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Die: Attribuut moet \'n geldige JSON-string wees.',
'max' => [
'numeric' => 'Die: Attribuut mag nie groter wees as: maksimum.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Department does not exist.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
'create' => array(
'error' => 'Department was not created, please try again.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Audit Interval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Added seats',
'age' => "Age",
'all_assets' => 'All Assets',
'all' => 'All',
'archived' => 'Archived',
@ -280,6 +281,9 @@ return [
'yes' => 'Yes',
'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
'image' => 'The :attribute must be an image.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'يجب أن تكون هذه القيمة فريدة من نوعها عبر جميع الأصول',
'unique' => 'غير مكرر',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'القسم الاداري غير موجود.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'هذا القسم الإداري مرتبط حاليا مع مستخدم واحد على الأقل ولا يمكن حذفه. الرجاء تحديث تفاصيل المستخدمين حيث لا تحتوي هذا القسم وحاول مرة أخرى. ',
'create' => array(
'error' => 'لم يتم إنشاء القسم الإداري، الرجاء المحاولة مرة أخرى.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'هذا الموقع مرتبط حاليا بمستخدم واحد على الأقل ولا يمكن حذفه. يرجى تحديث المستخدمين لم يعد يشيروا إلى هذا الموقع ثم أعد المحاولة. ',
'assoc_assets' => 'هذا الموقع مرتبط حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة. ',
'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'التحقق من هذا المربع سيسمح للمستخدم باستخدام مظهر واجهة المستخدم بمظهر آخر.',
'asset_ids' => 'ارقام تعريف الاصول',
'audit_interval' => 'مدة التدقيق',
'audit_interval_help' => 'إذا كان مطلوبا منك التدقيق المادي بانتظام في الأصول الخاصة بك، قم بإدخال الفاصل الزمني بالأشهر التي تستخدمها. إذا قمت بتحديث هذه القيمة، كل "تواريخ المراجعة التالية" للأصول مع تاريخ مراجعة الحسابات المقبل.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'عتبة تحذير التدقيق',
'audit_warning_days_help' => 'كم يوما مقدما يجب أن نحذركم عندما تكون الأصول مستحقة للتدقيق؟',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'الشعارات المربعة تبدو أفضل - سيتم عرضها في أعلى يمين كل ملصق أصل. ',
'laravel' => 'نسخة لارافيل',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'تم إرسال رابط إعادة تعيين كلمة المرور للمستخدمين المحددين الذين تم تفعيلهم ولديهم عناوين بريد إلكتروني صالحة.',
'password_reset_sent' => 'تم إرسال رابط إعادة تعيين كلمة المرور إلى البريد الإلكتروني!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و دوك و دوك و بدف و تكست.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'الإدارة',
'administrator' => 'المدير',
'add_seats' => 'المقاعد المضافة',
'age' => "Age",
'all_assets' => 'كل الأصول',
'all' => 'الكل',
'archived' => 'مؤرشفة',
@ -280,6 +281,9 @@ return [
'yes' => 'نعم',
'zip' => 'الرمز البريدي',
'noimage' => 'لم يتم تحميل أي صورة أو صورة لم يتم العثور عليها.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'انتهت صلاحية جلسة النموذج. حاول مرة اخرى.',
'login_enabled' => 'تسجيل الدخول مفعل',
'audit_due' => 'الواجب مراجعته',

View file

@ -43,12 +43,14 @@ return [
'file' => 'يجب أن تكون :attribute ملف.',
'filled' => 'يجب أن يحتوي :attribute على قيمة.',
'image' => 'يجب أن تكون :attribute صورة.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => ':attribute المحدد غير صالح.',
'in_array' => ':attribute غير موجود في :other.',
'integer' => 'يجب أن تكون :attribute عدد صحيح.',
'ip' => 'يجب أن تكون :attribute عنوان IP صالحا.',
'ipv4' => 'يجب أن تكون :attribute عنوان IPv4 صالحا.',
'ipv6' => 'يجب أن تكون :attribute عنوان IPv6 صالح.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'يجب أن يكون :attribute نص جسون JSON صالح.',
'max' => [
'numeric' => 'يجب ان يكون :attribute أكبر من :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Департаментът не съществува.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.',
'create' => array(
'error' => 'Отделът не е създаден, моля, опитайте отново.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.',
'asset_ids' => 'ID на активи',
'audit_interval' => 'Одитен интервал',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Праг за предупреждение за одит',
'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Квадратните логота изглеждат най-добре - ще бъдат показани в горния десен ъгъл на всеки артикулен етикет. ',
'laravel' => 'Версия на Laravel',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'Избраните потребители, които са активирани и имат валиден е-майл адрес им беше изпратен линк за смяна на парола.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Един или повече файлове са твърде големи или с неразрешен тип. Разрешените типове файлове са png, gif, jpg, doc, docx, pdf, и txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Администриране',
'administrator' => 'Администратор',
'add_seats' => 'Добавени работни места',
'age' => "Age",
'all_assets' => 'Всички активи',
'all' => 'Всички',
'archived' => 'Архивирани',
@ -26,7 +27,7 @@ return [
'audit' => 'проверка',
'audit_report' => 'Отчет за одита',
'assets' => 'Активи',
'assigned_to' => 'Assigned to :name',
'assigned_to' => 'Активи предадени на :name',
'avatar_delete' => 'Изтриване на аватар',
'avatar_upload' => 'Качване на аватар',
'back' => 'Назад',
@ -36,7 +37,7 @@ return [
'bulk_checkout' => 'Общо отписване',
'bulk_edit' => 'Групово редактиране',
'bulk_delete' => 'Групово изтриване',
'bulk_actions' => 'Bulk Actions',
'bulk_actions' => 'Пакетни действия',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
'bystatus' => 'по Статус',
'cancel' => 'Отказ',
@ -280,6 +281,9 @@ return [
'yes' => 'Да',
'zip' => 'Пощенски код',
'noimage' => 'Липсва изображение или не е качено.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Вашата сесия за формуляр изтече. Моля опитайте отново.',
'login_enabled' => 'Разрешен вход',
'audit_due' => 'За Одит',
@ -292,7 +296,7 @@ return [
'clear_signature' => 'Изчисти подписа',
'show_help' => 'Покажи помощта',
'hide_help' => 'Скрий помощта',
'view_all' => 'view all',
'view_all' => 'виж всички',
'hide_deleted' => 'Hide Deleted',
'email' => 'Email',
'do_not_change' => 'Do Not Change',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Атрибутът: трябва да е файл.',
'filled' => 'Полето на атрибута: трябва да има стойност.',
'image' => ':attribute трябва да бъде изображение.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Избраният :attribute е невалиден.',
'in_array' => 'Полето: atribut не съществува в: други.',
'integer' => ':attribute трябва да бъде целочислен.',
'ip' => ':attribute трябва да бъде валиден IP адрес.',
'ipv4' => 'Атрибутът: трябва да е валиден IPv4 адрес.',
'ipv6' => 'Атрибутът: трябва да е валиден IPv6 адрес.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Атрибутът: трябва да е валиден низ на JSON.',
'max' => [
'numeric' => ':attribute не може да бъде по-дълъг от :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Department does not exist.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
'create' => array(
'error' => 'Department was not created, please try again.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Audit Interval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Administrador',
'administrator' => 'Administrador',
'add_seats' => 'Added seats',
'age' => "Age",
'all_assets' => 'Tots els Recursos',
'all' => 'Tots',
'archived' => 'Arxivat',
@ -280,6 +281,9 @@ return [
'yes' => 'Yes',
'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
'image' => 'The :attribute must be an image.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unikátní',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Oddělení neexistuje.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Toto oddělení je momentálně přiřazeno alespoň jednomu uživateli a nelze jej smazat. Aktualizujte své uživatele tak, aby již neodkázali na toto oddělení a zkuste to znovu.',
'create' => array(
'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Toto umístění je spojeno s alespoň jedním uživatelem a nemůže být smazáno. Aktualizujte uživatele aby nenáleželi k tomuto umístění a zkuste to znovu. ',
'assoc_assets' => 'Toto umístění je spojeno s alespoň jedním majetkem a nemůže být smazáno. Aktualizujte majetky tak aby nenáleželi k tomuto umístění a zkuste to znovu. ',
'assoc_child_loc' => 'Toto umístění je nadřazené alespoň jednomu umístění a nelze jej smazat. Aktualizujte své umístění tak, aby na toto umístění již neodkazovalo a zkuste to znovu. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Zaškrtnutí tohoto políčka umožní uživateli přepsat vzhled uživatelského rozhraní jiným.',
'asset_ids' => 'ID majetku',
'audit_interval' => 'Interval auditu',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Prah výstrahy auditu',
'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Verze Laravel',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'Vybraným uživatelům, kteří jsou aktivováni a mají platné e-mailové adresy, byl zaslán odkaz pro obnovení hesla.',
'password_reset_sent' => 'Odkaz pro obnovení hesla byl odeslán na :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Jeden nebo více označených souborů je příliš velkých nebo nejsou podporované. Povolenými příponami jsou png, gif, jpg, doc, docx, pdf a txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Správce',
'add_seats' => 'Přidaná licenční místa',
'age' => "Age",
'all_assets' => 'Všechna zařízení',
'all' => 'Vše',
'archived' => 'Archivováno',
@ -280,6 +281,9 @@ return [
'yes' => 'Ano',
'zip' => 'PSČ',
'noimage' => 'Obrázek nebyl nahrán, nebo nebyl nalezen.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Platnost relace formuláře vypršela. Prosím zkuste to znovu.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Atribut: musí být soubor.',
'filled' => 'Pole atributu: musí mít hodnotu.',
'image' => ':attribute musí být obrázek.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Zvolený :attribute je neplatný.',
'in_array' => 'Pole atributu neexistuje v: jiné.',
'integer' => ':attribute musí být celočíselný.',
'ip' => ':attribute musí být platná IP adresa.',
'ipv4' => 'Atribut: musí mít platnou adresu IPv4.',
'ipv6' => 'Atribut: musí být platná adresa IPv6.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Atribut: musí být platný řetězec JSON.',
'max' => [
'numeric' => ':attribute nesmí být větší než :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Nid yw\'r adran yn bodoli.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Mae\'r adran yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at yr adran yma ac yna ceisiwch eto. ',
'create' => array(
'error' => 'Ni crewyd yr adran, ceisiwch eto o. g. y. dd.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Rhifau Unigryw Asedau',
'audit_interval' => 'Cyfnod Awdit',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Trothwy Rhybuddio Awdit',
'audit_warning_days_help' => 'Sawl diwrnod o flaen llaw ddylswn rhybuddio chi o asedau sydd angen awdit?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Fersiwn Laravel',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Gweinyddol',
'administrator' => 'Gweinyddwr',
'add_seats' => 'Seddi wedi\'i ychwanegu',
'age' => "Age",
'all_assets' => 'Holl asedau',
'all' => 'Pob',
'archived' => 'Archifwyd',
@ -280,6 +281,9 @@ return [
'yes' => 'Ie',
'zip' => 'Côd Post',
'noimage' => 'Dim delwedd wedi\'i uwchlwytho neu delwedd heb ei darganfod.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Mae eich sesiwn wedi dod i ben. Mewngofnodwch eto os gwelwch yn dda.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Rhaid i\'r :attribute bod yn ffeil.',
'filled' => 'Rhaid i\'r maes :attribute cael gwerth.',
'image' => 'Rhaid i\'r :attribute bod yn delwedd.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Mae\'r :attribute a dewisir yn annilys.',
'in_array' => 'Nid yw\'r maes :attribute yn bodoli yn :other.',
'integer' => 'Rhaid i\'r :attribute bod yn cyfanrif.',
'ip' => 'Rhaid i\'r :attribute bod yn cyfeiriad IP dilys.',
'ipv4' => 'Rhaid i\'r :attribute bod yn cyfeiriad IPv4 dilys.',
'ipv6' => 'Rhaid i\'r :attribute bod yn cyfeiriad IPv6 dilys.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Rhaid i\'r :attribute bod yn llinyn JSON dilys.',
'max' => [
'numeric' => 'Ni ellir :attribute bod yn fwy na :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Afdeling findes ikke.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Denne afdeling er i øjeblikket knyttet til mindst én bruger og kan ikke slettes. Opdater venligst dine brugere for at ikke længere referere til denne afdeling, og prøv igen. ',
'create' => array(
'error' => 'Afdelingen blev ikke oprettet, prøve igen.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Denne placering er i øjeblikket forbundet med mindst en bruger og kan ikke slettes. Opdater dine brugere for ikke længere at henvise til denne placering, og prøv igen.',
'assoc_assets' => 'Denne placering er i øjeblikket forbundet med mindst ét aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne placering, og prøv igen.',
'assoc_child_loc' => 'Denne placering er for øjeblikket forælder på mindst et barns placering og kan ikke slettes. Opdater dine placeringer for ikke længere at henvise til denne placering, og prøv igen.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Afkrydsning her giver brugeren afgang til at overskrive UI skin med et andet skin.',
'asset_ids' => 'Aktiv-id\'er',
'audit_interval' => 'Revisionsinterval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'Hvor mange dage i forvejen skal vi advare dig, når aktiver skal betales for revision?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Firkantede logoer ser bedst ud - vil blive vist øverst til højre på hver aktiv etiket. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'De valgte brugere, der er aktiveret og har en gyldig e-mail-adresser, har fået tilsendt et link til nulstilling af adgangskode.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'En eller flere af dine filer er for store eller er en filtype, der ikke er tilladt. Tilladte filtyper er png, gif, jpg, doc, docx, pdf og txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Tilføjede pladser',
'age' => "Age",
'all_assets' => 'Alle aktiver',
'all' => 'Alle',
'archived' => 'Arkiveret',
@ -280,6 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Postnummer',
'noimage' => 'Intet billede uploadet eller billede ikke fundet.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Din form session er udløbet. Prøv igen.',
'login_enabled' => 'Login aktiveret',
'audit_due' => 'Forfalder til tilsyn',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Attributten skal være en fil.',
'filled' => 'Attributfeltet skal have en værdi.',
'image' => ':attribute skal være et billede.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Det valgte :attribute er ugyldigt.',
'in_array' => 'Attributfeltet findes ikke i: andet.',
'integer' => ':attribute skal være et heltal.',
'ip' => ':attribute skal være en gyldig IP adresse.',
'ipv4' => 'Attributten skal være en gyldig IPv4-adresse.',
'ipv6' => 'Attributten skal være en gyldig IPv6-adresse.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Attributten skal være en gyldig JSON-streng.',
'max' => [
'numeric' => ':attribute må ikke overstige :max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern als <code>:db_column</code> sollte aber <code>:expected</code> sein.',
'is_unique' => 'Dieser Wert muss für jedes Asset einzigartig sein',
'unique' => 'Einzigartig',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Diese Abteilung existiert nicht.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Diese Abteilung ist im Moment mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer aktualisieren und erneut versuchen. ',
'create' => array(
'error' => 'Abteilung wurde nicht erstellt. Bitte versuche es erneut.',

View file

@ -6,7 +6,7 @@ return [
'bulk_delete_warn' => 'Du bist im Begriff :asset_count Assets zu löschen.',
'bulk_update' => 'Massenaktualisierung von Assets',
'bulk_update_help' => 'Diese Eingabemaske erlaubt Dir die Aktualisierung von mehreren Assets zugleich. Fülle die Felder aus, die Du ändern möchtest. Alle leeren Felder bleiben unverändert. ',
'bulk_update_warn' => 'Sie sind dabei, die Eigenschaften eines einzelnen Assets zu bearbeiten. |Sie sind dabei, die Eigenschaften von :asset_count Assets zu bearbeiten.',
'bulk_update_warn' => 'Du bearbeitest die Eigenschaften eines Assets.|Du bearbeitest die Eigenschaften von :asset_count Assets.',
'checkedout_to' => 'Herausgegeben an',
'checkout_date' => 'Herausgabedatum',
'checkin_date' => 'Rücknahmedatum',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Dieser Standort ist mindestens einem Benutzer zugewiesen und kann nicht gelöscht werden. Bitte entferne die Standortzuweisung bei den jeweiligen Benutzern und versuche erneut, diesen Standort zu entfernen. ',
'assoc_assets' => 'Dieser Standort ist mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entferne die Standortzuweisung bei den jeweiligen Gegenständen und versuche erneut, diesen Standort zu entfernen. ',
'assoc_child_loc' => 'Dieser Standort ist mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte aktualisiere Deine Standorte, so dass dieser Standort nicht mehr verknüpft ist, und versuche es erneut. ',
'assigned_assets' => 'Zugeordnete Assets',
'current_location' => 'Aktueller Standort',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Wenn Du dieses Kästchen aktivierst, kann ein Benutzer das Design mit einem anderen überschreiben.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall',
'audit_interval_help' => 'Wenn Du verpflichtet bist, Deine Assets regelmäßig physisch zu überprüfen, gib den Intervall in Monaten an. Wenn Du diesen Wert aktualisierst, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit-Warnschwelle',
'audit_warning_days_help' => 'Wie viele Tage im Voraus sollen wir Dich warnen, wenn Assets zur Prüfung fällig werden?',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Quadratische Logos sehen am besten aus und werden rechts oben auf jedem Asset-Label angezeigt. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Standard-Berechtigungsgruppe',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Zertifikat',
@ -109,7 +111,7 @@ return [
'ldap_auth_filter_query' => 'LDAP-Authentifizierungsabfrage',
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Aktiv-Markierung',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
'ldap_activated_flag_help' => 'Dieser Wert wird benutzt um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. <strong> Items können unabhängig von ihm zum Nutzer zugewiesen werden</strong>. Der Wert sollte der <strong>Attributname</strong> im AD/LDAP sein <strong>und nicht der Wert</strong>.<br><br>Wenn diesem Feld ein Name zugewiesen wird, der im AD/LDAP nicht existiert bzw. der Wert im AD/LDAP <code>0</code> oder <code>false</code> ist <strong> wird der Nutzerlogin deaktiviert</strong>. Ist der Wert im AD\\LDAP <code>1</code> oder <code>true</code> oder <em>jeder beliebige andere Text</em> dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das <code>userAccountControl</code> Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
'ldap_emp_num' => 'LDAP Mitarbeiternummer',
'ldap_email' => 'LDAP E-Mail',
'ldap_test' => 'LDAP testen',
@ -176,7 +178,7 @@ return [
'saml_idp_metadata_help' => 'Du kannst die IdP-Metadaten über eine URL oder XML-Datei angeben.',
'saml_attr_mapping_username' => 'Zuordnung - Benutzername',
'saml_attr_mapping_username_help' => 'NamensID wird verwendet, wenn Attribute nicht angegeben oder ungültig sind.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin_label' => 'SAML Login erzwingen',
'saml_forcelogin' => 'SAML zum primären Login machen',
'saml_forcelogin_help' => 'Verwende \'/login?nosaml\' um zur normalen Anmeldeseite zu gelangen.',
'saml_slo_label' => 'SAML Abmeldung',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'Den ausgewählten Benutzern, die aktiviert sind und eine gültige E-Mail-Adresse haben, wurde ein Link zum Zurücksetzen des Passworts gesendet.',
'password_reset_sent' => 'Der Link zum Zurücksetzen des Passworts wurde an :email gesendet!',
'user_has_no_email' => 'Dieser Benutzer hat keine E-Mail-Adresse in seinem Profil.',
'user_has_no_assets_assigned' => 'Dieser Benutzer hat keine zugewiesenen Assets',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Eine oder mehrere Deiner Dateien sind zu groß, oder deren Dateityp ist nicht zugelassen. Zugelassene Dateitypen sind png, gif, jpg, doc, docx, pdf, und txt.',
),
'inventorynotification' => array(
'error' => 'Für diesen Benutzer ist keine E-Mail-Adresse hinterlegt.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Lizenzen hinzugefügt',
'age' => "Age",
'all_assets' => 'Alle Assets',
'all' => 'Alle',
'archived' => 'Archiviert',
@ -280,6 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Postleitzahl',
'noimage' => 'Kein Bild hochgeladen oder kein Bild gefunden.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Deine Sitzung ist abgelaufen. Bitte versuche es erneut.',
'login_enabled' => 'Login aktiviert',
'audit_due' => 'Prüfung fällig',
@ -378,10 +382,10 @@ return [
'pie_chart_type' => 'Dashboard Kreisdiagramm Typ',
'hello_name' => 'Hallo, :name!',
'unaccepted_profile_warning' => 'Du hast :count Gegenstände, die akzeptiert werden müssen. Klicke hier, um sie anzunehmen oder abzulehnen',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
'placeholder_kit' => 'Select a kit'
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'alt_uploaded_image_thumbnail' => 'Hochgeladene Miniaturansicht',
'placeholder_kit' => 'Kit auswählen'

View file

@ -43,12 +43,14 @@ return [
'file' => ':attribute muss eine Datei sein.',
'filled' => ':attribute muss einen Wert haben.',
'image' => ':attribute muss ein Bild sein.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Auswahl :attribute ist ungültig.',
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern als <code>:db_column</code> sollte aber <code>:expected</code> sein.',
'is_unique' => 'Dieser Wert muss für jedes Asset einzigartig sein',
'unique' => 'Einzigartig',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Diese Abteilung existiert nicht.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Diese Abteilung ist im Moment mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer aktualisieren, so dass diese Abteilung nicht mehr verknüpft ist und erneut versuchen. ',
'create' => array(
'error' => 'Abteilung wurde nicht erstellt. Bitte versuchen Sie es erneut.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Dieser Standort ist mindestens einem Benutzer zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Benutzern und versuchen Sie es erneut diesen Standort zu entfernen. ',
'assoc_assets' => 'Dieser Standort ist mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Gegenständen und versuchen Sie es erneut diesen Standort zu entfernen. ',
'assoc_child_loc' => 'Dieser Ort ist mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ',
'assigned_assets' => 'Zugeordnete Assets',
'current_location' => 'Aktueller Standort',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall',
'audit_interval_help' => 'Wenn Sie verpflichtet sind, Ihre Assets regelmäßig physisch zu überprüfen, geben Sie das Intervall in Monaten an. Wenn Sie diesen Wert aktualisieren, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit-Warnschwelle',
'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Quadratische Logos sehen am besten aus und werden rechts oben auf jedem Asset-Label angezeigt. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Standard-Berechtigungsgruppe',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Zertifikat',
@ -109,7 +111,7 @@ return [
'ldap_auth_filter_query' => 'LDAP Authentifikationsabfrage',
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Aktiv-Markierung',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
'ldap_activated_flag_help' => 'Dieser Wert wird benutzt um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. <strong> Items können unabhängig von ihm zum Nutzer zugewiesen werden</strong>. Der Wert sollte der <strong>Attributname</strong> im AD/LDAP sein <strong>und nicht der Wert</strong>.<br><br>Wenn diesem Feld ein Name zugewiesen wird, der im AD/LDAP nicht existiert bzw. der Wert im AD/LDAP <code>0</code> oder <code>false</code> ist <strong> wird der Nutzerlogin deaktiviert</strong>. Ist der Wert im AD\\LDAP <code>1</code> oder <code>true</code> oder <em>jeder beliebige andere Text</em> dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das <code>userAccountControl</code> Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
'ldap_emp_num' => 'LDAP Mitarbeiternummer',
'ldap_email' => 'LDAP E-Mail',
'ldap_test' => 'LDAP testen',
@ -176,7 +178,7 @@ return [
'saml_idp_metadata_help' => 'Sie können die IdP-Metadaten über eine URL oder XML-Datei angeben.',
'saml_attr_mapping_username' => 'Zuordnung - Benutzername',
'saml_attr_mapping_username_help' => 'NamensID wird verwendet, wenn Attribute nicht angegeben oder ungültig sind.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin_label' => 'SAML Login erzwingen',
'saml_forcelogin' => 'SAML zum primären Login machen',
'saml_forcelogin_help' => 'Verwende \'/login?nosaml\' um zur normalen Anmeldeseite zu gelangen.',
'saml_slo_label' => 'SAML Abmeldung',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'Den ausgewählten Benutzern, die aktiviert sind und eine gültige E-Mail-Adresse haben, wurde ein Link zum Zurücksetzen des Passworts gesendet.',
'password_reset_sent' => 'Der Link zum Zurücksetzen des Passworts wurde an :email gesendet!',
'user_has_no_email' => 'Dieser Benutzer hat keine E-Mail-Adresse in seinem Profil.',
'user_has_no_assets_assigned' => 'Dieser Benutzer hat keine zugewiesenen Assets',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Eine oder mehrere Ihrer Dateien ist zu groß oder deren Dateityp ist nicht zugelassen. Zugelassene Dateitypen sind png, gif, jpg, doc, docx, pdf, und txt.',
),
'inventorynotification' => array(
'error' => 'Für diesen Benutzer ist keine E-Mail-Adresse hinterlegt.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Administrator',
'administrator' => 'Administrator',
'add_seats' => 'Lizenzen hinzugefügt',
'age' => "Age",
'all_assets' => 'Alle Assets',
'all' => 'Alle',
'archived' => 'Archiviert',
@ -280,6 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Postleitzahl',
'noimage' => 'Kein Bild hochgeladen oder kein Bild gefunden.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Ihre Sitzung ist abgelaufen. Bitte versuchen Sie es erneut.',
'login_enabled' => 'Login aktiviert',
'audit_due' => 'Audit fällig',
@ -378,10 +382,10 @@ return [
'pie_chart_type' => 'Dashboard Kreisdiagramm Typ',
'hello_name' => 'Hallo, :name!',
'unaccepted_profile_warning' => 'Du hast :count Gegenstände, die akzeptiert werden müssen. Klicke hier, um sie anzunehmen oder abzulehnen',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
'placeholder_kit' => 'Select a kit'
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'alt_uploaded_image_thumbnail' => 'Hochgeladene Miniaturansicht',
'placeholder_kit' => 'Kit auswählen'

View file

@ -43,12 +43,14 @@ return [
'file' => ':attribute muss eine Datei sein.',
'filled' => 'Das :attribute Feld muss einen Wert haben.',
'image' => ':attribute muss ein Bild sein.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Auswahl :attribute ist ungültig.',
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Τμήμα δεν υπάρχει.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Αυτό το τμήμα σχετίζεται προς το παρόν με τουλάχιστον έναν χρήστη και δεν μπορεί να διαγραφεί. Ενημερώστε τους χρήστες σας ώστε να μην αναφέρονται πλέον στο τμήμα αυτό και προσπαθήστε ξανά.',
'create' => array(
'error' => 'Τμήμα δεν δημιουργήθηκε, δοκιμάστε ξανά.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Αυτή η θέση είναι επί του παρόντος σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ',
'assoc_assets' => 'Αυτή η τοποθεσία συσχετίζεται προς το παρόν με τουλάχιστον ένα στοιχείο και δεν μπορεί να διαγραφεί. Ενημερώστε τα στοιχεία σας ώστε να μην αναφέρονται πλέον στην τοποθεσία αυτή και να προσπαθήσετε ξανά.',
'assoc_child_loc' => 'Αυτή η τοποθεσία είναι αυτήν τη στιγμή γονέας τουλάχιστον μιας τοποθεσίας παιδιού και δεν μπορεί να διαγραφεί. Ενημερώστε τις τοποθεσίες σας ώστε να μην αναφέρονται πλέον σε αυτήν την τοποθεσία και δοκιμάστε ξανά.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Στοιχεία ταυτότητας περιουσιακών στοιχείων',
'audit_interval' => 'Διάρκεια ελέγχου',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Όριο προειδοποίησης ελέγχου',
'audit_warning_days_help' => 'Πόσες μέρες νωρίτερα θα πρέπει να σας προειδοποιήσουμε όταν τα περιουσιακά στοιχεία οφείλονται για έλεγχο;',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Έκδοση οδηγού',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Ένα ή περισσότερα από τα αρχεία σας είναι πολύ μεγάλα ή είναι τύπου αρχείου που δεν επιτρέπεται. Τα επιτρεπόμενα αρχεία τύπου png, gif, jpg, doc, docx, pdf και txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Διαχειριστής',
'administrator' => 'Administrator',
'add_seats' => 'Προστέθηκαν θέσεις',
'age' => "Age",
'all_assets' => 'Όλα τα περουσιακά στοιχεία',
'all' => 'Ολα',
'archived' => 'Αρχειοθετημένα',
@ -280,6 +281,9 @@ return [
'yes' => 'Ναι',
'zip' => 'Ταχυδρομικός κώδικας',
'noimage' => 'Δεν έχει μεταφορτωθεί εικόνα ή η εικόνα δεν βρέθηκε.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Έχει λήξει η συνεδρία σας. Παρακαλώ συνδεθείτε ξανά.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'Το χαρακτηριστικό πρέπει να είναι ένα αρχείο.',
'filled' => 'Το πεδίο ιδιοτήτων πρέπει να έχει τιμή.',
'image' => 'Το: χαρακτηριστικό πρέπει να είναι μια εικόνα.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Το χαρακτηριστικό επιλεγμένο: δεν είναι έγκυρο.',
'in_array' => 'Το πεδίο ιδιοτήτων: δεν υπάρχει σε: άλλο.',
'integer' => 'Το χαρακτηριστικό: πρέπει να είναι ένας ακέραιος αριθμός.',
'ip' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IP.',
'ipv4' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IPv4.',
'ipv6' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IPv6.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη συμβολοσειρά JSON.',
'max' => [
'numeric' => 'Η ιδιότητα: δεν μπορεί να είναι μεγαλύτερη από: max.',

View file

@ -44,4 +44,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Department does not exist.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
'create' => array(
'error' => 'Department was not created, please try again.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,14 +21,14 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Audit Interval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
'auto_increment_prefix' => 'Prefix (optional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups',
'backups_help' => 'Create, download, and restore backups ',
'backups_help' => 'Create, Download &amp; Restore Backups',
'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
@ -197,7 +199,7 @@ return [
'site_name' => 'Site Name',
'slack' => 'Slack',
'slack_title' => 'Update Slack Settings',
'slack_help' => 'Slack settings',
'slack_help' => 'Slack Settings',
'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint',
@ -215,7 +217,7 @@ return [
'value' => 'Value',
'brand' => 'Branding',
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
'brand_help' => 'Logo, Site Name',
'brand_help' => 'Logo, Site Name &amp; Skin',
'web_brand' => 'Web Branding Type',
'about_settings_title' => 'About Settings',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
@ -279,7 +281,7 @@ return [
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
'barcodes_help_overview' => 'Barcode &amp; QR settings',
'barcodes_help_overview' => 'Barcode &amp; QR Settings',
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
'barcodes_spinner' => 'Attempting to delete files...',
'barcode_delete_cache' => 'Delete Barcode Cache',
@ -291,15 +293,15 @@ return [
'security' => 'Security',
'security_title' => 'Update Security Settings',
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
'security_help' => 'Two-factor, Password Restrictions',
'security_help' => 'Two-Factor, Password Restrictions',
'groups_keywords' => 'permissions, permission groups, authorization',
'groups_help' => 'Account permission groups',
'groups_help' => 'Account Permission Groups',
'localization' => 'Localization',
'localization_title' => 'Update Localization Settings',
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
'localization_help' => 'Language, date display',
'localization_help' => 'Language, Date &amp; Currency Display',
'notifications' => 'Notifications',
'notifications_help' => 'Email alerts, audit settings',
'notifications_help' => 'Email Alerts &amp; Audit Settings',
'asset_tags_help' => 'Incrementing and prefixes',
'labels' => 'Labels',
'labels_title' => 'Update Label Settings',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Added seats',
'age' => "Age",
'all_assets' => 'All Assets',
'all' => 'All',
'archived' => 'Archived',
@ -280,6 +281,9 @@ return [
'yes' => 'Yes',
'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
'image' => 'The :attribute must be an image.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',

View file

@ -45,4 +45,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'Departemen tidak ada.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui model Anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
'create' => array(
'error' => 'Komponen belum dibuat, silahkan coba lagi.',

View file

@ -6,6 +6,8 @@ return array(
'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
'assoc_assets' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
'assoc_child_loc' => 'Lokasi ini saat ini merupakan induk dari setidaknya satu lokasi anak dan tidak dapat dihapus. Perbarui lokasi Anda agar tidak lagi merujuk lokasi ini dan coba lagi. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(

View file

@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Mencentang kotak ini akan mengizinkan seorang pengguna untuk menimpa skin UI dengan sesuatu yang berbeda.',
'asset_ids' => 'ID Aset',
'audit_interval' => 'Memeriksa perbedaan',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date.',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Ambang Peringatan Audit',
'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@ -75,6 +75,8 @@ return [
'label_logo_size' => 'Logo berbentuk kotak terlihat bagus - akan ditampilkan pada bagian kanan atas dari setiap label aset. ',
'laravel' => 'Versi Laravel',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',

View file

@ -15,6 +15,7 @@ return array(
'password_resets_sent' => 'Pengguna terpilih yang diaktifkan dan memiliki sebuah alamat email yang valid telah dikirimkan sebuah tautan pengaturan ulang kata sandi.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
'success' => array(
@ -59,4 +60,8 @@ return array(
'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View file

@ -11,6 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Seat ditambahkan',
'age' => "Age",
'all_assets' => 'Semua aset',
'all' => 'Semua',
'archived' => 'Diarsipkan',
@ -280,6 +281,9 @@ return [
'yes' => 'Yes',
'zip' => 'Zip',
'noimage' => 'Gambar tidak diunggah atau gambar tidak ditemukan.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
'token_expired' => 'Sesi formulir anda sudah berakhir. Silahkan coba lagi.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',

View file

@ -43,12 +43,14 @@ return [
'file' => 'The: atribut harus berupa file.',
'filled' => 'Bidang atribut harus memiliki nilai.',
'image' => 'Atribut: harus berupa gambar.',
'import_field_empty' => 'The value for :fieldname cannot be null.',
'in' => 'Yang dipilih :atribut tidak valid.',
'in_array' => 'Bidang atribut :tidak ada di :lainnya.',
'integer' => 'Atribut harus integer.',
'ip' => 'Atribut :harus alamat IP yang valid.',
'ipv4' => 'Atribut :harus alamat IPv4 yang valid.',
'ipv6' => 'Atribut :harus alamat IPv6 yang valid.',
'is_unique_department' => 'The :attribute must be unique to this Company Location',
'json' => 'Atribut: harus string JSON yang valid.',
'max' => [
'numeric' => 'Atribut: mungkin tidak lebih besar dari: maks.',

View file

@ -31,8 +31,7 @@ return array(
'error' => 'Accessory was not checked in, please try again',
'success' => 'Accessory checked in successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.'
),
)
);

View file

@ -11,6 +11,6 @@
'calibration' => 'Calibrar',
'software_support' => 'Servicio de software',
'hardware_support' => 'Servicio de software',
'configuration_change' => 'Configuration Change',
'pat_test' => 'PAT Test',
'configuration_change' => 'Cambio de configuración',
'pat_test' => 'Prueba PAT',
];

View file

@ -2,11 +2,11 @@
return [
'custom_fields' => 'Campos Personalizados',
'manage' => 'Manage',
'manage' => 'Administrar',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los Grupos de Campos Personalizados (Fieldsets)',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
'custom_format' => 'Expresión regular personalizada...',
'encrypt_field' => 'Encriptar el valor de este campo en la base de datos',
'encrypt_field_help' => 'ADVERTENCIA: Encriptar un campo hace que no se pueda buscar.',
'encrypted' => 'Encriptado',
@ -27,21 +27,23 @@ return [
'used_by_models' => 'Usado por Modelos',
'order' => 'Orden',
'create_fieldset' => 'Nuevo Fieldset',
'create_fieldset_title' => 'Create a new fieldset',
'create_fieldset_title' => 'Crear nuevo grupo de campos',
'create_field' => 'Nuevo Campo Personalizado',
'create_field_title' => 'Create a new custom field',
'create_field_title' => 'Crear nuevo campo personalizado',
'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Sólo los administradores pueden ver el valor desencriptado',
'show_in_email' => '¿Incluir el valor de este campo en las notificaciones por correo de asignaciones de activos? Ten en cuenta que los campos encriptados no se pueden incluir en los correos electrónicos.',
'help_text' => 'Help Text',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'help_text' => 'Texto de ayuda',
'help_text_description' => 'Un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.',
'about_custom_fields_title' => 'Acerca de los Campos Personalizados',
'about_custom_fields_text' => 'Los campos personalizados le permiten añadir atributos arbitrarios a los activos.',
'add_field_to_fieldset' => 'Añadir campo al grupo',
'make_optional' => 'Requerido - clic para hacerlo opcional',
'make_required' => 'Opcional - clic para hacerlo requerido',
'reorder' => 'Reordenar',
'db_field' => 'Campo de BD',
'db_convert_warning' => 'ADVERTENCIA. Este campo aparece en la tabla de campos personalizados como <code>:db_column</code>, pero se esperaba <code>:expected</code>.',
'is_unique' => 'Este valor debe ser único dentro de los activos',
'unique' => 'Único',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
];

View file

@ -3,6 +3,7 @@
return array(
'does_not_exist' => 'El departamento no existe.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Este departamento está actualmente asociado con al menos un usuario y no puede ser eliminado. Por favor, actualiza tus usuarios para no referenciar más este departamento e inténtalo de nuevo. ',
'create' => array(
'error' => 'El departamento no fue creado, por favor, inténtalo de nuevo.',

View file

@ -6,11 +6,11 @@ return [
'asset_depreciations' => 'Depreciación de Equipos',
'create' => 'Crear Depreciación',
'depreciation_name' => 'Nombre de Depreciación',
'depreciation_min' => 'Floor Value of Depreciation',
'depreciation_min' => 'Valor mínimo de amortización',
'number_of_months' => 'Número de Meses',
'update' => 'Actualizar Depreciación',
'depreciation_min' => 'Valor mínimo después de depreciación',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
'no_depreciations_warning' => '<strong>Advertencia: </strong>
No tiene ninguna amortización configurada.
Por favor, configure al menos una amortización para ver el informe de amortizaciones.',
];

View file

@ -6,6 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Períodos',
'title' => 'Nombre ',
'depreciation_min' => 'Floor Value',
'depreciation_min' => 'Valor mínimo',
];

View file

@ -10,7 +10,7 @@ return [
'group_admin' => 'Administración del Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',
'permission' => 'Permission',
'grant' => 'Grant',
'no_permissions' => 'This group has no permissions.'
'permission' => 'Permisos',
'grant' => 'Otorgar',
'no_permissions' => 'Este grupo no tiene permisos.'
];

View file

@ -6,7 +6,7 @@ return [
'bulk_delete_warn' => 'Estás a punto de eliminar :asset_count equipos.',
'bulk_update' => 'Actualización masiva de Equipos',
'bulk_update_help' => 'Este formulario te permite actualizar múltiples equipos simultáneamente. Solo debes completar los campos que quieres modificar. Todo campo en blanco permanecerá sin cambios. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'bulk_update_warn' => 'Está a punto de editar las propiedades de un solo activo.|Está a punto de editar las propiedades de :asset_count activos.',
'checkedout_to' => 'Asignado a',
'checkout_date' => 'Fecha de asignación',
'checkin_date' => 'Fecha de devolución',
@ -46,6 +46,6 @@ return [
'asset_not_deployable' => 'Ese estado de activos no es desplegable. Este activo no puede ser verificado.',
'asset_deployable' => 'Ese estado de activos no es desplegable. Este activo no puede ser verificado.',
'processing_spinner' => 'Procesando...',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
'optional_infos' => 'Información opcional',
'order_details' => 'Información relacionada con el pedido'
];

Some files were not shown because too many files have changed in this diff Show more