diff --git a/.all-contributorsrc b/.all-contributorsrc index 24aa022c2..d7624a431 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3115,7 +3115,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/23613427?v=4", "profile": "https://github.com/bryanlopezinc", "contributions": [ - "code" + "code", + "test" ] }, { @@ -3126,6 +3127,15 @@ "contributions": [ "code" ] + }, + { + "login": "Tyree", + "name": "Matt Tyree", + "avatar_url": "https://avatars.githubusercontent.com/u/5395363?v=4", + "profile": "https://github.com/Tyree", + "contributions": [ + "doc" + ] } ] } diff --git a/.github/workflows/docker-alpine.yml b/.github/workflows/docker-alpine.yml index 7223ab30d..bd46f9567 100644 --- a/.github/workflows/docker-alpine.yml +++ b/.github/workflows/docker-alpine.yml @@ -73,7 +73,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push 'snipe-it' image id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile.alpine diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 18d055627..adb87f3a5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -73,7 +73,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push 'snipe-it' image id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile diff --git a/.github/workflows/tests-mysql.yml b/.github/workflows/tests-mysql.yml index 68078aaca..737a86dca 100644 --- a/.github/workflows/tests-mysql.yml +++ b/.github/workflows/tests-mysql.yml @@ -27,6 +27,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" name: PHP ${{ matrix.php-version }} diff --git a/.upgrade_requirements.json b/.upgrade_requirements.json index 777006d92..53d7337b6 100644 --- a/.upgrade_requirements.json +++ b/.upgrade_requirements.json @@ -4,7 +4,7 @@ "DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version", "DOC4": "You should really just ignore it and run upgrade.php. Really", "php_min_version": "8.1.0", - "php_max_major_minor": "8.2", + "php_max_major_minor": "8.3", "php_max_wontwork": "8.4.0", "current_snipeit_version": "7.0" } diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 355b50c58..c0ca7951d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -444,10 +444,11 @@ Thanks goes to all of these wonderful people ([emoji key](https://github.com/ken
%s
\n \nSube un archivo CSV que contenga el historial de activos. Los activos y los usuarios DEBEN existir ya en el sistema, o serán omitidos. La importación del historial busca activos que coincidan con la etiqueta de activo. Intentaremos encontrar un usuario usando el nombre del usuario que proporciones y los criterios que selecciones a continuación. Si no seleccionas ningún criterio a continuación, el sistema simplemente intentará usar el formato de nombre de usuario que configuraste en Admin > Opciones Generales
.
Los campos incluidos en el CSV deben coincidir con los encabezados: Asset Tag, Name, Checkout Date, Checkin Date. Cualquier campo adicional será ignorado.
Checkin Date(Fecha de Devolución): dejar en blanco o usar fechas futuras asignará los ítems al usuario asociado. Excluir la columna Checkin Date creará una fecha de devolución con la fecha de hoy.
', 'csv_import_match_f-l' => 'Intenta emparejar usuarios con formato nombre.lastname (jane.smith
)',
diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php
index 5a4b59850..8c975107d 100644
--- a/resources/lang/es-CO/admin/hardware/message.php
+++ b/resources/lang/es-CO/admin/hardware/message.php
@@ -12,7 +12,7 @@ return [
'warning_audit_date_mismatch' => 'La próxima fecha de auditoría de este activo (:next_audit_date) es anterior a la última fecha de auditoría (:last_audit_date). Por favor, actualice la próxima fecha de auditoría.',
'create' => [
- 'error' => 'El recurso no fue creado, por favor inténtalo de nuevo. :(',
+ 'error' => 'El activo no fue creado, por favor, inténtelo de nuevo. :(',
'success' => 'Equipo creado con éxito. :)',
'success_linked' => 'Activo con etiqueta :tag creado con éxito. Haga clic aquí para ver.',
],
@@ -71,7 +71,7 @@ return [
],
'checkout' => [
- 'error' => 'El recurso no fue retirado, por favor inténtalo de nuevo',
+ 'error' => 'El activo no fue asignado, por favor inténtelo de nuevo',
'success' => 'Equipo retirado con éxito.',
'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.',
'not_available' => '¡Ese equipo no está disponible para asignar!',
@@ -79,9 +79,9 @@ return [
],
'checkin' => [
- 'error' => 'El equipo no pudo ser asignado, por favor inténtalo de nuevo',
- 'success' => 'El equipo fue asignado exitosamente.',
- 'user_does_not_exist' => 'Es usuario es invalido, por favor inténtalo de nuevo.',
+ 'error' => 'El equipo no se pudo devolver, por favor inténtelo de nuevo',
+ 'success' => 'El activo fue devuelto exitosamente.',
+ 'user_does_not_exist' => 'Es usuario no es correcto, por favor inténtelo de nuevo.',
'already_checked_in' => 'El equipo ya ha sido devuelto.',
],
diff --git a/resources/lang/es-CO/admin/hardware/table.php b/resources/lang/es-CO/admin/hardware/table.php
index 487ecf839..23132cee7 100644
--- a/resources/lang/es-CO/admin/hardware/table.php
+++ b/resources/lang/es-CO/admin/hardware/table.php
@@ -15,7 +15,7 @@ return [
'dl_csv' => 'Descargar CSV',
'eol' => 'Vida útil',
'id' => 'ID',
- 'last_checkin_date' => 'Last Checkin Date',
+ 'last_checkin_date' => 'Última fecha de devolución',
'location' => 'Ubicación',
'purchase_cost' => 'Precio',
'purchase_date' => 'Comprado',
diff --git a/resources/lang/es-CO/admin/licenses/form.php b/resources/lang/es-CO/admin/licenses/form.php
index 1595d507f..bf692e740 100644
--- a/resources/lang/es-CO/admin/licenses/form.php
+++ b/resources/lang/es-CO/admin/licenses/form.php
@@ -3,8 +3,8 @@
return array(
'asset' => 'Equipo',
- 'checkin' => 'Entrada',
- 'create' => 'Crear Licencia',
+ 'checkin' => 'Devolver',
+ 'create' => 'Crear licencia',
'expiration' => 'Fecha de caducidad',
'license_key' => 'Clave del producto',
'maintained' => 'Mantenido',
@@ -18,5 +18,5 @@ return array(
'to_email' => 'Licenciado a Email',
'to_name' => 'Licenciado a Nombre',
'update' => 'Actualizar Licencia',
- 'checkout_help' => 'Debe comprobar una licencia a un activo de hardware o a una persona. Puede seleccionar ambos, pero el propietario del activo debe coincidir con la persona a la que está comprobando el activo.'
+ 'checkout_help' => 'Debe asignar una licencia a un activo de hardware o a una persona. Puede seleccionar ambos, pero el propietario del activo debe coincidir con la persona a la que está asignado el activo.'
);
diff --git a/resources/lang/es-CO/admin/licenses/message.php b/resources/lang/es-CO/admin/licenses/message.php
index 58fa11ce0..0fefec09d 100644
--- a/resources/lang/es-CO/admin/licenses/message.php
+++ b/resources/lang/es-CO/admin/licenses/message.php
@@ -47,7 +47,7 @@ return array(
),
'checkin' => array(
- 'error' => 'Se ha producido un error al comprobar la licencia. Por favor, inténtalo de nuevo.',
+ 'error' => 'Hubo un problema devolviendo la licencia. Por favor, inténtalo de nuevo.',
'success' => 'La licencia fue registrada con éxito'
),
diff --git a/resources/lang/es-CO/admin/licenses/table.php b/resources/lang/es-CO/admin/licenses/table.php
index 80920d99c..575201c9f 100644
--- a/resources/lang/es-CO/admin/licenses/table.php
+++ b/resources/lang/es-CO/admin/licenses/table.php
@@ -8,7 +8,7 @@ return array(
'id' => 'ID',
'license_email' => 'Email de licencia',
'license_name' => 'Licenciado a',
- 'purchase_date' => 'Fecha de Compra',
+ 'purchase_date' => 'Fecha de compra',
'purchased' => 'Comprado',
'seats' => 'Asientos',
'hardware' => 'Hardware',
diff --git a/resources/lang/es-CO/admin/locations/message.php b/resources/lang/es-CO/admin/locations/message.php
index ee9717305..82fc9bc64 100644
--- a/resources/lang/es-CO/admin/locations/message.php
+++ b/resources/lang/es-CO/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Ubicación inexistente.',
- 'assoc_users' => 'La ubicación esta asociada con al menos un usuario, por lo que no puede eliminarse. Actualiza la información de tus usuarios para que no la usen, e inténtalo de nuevo. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'La ubicación esta asociada con al menos un equipo, por lo que no puede eliminarse. Por favor actualiza la información de tus equipos para que no la usen, e inténtalo de nuevo. ',
'assoc_child_loc' => 'La ubicación esta asociada con al menos una ubicación hija, por lo que no puede eliminarse. Actualiza la información de tus ubicaciones para desasociarlas, e inténtalo de nuevo. ',
'assigned_assets' => 'Recursos asignados',
diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php
index d3b99cc9e..484429be7 100644
--- a/resources/lang/es-CO/admin/locations/table.php
+++ b/resources/lang/es-CO/admin/locations/table.php
@@ -8,7 +8,7 @@ return [
'id' => 'ID',
'city' => 'Ciudad',
'state' => 'Departamento',
- 'country' => 'Pais',
+ 'country' => 'País',
'create' => 'Crear ubicación',
'update' => 'Actualizar ubicación',
'print_assigned' => 'Imprimir los asignados',
@@ -16,9 +16,9 @@ return [
'name' => 'Nombre de ubicación',
'address' => 'Dirección',
'address2' => 'Dirección línea 2',
- 'zip' => 'Código Postal',
+ 'zip' => 'Código postal',
'locations' => 'Ubicaciones',
- 'parent' => 'Ubicación Padre',
+ 'parent' => 'Ubicación padre',
'currency' => 'Moneda de ubicación',
'ldap_ou' => 'OU de búsqueda LDAP',
'user_name' => 'Usuario',
@@ -32,7 +32,7 @@ return [
'asset_serial' => 'Número de serie',
'asset_location' => 'Ubicación',
'asset_checked_out' => 'Asignado a',
- 'asset_expected_checkin' => 'Checkin Esperado',
+ 'asset_expected_checkin' => 'Fecha esperada de devolución',
'date' => 'Fecha:',
'phone' => 'Teléfono ubicación',
'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):',
diff --git a/resources/lang/es-CO/admin/manufacturers/table.php b/resources/lang/es-CO/admin/manufacturers/table.php
index e2549a885..949b27352 100644
--- a/resources/lang/es-CO/admin/manufacturers/table.php
+++ b/resources/lang/es-CO/admin/manufacturers/table.php
@@ -7,10 +7,10 @@ return array(
'create' => 'Crear fabricante',
'id' => 'ID',
'name' => 'Nombre',
- 'support_email' => 'Email de Soporte',
+ 'support_email' => 'Email de soporte',
'support_phone' => 'Teléfono de soporte',
'support_url' => 'URL de soporte',
- 'warranty_lookup_url' => 'URL de Búsqueda de Garantía',
+ 'warranty_lookup_url' => 'URL de búsqueda de garantía',
'update' => 'Actualizar Manufacturer',
);
diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php
index 42c34b40e..8ba0441f4 100644
--- a/resources/lang/es-CO/admin/models/general.php
+++ b/resources/lang/es-CO/admin/models/general.php
@@ -12,7 +12,7 @@ return array(
'show_mac_address' => 'Mostrar campo de dirección MAC en los activos de este modelo',
'view_deleted' => 'Vista eliminada',
'view_models' => 'Ver modelos',
- 'fieldset' => 'Fieldset',
+ 'fieldset' => 'Grupos de campo',
'no_custom_field' => 'No hay campos personalizados',
'add_default_values' => 'Añadir valores por defecto',
);
diff --git a/resources/lang/es-CO/admin/models/table.php b/resources/lang/es-CO/admin/models/table.php
index 2352df53c..087f3eb10 100644
--- a/resources/lang/es-CO/admin/models/table.php
+++ b/resources/lang/es-CO/admin/models/table.php
@@ -6,7 +6,7 @@ return array(
'created_at' => 'Creado el',
'eol' => 'Vida útil',
'modelnumber' => 'Modelo Nro.',
- 'name' => 'Nombre Modelo de Equipo',
+ 'name' => 'Nombre del modelo de activo',
'numassets' => 'Equipos',
'title' => 'Modelos de equipo',
'update' => 'Actualizar Modelo de Equipo',
diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php
index bf1de4f2c..16ab551ec 100644
--- a/resources/lang/es-CO/admin/settings/general.php
+++ b/resources/lang/es-CO/admin/settings/general.php
@@ -46,11 +46,11 @@ return [
'dashboard_message' => 'Mensaje del Tablero',
'dashboard_message_help' => 'Este texto aparecerá en el panel de control para cualquiera con permiso para ver el tablero.',
'default_currency' => 'Moneda por defecto',
- 'default_eula_text' => 'Términos y condiciones por defecto',
+ 'default_eula_text' => 'Acuerdo de uso predeterrminado',
'default_language' => 'Idioma por defecto',
- 'default_eula_help_text' => 'También puede asociar términos y condiciones personalizados a categorías específicas.',
+ 'default_eula_help_text' => 'También puede asociar acuerdos de uso personalizados a categorías específicas.',
'acceptance_note' => 'Añada una nota para su decisión (opcional)',
- 'display_asset_name' => 'Mostrar nombre de activo',
+ 'display_asset_name' => 'Mostrar nombre del activo',
'display_checkout_date' => 'Mostrar fecha de asignación',
'display_eol' => 'Mostrar EOL en vista de tabla',
'display_qr' => 'Mostrar códigos cuadrados',
@@ -60,8 +60,8 @@ return [
'alt_barcode_type' => 'Tipo de código de barras 1D',
'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
'enabled' => 'Activado',
- 'eula_settings' => 'Configuración de los términos y condiciones',
- 'eula_markdown' => 'Estos términos y condiciones permiten markdown estilo Github.',
+ 'eula_settings' => 'Configuración de los acuerdos de uso',
+ 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
'favicon' => 'Favicon',
'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Otros formatos de imagen pueden no funcionar en todos los navegadores.',
'favicon_size' => 'Favicons deben ser imágenes cuadradas, 16x16 píxeles.',
@@ -69,7 +69,7 @@ return [
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Se permiten enlaces usando Github con sabor a markdown. Saltos de línea, cabeceras, imágenes, etc. pueden resultar impredecibles.',
'general_settings' => 'Configuración General',
'general_settings_keywords' => 'soporte de la empresa, firma, aceptación, formato de correo electrónico, formato de nombre de usuario, imágenes, por página, miniatura, eula, acuerdo de licencia de usuario final, términos y condiciones, gravatar, términos de servicio, tablero de indicadores, privacidad',
- 'general_settings_help' => 'Términos y condiciones por defecto y más',
+ 'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar copia de seguridad',
'google_workspaces' => 'Espacios de trabajo de Google',
'header_color' => 'Color de cabecera',
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo zerofill',
'username_format_help' => 'Esta configuración sólo será utilizada por el proceso de importación si no se proporciona un nombre de usuario y tenemos que generar un nombre de usuario para usted.',
'oauth_title' => 'Configuración de la API de OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Configuración de Oauth Endpoint',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Actualizar ajustes de etiqueta de activos',
'barcode_title' => 'Actualizar ajustes de código de barras',
'barcodes' => 'Barcodes',
@@ -362,7 +372,7 @@ return [
'mail_reply_to' => 'Dirección de respuesta de correo',
'mail_from' => 'Correo desde la dirección',
'database_driver' => 'Controlador de base de datos',
- 'bs_table_storage' => 'Almacenamiento de Tabla',
+ 'bs_table_storage' => 'Almacenamiento de tabla',
'timezone' => 'Timezone',
];
diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php
index e2ce2e064..5d9bda453 100644
--- a/resources/lang/es-CO/admin/statuslabels/message.php
+++ b/resources/lang/es-CO/admin/statuslabels/message.php
@@ -24,8 +24,8 @@ return [
'help' => [
'undeployable' => 'Estos equipos no pueden ser asignados.',
- 'deployable' => 'Estos activos pueden ser retirados. Una vez estén asignados, asumirán el meta estado de Asignado.',
- 'archived' => 'Estos equipos no pueden ser asignados, y solo se mostrarán en la vista de Archivados. Esto es útil para retener información sobre equipos por razones de presupuesto/revisión histórica, mientras están fuera de la lista de equipos del día a día.',
+ 'deployable' => 'Estos activos pueden ser asignados. Una vez estén asignados, asumirán el meta estado de Asignado.',
+ 'archived' => 'Estos equipos no pueden ser asignados y solo se mostrarán en la vista de Archivados. Esto es útil para mantener información de activos por razones de presupuesto o de revisión histórica y al mismo tiempo se excluyen de los activos que se pueden usar en el día a día.',
'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.',
],
diff --git a/resources/lang/es-CO/admin/statuslabels/table.php b/resources/lang/es-CO/admin/statuslabels/table.php
index f5e068710..35ab51949 100644
--- a/resources/lang/es-CO/admin/statuslabels/table.php
+++ b/resources/lang/es-CO/admin/statuslabels/table.php
@@ -1,17 +1,17 @@
'Acerca de las Etiquetas de Estado',
+ 'about' => 'Acerca de las etiquetas de estado',
'archived' => 'Archivado',
'create' => 'Crear Etiqueta de Estado',
- 'color' => 'Color de la Gráfica',
- 'default_label' => 'Etiqueta Predeterminada',
+ 'color' => 'Color en el gráfico',
+ 'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para asegurar que tus etiquetas de estado de uso frecuente aparezcan en primer lugar en el campo de selección de estado, durante la creación/edición de equipos.',
'deployable' => 'Utilizable',
'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus equipos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
- 'name' => 'Nombre Estado',
+ 'name' => 'Nombre de estado',
'pending' => 'Pendiente',
- 'status_type' => 'Tipo Estado',
+ 'status_type' => 'Tipo de estado',
'show_in_nav' => 'Mostrar en barra lateral',
'title' => 'Etiquetas de estado',
'undeployable' => 'No utilizable',
diff --git a/resources/lang/es-CO/admin/suppliers/table.php b/resources/lang/es-CO/admin/suppliers/table.php
index 0182e7024..d5f809097 100644
--- a/resources/lang/es-CO/admin/suppliers/table.php
+++ b/resources/lang/es-CO/admin/suppliers/table.php
@@ -7,9 +7,9 @@ return array(
'assets' => 'Activos',
'city' => 'Ciudad',
'contact' => 'Nombre de contacto',
- 'country' => 'Pais',
+ 'country' => 'País',
'create' => 'Crear Proveedor',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licencias',
@@ -20,7 +20,7 @@ return array(
'suppliers' => 'Proveedores',
'update' => 'Actualizar proveedor',
'view' => 'Ver Proveedor',
- 'view_assets_for' => 'Ver recursos para',
- 'zip' => 'Código Postal',
+ 'view_assets_for' => 'Ver activos para',
+ 'zip' => 'Código postal',
);
diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php
index 1c4a952bd..5cd014761 100644
--- a/resources/lang/es-CO/admin/users/general.php
+++ b/resources/lang/es-CO/admin/users/general.php
@@ -16,13 +16,13 @@ return [
'restore_user' => 'Haga clic aquí para restaurarlos.',
'last_login' => 'Último acceso',
'ldap_config_text' => 'Los ajustes de configuración LDAP se pueden encontrar Admin > Configuración. La ubicación (opcional) seleccionada se establecerá para todos los usuarios importados.',
- 'print_assigned' => 'Imprimir todos los Asignados',
- 'email_assigned' => 'Lista de Correos Asignados',
+ 'print_assigned' => 'Imprimir todos los asignados',
+ 'email_assigned' => 'Enviar correo con todos los asignados',
'user_notified' => 'El usuario ha sido enviado por correo electrónico a una lista de sus elementos asignados actualmente.',
'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles',
'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias',
'software_user' => 'Software comprado a :name',
- 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para que este usuario le envíe credenciales. Las credenciales de correo electrónico sólo se pueden hacer en la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
+ 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para poder enviarle las credenciales. Únicamente pueden enviarse las credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
'view_user' => 'Ver usuario :name',
'usercsv' => 'Archivo CSV',
'two_factor_admin_optin_help' => 'La configuración actual permite la aplicación selectiva de la autenticación de dos factores. ',
@@ -40,10 +40,10 @@ return [
'checkin_user_properties' => 'Comprobar todas las propiedades asociadas a estos usuarios',
'remote_label' => 'Este es un usuario remoto',
'remote' => 'Remoto',
- 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente entran en sus ubicaciones físicas.',
+ 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente asisten a sus ubicaciones físicas.',
'not_remote_label' => 'Este no es un usuario remoto',
'vip_label' => 'Usuario VIP',
- 'vip_help' => 'Esto puede ser útil para marcar a personas importantes en su org si desea manejarlas de maneras especiales.',
+ 'vip_help' => 'Esto puede ser útil como indicador de personas importantes en su organización si desea tratarlas de forma especial.',
'create_user' => 'Crear un usuario',
'create_user_page_explanation' => 'Esta es la información de la cuenta que usará para acceder al sitio por primera vez.',
'email_credentials' => 'Credenciales de email',
diff --git a/resources/lang/es-CO/admin/users/message.php b/resources/lang/es-CO/admin/users/message.php
index f19983db7..e2b3cf832 100644
--- a/resources/lang/es-CO/admin/users/message.php
+++ b/resources/lang/es-CO/admin/users/message.php
@@ -11,7 +11,7 @@ return array(
'user_has_no_assets_assigned' => 'No hay activos asignados al usuario.',
'user_password_required' => 'La contraseña es obligatoria.',
'insufficient_permissions' => 'Permisos insuficientes.',
- 'user_deleted_warning' => 'Este usuario ha sido eliminado. Tendrá que restaurar este usuario para editarlo o asignarle nuevos recursos.',
+ 'user_deleted_warning' => 'Este usuario ha sido eliminado. Tendrá que restaurar este usuario para editarlo o para asignarle nuevos activos.',
'ldap_not_configured' => 'La integración LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'Los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida han sido enviados un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'Un enlace para restablecer la contraseña ha sido enviado a :email!',
diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php
index 90cc5e6d9..f2f068c29 100644
--- a/resources/lang/es-CO/admin/users/table.php
+++ b/resources/lang/es-CO/admin/users/table.php
@@ -7,7 +7,7 @@ return array(
'created_at' => 'Creado',
'createuser' => 'Crear Usuario',
'deny' => 'Denegar',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'employee_num' => 'Nro. Empleado',
'first_name' => 'Nombres',
'groupnotes' => 'Seleccione un grupo para asignar al usuario, recuerde que un usuario asume los permisos del grupo al que se le asigna. Use ctrl+click (o cmd+click en MacOS) para anular la selección de grupos.',
@@ -18,7 +18,7 @@ return array(
'last_name' => 'Apellidos',
'location' => 'Ubicación',
'lock_passwords' => 'Los detalles de inicio de sesión no pueden ser cambiados en esta instalación.',
- 'manager' => 'Jefe Inmediato',
+ 'manager' => 'Supervisor',
'managed_locations' => 'Ubicaciones gestionadas',
'managed_users' => 'Usuarios gestionados',
'name' => 'Nombre',
diff --git a/resources/lang/es-CO/auth/general.php b/resources/lang/es-CO/auth/general.php
index 1e3b2e33d..07f923b85 100644
--- a/resources/lang/es-CO/auth/general.php
+++ b/resources/lang/es-CO/auth/general.php
@@ -2,7 +2,7 @@
return [
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
- 'email_reset_password' => 'Enviar correo para restablecer contraseña',
+ 'email_reset_password' => 'Enviar correo',
'reset_password' => 'Restablecer contraseña',
'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Entrar',
diff --git a/resources/lang/es-CO/button.php b/resources/lang/es-CO/button.php
index 9a149869b..fd86fa36a 100644
--- a/resources/lang/es-CO/button.php
+++ b/resources/lang/es-CO/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Acciones',
'add' => 'Agregar nuevo',
'cancel' => 'Cancelar',
- 'checkin_and_delete' => 'Checkin All / Eliminar Usuario',
+ 'checkin_and_delete' => 'Devolver todo / Eliminar usuario',
'delete' => 'Eliminar',
'edit' => 'Editar',
'restore' => 'Restaurar',
@@ -12,8 +12,8 @@ return [
'request' => 'Solicitud',
'submit' => 'Enviar',
'upload' => 'Cargar',
- 'select_file' => 'Seleccionar Archivo...',
- 'select_files' => 'Selecciona Archivos...',
+ 'select_file' => 'Seleccione un archivo...',
+ 'select_files' => 'Seleccionar archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'go' => 'Ir',
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
index 6c43f35d8..40b19794b 100644
--- a/resources/lang/es-CO/general.php
+++ b/resources/lang/es-CO/general.php
@@ -6,9 +6,9 @@ return [
'activated' => 'Activado',
'accepted_date' => 'Fecha aceptada',
'accessory' => 'Accesorio',
- 'accessory_report' => 'Reporte de Accesorios',
+ 'accessory_report' => 'Informe de accesorios',
'action' => 'Acción',
- 'activity_report' => 'Reporte de Actividad',
+ 'activity_report' => 'Informe de actividad',
'address' => 'Dirección',
'admin' => 'Admin',
'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador',
@@ -45,12 +45,12 @@ return [
'bad_data' => 'No se ha encontrado nada. ¿Tal vez datos erróneos?',
'bulkaudit' => 'Auditoría masiva',
'bulkaudit_status' => 'Estado de auditoría',
- 'bulk_checkout' => 'Pago en masa',
+ 'bulk_checkout' => 'Asignación masiva',
'bulk_edit' => 'Edición masiva',
'bulk_delete' => 'Eliminar en masa',
'bulk_actions' => 'Acciones en masa',
'bulk_checkin_delete' => 'Checkin en masa / Eliminar usuarios',
- 'byod' => 'SU',
+ 'byod' => 'BYOD',
'byod_help' => 'Este dispositivo es propiedad del usuario',
'bystatus' => 'por Estado',
'cancel' => 'Cancelar',
@@ -59,11 +59,11 @@ return [
'change' => 'Entrada/Salida',
'changeemail' => 'Cambiar dirección de email',
'changepassword' => 'Cambiar contraseña',
- 'checkin' => 'Entrada',
+ 'checkin' => 'Devolver',
'checkin_from' => 'Devolución de',
'checkout' => 'Asignar',
- 'checkouts_count' => 'Pagos',
- 'checkins_count' => 'Checkins',
+ 'checkouts_count' => 'Asignaciones',
+ 'checkins_count' => 'Devoluciones',
'user_requests_count' => 'Solicitudes',
'city' => 'Ciudad',
'click_here' => 'Haz clic aquí',
@@ -75,7 +75,7 @@ return [
'complete' => 'Complete',
'consumable' => 'Consumible',
'consumables' => 'Consumibles',
- 'country' => 'Pais',
+ 'country' => 'País',
'could_not_restore' => 'Error al restaurar :item_type: :error',
'not_deleted' => 'El :item_type no está borrado por lo que no puede ser restaurado',
'create' => 'Crear nuevo',
@@ -104,17 +104,17 @@ return [
'deletion_failed' => 'Error al eliminar',
'departments' => 'Departamentos',
'department' => 'Departamento',
- 'deployed' => 'Asignados-',
+ 'deployed' => 'Asignados',
'depreciation' => 'Depreciación',
'depreciations' => 'Depreciaciones',
'depreciation_report' => 'Informe de depreciación',
'details' => 'Detalles',
'download' => 'Descargar',
'download_all' => 'Descargar todo',
- 'editprofile' => 'Editar tu perfil',
+ 'editprofile' => 'Editar perfil',
'eol' => 'Vida útil',
'email_domain' => 'Dominio de Email',
- 'email_format' => 'Email Format',
+ 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico al importar',
'error' => 'Error',
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Apellidos de la primera iniciativa (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Primer apellido inicial (j.smith@ejemplo.com)',
'firstnamelastinitial' => 'Apellidos de nombre (janes@ejemplo.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nombres',
'first_name_format' => 'Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -153,8 +154,8 @@ return [
'id' => 'ID',
'image' => 'Imagen',
'image_delete' => 'Borrar imagen',
- 'include_deleted' => 'Incluye Activos Eliminados',
- 'image_upload' => 'Subir imagen',
+ 'include_deleted' => 'Incluir activos eliminados',
+ 'image_upload' => 'Cargar imagen',
'filetypes_accepted_help' => 'El tipo de archivo aceptado es :types. El tamaño máximo permitido para subir es :size.|Los tipos de archivo aceptados son :types. El tamaño máximo permitido es :size.',
'filetypes_size_help' => 'El tamaño máximo permitido para subir es :size.',
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
@@ -163,10 +164,10 @@ return [
'import_this_file' => 'Mapear campos y procesar este archivo',
'importing' => 'Importando',
'importing_help' => 'Puede importar activos, accesorios, licencias, componentes, consumibles y usuarios a través del archivo CSV. Seleccione los campos que desea incluir en su informe personalizado y haga clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente, y puede abrirlo en Excel.
+ 'report_fields_info' => 'Seleccione los campos que desea incluir en su informe personalizado y haga clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente y puede abrirlo en Excel.
Si desea exportar sólo ciertos activos, utilice las siguientes opciones para afinar sus resultados.
', - 'range' => 'Range', + 'range' => 'Rango', 'bom_remark' => 'Añadir un BOM (signo de orden de byte) a este CSV', 'improvements' => 'Mejoras', 'information' => 'Información', @@ -374,13 +375,13 @@ return [ 'license_serial' => 'Clave de Serial/Producto', 'invalid_category' => 'Categoría no válida o ausente', 'invalid_item_category_single' => 'Falta o no válida :type categoría. Por favor actualiza la categoría de este :type para incluir una categoría válida antes de salir.', - 'dashboard_info' => 'Este es tu panel de control. Hay muchos parecidos, pero este es el tuyo.', + 'dashboard_info' => 'Este es su panel de control. Hay muchos similares, pero este es suyo.', '60_percent_warning' => '60% completo (advertencia)', - 'dashboard_empty' => 'Parece que aún no has añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comienza añadiendo algunos activos, accesorios, consumibles o licencias ahora!', - 'new_asset' => 'Nuevo recurso', - 'new_license' => 'Nueva Licencia', + 'dashboard_empty' => 'Parece que aún no ha añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comience añadiendo algunos activos, accesorios, consumibles o licencias ahora!', + 'new_asset' => 'Nuevo activo', + 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', - 'new_consumable' => 'Nuevo Consumible', + 'new_consumable' => 'Nuevo consumible', 'collapse' => 'Colapso', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', @@ -396,16 +397,16 @@ return [ 'notification_info' => 'Info', 'asset_information' => 'Información del recurso', 'model_name' => 'Nombre del modelo', - 'asset_name' => 'Nombre del Activo', + 'asset_name' => 'Nombre del activo', 'consumable_information' => 'Información Consumible:', 'consumable_name' => 'Nombre del Consumible:', 'accessory_information' => 'Información del accesorio:', 'accessory_name' => 'Nombre de accesorio:', 'clone_item' => 'Clonar objeto', - 'checkout_tooltip' => 'Revisa este elemento', + 'checkout_tooltip' => 'Asignar este elemento', 'checkin_tooltip' => 'Devuelva este elemento para que esté disponible para resignar, borrar, etc.', - 'checkout_user_tooltip' => 'Revisa este elemento a un usuario', - 'checkin_to_diff_location' => 'Puede optar por registrar este activo en una ubicación distinta a la predeterminada :default_location, si es que existe una configurada', + 'checkout_user_tooltip' => 'Asignar este elemento a un usuario', + 'checkin_to_diff_location' => 'Puede optar por asignar este activo a una ubicación distinta a la predeterminada :default_location, si es que existe una configurada', 'maintenance_mode' => 'El servicio no está disponible temporalmente para actualizaciones del sistema. Por favor, vuelva más tarde.', 'maintenance_mode_title' => 'Sistema temporalmente no disponible', 'ldap_import' => 'La contraseña del usuario no debe ser administrada por LDAP. (Esto le permite enviar solicitudes de contraseña olvidadas.)', @@ -522,7 +523,7 @@ return [ 'action_source' => 'Fuente de acción', 'or' => 'o', 'url' => 'URL', - 'edit_fieldset' => 'Editar campos y opciones de campos', + 'edit_fieldset' => 'Editar campos y opciones de grupos de campos', 'permission_denied_superuser_demo' => 'Permiso denegado. No puede actualizar la información de usuario para superadministradores en la demo.', 'pwd_reset_not_sent' => 'El usuario no está activado, está sincronizado con LDAP o no tiene una dirección de correo electrónico', 'error_sending_email' => 'Error al enviar email', @@ -537,7 +538,7 @@ return [ 'partial' => 'Eliminado :success_count :object_type, pero :error_count :object_type no pudo ser eliminado', ], ], - 'no_requestable' => 'No hay activos o modelos de activos solicitables.', + 'no_requestable' => 'No hay activos o modelos de activos que puedan solicitarse.', 'countable' => [ 'accessories' => ':count Accesorio|:count Accesorios', diff --git a/resources/lang/es-CO/help.php b/resources/lang/es-CO/help.php index f9596b8d9..7b65497a8 100644 --- a/resources/lang/es-CO/help.php +++ b/resources/lang/es-CO/help.php @@ -29,7 +29,7 @@ return [ 'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.', - 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.', + 'depreciations' => 'Puede configurar la depreciación de activos usando un método de línea recta.', 'empty_file' => 'El importador detecta que este archivo está vacío.' ]; diff --git a/resources/lang/es-ES/account/general.php b/resources/lang/es-ES/account/general.php index 4f9b322a0..3303787c2 100644 --- a/resources/lang/es-ES/account/general.php +++ b/resources/lang/es-ES/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Claves API personales', - 'api_key_warning' => 'Al generar un token API, asegúrate de copiarlo inmediatamente ya que - no será visible de nuevo.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'La url base de tu API es:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Los tokens de la API están establecidos para expirar en:', - 'api_reference' => 'Por favor, revise la referencia API para - encontrar endpoints específicos de la API y documentación adicional de la API.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Cuenta actualizada exitosamente', ); diff --git a/resources/lang/es-ES/admin/accessories/general.php b/resources/lang/es-ES/admin/accessories/general.php index 9103727a1..02beea6a0 100644 --- a/resources/lang/es-ES/admin/accessories/general.php +++ b/resources/lang/es-ES/admin/accessories/general.php @@ -7,15 +7,15 @@ return array( 'checkin' => 'Checkin Accesorio', 'create' => 'Crear Accesorio', 'edit' => 'Editar Accesorio', - 'eula_text' => 'Términos y condiciones de la categoría', - 'eula_text_help' => 'Este campo permite personalizar los términos y condiciones para tipos específicos de activos. Si solo tiene unos términos y condiciones para todos sus activos, puede seleccionar la siguiente opción para usar el valor por defecto.', + 'eula_text' => 'Acuerdo de uso de la categoría', + 'eula_text_help' => 'Este campo permite personalizar los acuerdos de uso para tipos específicos de activos. Si solo tiene un acuerdo de uso para todos sus activos, puede seleccionar la siguiente opción para usar el valor por predeterminado.', 'require_acceptance' => 'Pedir a los usuarios confirmación de aceptación de los elementos en esta categoría.', - 'no_default_eula' => 'No se encontraron términos y condiciones por defecto. Agregue unos en Configuración.', + 'no_default_eula' => 'No se encontró el acuerdo de uso predeterminado. Agregue unos en Configuración.', 'total' => 'Total ', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', - 'use_default_eula' => 'En su lugar, use los términos y condiciones por defecto.', - 'use_default_eula_disabled' => 'Cargue un archivo CSV que contenga el historial de activos. Los activos y los usuarios DEBEN existir ya en el sistema, o serán omitidos. La importación del historial busca activos que coincidan con la etiqueta de activo. Intentaremos encontrar un usuario usando el nombre del usuario que proporcione y los criterios que seleccione a continuación. Si no selecciona ningún criterio, el sistema simplemente intentará usar el formato de nombre de usuario configurado en Admin > Opciones Generales
.
Los campos incluidos en el CSV deben coincidir con los encabezados: Asset Tag, Name, Checkout Date, Checkin Date. Cualquier campo adicional será ignorado.
Checkin Date(Fecha de Devolución): dejar en blanco o usar fechas futuras asignará los ítems al usuario asociado. Excluir la columna Checkin Date creará una fecha de devolución con la fecha de hoy.
', 'csv_import_match_f-l' => 'Intenta emparejar usuarios con formato nombre.lastname (jane.smith
)',
diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php
index 7dab2853e..4b0e1ad0c 100644
--- a/resources/lang/es-ES/admin/hardware/message.php
+++ b/resources/lang/es-ES/admin/hardware/message.php
@@ -12,7 +12,7 @@ return [
'warning_audit_date_mismatch' => 'La próxima fecha de auditoría de este activo (:next_audit_date) es anterior a la última fecha de auditoría (:last_audit_date). Por favor, actualice la próxima fecha de auditoría.',
'create' => [
- 'error' => 'Equipo no creado, intentalo de nuevo. :(',
+ 'error' => 'El activo no fue creado, por favor, inténtelo de nuevo. :(',
'success' => 'Equipo creado. :)',
'success_linked' => 'Activo con etiqueta :tag creado con éxito. Haga clic aquí para ver.',
],
@@ -71,7 +71,7 @@ return [
],
'checkout' => [
- 'error' => 'Equipo no asignado, intentalo de nuevo',
+ 'error' => 'El activo no fue asignado, por favor inténtelo de nuevo',
'success' => 'Equipo asignado.',
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
'not_available' => '¡Ese artículo no está disponible para retirada!',
@@ -79,10 +79,10 @@ return [
],
'checkin' => [
- 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
- 'success' => 'Equipo quitado correctamente.',
- 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
- 'already_checked_in' => 'Ese activo ya se quito.',
+ 'error' => 'El equipo no se pudo devolver, por favor inténtelo de nuevo',
+ 'success' => 'El activo fue devuelto exitosamente.',
+ 'user_does_not_exist' => 'Es usuario no es correcto, por favor inténtelo de nuevo.',
+ 'already_checked_in' => 'El equipo ya ha sido devuelto.',
],
diff --git a/resources/lang/es-ES/admin/hardware/table.php b/resources/lang/es-ES/admin/hardware/table.php
index 5372f0930..ed58b2088 100644
--- a/resources/lang/es-ES/admin/hardware/table.php
+++ b/resources/lang/es-ES/admin/hardware/table.php
@@ -15,7 +15,7 @@ return [
'dl_csv' => 'Descargar CSV',
'eol' => 'EOL',
'id' => 'ID',
- 'last_checkin_date' => 'Last Checkin Date',
+ 'last_checkin_date' => 'Última fecha de devolución',
'location' => 'Localización',
'purchase_cost' => 'Costo',
'purchase_date' => 'Comprado',
diff --git a/resources/lang/es-ES/admin/licenses/form.php b/resources/lang/es-ES/admin/licenses/form.php
index 3724e53db..b1d1d180d 100644
--- a/resources/lang/es-ES/admin/licenses/form.php
+++ b/resources/lang/es-ES/admin/licenses/form.php
@@ -3,8 +3,8 @@
return array(
'asset' => 'Equipo',
- 'checkin' => 'Quita',
- 'create' => 'Nueva Licencia',
+ 'checkin' => 'Devolver',
+ 'create' => 'Crear licencia',
'expiration' => 'Fecha de vencimiento',
'license_key' => 'Clave de producto',
'maintained' => 'Mantenido',
@@ -18,5 +18,5 @@ return array(
'to_email' => 'Registrado a Email',
'to_name' => 'Registrado a Nombre',
'update' => 'Actualizar Licencia',
- 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.'
+ 'checkout_help' => 'Debe asignar una licencia a un activo de hardware o a una persona. Puede seleccionar ambos, pero el propietario del activo debe coincidir con la persona a la que está asignado el activo.'
);
diff --git a/resources/lang/es-ES/admin/licenses/message.php b/resources/lang/es-ES/admin/licenses/message.php
index aae187177..47deb5732 100644
--- a/resources/lang/es-ES/admin/licenses/message.php
+++ b/resources/lang/es-ES/admin/licenses/message.php
@@ -47,7 +47,7 @@ return array(
),
'checkin' => array(
- 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
+ 'error' => 'Hubo un problema devolviendo la licencia. Por favor, inténtalo de nuevo.',
'success' => 'Equipo quitado correctamente.'
),
diff --git a/resources/lang/es-ES/admin/licenses/table.php b/resources/lang/es-ES/admin/licenses/table.php
index 7dda8f145..2d5286e57 100644
--- a/resources/lang/es-ES/admin/licenses/table.php
+++ b/resources/lang/es-ES/admin/licenses/table.php
@@ -6,9 +6,9 @@ return array(
'checkout' => 'Quita/Asigna',
'deleted_at' => 'Eliminado el',
'id' => 'ID',
- 'license_email' => 'Email',
+ 'license_email' => 'Email de licencia',
'license_name' => 'Licenciado a',
- 'purchase_date' => 'Fecha Compra',
+ 'purchase_date' => 'Fecha de compra',
'purchased' => 'Comprada',
'seats' => 'Instalaciones',
'hardware' => 'Equipo',
diff --git a/resources/lang/es-ES/admin/locations/message.php b/resources/lang/es-ES/admin/locations/message.php
index d9757b507..2ddaee7a4 100644
--- a/resources/lang/es-ES/admin/locations/message.php
+++ b/resources/lang/es-ES/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Localización no existente.',
- 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ',
'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ',
'assigned_assets' => 'Activos asignados',
diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php
index 04e1f44a6..cc9738663 100644
--- a/resources/lang/es-ES/admin/locations/table.php
+++ b/resources/lang/es-ES/admin/locations/table.php
@@ -16,9 +16,9 @@ return [
'name' => 'Nombre Localización',
'address' => 'Dirección',
'address2' => 'Dirección (línea 2)',
- 'zip' => 'Códio Postal',
+ 'zip' => 'Código postal',
'locations' => 'Localizaciones',
- 'parent' => 'Padre',
+ 'parent' => 'Ubicación padre',
'currency' => 'Divisa de la Localización',
'ldap_ou' => 'Búsqueda LDAP OU',
'user_name' => 'Nombre de usuario',
@@ -32,7 +32,7 @@ return [
'asset_serial' => 'Número de serie',
'asset_location' => 'Ubicación',
'asset_checked_out' => 'Asignado',
- 'asset_expected_checkin' => 'Fecha Esperada de Devolución',
+ 'asset_expected_checkin' => 'Fecha esperada de devolución',
'date' => 'Fecha:',
'phone' => 'Teléfono ubicación',
'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):',
diff --git a/resources/lang/es-ES/admin/manufacturers/table.php b/resources/lang/es-ES/admin/manufacturers/table.php
index 9e557e0f7..ed228e832 100644
--- a/resources/lang/es-ES/admin/manufacturers/table.php
+++ b/resources/lang/es-ES/admin/manufacturers/table.php
@@ -10,7 +10,7 @@ return array(
'support_email' => 'Email de soporte',
'support_phone' => 'Teléfono de soporte',
'support_url' => 'URL de soporte',
- 'warranty_lookup_url' => 'URL de Búsqueda de Garantía',
+ 'warranty_lookup_url' => 'URL de búsqueda de garantía',
'update' => 'Actualizar Fabricante',
);
diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php
index 4bec701de..9eaea9f24 100644
--- a/resources/lang/es-ES/admin/models/message.php
+++ b/resources/lang/es-ES/admin/models/message.php
@@ -12,7 +12,7 @@ return array(
'create' => array(
'error' => 'Modelo no creado, Intentalo de nuevo.',
'success' => 'Modelo creado.',
- 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.',
+ 'duplicate_set' => 'Ya existe un modelo de equipo con el mismo nombre, fabricante y número de modelo.',
),
'update' => array(
diff --git a/resources/lang/es-ES/admin/models/table.php b/resources/lang/es-ES/admin/models/table.php
index 23298d575..1dd16b8e6 100644
--- a/resources/lang/es-ES/admin/models/table.php
+++ b/resources/lang/es-ES/admin/models/table.php
@@ -6,7 +6,7 @@ return array(
'created_at' => 'Creado el',
'eol' => 'EOL',
'modelnumber' => 'Modelo No.',
- 'name' => 'Nombre Modelo',
+ 'name' => 'Nombre del modelo de activo',
'numassets' => 'Equipos',
'title' => 'Modelos Equipos',
'update' => 'Actualizar Modelo',
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index 7aabf94dc..e281796b5 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -46,11 +46,11 @@ return [
'dashboard_message' => 'Mensajes del Panel',
'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el Panel.',
'default_currency' => 'Moneda Predeterminada',
- 'default_eula_text' => 'Términos y condiciones por defecto',
+ 'default_eula_text' => 'Acuerdo de uso predeterminado',
'default_language' => 'Idioma predeterminado',
- 'default_eula_help_text' => 'También puede asociar términos y condiciones personalizados a categorías específicas.',
+ 'default_eula_help_text' => 'También puede asociar acuerdos de uso personalizados a categorías específicas.',
'acceptance_note' => 'Añada una nota para su decisión (opcional)',
- 'display_asset_name' => 'Mostrar Nombre Equipo',
+ 'display_asset_name' => 'Mostrar nombre del activo',
'display_checkout_date' => 'Mostrar fecha de asignación',
'display_eol' => 'Mostrar EOL',
'display_qr' => 'Mostrar Códigos QR',
@@ -60,8 +60,8 @@ return [
'alt_barcode_type' => 'Tipo de códigos de barras 1D',
'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
'enabled' => 'Habilitado',
- 'eula_settings' => 'Configuración de los términos y condiciones',
- 'eula_markdown' => 'Estos términos y condiciones permiten markdown estilo Github.',
+ 'eula_settings' => 'Configuración de los acuerdos de uso',
+ 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
'favicon' => 'Favicon',
'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Otros formatos de imagen pueden no funcionar en todos los navegadores.',
'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, 16x16 píxeles.',
@@ -69,7 +69,7 @@ return [
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando el formato flavored de GitHub. Saltos de línea, cabeceras, imágenes, etc, pueden resultar impredecibles.',
'general_settings' => 'Configuración General',
'general_settings_keywords' => 'soporte de la empresa, firma, aceptación, formato de correo electrónico, formato de nombre de usuario, imágenes, por página, miniatura, eula, acuerdo de licencia de usuario final, términos y condiciiones, gravatar, términos de servicio, tablero de indicadores, privacidad',
- 'general_settings_help' => 'Términos y condiciones por defecto y más',
+ 'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar Respaldo',
'google_workspaces' => 'Espacios de trabajo de Google',
'header_color' => 'Color de encabezado',
@@ -97,7 +97,7 @@ return [
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
'ldap_server_cert_ignore' => 'Permitir certificados SSL inválidos',
- 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL auto firmado y quieres aceptar un certificado SSL inválido.',
+ 'ldap_server_cert_help' => 'Seleccione esta casilla si está utilizando un certificado SSL autofirmado y desea aceptar un certificado SSL inválido.',
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
'ldap_uname' => 'Enlazar usuario LDAP',
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
'username_format_help' => 'Esta configuración sólo será utilizada por el proceso de importación si no se proporciona un nombre de usuario y tenemos que generar un nombre de usuario para usted.',
'oauth_title' => 'Configuración de la API de OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Configuración de Endpoint Oauth',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Actualizar ajustes de etiqueta de activos',
'barcode_title' => 'Actualizar ajustes de código de barras',
'barcodes' => 'Códigos de barras',
@@ -362,7 +372,7 @@ return [
'mail_reply_to' => 'Dirección de respuesta de correo',
'mail_from' => 'Correo desde la dirección',
'database_driver' => 'Controlador de base de datos',
- 'bs_table_storage' => 'Almacenamiento de Tabla',
+ 'bs_table_storage' => 'Almacenamiento de tabla',
'timezone' => 'Timezone',
];
diff --git a/resources/lang/es-ES/admin/statuslabels/message.php b/resources/lang/es-ES/admin/statuslabels/message.php
index d6e634c3d..98aa10e8d 100644
--- a/resources/lang/es-ES/admin/statuslabels/message.php
+++ b/resources/lang/es-ES/admin/statuslabels/message.php
@@ -24,9 +24,9 @@ return [
'help' => [
'undeployable' => 'Estos activos no pueden asignarse a nadie.',
- 'deployable' => 'Estos activos pueden ser retirados. Una vez estén asignados, asumirán el meta estado de Asignado.',
- 'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.',
- 'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.',
+ 'deployable' => 'Estos activos pueden ser asignados. Una vez estén asignados, asumirán el meta estado de Asignado.',
+ 'archived' => 'Estos equipos no pueden ser asignados y solo se mostrarán en la vista de Archivados. Esto es útil para mantener información de activos por razones de presupuesto o de revisión histórica y al mismo tiempo se excluyen de los activos que se pueden usar en el día a día.',
+ 'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.',
],
];
diff --git a/resources/lang/es-ES/admin/statuslabels/table.php b/resources/lang/es-ES/admin/statuslabels/table.php
index bcf4d3928..ec852d517 100644
--- a/resources/lang/es-ES/admin/statuslabels/table.php
+++ b/resources/lang/es-ES/admin/statuslabels/table.php
@@ -1,15 +1,15 @@
'Info Etiquetas Estado',
+ 'about' => 'Acerca de las etiquetas de estado',
'archived' => 'Archivado',
'create' => 'Crear Etiqueta Estado',
- 'color' => 'Color de la Gráfica',
- 'default_label' => 'Etiqueta Predeterminada',
+ 'color' => 'Color en el gráfico',
+ 'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para garantizar que las etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus equipos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
- 'name' => 'Estado',
+ 'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
'show_in_nav' => 'Mostrar en la barra lateral',
diff --git a/resources/lang/es-ES/admin/suppliers/table.php b/resources/lang/es-ES/admin/suppliers/table.php
index 26d5b79e8..02804f2fa 100644
--- a/resources/lang/es-ES/admin/suppliers/table.php
+++ b/resources/lang/es-ES/admin/suppliers/table.php
@@ -7,9 +7,9 @@ return array(
'assets' => 'Equipos',
'city' => 'Ciudad',
'contact' => 'Nombre Contacto',
- 'country' => 'Pais',
+ 'country' => 'País',
'create' => 'Crear Proveedor',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licencias',
@@ -20,7 +20,7 @@ return array(
'suppliers' => 'Proveedores',
'update' => 'Actualizar Proveedor',
'view' => 'Ver Proveedor',
- 'view_assets_for' => 'Ver Equipos para',
- 'zip' => 'Código Postal',
+ 'view_assets_for' => 'Ver activos para',
+ 'zip' => 'Código postal',
);
diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php
index e484c781e..0ff687675 100644
--- a/resources/lang/es-ES/admin/users/general.php
+++ b/resources/lang/es-ES/admin/users/general.php
@@ -16,13 +16,13 @@ return [
'restore_user' => 'Haga clic aquí para restaurarlos.',
'last_login' => 'Último acceso',
'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.',
- 'print_assigned' => 'Imprimir todos los Asignados',
- 'email_assigned' => 'Lista de Correos Asignados',
+ 'print_assigned' => 'Imprimir todos los asignados',
+ 'email_assigned' => 'Enviar correo con todos los asignados',
'user_notified' => 'Se ha enviado un correo al usuario con sus artículos actualmente asignados.',
'auto_assign_label' => 'Incluir a este usuario al asignar automáticamente licencias elegibles',
'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias',
'software_user' => 'Software asignado a :name',
- 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para enviarle credenciales. Únicamente pueden enviarse credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
+ 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para poder enviarle las credenciales. Únicamente pueden enviarse las credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
'view_user' => 'Ver Usuario :name',
'usercsv' => 'Archivo CSV',
'two_factor_admin_optin_help' => 'La configuración actual permite la aplicación selectiva de la autenticación de dos factores. ',
@@ -40,10 +40,10 @@ return [
'checkin_user_properties' => 'Disponibilizar todas las propiedades asociadas a estos usuarios',
'remote_label' => 'Este es un usuario remoto',
'remote' => 'Remoto',
- 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente entran en sus ubicaciones físicas.',
+ 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente asisten a sus ubicaciones físicas.',
'not_remote_label' => 'Este no es un usuario remoto',
'vip_label' => 'Usuario VIP',
- 'vip_help' => 'Esto puede ser útil para marcar a personas importantes en su org si desea manejarlas de maneras especiales.',
+ 'vip_help' => 'Esto puede ser útil como indicador de personas importantes en su organización si desea tratarlas de forma especial.',
'create_user' => 'Crear un usuario',
'create_user_page_explanation' => 'Esta es la información de la cuenta que usará para acceder al sitio por primera vez.',
'email_credentials' => 'Credenciales de email',
diff --git a/resources/lang/es-ES/admin/users/message.php b/resources/lang/es-ES/admin/users/message.php
index f6e2f9908..7424eca3e 100644
--- a/resources/lang/es-ES/admin/users/message.php
+++ b/resources/lang/es-ES/admin/users/message.php
@@ -11,7 +11,7 @@ return array(
'user_has_no_assets_assigned' => 'No hay activos asignados al usuario.',
'user_password_required' => 'La contraseña es obligatoria.',
'insufficient_permissions' => 'No tiene permiso.',
- 'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
+ 'user_deleted_warning' => 'Este usuario ha sido eliminado. Tendrá que restaurar este usuario para editarlo o para asignarle nuevos activos.',
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'A los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida se les ha enviado un enlace de restablecimiento de contraseña.',
'password_reset_sent' => '¡Se ha enviado un enlace de restablecimiento de contraseña a :email!',
diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php
index 70b59b29a..ff4082117 100644
--- a/resources/lang/es-ES/admin/users/table.php
+++ b/resources/lang/es-ES/admin/users/table.php
@@ -7,7 +7,7 @@ return array(
'created_at' => 'Creado',
'createuser' => 'Crear Usuario',
'deny' => 'Denegar',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'employee_num' => 'No. Empleado',
'first_name' => 'Nombre',
'groupnotes' => 'Seleccione un grupo para asignar al usuario, recuerde que un usuario asume los permisos del grupo al que se le asigna. Use ctrl+click (o cmd+click en MacOS) para anular la selección de grupos.',
@@ -18,7 +18,7 @@ return array(
'last_name' => 'Apellidos',
'location' => 'Localización',
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
- 'manager' => 'Responsable',
+ 'manager' => 'Supervisor',
'managed_locations' => 'Ubicaciones gestionadas',
'managed_users' => 'Usuarios gestionados',
'name' => 'Usuario',
diff --git a/resources/lang/es-ES/auth/general.php b/resources/lang/es-ES/auth/general.php
index da077c946..18adff364 100644
--- a/resources/lang/es-ES/auth/general.php
+++ b/resources/lang/es-ES/auth/general.php
@@ -2,7 +2,7 @@
return [
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
- 'email_reset_password' => 'Enviar correo para restablecer contraseña',
+ 'email_reset_password' => 'Enviar correo',
'reset_password' => 'Restablecer Contraseña',
'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
diff --git a/resources/lang/es-ES/button.php b/resources/lang/es-ES/button.php
index 2845f0e34..5ae77fa7e 100644
--- a/resources/lang/es-ES/button.php
+++ b/resources/lang/es-ES/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Acciones',
'add' => 'Agregar nuevo',
'cancel' => 'Cancelar',
- 'checkin_and_delete' => 'Checkin Todos / Eliminar Usuario',
+ 'checkin_and_delete' => 'Devolver todo / Eliminar usuario',
'delete' => 'Borrar',
'edit' => 'Editar',
'restore' => 'Restaurar',
@@ -12,8 +12,8 @@ return [
'request' => 'Solicitud',
'submit' => 'Enviar',
'upload' => 'Cargar',
- 'select_file' => 'Seleccionar Archivo...',
- 'select_files' => 'Selecciona Archivos...',
+ 'select_file' => 'Seleccione un archivo...',
+ 'select_files' => 'Seleccionar archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'go' => 'Ir',
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index 44b1082c2..d274dfb5e 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -6,9 +6,9 @@ return [
'activated' => 'Activado',
'accepted_date' => 'Fecha aceptada',
'accessory' => 'Accesorio',
- 'accessory_report' => 'Reporte de Accesorios',
+ 'accessory_report' => 'Informe de accesorios',
'action' => 'Acción',
- 'activity_report' => 'Reporte de Actividad',
+ 'activity_report' => 'Informe de actividad',
'address' => 'Dirección',
'admin' => 'Admin',
'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador',
@@ -45,7 +45,7 @@ return [
'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?',
'bulkaudit' => 'Auditoría masiva',
'bulkaudit_status' => 'Estado de auditoría',
- 'bulk_checkout' => 'Procesar en Lote',
+ 'bulk_checkout' => 'Asignación masiva',
'bulk_edit' => 'Edición masiva',
'bulk_delete' => 'Borrado masivo',
'bulk_actions' => 'Acciones masivas',
@@ -59,15 +59,15 @@ return [
'change' => 'Entrada / salida',
'changeemail' => 'Cambiar Email',
'changepassword' => 'Cambiar Password',
- 'checkin' => 'Quitar Equipo',
+ 'checkin' => 'Devolver',
'checkin_from' => 'Devolución de',
- 'checkout' => 'Asignar a un usuario',
- 'checkouts_count' => 'Dar de Baja',
- 'checkins_count' => 'Dar de Alta',
+ 'checkout' => 'Asignar',
+ 'checkouts_count' => 'Asignaciones',
+ 'checkins_count' => 'Devoluciones',
'user_requests_count' => 'Solicitudes',
'city' => 'Ciudad',
'click_here' => 'Pulsa aquí',
- 'clear_selection' => 'Eliminar Selección',
+ 'clear_selection' => 'Borrar selección',
'companies' => 'Empresas',
'company' => 'Empresa',
'component' => 'Componente',
@@ -75,10 +75,10 @@ return [
'complete' => 'Completo',
'consumable' => 'Consumible',
'consumables' => 'Consumibles',
- 'country' => 'Pais',
+ 'country' => 'País',
'could_not_restore' => 'Error al restaurar :item_type: :error',
'not_deleted' => 'El :item_type no está borrado por lo que no puede ser restaurado',
- 'create' => 'Crear Localización',
+ 'create' => 'Crear Nuevo',
'created' => 'Artículo creado',
'created_asset' => 'equipo creado',
'created_at' => 'Creado el',
@@ -104,14 +104,14 @@ return [
'deletion_failed' => 'Error al eliminar',
'departments' => 'Departamentos',
'department' => 'Departamento',
- 'deployed' => 'Asignados-',
+ 'deployed' => 'Asignados',
'depreciation' => 'Amortización',
'depreciations' => 'Depreciaciones',
'depreciation_report' => 'Informe de amortización',
'details' => 'Detalles',
'download' => 'Descargar',
'download_all' => 'Descargar todo',
- 'editprofile' => 'Editar Perfil',
+ 'editprofile' => 'Editar perfil',
'eol' => 'EOL',
'email_domain' => 'Dominio de correo electrónico',
'email_format' => 'Formato de correo electrónico',
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Apellido Inicial (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Inicial Apellido (j.smith@ejemplo.com)',
'firstnamelastinitial' => 'Primer nombre y última inicial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -154,7 +155,7 @@ return [
'image' => 'Imagen',
'image_delete' => 'Borrar imagen',
'include_deleted' => 'Incluir activos eliminados',
- 'image_upload' => 'Enviar imagen',
+ 'image_upload' => 'Cargar imagen',
'filetypes_accepted_help' => 'El tipo de archivo aceptado es :types. El tamaño máximo permitido es :size.|Los tipos de archivo aceptados son :types. El tamaño máximo permitido es :size.',
'filetypes_size_help' => 'El tamaño máximo de carga permitido es :size.',
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
@@ -163,10 +164,10 @@ return [
'import_this_file' => 'Mapear campos y procesar este archivo',
'importing' => 'Importando',
'importing_help' => 'Puedes importar activos, accesorios, licencias, componentes, insumos y usuarios vía archivos CSV.Seleccione los campos que desea incluir en su informe personalizado y haga clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente, y puede abrirlo en Excel.
+ 'report_fields_info' => 'Seleccione los campos que desea incluir en su informe personalizado y haga clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente y puede abrirlo en Excel.
Si desea exportar sólo ciertos activos, utilice las siguientes opciones para afinar sus resultados.
', 'range' => 'Rango', 'bom_remark' => 'Añadir un BOM (signo de orden de byte) a este CSV', @@ -374,13 +375,13 @@ return [ 'license_serial' => 'Número de Serie/Clave de Producto', 'invalid_category' => 'Categoría no válida o ausente', 'invalid_item_category_single' => 'Falta o no válida :type categoría. Por favor actualiza la categoría de este :type para incluir una categoría válida antes de salir.', - 'dashboard_info' => 'Este es tu panel de control. Hay muchos parecidos, pero este es el tuyo.', + 'dashboard_info' => 'Este es su panel de control. Hay muchos similares, pero este es suyo.', '60_percent_warning' => '60% completo (advertencia)', - 'dashboard_empty' => 'Parece que aún no has añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comienza añadiendo algunos activos, accesorios, consumibles o licencias ahora!', + 'dashboard_empty' => 'Parece que aún no ha añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comience añadiendo algunos activos, accesorios, consumibles o licencias ahora!', 'new_asset' => 'Nuevo activo', - 'new_license' => 'Nueva Licencia', + 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', - 'new_consumable' => 'Nuevo Consumible', + 'new_consumable' => 'Nuevo consumible', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Recuento de activos', @@ -396,16 +397,16 @@ return [ 'notification_info' => 'Información', 'asset_information' => 'Información del activo', 'model_name' => 'Nombre del modelo', - 'asset_name' => 'Nombre del Equipo', + 'asset_name' => 'Nombre del activo', 'consumable_information' => 'Información del consumible:', 'consumable_name' => 'Nombre del Consumible:', 'accessory_information' => 'Información del accesorio:', 'accessory_name' => 'Nombre de accesorio:', 'clone_item' => 'Clonar objeto', - 'checkout_tooltip' => 'Registrar salida de este elemento', + 'checkout_tooltip' => 'Asignar este elemento', 'checkin_tooltip' => 'Devuelva este elemento para que esté disponible para resignar, borrar, etc.', - 'checkout_user_tooltip' => 'Registrar salida de este elemento para un usuario', - 'checkin_to_diff_location' => 'Puede optar por registrar este activo en una ubicación distinta a la predeterminada :default_location, si es que existe una configurada', + 'checkout_user_tooltip' => 'Asignar este elemento a un usuario', + 'checkin_to_diff_location' => 'Puede optar por asignar este activo a una ubicación distinta a la predeterminada :default_location, si es que existe una configurada', 'maintenance_mode' => 'El servicio no está disponible temporalmente debido por actualizaciones del sistema. Por favor, vuelva más tarde.', 'maintenance_mode_title' => 'Sistema temporalmente no disponible', 'ldap_import' => 'La contraseña de usuario no debe ser administrada por LDAP. (Esto le permite enviar solicitudes de contraseña olvidada.)', @@ -522,7 +523,7 @@ return [ 'action_source' => 'Fuente de acción', 'or' => 'o', 'url' => 'URL', - 'edit_fieldset' => 'Editar campos y opciones de campos', + 'edit_fieldset' => 'Editar campos y opciones de grupos de campos', 'permission_denied_superuser_demo' => 'Permiso denegado. No puede actualizar la información de usuario para superadministradores en la demo.', 'pwd_reset_not_sent' => 'El usuario no está activado, está sincronizado con LDAP o no tiene una dirección de correo electrónico', 'error_sending_email' => 'Error al enviar email', @@ -537,7 +538,7 @@ return [ 'partial' => 'Eliminado :success_count :object_type, pero :error_count :object_type no pudieron ser eliminados', ], ], - 'no_requestable' => 'No hay activos o modelos de activos solicitables.', + 'no_requestable' => 'No hay activos o modelos de activos que puedan solicitarse.', 'countable' => [ 'accessories' => ':count Accesorio|:count Accesorios', diff --git a/resources/lang/es-ES/help.php b/resources/lang/es-ES/help.php index f9596b8d9..7b65497a8 100644 --- a/resources/lang/es-ES/help.php +++ b/resources/lang/es-ES/help.php @@ -29,7 +29,7 @@ return [ 'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.', - 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.', + 'depreciations' => 'Puede configurar la depreciación de activos usando un método de línea recta.', 'empty_file' => 'El importador detecta que este archivo está vacío.' ]; diff --git a/resources/lang/es-MX/account/general.php b/resources/lang/es-MX/account/general.php index 78ea705a9..7e637a3be 100644 --- a/resources/lang/es-MX/account/general.php +++ b/resources/lang/es-MX/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Claves API personales', - 'api_key_warning' => 'Al generar un token API, asegúrate de copiarlo inmediatamente ya que - no será visible para ti de nuevo.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'La url base de tu API se encuentra en:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Los tokens de la API están establecidos para expirar en:', - 'api_reference' => 'Por favor, revise la referencia API para - encontrar puntos finales específicos de la API y documentación adicional de la API.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Cuenta actualizada exitosamente', ); diff --git a/resources/lang/es-MX/admin/accessories/general.php b/resources/lang/es-MX/admin/accessories/general.php index 6303de53b..057dd7661 100644 --- a/resources/lang/es-MX/admin/accessories/general.php +++ b/resources/lang/es-MX/admin/accessories/general.php @@ -7,15 +7,15 @@ return array( 'checkin' => 'Checkin Accesorio', 'create' => 'Crear Accesorio', 'edit' => 'Editar Accesorio', - 'eula_text' => 'Términos y condiciones de la categoría', - 'eula_text_help' => 'Este campo permite personalizar los términos y condiciones para tipos específicos de activos. Si solo tiene unos términos y condiciones para todos sus activos, puede seleccionar la siguiente opción para usar el valor por defecto.', + 'eula_text' => 'Acuerdo de uso de la categoría', + 'eula_text_help' => 'Este campo permite personalizar los acuerdos de uso para tipos específicos de activos. Si solo tiene un acuerdo de uso para todos sus activos, puede seleccionar la siguiente opción para usar el valor por predeterminado.', 'require_acceptance' => 'Pedir a los usuarios confirmación de aceptación de los elementos en esta categoría.', - 'no_default_eula' => 'No se encontraron términos y condiciones por defecto. Agregue unos en Configuración.', + 'no_default_eula' => 'No se encontró el acuerdo de uso predeterminado. Agregue unos en Configuración.', 'total' => 'Total ', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', - 'use_default_eula' => 'En su lugar, use los términos y condiciones por defecto.', - 'use_default_eula_disabled' => 'Cargue un archivo CSV que contenga el historial de activos. Los activos y los usuarios DEBEN existir ya en el sistema, o serán omitidos. La importación del historial busca activos que coincidan con la etiqueta de activo. Intentaremos encontrar un usuario usando el nombre del usuario que proporcione y los criterios que seleccione a continuación. Si no selecciona ningún criterio, el sistema simplemente intentará usar el formato de nombre de usuario configurado en Admin > Opciones Generales
.
Los campos incluidos en el CSV deben coincidir con los encabezados: Asset Tag, Name, Checkout Date, Checkin Date. Cualquier campo adicional será ignorado.
Checkin Date(Fecha de Devolución): dejar en blanco o usar fechas futuras asignará los ítems al usuario asociado. Excluir la columna Checkin Date creará una fecha de devolución con la fecha de hoy.
', 'csv_import_match_f-l' => 'Intenta emparejar usuarios con formato nombre.lastname (jane.smith
)',
diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php
index 4e8537122..032271938 100644
--- a/resources/lang/es-MX/admin/hardware/message.php
+++ b/resources/lang/es-MX/admin/hardware/message.php
@@ -12,7 +12,7 @@ return [
'warning_audit_date_mismatch' => 'La próxima fecha de auditoría de este activo (:next_audit_date) es anterior a la última fecha de auditoría (:last_audit_date). Por favor, actualice la próxima fecha de auditoría.',
'create' => [
- 'error' => 'Equipo no creado, intentalo de nuevo. :(',
+ 'error' => 'El activo no fue creado, por favor, inténtelo de nuevo. :(',
'success' => 'Equipo creado. :)',
'success_linked' => 'Activo con etiqueta :tag creado con éxito. Haga clic aquí para ver.',
],
@@ -71,7 +71,7 @@ return [
],
'checkout' => [
- 'error' => 'Equipo no asignado, intentalo de nuevo',
+ 'error' => 'El activo no fue asignado, por favor inténtelo de nuevo',
'success' => 'Equipo asignado.',
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
'not_available' => '¡Ese artículo no está disponible para retirada!',
@@ -79,10 +79,10 @@ return [
],
'checkin' => [
- 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
- 'success' => 'Equipo quitado correctamente.',
- 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
- 'already_checked_in' => 'Ese activo ya se quito.',
+ 'error' => 'El equipo no se pudo devolver, por favor inténtelo de nuevo',
+ 'success' => 'El activo fue devuelto exitosamente.',
+ 'user_does_not_exist' => 'Es usuario no es correcto, por favor inténtelo de nuevo.',
+ 'already_checked_in' => 'El equipo ya ha sido devuelto.',
],
diff --git a/resources/lang/es-MX/admin/licenses/form.php b/resources/lang/es-MX/admin/licenses/form.php
index 3724e53db..b1d1d180d 100644
--- a/resources/lang/es-MX/admin/licenses/form.php
+++ b/resources/lang/es-MX/admin/licenses/form.php
@@ -3,8 +3,8 @@
return array(
'asset' => 'Equipo',
- 'checkin' => 'Quita',
- 'create' => 'Nueva Licencia',
+ 'checkin' => 'Devolver',
+ 'create' => 'Crear licencia',
'expiration' => 'Fecha de vencimiento',
'license_key' => 'Clave de producto',
'maintained' => 'Mantenido',
@@ -18,5 +18,5 @@ return array(
'to_email' => 'Registrado a Email',
'to_name' => 'Registrado a Nombre',
'update' => 'Actualizar Licencia',
- 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.'
+ 'checkout_help' => 'Debe asignar una licencia a un activo de hardware o a una persona. Puede seleccionar ambos, pero el propietario del activo debe coincidir con la persona a la que está asignado el activo.'
);
diff --git a/resources/lang/es-MX/admin/licenses/message.php b/resources/lang/es-MX/admin/licenses/message.php
index f86f34416..a53fa9e55 100644
--- a/resources/lang/es-MX/admin/licenses/message.php
+++ b/resources/lang/es-MX/admin/licenses/message.php
@@ -47,7 +47,7 @@ return array(
),
'checkin' => array(
- 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
+ 'error' => 'Hubo un problema devolviendo la licencia. Por favor, inténtalo de nuevo.',
'success' => 'Equipo quitado correctamente.'
),
diff --git a/resources/lang/es-MX/admin/licenses/table.php b/resources/lang/es-MX/admin/licenses/table.php
index 7dda8f145..2d5286e57 100644
--- a/resources/lang/es-MX/admin/licenses/table.php
+++ b/resources/lang/es-MX/admin/licenses/table.php
@@ -6,9 +6,9 @@ return array(
'checkout' => 'Quita/Asigna',
'deleted_at' => 'Eliminado el',
'id' => 'ID',
- 'license_email' => 'Email',
+ 'license_email' => 'Email de licencia',
'license_name' => 'Licenciado a',
- 'purchase_date' => 'Fecha Compra',
+ 'purchase_date' => 'Fecha de compra',
'purchased' => 'Comprada',
'seats' => 'Instalaciones',
'hardware' => 'Equipo',
diff --git a/resources/lang/es-MX/admin/locations/message.php b/resources/lang/es-MX/admin/locations/message.php
index d8be3030a..96b7b471e 100644
--- a/resources/lang/es-MX/admin/locations/message.php
+++ b/resources/lang/es-MX/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Localización no existente.',
- 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ',
'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ',
'assigned_assets' => 'Recursos asignados',
diff --git a/resources/lang/es-MX/admin/locations/table.php b/resources/lang/es-MX/admin/locations/table.php
index 127572764..396b04728 100644
--- a/resources/lang/es-MX/admin/locations/table.php
+++ b/resources/lang/es-MX/admin/locations/table.php
@@ -16,9 +16,9 @@ return [
'name' => 'Nombre Localización',
'address' => 'Dirección',
'address2' => '2da linea de Dirección',
- 'zip' => 'Códio Postal',
+ 'zip' => 'Código postal',
'locations' => 'Localizaciones',
- 'parent' => 'Padre',
+ 'parent' => 'Ubicación padre',
'currency' => 'Divisa de la Localización',
'ldap_ou' => 'Búsqueda LDAP OU',
'user_name' => 'Nombre de usuario',
@@ -32,7 +32,7 @@ return [
'asset_serial' => 'Número de serie',
'asset_location' => 'Ubicación',
'asset_checked_out' => 'Asignado a',
- 'asset_expected_checkin' => 'Fecha Esperada de Devolución',
+ 'asset_expected_checkin' => 'Fecha esperada de devolución',
'date' => 'Fecha:',
'phone' => 'Teléfono ubicación',
'signed_by_asset_auditor' => 'Firmado por (Auditor de Activos):',
diff --git a/resources/lang/es-MX/admin/manufacturers/table.php b/resources/lang/es-MX/admin/manufacturers/table.php
index 9e557e0f7..ed228e832 100644
--- a/resources/lang/es-MX/admin/manufacturers/table.php
+++ b/resources/lang/es-MX/admin/manufacturers/table.php
@@ -10,7 +10,7 @@ return array(
'support_email' => 'Email de soporte',
'support_phone' => 'Teléfono de soporte',
'support_url' => 'URL de soporte',
- 'warranty_lookup_url' => 'URL de Búsqueda de Garantía',
+ 'warranty_lookup_url' => 'URL de búsqueda de garantía',
'update' => 'Actualizar Fabricante',
);
diff --git a/resources/lang/es-MX/admin/models/message.php b/resources/lang/es-MX/admin/models/message.php
index 67cdaa985..5a8520df4 100644
--- a/resources/lang/es-MX/admin/models/message.php
+++ b/resources/lang/es-MX/admin/models/message.php
@@ -12,7 +12,7 @@ return array(
'create' => array(
'error' => 'Modelo no creado, Intentalo de nuevo.',
'success' => 'Modelo creado.',
- 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.',
+ 'duplicate_set' => 'Ya existe un modelo de equipo con el mismo nombre, fabricante y número de modelo.',
),
'update' => array(
diff --git a/resources/lang/es-MX/admin/models/table.php b/resources/lang/es-MX/admin/models/table.php
index 23298d575..1dd16b8e6 100644
--- a/resources/lang/es-MX/admin/models/table.php
+++ b/resources/lang/es-MX/admin/models/table.php
@@ -6,7 +6,7 @@ return array(
'created_at' => 'Creado el',
'eol' => 'EOL',
'modelnumber' => 'Modelo No.',
- 'name' => 'Nombre Modelo',
+ 'name' => 'Nombre del modelo de activo',
'numassets' => 'Equipos',
'title' => 'Modelos Equipos',
'update' => 'Actualizar Modelo',
diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php
index f74e85163..7a643b394 100644
--- a/resources/lang/es-MX/admin/settings/general.php
+++ b/resources/lang/es-MX/admin/settings/general.php
@@ -46,11 +46,11 @@ return [
'dashboard_message' => 'Mensajes del Panel',
'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el Panel.',
'default_currency' => 'Moneda Predeterminada',
- 'default_eula_text' => 'Términos y condiciones por defecto',
+ 'default_eula_text' => 'Acuerdo de uso predeterminado',
'default_language' => 'Idioma predeterminado',
- 'default_eula_help_text' => 'También puede asociar términos y condiciones personalizados a categorías específicas.',
+ 'default_eula_help_text' => 'También puede asociar acuerdos de uso personalizados a categorías específicas.',
'acceptance_note' => 'Añada una nota para su decisión (opcional)',
- 'display_asset_name' => 'Mostrar Nombre Equipo',
+ 'display_asset_name' => 'Mostrar nombre del activo',
'display_checkout_date' => 'Mostrar fecha de asignación',
'display_eol' => 'Mostrar EOL',
'display_qr' => 'Mostrar Códigos QR',
@@ -60,8 +60,8 @@ return [
'alt_barcode_type' => 'Tipo de códigos de barras 1D',
'email_logo_size' => 'Los logotipos cuadrados se ven mejor en correo electrónico. ',
'enabled' => 'Habilitado',
- 'eula_settings' => 'Configuración de los términos y condiciones',
- 'eula_markdown' => 'Estos términos y condiciones permiten markdown estilo Github.',
+ 'eula_settings' => 'Configuración de los acuerdos de uso',
+ 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
'favicon' => 'Favicon',
'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Otros formatos de imagen pueden no funcionar en todos los navegadores.',
'favicon_size' => 'Los favicons deben ser imágenes cuadradas, de 16x16 píxeles.',
@@ -69,7 +69,7 @@ return [
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando el formato flavored de GitHub. Saltos de línea, cabeceras, imágenes, etc, pueden resultar impredecibles.',
'general_settings' => 'Configuración General',
'general_settings_keywords' => 'soporte de la empresa, firma, aceptación, formato de correo electrónico, formato de nombre de usuario, imágenes, por página, miniatura, eula, acuerdo de licencia de usuario final, términos y condiciones, gravatar, términos de servicio, tablero de indicadores, privacidad',
- 'general_settings_help' => 'Términos y condiciones por defecto y más',
+ 'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar Respaldo',
'google_workspaces' => 'Espacios de trabajo de Google',
'header_color' => 'Color de encabezado',
@@ -97,14 +97,14 @@ return [
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
'ldap_server_cert_ignore' => 'Permitir certificados SSL inválidos',
- 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL auto firmado y quieres aceptar un certificado SSL inválido.',
+ 'ldap_server_cert_help' => 'Seleccione esta casilla si está utilizando un certificado SSL autofirmado y desea aceptar un certificado SSL inválido.',
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
'ldap_uname' => 'Enlazar usuario LDAP',
'ldap_dept' => 'Departamento de Protocolo Ligero de Acceso a Directorio (LDAP)',
'ldap_phone' => 'Número Telefónico LDAP',
'ldap_jobtitle' => 'LDAP Titulo Laboral',
- 'ldap_country' => 'LDAP País',
+ 'ldap_country' => 'País LDAP',
'ldap_pword' => 'Enlazar contraseña LDAP',
'ldap_basedn' => 'Enlazar base DN',
'ldap_filter' => 'Filtro LDAP',
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
'username_format_help' => 'Esta configuración sólo será utilizada por el proceso de importación si no se proporciona un nombre de usuario y tenemos que generar un nombre de usuario para usted.',
'oauth_title' => 'Configuración de la API de OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Configuración de Endpoint para Oauth',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Actualizar ajustes de etiqueta de activos',
'barcode_title' => 'Actualizar ajustes de código de barras',
'barcodes' => 'Códigos de barras',
@@ -362,7 +372,7 @@ return [
'mail_reply_to' => 'Dirección de respuesta de correo',
'mail_from' => 'Correo desde la dirección',
'database_driver' => 'Controlador de base de datos',
- 'bs_table_storage' => 'Almacenamiento de Tabla',
+ 'bs_table_storage' => 'Almacenamiento de tabla',
'timezone' => 'Timezone',
];
diff --git a/resources/lang/es-MX/admin/statuslabels/message.php b/resources/lang/es-MX/admin/statuslabels/message.php
index d6e634c3d..98aa10e8d 100644
--- a/resources/lang/es-MX/admin/statuslabels/message.php
+++ b/resources/lang/es-MX/admin/statuslabels/message.php
@@ -24,9 +24,9 @@ return [
'help' => [
'undeployable' => 'Estos activos no pueden asignarse a nadie.',
- 'deployable' => 'Estos activos pueden ser retirados. Una vez estén asignados, asumirán el meta estado de Asignado.',
- 'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.',
- 'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.',
+ 'deployable' => 'Estos activos pueden ser asignados. Una vez estén asignados, asumirán el meta estado de Asignado.',
+ 'archived' => 'Estos equipos no pueden ser asignados y solo se mostrarán en la vista de Archivados. Esto es útil para mantener información de activos por razones de presupuesto o de revisión histórica y al mismo tiempo se excluyen de los activos que se pueden usar en el día a día.',
+ 'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.',
],
];
diff --git a/resources/lang/es-MX/admin/statuslabels/table.php b/resources/lang/es-MX/admin/statuslabels/table.php
index bcf4d3928..ec852d517 100644
--- a/resources/lang/es-MX/admin/statuslabels/table.php
+++ b/resources/lang/es-MX/admin/statuslabels/table.php
@@ -1,15 +1,15 @@
'Info Etiquetas Estado',
+ 'about' => 'Acerca de las etiquetas de estado',
'archived' => 'Archivado',
'create' => 'Crear Etiqueta Estado',
- 'color' => 'Color de la Gráfica',
- 'default_label' => 'Etiqueta Predeterminada',
+ 'color' => 'Color en el gráfico',
+ 'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se usa para garantizar que las etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
'deployable' => 'Utilizable',
'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus equipos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
- 'name' => 'Estado',
+ 'name' => 'Nombre de estado',
'pending' => 'Pendiente',
'status_type' => 'Tipo de estado',
'show_in_nav' => 'Mostrar en la barra lateral',
diff --git a/resources/lang/es-MX/admin/suppliers/table.php b/resources/lang/es-MX/admin/suppliers/table.php
index 26d5b79e8..02804f2fa 100644
--- a/resources/lang/es-MX/admin/suppliers/table.php
+++ b/resources/lang/es-MX/admin/suppliers/table.php
@@ -7,9 +7,9 @@ return array(
'assets' => 'Equipos',
'city' => 'Ciudad',
'contact' => 'Nombre Contacto',
- 'country' => 'Pais',
+ 'country' => 'País',
'create' => 'Crear Proveedor',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => 'Licencias',
@@ -20,7 +20,7 @@ return array(
'suppliers' => 'Proveedores',
'update' => 'Actualizar Proveedor',
'view' => 'Ver Proveedor',
- 'view_assets_for' => 'Ver Equipos para',
- 'zip' => 'Código Postal',
+ 'view_assets_for' => 'Ver activos para',
+ 'zip' => 'Código postal',
);
diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php
index 25b7a5c23..79e59bd45 100644
--- a/resources/lang/es-MX/admin/users/general.php
+++ b/resources/lang/es-MX/admin/users/general.php
@@ -16,13 +16,13 @@ return [
'restore_user' => 'Haga clic aquí para restaurarlos.',
'last_login' => 'Último acceso',
'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.',
- 'print_assigned' => 'Imprimir todos los Asignados',
- 'email_assigned' => 'Lista de correos de los asignados',
+ 'print_assigned' => 'Imprimir todos los asignados',
+ 'email_assigned' => 'Enviar correo con todos los asignados',
'user_notified' => 'Se ha enviado al usuario un correo con la lista de sus articulos asignados.',
'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles',
'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias',
'software_user' => 'Software asignado a :name',
- 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para que este usuario para enviar las credenciales. Las credenciales de correo electrónico sólo se pueden hacer en la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
+ 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para poder enviarle las credenciales. Únicamente pueden enviarse las credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
'view_user' => 'Ver Usuario :name',
'usercsv' => 'Archivo CSV',
'two_factor_admin_optin_help' => 'La configuración actual permite la aplicación selectiva de la autenticación de dos factores. ',
@@ -40,10 +40,10 @@ return [
'checkin_user_properties' => 'Recibir todas las propiedades asociadas con estos usuarios',
'remote_label' => 'Este es un usuario remoto',
'remote' => 'Remoto',
- 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente entran en sus ubicaciones físicas.',
+ 'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente asisten a sus ubicaciones físicas.',
'not_remote_label' => 'Este no es un usuario remoto',
'vip_label' => 'Usuario VIP',
- 'vip_help' => 'Esto puede ser útil para marcar a personas importantes en su organización si desea manejarlas de maneras especiales.',
+ 'vip_help' => 'Esto puede ser útil como indicador de personas importantes en su organización si desea tratarlas de forma especial.',
'create_user' => 'Crear Usuario',
'create_user_page_explanation' => 'Esta es la información de la cuenta que usará para acceder al sitio por primera vez.',
'email_credentials' => 'Credenciales de email',
diff --git a/resources/lang/es-MX/admin/users/message.php b/resources/lang/es-MX/admin/users/message.php
index 97f477b71..b81cdac8f 100644
--- a/resources/lang/es-MX/admin/users/message.php
+++ b/resources/lang/es-MX/admin/users/message.php
@@ -11,7 +11,7 @@ return array(
'user_has_no_assets_assigned' => 'No hay activos asignados al usuario.',
'user_password_required' => 'La contraseña es obligatoria.',
'insufficient_permissions' => 'No tiene permiso.',
- 'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
+ 'user_deleted_warning' => 'Este usuario ha sido eliminado. Tendrá que restaurar este usuario para editarlo o para asignarle nuevos activos.',
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'Los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida han sido enviados un enlace de restablecimiento de contraseña.',
'password_reset_sent' => '¡Se ha enviado un enlace de restablecimiento de contraseña a :email!',
diff --git a/resources/lang/es-MX/admin/users/table.php b/resources/lang/es-MX/admin/users/table.php
index 1d59f1133..aa2d64741 100644
--- a/resources/lang/es-MX/admin/users/table.php
+++ b/resources/lang/es-MX/admin/users/table.php
@@ -7,7 +7,7 @@ return array(
'created_at' => 'Creado',
'createuser' => 'Crear Usuario',
'deny' => 'Denegar',
- 'email' => 'Email',
+ 'email' => 'Correo electrónico',
'employee_num' => 'No. Empleado',
'first_name' => 'Nombre',
'groupnotes' => 'Selecciona un grupo para asignar al usuario, recuerda que un usuario toma los permisos del grupo al que están asignados. Usa ctrl+clic (o cmd+clic en MacOS) para deseleccionar grupos.',
@@ -18,7 +18,7 @@ return array(
'last_name' => 'Apellidos',
'location' => 'Localización',
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
- 'manager' => 'Responsable',
+ 'manager' => 'Supervisor',
'managed_locations' => 'Ubicaciones gestionadas',
'managed_users' => 'Usuarios gestionados',
'name' => 'Usuario',
diff --git a/resources/lang/es-MX/auth/general.php b/resources/lang/es-MX/auth/general.php
index da077c946..18adff364 100644
--- a/resources/lang/es-MX/auth/general.php
+++ b/resources/lang/es-MX/auth/general.php
@@ -2,7 +2,7 @@
return [
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
- 'email_reset_password' => 'Enviar correo para restablecer contraseña',
+ 'email_reset_password' => 'Enviar correo',
'reset_password' => 'Restablecer Contraseña',
'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
diff --git a/resources/lang/es-MX/button.php b/resources/lang/es-MX/button.php
index d4cfc9285..f2b910249 100644
--- a/resources/lang/es-MX/button.php
+++ b/resources/lang/es-MX/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Acciones',
'add' => 'Agregar nuevo',
'cancel' => 'Cancelar',
- 'checkin_and_delete' => 'Reingresar todo / Eliminar Usuario',
+ 'checkin_and_delete' => 'Devolver todo / Eliminar usuario',
'delete' => 'Borrar',
'edit' => 'Editar',
'restore' => 'Restaurar',
@@ -12,8 +12,8 @@ return [
'request' => 'Solicitud',
'submit' => 'Enviar',
'upload' => 'Cargar',
- 'select_file' => 'Seleccionar Archivo...',
- 'select_files' => 'Select Files...',
+ 'select_file' => 'Seleccione un archivo...',
+ 'select_files' => 'Seleccionar archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'go' => 'Ir',
diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php
index f5568b66c..b16534103 100644
--- a/resources/lang/es-MX/general.php
+++ b/resources/lang/es-MX/general.php
@@ -6,9 +6,9 @@ return [
'activated' => 'Activado',
'accepted_date' => 'Fecha de aceptación',
'accessory' => 'Accesorio',
- 'accessory_report' => 'Reporte de Accesorios',
+ 'accessory_report' => 'Informe de accesorios',
'action' => 'Acción',
- 'activity_report' => 'Reporte de Actividad',
+ 'activity_report' => 'Informe de actividad',
'address' => 'Dirección',
'admin' => 'Admin',
'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador',
@@ -45,13 +45,13 @@ return [
'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?',
'bulkaudit' => 'Auditoría masiva',
'bulkaudit_status' => 'Estado de auditoría',
- 'bulk_checkout' => 'Procesar en Lote',
+ 'bulk_checkout' => 'Asignación masiva',
'bulk_edit' => 'Editar en grupo',
'bulk_delete' => 'Eliminar en grupo',
'bulk_actions' => 'Acciones masivas',
'bulk_checkin_delete' => 'Hacer Checkin / Eliminar usuarios en masa',
'byod' => 'BYOD',
- 'byod_help' => 'Este equipo es propiedad del usuario',
+ 'byod_help' => 'Este dispositivo es propiedad del usuario',
'bystatus' => 'por Estado',
'cancel' => 'Cancelar',
'categories' => 'Categorías',
@@ -59,15 +59,15 @@ return [
'change' => 'Entrada / salida',
'changeemail' => 'Cambiar Email',
'changepassword' => 'Cambiar Password',
- 'checkin' => 'Quitar Equipo',
+ 'checkin' => 'Devolver',
'checkin_from' => 'Devolución de',
- 'checkout' => 'Asignar a un usuario',
- 'checkouts_count' => 'Checkouts',
- 'checkins_count' => 'Checkins',
+ 'checkout' => 'Asignar',
+ 'checkouts_count' => 'Asignaciones',
+ 'checkins_count' => 'Devoluciones',
'user_requests_count' => 'Requests',
'city' => 'Ciudad',
'click_here' => 'Pulsa aquí',
- 'clear_selection' => 'Eliminar Selección',
+ 'clear_selection' => 'Borrar selección',
'companies' => 'Empresas',
'company' => 'Empresa',
'component' => 'Componente',
@@ -75,10 +75,10 @@ return [
'complete' => 'Completo',
'consumable' => 'Consumible',
'consumables' => 'Consumibles',
- 'country' => 'Pais',
+ 'country' => 'País',
'could_not_restore' => 'Error al restaurar :item_type: :error',
'not_deleted' => 'El :item_type no está borrado por lo que no puede ser restaurado',
- 'create' => 'Crear Localización',
+ 'create' => 'Crear nuevo',
'created' => 'Artículo creado',
'created_asset' => 'equipo creado',
'created_at' => 'Fecha de creación',
@@ -104,14 +104,14 @@ return [
'deletion_failed' => 'Error al eliminar',
'departments' => 'Departamentos',
'department' => 'Departamento',
- 'deployed' => 'Asignados-',
+ 'deployed' => 'Asignados',
'depreciation' => 'Amortización',
'depreciations' => 'Depreciaciones',
'depreciation_report' => 'Informe de amortización',
'details' => 'Detalles',
'download' => 'Descargar',
'download_all' => 'Descargar todo',
- 'editprofile' => 'Editar Perfil',
+ 'editprofile' => 'Editar perfil',
'eol' => 'EOL',
'email_domain' => 'Dominio de correo electrónico',
'email_format' => 'Formato de correo electrónico',
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Apellido Primera Inicial Nombre (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Primera inicial Nombre Apellido (j.smith@ejemplo.com)',
'firstnamelastinitial' => 'Nombre Primera Inicial Apellido (janes@ejemplo.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -153,8 +154,8 @@ return [
'id' => 'Id',
'image' => 'Imagen',
'image_delete' => 'Borrar imagen',
- 'include_deleted' => 'Inlcuir activos eliminados',
- 'image_upload' => 'Enviar imagen',
+ 'include_deleted' => 'Incluir activos eliminados',
+ 'image_upload' => 'Cargar imagen',
'filetypes_accepted_help' => 'El tipo de archivo aceptado es :types. El tamaño máximo permitido es :size.|Los tipos de archivo aceptados son :types. El tamaño máximo permitido es :size.',
'filetypes_size_help' => 'El tamaño máximo de carga permitido es :size.',
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
@@ -163,10 +164,10 @@ return [
'import_this_file' => 'Mapear campos y procesar este archivo',
'importing' => 'Importando',
'importing_help' => 'Puede importar activos, accesorios, licencias, componentes, consumibles y usuarios a través de un archivo CSV. Elija los campos que desa incluir en su informe personalizado, y haga click en Generar. El archivo (custom-asset-report-YYYY-mm-dd,csv) se descargará automáticamente, y puede abrirlo en Excel.
-Si desea exportar solo ciertos activos, use las siguientes opciones para afinar los resultados.
', + 'report_fields_info' => 'Seleccione los campos que desea incluir en su informe personalizado y haga clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente y puede abrirlo en Excel.
+Si desea exportar sólo ciertos activos, utilice las siguientes opciones para afinar sus resultados.
', 'range' => 'Rango', 'bom_remark' => 'Añadir un BOM (signo de orden de byte) a este CSV', 'improvements' => 'Mejoras', @@ -374,13 +375,13 @@ return [ 'license_serial' => 'Número de Serie/Clave de Producto', 'invalid_category' => 'Categoría no válida o ausente', 'invalid_item_category_single' => 'Falta o no válida :type categoría. Por favor actualiza la categoría de este :type para incluir una categoría válida antes de salir.', - 'dashboard_info' => 'Este es tu panel de control. Hay muchos parecidos, pero este es el tuyo.', + 'dashboard_info' => 'Este es su panel de control. Hay muchos similares, pero este es suyo.', '60_percent_warning' => '60% completo (advertencia)', - 'dashboard_empty' => 'Parece que no has agregado nada todavía, así que no tenemos nada increíble para mostrar. ¡Comienza añadiendo algunos activos, accesorios, consumibles o licencias ahora!', + 'dashboard_empty' => 'Parece que aún no ha añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comience añadiendo algunos activos, accesorios, consumibles o licencias ahora!', 'new_asset' => 'Nuevo activo', - 'new_license' => 'Nueva Licencia', + 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', - 'new_consumable' => 'Nuevo Consumible', + 'new_consumable' => 'Nuevo consumible', 'collapse' => 'Contraer', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', @@ -402,9 +403,9 @@ return [ 'accessory_information' => 'Información del accesorio:', 'accessory_name' => 'Nombre de accesorio:', 'clone_item' => 'Clonar objeto', - 'checkout_tooltip' => 'Registrar salida de este elemento', + 'checkout_tooltip' => 'Asignar este elemento', 'checkin_tooltip' => 'Devuelva este elemento para que esté disponible para resignar, borrar, etc.', - 'checkout_user_tooltip' => 'Revisa este elemento a un usuario', + 'checkout_user_tooltip' => 'Asignar este elemento a un usuario', 'checkin_to_diff_location' => 'Puede optar por registrar este activo en una ubicación distinta a la predeterminada :default_location, si es que existe una configurada', 'maintenance_mode' => 'El servicio no está disponible temporalmente debido a actualizaciones del sistema. Por favor, vuelva más tarde.', 'maintenance_mode_title' => 'Sistema temporalmente no disponible', @@ -522,7 +523,7 @@ return [ 'action_source' => 'Fuente de acción', 'or' => 'o', 'url' => 'URL', - 'edit_fieldset' => 'Editar campos y opciones de campos', + 'edit_fieldset' => 'Editar campos y opciones de grupos de campos', 'permission_denied_superuser_demo' => 'Permiso denegado. No puede actualizar la información de usuario para superadministradores en la demo.', 'pwd_reset_not_sent' => 'El usuario no está activado, está sincronizado con LDAP o no tiene una dirección de correo electrónico', 'error_sending_email' => 'Error al enviar email', @@ -537,7 +538,7 @@ return [ 'partial' => 'Eliminado :success_count :object_type, pero :error_count :object_type no pudo ser eliminado', ], ], - 'no_requestable' => 'No hay activos o modelos de activos solicitables.', + 'no_requestable' => 'No hay activos o modelos de activos que puedan solicitarse.', 'countable' => [ 'accessories' => ':count Accesorio|:count Accesorios', diff --git a/resources/lang/es-MX/help.php b/resources/lang/es-MX/help.php index ef7411e2e..c5b1104f1 100644 --- a/resources/lang/es-MX/help.php +++ b/resources/lang/es-MX/help.php @@ -29,7 +29,7 @@ return [ 'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.', - 'depreciations' => 'Puede configurar depreciaciones de activos para depreciar activos basados en una depreciación lineal.', + 'depreciations' => 'Puede configurar la depreciación de activos usando un método de línea recta.', 'empty_file' => 'El importador detecta que este archivo está vacío.' ]; diff --git a/resources/lang/es-VE/account/general.php b/resources/lang/es-VE/account/general.php index 41b1df2b2..7e637a3be 100644 --- a/resources/lang/es-VE/account/general.php +++ b/resources/lang/es-VE/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Claves API personales', - 'api_key_warning' => 'Al generar un token API, asegúrate de copiarlo inmediatamente ya que ellos - no serán visibles para ti de nuevo.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'La url base de tu API se encuentra en:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Los tokens de la API están establecidos para expirar en:', - 'api_reference' => 'Por favor, revise la referencia API a - para encontrar puntos finales específicos de la API y documentación adicional de la API.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Cuenta actualizada exitosamente', ); diff --git a/resources/lang/es-VE/admin/accessories/general.php b/resources/lang/es-VE/admin/accessories/general.php index f093143a6..df37432f6 100644 --- a/resources/lang/es-VE/admin/accessories/general.php +++ b/resources/lang/es-VE/admin/accessories/general.php @@ -1,21 +1,21 @@ 'Categoría de Accesorios', + 'accessory_category' => 'Categoría de accesorio', 'accessory_name' => 'Nombre de Accesorio', 'checkout' => 'Accesorio de Salida', 'checkin' => 'Accesorio de Entrada', 'create' => 'Crear Accesorio', 'edit' => 'Editar Accesorio', - 'eula_text' => 'Términos y condiciones de la categoría', + 'eula_text' => 'Acuerdo de uso de la categoría', 'eula_text_help' => 'Este campo permite personalizar los términos y condiciones para tipos específicos de activos. Si solo tiene unos términos y condiciones para todos sus activos, puede seleccionar la siguiente opción para usar el valor por defecto.', 'require_acceptance' => 'Pedir a los usuarios confirmación de aceptación de los elementos en esta categoría.', 'no_default_eula' => 'No se encontraron términos y condiciones por defecto. Agregue unos en Configuración.', 'total' => 'Total', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', - 'use_default_eula' => 'En su lugar, use los términos y condiciones por defecto.', - 'use_default_eula_disabled' => 'Cargue un archivo CSV que contenga el historial de activos. Los activos y los usuarios DEBEN existir ya en el sistema, o serán omitidos. La importación del historial busca activos que coincidan con la etiqueta de activo. Intentaremos encontrar un usuario usando el nombre del usuario que proporcione y los criterios que seleccione a continuación. Si no selecciona ningún criterio, el sistema simplemente intentará usar el formato de nombre de usuario configurado en Admin > Opciones Generales
.
Los campos incluidos en el CSV deben coincidir con los encabezados: Asset Tag, Name, Checkout Date, Checkin Date. Cualquier campo adicional será ignorado.
Checkin Date(Fecha de Devolución): dejar en blanco o usar fechas futuras asignará los ítems al usuario asociado. Excluir la columna Checkin Date creará una fecha de devolución con la fecha de hoy.
', 'csv_import_match_f-l' => 'Intenta emparejar usuarios con formato nombre.lastname (jane.smith
)',
diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php
index 7c1ed1b9a..8ef5e610b 100644
--- a/resources/lang/es-VE/admin/hardware/message.php
+++ b/resources/lang/es-VE/admin/hardware/message.php
@@ -12,7 +12,7 @@ return [
'warning_audit_date_mismatch' => 'La próxima fecha de auditoría de este activo (:next_audit_date) es anterior a la última fecha de auditoría (:last_audit_date). Por favor, actualice la próxima fecha de auditoría.',
'create' => [
- 'error' => 'El activo no ha sido creado, por favor, inténtelo de nuevo. :(',
+ 'error' => 'El activo no fue creado, por favor, inténtelo de nuevo. :(',
'success' => 'Activo creado con éxito. :)',
'success_linked' => 'Activo con etiqueta :tag creado con éxito. Haga clic aquí para ver.',
],
@@ -71,7 +71,7 @@ return [
],
'checkout' => [
- 'error' => 'El activo no se ha asignado, por favor, inténtelo de nuevo',
+ 'error' => 'El activo no fue asignado, por favor inténtelo de nuevo',
'success' => 'Activo asignado con éxito.',
'user_does_not_exist' => 'El usuario es inválido. Por favor, inténtelo de nuevo.',
'not_available' => '¡Ese activo no está disponible para retirar!',
@@ -79,10 +79,10 @@ return [
],
'checkin' => [
- 'error' => 'El activo no se ha registrado, por favor, inténtelo de nuevo',
- 'success' => 'Activo registrado con éxito.',
- 'user_does_not_exist' => 'El usuario es inválido. Por favor inténtelo de nuevo.',
- 'already_checked_in' => 'Ese activo ya ha sido registrado.',
+ 'error' => 'El equipo no se pudo devolver, por favor inténtelo de nuevo',
+ 'success' => 'El activo fue devuelto exitosamente.',
+ 'user_does_not_exist' => 'Es usuario no es correcto, por favor inténtelo de nuevo.',
+ 'already_checked_in' => 'El equipo ya ha sido devuelto.',
],
diff --git a/resources/lang/es-VE/admin/hardware/table.php b/resources/lang/es-VE/admin/hardware/table.php
index 58c12d0f9..8be5e1679 100644
--- a/resources/lang/es-VE/admin/hardware/table.php
+++ b/resources/lang/es-VE/admin/hardware/table.php
@@ -15,7 +15,7 @@ return [
'dl_csv' => 'Descargar CSV',
'eol' => 'Fin de Vida',
'id' => 'Identificación',
- 'last_checkin_date' => 'Last Checkin Date',
+ 'last_checkin_date' => 'Última fecha de devolución',
'location' => 'Localización',
'purchase_cost' => 'Costo',
'purchase_date' => 'Comprado',
diff --git a/resources/lang/es-VE/admin/licenses/form.php b/resources/lang/es-VE/admin/licenses/form.php
index 48e4c0300..5653d2712 100644
--- a/resources/lang/es-VE/admin/licenses/form.php
+++ b/resources/lang/es-VE/admin/licenses/form.php
@@ -3,8 +3,8 @@
return array(
'asset' => 'Activo',
- 'checkin' => 'Registro',
- 'create' => 'Crear Licencia',
+ 'checkin' => 'Devolver',
+ 'create' => 'Crear licencia',
'expiration' => 'Fecha de vencimiento',
'license_key' => 'Clave del Producto',
'maintained' => 'Mantenido',
@@ -18,5 +18,5 @@ return array(
'to_email' => 'Licenciado al Correo Electrónico',
'to_name' => 'Licenciado a Nombre',
'update' => 'Actualizar Licencia',
- 'checkout_help' => 'Debes asignar una licencia a un activo de hardware o a una persona. Puedes seleccionar ambos pero el dueño del activo debe coincidir con la persona a la que le registras el activo.'
+ 'checkout_help' => 'Debe asignar una licencia a un activo de hardware o a una persona. Puede seleccionar ambos, pero el propietario del activo debe coincidir con la persona a la que está asignado el activo.'
);
diff --git a/resources/lang/es-VE/admin/licenses/message.php b/resources/lang/es-VE/admin/licenses/message.php
index c45ef616c..c7d17076a 100644
--- a/resources/lang/es-VE/admin/licenses/message.php
+++ b/resources/lang/es-VE/admin/licenses/message.php
@@ -47,7 +47,7 @@ return array(
),
'checkin' => array(
- 'error' => 'Hubo un problema registrando la licencia. Por favor, inténtalo de nuevo.',
+ 'error' => 'Hubo un problema devolviendo la licencia. Por favor, inténtalo de nuevo.',
'success' => 'La licencia fue registrada con éxito'
),
diff --git a/resources/lang/es-VE/admin/licenses/table.php b/resources/lang/es-VE/admin/licenses/table.php
index d349b7d48..dd1a1159a 100644
--- a/resources/lang/es-VE/admin/licenses/table.php
+++ b/resources/lang/es-VE/admin/licenses/table.php
@@ -6,9 +6,9 @@ return array(
'checkout' => 'Registrado / Asignado',
'deleted_at' => 'Eliminado el',
'id' => 'ID',
- 'license_email' => 'Correo Electrónico de la Licencia',
+ 'license_email' => 'Email de licencia',
'license_name' => 'Licenciado A',
- 'purchase_date' => 'Fecha de Compra',
+ 'purchase_date' => 'Fecha de compra',
'purchased' => 'Comprado',
'seats' => 'Puestos',
'hardware' => 'Hardware',
diff --git a/resources/lang/es-VE/admin/locations/message.php b/resources/lang/es-VE/admin/locations/message.php
index 47d103ace..1398e3871 100644
--- a/resources/lang/es-VE/admin/locations/message.php
+++ b/resources/lang/es-VE/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'La ubicación no existe.',
- 'assoc_users' => 'Esta ubicación está actualmente asociada con al menos un usuario y no puede ser borrada. Por favor actualiza tus usuarios para no referenciar más esta ubicación e inténtalo de nuevo. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Esta ubicación está actualmente asociada con al menos un activo y no puede ser borrada. Por favor actualiza tus activos para no referenciar más esta ubicación e inténtalo de nuevo. ',
'assoc_child_loc' => 'Esta ubicación es actualmente padre al menos una ubicación hija y no puede ser borrada. Por favor actualiza tus ubicaciones para no referenciar más esta ubicación e inténtalo de nuevo. ',
'assigned_assets' => 'Recursos asignados',
diff --git a/resources/lang/es-VE/admin/locations/table.php b/resources/lang/es-VE/admin/locations/table.php
index 79ed104e5..98b7124d3 100644
--- a/resources/lang/es-VE/admin/locations/table.php
+++ b/resources/lang/es-VE/admin/locations/table.php
@@ -16,9 +16,9 @@ return [
'name' => 'Nombre de Ubicación',
'address' => 'Dirección',
'address2' => 'Dirección línea 2',
- 'zip' => 'Código Postal',
+ 'zip' => 'Código postal',
'locations' => 'Ubicaciones',
- 'parent' => 'Padre',
+ 'parent' => 'Ubicación padre',
'currency' => 'Divisa de la Ubicación',
'ldap_ou' => 'Búsqueda LDAP OU',
'user_name' => 'Usuario',
@@ -32,7 +32,7 @@ return [
'asset_serial' => 'Número de serie',
'asset_location' => 'Localización',
'asset_checked_out' => 'Asignado',
- 'asset_expected_checkin' => 'Checkin Esperado',
+ 'asset_expected_checkin' => 'Fecha esperada de devolución',
'date' => 'Fecha:',
'phone' => 'Teléfono ubicación',
'signed_by_asset_auditor' => 'Firmado por (Juego de Acciones):',
diff --git a/resources/lang/es-VE/admin/manufacturers/table.php b/resources/lang/es-VE/admin/manufacturers/table.php
index 0f5dcd7ee..36cfcdca9 100644
--- a/resources/lang/es-VE/admin/manufacturers/table.php
+++ b/resources/lang/es-VE/admin/manufacturers/table.php
@@ -10,7 +10,7 @@ return array(
'support_email' => 'Correo de soporte',
'support_phone' => 'Teléfono de Soporte',
'support_url' => 'URL de Soporte',
- 'warranty_lookup_url' => 'URL de Búsqueda de Garantía',
+ 'warranty_lookup_url' => 'URL de búsqueda de garantía',
'update' => 'Actualizar Fabricante',
);
diff --git a/resources/lang/es-VE/admin/models/general.php b/resources/lang/es-VE/admin/models/general.php
index 003967de3..7b575e0c7 100644
--- a/resources/lang/es-VE/admin/models/general.php
+++ b/resources/lang/es-VE/admin/models/general.php
@@ -12,7 +12,7 @@ return array(
'show_mac_address' => 'Mostrar campo de dirección MAC en activos en este modelo',
'view_deleted' => 'Ver Borrados',
'view_models' => 'Ver modelos',
- 'fieldset' => 'Fieldset',
+ 'fieldset' => 'Grupos de campo',
'no_custom_field' => 'Sin campos personalizados',
'add_default_values' => 'Añadir valores por defecto',
);
diff --git a/resources/lang/es-VE/admin/models/message.php b/resources/lang/es-VE/admin/models/message.php
index 90c7b7ebb..184c9b11c 100644
--- a/resources/lang/es-VE/admin/models/message.php
+++ b/resources/lang/es-VE/admin/models/message.php
@@ -12,7 +12,7 @@ return array(
'create' => array(
'error' => 'El modelo no fue creado, por favor inténtalo de nuevo.',
'success' => 'Modelo creado con éxito.',
- 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.',
+ 'duplicate_set' => 'Ya existe un modelo de equipo con el mismo nombre, fabricante y número de modelo.',
),
'update' => array(
diff --git a/resources/lang/es-VE/admin/models/table.php b/resources/lang/es-VE/admin/models/table.php
index 6e8e0ee46..ee734f15c 100644
--- a/resources/lang/es-VE/admin/models/table.php
+++ b/resources/lang/es-VE/admin/models/table.php
@@ -6,7 +6,7 @@ return array(
'created_at' => 'Creado el',
'eol' => 'Fin de Vida',
'modelnumber' => 'Modelo No.',
- 'name' => 'Nombre de Activo de Modelo',
+ 'name' => 'Nombre del modelo de activo',
'numassets' => 'Activos',
'title' => 'Modelos de Activo',
'update' => 'Actualizar Modelo de Activo',
diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php
index de3193ca0..f3b7348ac 100644
--- a/resources/lang/es-VE/admin/settings/general.php
+++ b/resources/lang/es-VE/admin/settings/general.php
@@ -46,11 +46,11 @@ return [
'dashboard_message' => 'Mensajes del Panel',
'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el panel.',
'default_currency' => 'Divisa predeterminada',
- 'default_eula_text' => 'Términos y condiciones por defecto',
+ 'default_eula_text' => 'Acuerdo de uso predeterminado',
'default_language' => 'Lenguaje Predeterminado',
- 'default_eula_help_text' => 'También puede asociar términos y condiciones personalizados a categorías específicas.',
+ 'default_eula_help_text' => 'También puede asociar acuerdos de uso personalizados a categorías específicas.',
'acceptance_note' => 'Añada una nota para su decisión (opcional)',
- 'display_asset_name' => 'Mostrar Nombre del Equipo',
+ 'display_asset_name' => 'Mostrar nombre del activo',
'display_checkout_date' => 'Mostrar fecha de asignación',
'display_eol' => 'Mostrar Fin de Vida en la vista de tabla',
'display_qr' => 'Mostrar Códigos QR',
@@ -60,8 +60,8 @@ return [
'alt_barcode_type' => 'Tipo de código de barras 1D',
'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
'enabled' => 'Activado',
- 'eula_settings' => 'Configuración de los términos y condiciones',
- 'eula_markdown' => 'Estos términos y condiciones permiten markdown estilo Github.',
+ 'eula_settings' => 'Configuración de los acuerdos de uso',
+ 'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
'favicon' => 'Favicon',
'favicon_format' => 'Los tipos de archivo aceptados son ico, png y gif. Otros formatos de imagen pueden no funcionar en todos los navegadores.',
'favicon_size' => 'Favicons deben ser imágenes cuadradas, 16x16 píxeles.',
@@ -69,7 +69,7 @@ return [
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces están permitidos usando el markdown estilo Github. Saltos de línea, cabeceras, imágenes, etc., pueden dar resultados impredecibles.',
'general_settings' => 'Configuración General',
'general_settings_keywords' => 'soporte de la empresa, firma, aceptación, formato de correo electrónico, formato de nombre de usuario, imágenes, por página, miniatura, eula, acuerdo de licencia de usuario final, términos y condiciones, gravatar, términos de servicio, tablero de indicadores, privacidad',
- 'general_settings_help' => 'Términos y condiciones por defecto y más',
+ 'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar Respaldo',
'google_workspaces' => 'Espacios de trabajo de Google',
'header_color' => 'Color de Encabezado',
@@ -97,7 +97,7 @@ return [
'ldap_server_help' => 'Esto debería empezar con ldap:// (para no-encriptados o TLS) o ldaps:// (para SSL)',
'ldap_server_cert' => 'Validación de certificado LDAP SSL',
'ldap_server_cert_ignore' => 'Permitir Certificado SSL inválido',
- 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL autofirmado y te gustaría aceptar un certificado SSL inválido.',
+ 'ldap_server_cert_help' => 'Seleccione esta casilla si está utilizando un certificado SSL autofirmado y desea aceptar un certificado SSL inválido.',
'ldap_tls' => 'Usar TLS',
'ldap_tls_help' => 'Esto debe seleccionarse solamente si estás ejecutando STARTTLS en tu servidor LDAP. ',
'ldap_uname' => 'Enlazar Nombre de Usuario LDAP',
@@ -157,7 +157,7 @@ return [
'php_gd_info' => 'Debes instalar php-gd para mostrar códigos QR, ve las instrucciones de instalación.',
'php_gd_warning' => 'PHP Image Processing y GD plugin NO ESTÁN instalados.',
'pwd_secure_complexity' => 'Complejidad de la contraseña',
- 'pwd_secure_complexity_help' => 'Selecciona las reglas de complejidad que quieras aplicar.',
+ 'pwd_secure_complexity_help' => 'Seleccione las reglas de complejidad de las contraseñas que desee aplicar.',
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'La contraseña no puede ser la misma que el nombre, apellido, correo electrónico o nombre de usuario',
'pwd_secure_complexity_letters' => 'Requiere al menos una letra',
'pwd_secure_complexity_numbers' => 'Requiere al menos un número',
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Longitud de las etiquetas de activos, incluyendo relleno de ceros',
'username_format_help' => 'Esta configuración sólo será utilizada por el proceso de importación si no se proporciona un nombre de usuario y tenemos que generar un nombre de usuario para usted.',
'oauth_title' => 'Configuración de la API de OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Configuración de Oauth Endpoint',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Actualizar ajustes de etiqueta de activos',
'barcode_title' => 'Actualizar ajustes de código de barras',
'barcodes' => 'Códigos de barras',
@@ -362,7 +372,7 @@ return [
'mail_reply_to' => 'Dirección de respuesta de correo',
'mail_from' => 'Correo desde la dirección',
'database_driver' => 'Controlador de base de datos',
- 'bs_table_storage' => 'Almacenamiento de Tabla',
+ 'bs_table_storage' => 'Almacenamiento de tabla',
'timezone' => 'Timezone',
];
diff --git a/resources/lang/es-VE/admin/statuslabels/message.php b/resources/lang/es-VE/admin/statuslabels/message.php
index ffa952ac6..6bdbe0881 100644
--- a/resources/lang/es-VE/admin/statuslabels/message.php
+++ b/resources/lang/es-VE/admin/statuslabels/message.php
@@ -24,9 +24,9 @@ return [
'help' => [
'undeployable' => 'Estos activos no pueden asignarse a nadie.',
- 'deployable' => 'Estos activos pueden ser retirados. Una vez hayan sido asignados, asumirán el metaestado de Asignado.',
- 'archived' => 'Estos activos no pueden ser asignados, y sólo se mostrarán en la vista archivada. Esto es útil para retener información acerca de activos para propósitos históricos o de presupuesto, pero manteniéndolos fuera de la lista de activos del día a día.',
- 'pending' => 'Estos activos no pueden ser asignados a nadie aún, usados a menudo para artículos que son para reparar pero se espera que vuelvan a circulación.',
+ 'deployable' => 'Estos activos pueden ser asignados. Una vez estén asignados, asumirán el meta estado de Asignado.',
+ 'archived' => 'Estos equipos no pueden ser asignados, y solo se mostrarán en la vista de Archivados. Esto es útil para retener información sobre activos por razones de presupuesto/revisión histórica, mientras están fuera de la lista de equipos del día a día.',
+ 'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.',
],
];
diff --git a/resources/lang/es-VE/admin/statuslabels/table.php b/resources/lang/es-VE/admin/statuslabels/table.php
index 7ab3097c1..f7e064b39 100644
--- a/resources/lang/es-VE/admin/statuslabels/table.php
+++ b/resources/lang/es-VE/admin/statuslabels/table.php
@@ -1,17 +1,17 @@
'Acerca de los estados de etiqueta',
+ 'about' => 'Acerca de las etiquetas de estado',
'archived' => 'Archivado',
'create' => 'Crear estado de etiqueta',
- 'color' => 'Color del Gráfico',
- 'default_label' => 'Etiqueta por defecto',
+ 'color' => 'Color en el gráfico',
+ 'default_label' => 'Etiqueta predeterminada',
'default_label_help' => 'Esto se utiliza para asegurar que sus etiquetas de estado más comúnmente usadas aparezcan en la parte superior del cuadro de selección cuando se creen/edita activos.',
'deployable' => 'Utilizable',
'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar sus equipos. Por ejemplo: en reparación, perdidos/robados, etc. Puede crear nuevas etiquetas de estado para equipos utilizables, pendientes o archivados.',
'name' => 'Nombre de estado',
'pending' => 'Pendiente',
- 'status_type' => 'Tipo de Estado',
+ 'status_type' => 'Tipo de estado',
'show_in_nav' => 'Mostrar en la barra lateral',
'title' => 'Etiquetas de estado',
'undeployable' => 'No utilizable',
diff --git a/resources/lang/es-VE/admin/suppliers/table.php b/resources/lang/es-VE/admin/suppliers/table.php
index 578ef6418..541da852b 100644
--- a/resources/lang/es-VE/admin/suppliers/table.php
+++ b/resources/lang/es-VE/admin/suppliers/table.php
@@ -20,7 +20,7 @@ return array(
'suppliers' => 'Proveedores',
'update' => 'Actualizar Proveedor',
'view' => 'Ver Proveedor',
- 'view_assets_for' => 'Ver Activos para',
- 'zip' => 'Código Postal',
+ 'view_assets_for' => 'Ver activos para',
+ 'zip' => 'Código postal',
);
diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php
index ee3fd1135..e782e8b52 100644
--- a/resources/lang/es-VE/admin/users/general.php
+++ b/resources/lang/es-VE/admin/users/general.php
@@ -16,13 +16,13 @@ return [
'restore_user' => 'Haga clic aquí para restaurarlos.',
'last_login' => 'Último Inicio de Sesión',
'ldap_config_text' => 'Los parámetros de configuración LDAP pueden ser encontrados en Admin > Settings. La ubicación (opcional) seleccionada será establecida para todos los usuarios importados.',
- 'print_assigned' => 'Imprimir Todos los Asignados',
- 'email_assigned' => 'Lista de Correos Asignados',
+ 'print_assigned' => 'Imprimir todos los asignados',
+ 'email_assigned' => 'Enviar correo con todos los asignados',
'user_notified' => 'El usuario ha sido enviado por correo electrónico a una lista de sus elementos asignados actualmente.',
'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles',
'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias',
'software_user' => 'Software Asignado a :name',
- 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para que este usuario le envíe credenciales. Las credenciales de correo electrónico sólo se pueden hacer en la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
+ 'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para poder enviarle las credenciales. Únicamente pueden enviarse las credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
'view_user' => 'Ver Usuario :name',
'usercsv' => 'Archivo CSV',
'two_factor_admin_optin_help' => 'La configuración actual permite la aplicación selectiva de la autenticación de dos factores. ',
@@ -43,7 +43,7 @@ return [
'remote_help' => 'Esto puede ser útil si necesita filtrar por usuarios remotos que nunca o raramente entran en sus ubicaciones físicas.',
'not_remote_label' => 'Este no es un usuario remoto',
'vip_label' => 'Usuario VIP',
- 'vip_help' => 'Esto puede ser útil para marcar a personas importantes en su org si desea manejarlas de maneras especiales.',
+ 'vip_help' => 'Esto puede ser útil como indicador de personas importantes en su organización si desea tratarlas de forma especial.',
'create_user' => 'Crear un usuario',
'create_user_page_explanation' => 'Esta es la información de la cuenta que usará para acceder al sitio por primera vez.',
'email_credentials' => 'Credenciales de email',
diff --git a/resources/lang/es-VE/admin/users/message.php b/resources/lang/es-VE/admin/users/message.php
index 3eaa518ae..6ffcce63f 100644
--- a/resources/lang/es-VE/admin/users/message.php
+++ b/resources/lang/es-VE/admin/users/message.php
@@ -11,7 +11,7 @@ return array(
'user_has_no_assets_assigned' => 'No hay activos asignados al usuario.',
'user_password_required' => 'La contraseña es obligatoria.',
'insufficient_permissions' => 'Permisos insuficientes.',
- 'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberás restaurar este usuario para editarlo o asignarle nuevos activos.',
+ 'user_deleted_warning' => 'Este usuario ha sido eliminado. Tendrá que restaurar este usuario para editarlo o para asignarle nuevos activos.',
'ldap_not_configured' => 'La integración LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'Los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida han sido enviados un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'Un enlace para restablecer la contraseña ha sido enviado a :email!',
diff --git a/resources/lang/es-VE/admin/users/table.php b/resources/lang/es-VE/admin/users/table.php
index a226217d8..a055c9296 100644
--- a/resources/lang/es-VE/admin/users/table.php
+++ b/resources/lang/es-VE/admin/users/table.php
@@ -18,7 +18,7 @@ return array(
'last_name' => 'Apellido',
'location' => 'Ubicación',
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
- 'manager' => 'Responsable',
+ 'manager' => 'Supervisor',
'managed_locations' => 'Ubicaciones adminsitradas',
'managed_users' => 'Usuarios gestionados',
'name' => 'Nombre',
diff --git a/resources/lang/es-VE/auth/general.php b/resources/lang/es-VE/auth/general.php
index 59f7749cb..89d210aa3 100644
--- a/resources/lang/es-VE/auth/general.php
+++ b/resources/lang/es-VE/auth/general.php
@@ -1,8 +1,8 @@
'Enviar Enlace de Reestablecimiento de Contraseña',
- 'email_reset_password' => 'Enviar correo para restablecer contraseña',
+ 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
+ 'email_reset_password' => 'Enviar correo',
'reset_password' => 'Restablecer Contraseña',
'saml_login' => 'Iniciar sesión a través de SAML',
'login' => 'Iniciar Sesión',
diff --git a/resources/lang/es-VE/button.php b/resources/lang/es-VE/button.php
index 1875f81c1..fe11c06a5 100644
--- a/resources/lang/es-VE/button.php
+++ b/resources/lang/es-VE/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Acciones',
'add' => 'Añadir Nuevo',
'cancel' => 'Cancelar',
- 'checkin_and_delete' => 'Checkin All / Eliminar Usuario',
+ 'checkin_and_delete' => 'Devolver todo / Eliminar usuario',
'delete' => 'Borrar',
'edit' => 'Editar',
'restore' => 'Restaurar',
@@ -12,8 +12,8 @@ return [
'request' => 'Solicitar',
'submit' => 'Enviar',
'upload' => 'Cargar',
- 'select_file' => 'Seleccionar Archivo...',
- 'select_files' => 'Selecciona Archivos...',
+ 'select_file' => 'Seleccione un archivo...',
+ 'select_files' => 'Seleccionar archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
'go' => 'Ir',
diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php
index 2cf96cfc7..af96a0bfc 100644
--- a/resources/lang/es-VE/general.php
+++ b/resources/lang/es-VE/general.php
@@ -6,9 +6,9 @@ return [
'activated' => 'Activado',
'accepted_date' => 'Fecha aceptada',
'accessory' => 'Accesorio',
- 'accessory_report' => 'Reporte de Accesorio',
+ 'accessory_report' => 'Informe de accesorios',
'action' => 'Acción',
- 'activity_report' => 'Reporte de Actividad',
+ 'activity_report' => 'Informe de actividad',
'address' => 'Dirección',
'admin' => 'Admin',
'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador',
@@ -45,12 +45,12 @@ return [
'bad_data' => 'No se ha encontrado nada. ¿Quizás datos incorrectos?',
'bulkaudit' => 'Auditoría Masiva',
'bulkaudit_status' => 'Auditar Estado',
- 'bulk_checkout' => 'Asignación Masiva',
+ 'bulk_checkout' => 'Asignación masiva',
'bulk_edit' => 'Edición masiva',
'bulk_delete' => 'Eliminar en masa',
'bulk_actions' => 'Acciones en masa',
'bulk_checkin_delete' => 'Checkin en masa / Eliminar usuarios',
- 'byod' => 'SU',
+ 'byod' => 'BYOD',
'byod_help' => 'Este dispositivo es propiedad del usuario',
'bystatus' => 'por Estado',
'cancel' => 'Cancelar',
@@ -59,15 +59,15 @@ return [
'change' => 'Entrada/Salida',
'changeemail' => 'Cambiar Dirección de Correo Electrónico',
'changepassword' => 'Cambiar Contraseña',
- 'checkin' => 'Registrar',
+ 'checkin' => 'Devolver',
'checkin_from' => 'Registrar desde',
'checkout' => 'Asignar',
- 'checkouts_count' => 'Pagos',
- 'checkins_count' => 'Checkins',
+ 'checkouts_count' => 'Asignaciones',
+ 'checkins_count' => 'Devoluciones',
'user_requests_count' => 'Solicitudes',
'city' => 'Ciudad',
'click_here' => 'Click aquí',
- 'clear_selection' => 'Limpiar selección',
+ 'clear_selection' => 'Borrar selección',
'companies' => 'Compañías',
'company' => 'Compañía',
'component' => 'Componente',
@@ -78,7 +78,7 @@ return [
'country' => 'País',
'could_not_restore' => 'Error al restaurar :item_type: :error',
'not_deleted' => 'El :item_type no está borrado por lo que no puede ser restaurado',
- 'create' => 'Crear Nuevo',
+ 'create' => 'Crear nuevo',
'created' => 'Elemento Creado',
'created_asset' => 'activo creado',
'created_at' => 'Creado el',
@@ -111,10 +111,10 @@ return [
'details' => 'Detalles',
'download' => 'Descarga',
'download_all' => 'Descargar todo',
- 'editprofile' => 'Editar tu Perfil',
+ 'editprofile' => 'Editar perfil',
'eol' => 'Fin de Vida',
'email_domain' => 'Dominio de Correo Electrónico',
- 'email_format' => 'Formato de Correo Electrónico',
+ 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Este se utiliza para generar direcciones de correo al importar',
'error' => 'Error',
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Apellidos de la primera iniciativa (smith_j@ejemplo.com)',
'firstinitial.lastname' => 'Primer apellido inicial (j.smith@ejemplo.com)',
'firstnamelastinitial' => 'Apellidos de nombre (janes@ejemplo.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nombre',
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
'files' => 'Archivos',
@@ -153,8 +154,8 @@ return [
'id' => 'ID',
'image' => 'Imagen',
'image_delete' => 'Borrar Imagen',
- 'include_deleted' => 'Incluye Activos Eliminados',
- 'image_upload' => 'Subir Imagen',
+ 'include_deleted' => 'Incluir activos eliminados',
+ 'image_upload' => 'Cargar imagen',
'filetypes_accepted_help' => 'El tipo de archivo aceptado es :types. El tamaño máximo permitido para subir es :size.|Los tipos de archivo aceptados son :types. El tamaño máximo permitido es :size.',
'filetypes_size_help' => 'El tamaño máximo permitido para subir es :size.',
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido para subir es :size.',
@@ -163,10 +164,10 @@ return [
'import_this_file' => 'Mapear campos y procesar este archivo',
'importing' => 'Importando',
'importing_help' => 'Puede importar activos, accesorios, licencias, componentes, consumibles y usuarios a través del archivo CSV. Selecciona los campos que deseas incluir en tu informe personalizado y haz clic en Generar. El archivo (custom-asset-report-YYYY-mm-dd.csv) se descargará automáticamente, y puede abrirlo en Excel.
-Si sólo deseas exportar algunos activos específicos, utiliza las siguientes opciones para filtrar tus resultados.
', - 'range' => 'Range', + 'report_fields_info' => 'Elija los campos que desa incluir en su informe personalizado, y haga click en Generar. El archivo (custom-asset-report-YYYY-mm-dd,csv) se descargará automáticamente y puede abrirlo en Excel.
+Si desea exportar solo ciertos activos, use las siguientes opciones para afinar los resultados.
', + 'range' => 'Rango', 'bom_remark' => 'Añadir un BOM (signo de orden de byte) a este CSV', 'improvements' => 'Mejoras', 'information' => 'Información', @@ -374,13 +375,13 @@ return [ 'license_serial' => 'Clave de Serial/Producto', 'invalid_category' => 'Categoría no válida o ausente', 'invalid_item_category_single' => 'Falta o no válida :type categoría. Por favor actualiza la categoría de este :type para incluir una categoría válida antes de salir.', - 'dashboard_info' => 'Este es tu panel de control. Hay muchos parecidos, pero este es el tuyo.', + 'dashboard_info' => 'Este es su panel de control. Hay muchos similares, pero este es suyo.', '60_percent_warning' => '60% completo (advertencia)', - 'dashboard_empty' => 'Parece que aún no has añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comienza añadiendo algunos activos, accesorios, consumibles o licencias ahora!', - 'new_asset' => 'Nuevo recurso', - 'new_license' => 'Nueva Licencia', + 'dashboard_empty' => 'Parece que aún no ha añadido nada, así que no tenemos nada impresionante que mostrar. ¡Comience añadiendo algunos activos, accesorios, consumibles o licencias ahora!', + 'new_asset' => 'Nuevo activo', + 'new_license' => 'Nueva licencia', 'new_accessory' => 'Nuevo accesorio', - 'new_consumable' => 'Nuevo Consumible', + 'new_consumable' => 'Nuevo consumible', 'collapse' => 'Colapso', 'assigned' => 'Asignado', 'asset_count' => 'Cantidad de activos', @@ -396,15 +397,15 @@ return [ 'notification_info' => 'Info', 'asset_information' => 'Información del recurso', 'model_name' => 'Nombre del modelo', - 'asset_name' => 'Nombre de Activo', + 'asset_name' => 'Nombre del activo', 'consumable_information' => 'Información Consumible:', 'consumable_name' => 'Nombre del Consumible:', 'accessory_information' => 'Información del accesorio:', 'accessory_name' => 'Nombre del Accesorio:', 'clone_item' => 'Clonar objeto', - 'checkout_tooltip' => 'Revisa este elemento', + 'checkout_tooltip' => 'Asignar este elemento', 'checkin_tooltip' => 'Devuelva este elemento para que esté disponible para resignar, borrar, etc.', - 'checkout_user_tooltip' => 'Revisa este elemento a un usuario', + 'checkout_user_tooltip' => 'Asignar este elemento a un usuario', 'checkin_to_diff_location' => 'Puede optar por registrar este activo en una ubicación distinta a la ubicación predeterminada :default_location, si existe una configurada', 'maintenance_mode' => 'El servicio no está disponible temporalmente para actualizaciones del sistema. Por favor, vuelva más tarde.', 'maintenance_mode_title' => 'Sistema temporalmente no disponible', @@ -522,7 +523,7 @@ return [ 'action_source' => 'Fuente de acción', 'or' => 'o', 'url' => 'URL', - 'edit_fieldset' => 'Editar campos y opciones de campos', + 'edit_fieldset' => 'Editar campos y opciones de grupos de campos', 'permission_denied_superuser_demo' => 'Permiso denegado. No puede actualizar la información de usuario para superadministradores en la demo.', 'pwd_reset_not_sent' => 'El usuario no está activado, está sincronizado con LDAP o no tiene una dirección de correo electrónico', 'error_sending_email' => 'Error al enviar email', diff --git a/resources/lang/es-VE/help.php b/resources/lang/es-VE/help.php index f9596b8d9..7b65497a8 100644 --- a/resources/lang/es-VE/help.php +++ b/resources/lang/es-VE/help.php @@ -29,7 +29,7 @@ return [ 'consumables' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel copiador.', - 'depreciations' => 'Puede configurar las depreciaciones de activos para depreciar activos basados en una depreciación lineal.', + 'depreciations' => 'Puede configurar la depreciación de activos usando un método de línea recta.', 'empty_file' => 'El importador detecta que este archivo está vacío.' ]; diff --git a/resources/lang/es-VE/mail.php b/resources/lang/es-VE/mail.php index 590dd1e1b..a1b4e92a7 100644 --- a/resources/lang/es-VE/mail.php +++ b/resources/lang/es-VE/mail.php @@ -32,7 +32,7 @@ return [ 'additional_notes' => 'Notas Adicionales:', 'admin_has_created' => 'Un administrador ha creado una cuenta para ti en el sitio web de :web.', 'asset' => 'Activo:', - 'asset_name' => 'Nombre de Activo:', + 'asset_name' => 'Nombre del activo:', 'asset_requested' => 'Activo solicitado', 'asset_tag' => 'Etiqueta de activo', 'assets_warrantee_alert' => 'Hay :count activo con una garantía que expira en los próximos :threshold days.|Hay :count activos con garantías que expiran en los siguientes :threshold days.', diff --git a/resources/lang/et-EE/account/general.php b/resources/lang/et-EE/account/general.php index 1fc28f340..1a9e2c03b 100644 --- a/resources/lang/et-EE/account/general.php +++ b/resources/lang/et-EE/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Personal API Keys', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/et-EE/admin/locations/message.php b/resources/lang/et-EE/admin/locations/message.php index dbcfb88f6..57349a4eb 100644 --- a/resources/lang/et-EE/admin/locations/message.php +++ b/resources/lang/et-EE/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Asukohta ei eksisteeri.', - 'assoc_users' => 'Selle asukohaga on seotud vähemalt üks kasutaja ja seda ei saa kustutada. Palun uuenda oma kasutajaid nii, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Selle asukohaga on seotud vähemalt üks vahend ja seda ei saa kustutada. Palun uuenda oma vahendeid, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', 'assoc_child_loc' => 'Sel asukohal on hetkel all-asukohti ja seda ei saa kustutada. Palun uuenda oma asukohti nii, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', 'assigned_assets' => 'Määratud Varad', diff --git a/resources/lang/et-EE/admin/settings/general.php b/resources/lang/et-EE/admin/settings/general.php index 7f6610a15..112390a3d 100644 --- a/resources/lang/et-EE/admin/settings/general.php +++ b/resources/lang/et-EE/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Varasiltide, sealhulgas zerofilli pikkus', 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php index 920324380..0ad1d689a 100644 --- a/resources/lang/et-EE/general.php +++ b/resources/lang/et-EE/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Perenimi Eesnimi algustäht (smith_j@example.com)', 'firstinitial.lastname' => 'Eesnime algustäht Perekonnanimi (j.smith@example.com)', 'firstnamelastinitial' => 'Eesnimi Perekonnanime algustäht (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Eesnimi', 'first_name_format' => 'Eesnimi (jane@example.com)', 'files' => 'Failid', diff --git a/resources/lang/fa-IR/account/general.php b/resources/lang/fa-IR/account/general.php index 769da8381..257822930 100644 --- a/resources/lang/fa-IR/account/general.php +++ b/resources/lang/fa-IR/account/general.php @@ -2,14 +2,12 @@ return array( 'personal_api_keys' => 'کلیدهای API شخصی', - 'api_key_warning' => 'هنگام ایجاد یک نشانه API، مطمئن شوید که آن را فوراً مانند آنها کپی کنید -چون دیگر برای شما قابل مشاهده نخواهد بود.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'url پایه API شما در این آدرس قرار دارد:', 'api_base_url_endpoint' => '/<endpoint> ', 'api_token_expiration_time' => 'توکنهای API در موارد زیر منقضی میشوند:', - 'api_reference' => 'لطفاً مرجع API را بررسی کنید - نقاط انتهایی API خاص و اسناد API اضافی را پیدا کنید.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/fa-IR/admin/locations/message.php b/resources/lang/fa-IR/admin/locations/message.php index f5bc8da2c..f24c8ade4 100644 --- a/resources/lang/fa-IR/admin/locations/message.php +++ b/resources/lang/fa-IR/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'مکان وجود ندارد.', - 'assoc_users' => 'این مکان در حال حاضر با حداقل یک کاربر در ارتباط است و نمی تواند حذف شود. لطفا کاربران خود را به روز رسانی به دیگر مرجع این مکان و دوباره امتحان کنید. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'این مکان در حال حاضر همراه با حداقل یک دارایی است و قادر به حذف نمی شود. لطفا بروز دارایی های خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ', 'assoc_child_loc' => 'این مکان در حال حاضر پدر و مادر کودک حداقل یک مکان است و قادر به حذف نمی شود. لطفا به روز رسانی مکان خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ', 'assigned_assets' => 'Assigned Assets', diff --git a/resources/lang/fa-IR/admin/settings/general.php b/resources/lang/fa-IR/admin/settings/general.php index 894a49ae6..407e29211 100644 --- a/resources/lang/fa-IR/admin/settings/general.php +++ b/resources/lang/fa-IR/admin/settings/general.php @@ -393,10 +393,20 @@ return [ ', 'oauth_title' => 'تنظیمات API OAuth ', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth ', 'oauth_help' => 'تنظیمات نقطه پایانی Oauth ', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'تنظیمات برچسب دارایی را به روز کنید ', 'barcode_title' => 'تنظیمات بارکد را به روز کنید diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php index 58a48fc04..b02e067aa 100644 --- a/resources/lang/fa-IR/general.php +++ b/resources/lang/fa-IR/general.php @@ -145,6 +145,7 @@ return [ 'lastname_firstinitial' => 'فامیل نام میانه (smith_j@example.com)', 'firstinitial.lastname' => 'نام میانه فامیل (j.smith@example.com)', 'firstnamelastinitial' => 'نام فامیل میانه (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'نام', 'first_name_format' => 'نام (jane@example.com)', 'files' => 'فایل ها', diff --git a/resources/lang/fi-FI/account/general.php b/resources/lang/fi-FI/account/general.php index 24ced92d8..9236530ad 100644 --- a/resources/lang/fi-FI/account/general.php +++ b/resources/lang/fi-FI/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Henkilökohtaiset API-avaimet', - 'api_key_warning' => 'Kun luot API-tunnisteen; varmista, että kopioit sen heti, sillä ne - eivät näy sinulle uudestaan.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Sinun API base url sijaitsee osoitteessa:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API-tunnisteet vanhenevat:', - 'api_reference' => 'Tarkista API viite - löydät erityisiä API päätepisteitä ja muuta API dokumentaatiota.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/fi-FI/admin/locations/message.php b/resources/lang/fi-FI/admin/locations/message.php index 760bfedbc..0f1c4fa5e 100644 --- a/resources/lang/fi-FI/admin/locations/message.php +++ b/resources/lang/fi-FI/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Sijaintia ei löydy.', - 'assoc_users' => 'Sijainti on määritetty käyttöön yhdelle tai useammalle käyttäjälle joten sitä ei voida poistaa. Poista sijainti käytöstä kaikilta käyttäjiltä ja yritä uudelleen. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Sijaintiin on tällä hetkellä liitettynä vähintään yksi laite, eikä sitä voi poistaa. Poista viittaus sijantiin ja yritä uudelleen. ', 'assoc_child_loc' => 'Tämä sijainti on ylempi toiselle sijainnille eikä sitä voi poistaa. Päivitä sijainnit, jotta et enää viitata tähän sijaintiin ja yritä uudelleen. ', 'assigned_assets' => 'Luovutetut laitteet', diff --git a/resources/lang/fi-FI/admin/settings/general.php b/resources/lang/fi-FI/admin/settings/general.php index 9877c78e2..83a89e24d 100644 --- a/resources/lang/fi-FI/admin/settings/general.php +++ b/resources/lang/fi-FI/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Laitetunnisteen pituus, mukaan lukien nollat', 'username_format_help' => 'Käytetään tietoja tuodessa, jos käyttäjänimeä ei ole annettu ja nimitietojen perusteella on luotava käyttäjälle käyttäjätunnus.', 'oauth_title' => 'OAuth API Asetukset', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Päätepisteen Asetukset', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Päivitä Laitetunnisteen Asetukset', 'barcode_title' => 'Päivitä Viivakoodin Asetukset', 'barcodes' => 'Barcodes', diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php index 2b8e1069e..9e16354f7 100644 --- a/resources/lang/fi-FI/general.php +++ b/resources/lang/fi-FI/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Sukunimi _ etunimen ensimmäinen kirjain (virtanen_p@example.com)', 'firstinitial.lastname' => 'Etunimen ensimmäinen kirjain . sukunimi (p.virtanen@example.com)', 'firstnamelastinitial' => 'Etunimi Sukunimen ensimmäinen kirjain (paiviv@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Etunimi', 'first_name_format' => 'Etunimi (jane@example.com)', 'files' => 'Tiedostot', diff --git a/resources/lang/fil-PH/account/general.php b/resources/lang/fil-PH/account/general.php index 1fc28f340..1a9e2c03b 100644 --- a/resources/lang/fil-PH/account/general.php +++ b/resources/lang/fil-PH/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Personal API Keys', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/fil-PH/admin/locations/message.php b/resources/lang/fil-PH/admin/locations/message.php index e049d7d92..0613d4089 100644 --- a/resources/lang/fil-PH/admin/locations/message.php +++ b/resources/lang/fil-PH/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Ang lokasyon ay hindi umiiral.', - 'assoc_users' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang user at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga user upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang asset at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga asset upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', 'assoc_child_loc' => 'Ang lokasyong ito ay kasalukuyang pinagmumulan sa hindi bumaba sa lokasyon isang bata at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga lokasyon upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', 'assigned_assets' => 'Assigned Assets', diff --git a/resources/lang/fil-PH/admin/settings/general.php b/resources/lang/fil-PH/admin/settings/general.php index bd2b0a6a3..ac57ba2a9 100644 --- a/resources/lang/fil-PH/admin/settings/general.php +++ b/resources/lang/fil-PH/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Ang haba ng mga tags ng asset, kabilang ang zerofill', 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php index 7c576f67d..2e99882de 100644 --- a/resources/lang/fil-PH/general.php +++ b/resources/lang/fil-PH/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Ang Unang Pangalan', 'first_name_format' => 'Ang Unang Pangalan (jane@example.com)', 'files' => 'Ang mga file', diff --git a/resources/lang/fr-FR/account/general.php b/resources/lang/fr-FR/account/general.php index b376ce32b..743839afd 100644 --- a/resources/lang/fr-FR/account/general.php +++ b/resources/lang/fr-FR/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Clés personnelles d\'API', - 'api_key_warning' => 'Lors de la génération d\'un jeton d\'API, assurez-vous d\'en prendre note immédiatement car il - vous sera impossible de le consulter à nouveau.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'L\'URL de base de l\'API est situé à:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Les jetons d\'API sont configurés pour expirer après:', - 'api_reference' => 'Veuillez consulter la documentation de référence des API pour - trouver des points de terminaison spécifiques et des informations supplémentaires.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/fr-FR/admin/locations/message.php b/resources/lang/fr-FR/admin/locations/message.php index 249e8f228..a7d671c94 100644 --- a/resources/lang/fr-FR/admin/locations/message.php +++ b/resources/lang/fr-FR/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Le lieu n\'existe pas.', - 'assoc_users' => 'Ce lieu est actuellement associé avec au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à ce lieu et essayez à nouveau. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Cet emplacement est actuellement associé à au moins un actif et ne peut pas être supprimé. Veuillez mettre à jour vos actifs pour ne plus faire référence à cet emplacement et réessayez. ', 'assoc_child_loc' => 'Cet emplacement est actuellement le parent d\'au moins un sous emplacement et ne peut pas être supprimé . S\'il vous plaît mettre à jour vos emplacement pour ne plus le référencer et réessayez. ', 'assigned_assets' => 'Actifs assignés', diff --git a/resources/lang/fr-FR/admin/settings/general.php b/resources/lang/fr-FR/admin/settings/general.php index cc5ee6ea8..2c6a1cdd7 100644 --- a/resources/lang/fr-FR/admin/settings/general.php +++ b/resources/lang/fr-FR/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Longueur des étiquettes de bien, incluant le remplissage de zéros', 'username_format_help' => 'Ce paramètre ne sera utilisé par le processus d\'importation que si un nom d\'utilisateur n\'est pas fourni et que nous devons générer un nom d\'utilisateur pour vous.', 'oauth_title' => 'Paramètres de l\'API OAuth', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Paramètres du point de terminaison Oauth', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Mettre à jour les paramètres de numéro d\'inventaire', 'barcode_title' => 'Gérer les paramètres des codes-barres', 'barcodes' => 'Codes-barres', diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php index a77057924..98dd47f8b 100644 --- a/resources/lang/fr-FR/general.php +++ b/resources/lang/fr-FR/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Nom de famille et première lettre du prénom (smith_j@example.com)', 'firstinitial.lastname' => 'Première lettre du prénom et nom de famille (j.smith@example.com)', 'firstnamelastinitial' => 'Prénom (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Prénom', 'first_name_format' => 'Prénom (jane@example.com)', 'files' => 'Fichiers', diff --git a/resources/lang/ga-IE/account/general.php b/resources/lang/ga-IE/account/general.php index 1fc28f340..1a9e2c03b 100644 --- a/resources/lang/ga-IE/account/general.php +++ b/resources/lang/ga-IE/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Personal API Keys', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/ga-IE/admin/locations/message.php b/resources/lang/ga-IE/admin/locations/message.php index 9e9daf82d..8aeaec86c 100644 --- a/resources/lang/ga-IE/admin/locations/message.php +++ b/resources/lang/ga-IE/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Níl an suíomh ann.', - 'assoc_users' => 'Tá an suíomh seo bainteach le húsáid amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh d\'úsáideoirí an t-ionad seo a thuilleadh agus déan iarracht arís.', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Tá an suíomh seo bainteach le sócmhainn amháin ar a laghad agus ní féidir é a scriosadh. Déan do sócmhainní a thabhairt cothrom le dáta gan tagairt a dhéanamh don áit seo agus déan iarracht arís.', 'assoc_child_loc' => 'Faoi láthair tá an suíomh seo ina tuismitheoir ar a laghad ar shuíomh leanbh amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do láithreacha le do thoil gan tagairt a dhéanamh don suíomh seo agus déan iarracht arís.', 'assigned_assets' => 'Assigned Assets', diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index b336a6a1d..555a64e3c 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Fad na clibeanna sócmhainne, lena n-áirítear zerofill', 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index 151a3390b..9793694dd 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Ainm', 'first_name_format' => 'Céadainm (jane@example.com)', 'files' => 'Files', diff --git a/resources/lang/he-IL/account/general.php b/resources/lang/he-IL/account/general.php index fa7c3cca3..b4de2bb37 100644 --- a/resources/lang/he-IL/account/general.php +++ b/resources/lang/he-IL/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'מפתחות API אישיים', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/he-IL/admin/locations/message.php b/resources/lang/he-IL/admin/locations/message.php index e3b17ad90..8b5f4a8a1 100644 --- a/resources/lang/he-IL/admin/locations/message.php +++ b/resources/lang/he-IL/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'המיקום אינו קיים.', - 'assoc_users' => 'המיקום משויך לפחות למשתמש אחד ולכן לא ניתן למחוק אותו. אנא עדכן את המשתמשים כך שלא יהיה אף משתמש משויך למיקום זה ונסה שנית. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'המיקום משויך לפחות לפריט אחד ולכן לא ניתן למחוק אותו. אנא עדכן את הפריטים כך שלא יהיה אף פריט משויך למיקום זה ונסה שנית. ', 'assoc_child_loc' => 'למיקום זה מוגדרים תתי-מיקומים ולכן לא ניתן למחוק אותו. אנא עדכן את המיקומים כך שלא שמיקום זה לא יכיל תתי מיקומים ונסה שנית. ', 'assigned_assets' => 'פריטים מוקצים', diff --git a/resources/lang/he-IL/admin/settings/general.php b/resources/lang/he-IL/admin/settings/general.php index 549043580..a76717c66 100644 --- a/resources/lang/he-IL/admin/settings/general.php +++ b/resources/lang/he-IL/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'אורך תגי הנכסים, כולל zerofill', 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'ברקודים', diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php index 69b55a6c8..a3ed41848 100644 --- a/resources/lang/he-IL/general.php +++ b/resources/lang/he-IL/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'שם משפחה ראשי תיבות שם פרטי (smith_j@example.com)', 'firstinitial.lastname' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example)', 'firstnamelastinitial' => 'שם פרטי ראשי תיבות שם משפחה (janes@example.com)', + 'lastnamefirstname' => 'שם משפחה שם פרטי (smith.jane@example.com)', 'first_name' => 'שם פרטי', 'first_name_format' => 'שם פרטי (jane@example.com)', 'files' => 'קבצים', diff --git a/resources/lang/hr-HR/account/general.php b/resources/lang/hr-HR/account/general.php index 1fc28f340..1a9e2c03b 100644 --- a/resources/lang/hr-HR/account/general.php +++ b/resources/lang/hr-HR/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Personal API Keys', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/hr-HR/admin/locations/message.php b/resources/lang/hr-HR/admin/locations/message.php index 648892955..bf856a0fc 100644 --- a/resources/lang/hr-HR/admin/locations/message.php +++ b/resources/lang/hr-HR/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Lokacija ne postoji.', - 'assoc_users' => 'Ta je lokacija trenutačno povezana s barem jednim korisnikom i ne može se izbrisati. Ažurirajte korisnike da više ne referiraju ovu lokaciju i pokušajte ponovno.', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Ta je lokacija trenutačno povezana s barem jednim resursom i ne može se izbrisati. Ažurirajte svoju imovinu da više ne referira na tu lokaciju i pokušajte ponovno.', 'assoc_child_loc' => 'Ta je lokacija trenutačno roditelj najmanje jedne lokacije za djecu i ne može se izbrisati. Ažurirajte svoje lokacije da više ne referiraju ovu lokaciju i pokušajte ponovo.', 'assigned_assets' => 'Assigned Assets', diff --git a/resources/lang/hr-HR/admin/settings/general.php b/resources/lang/hr-HR/admin/settings/general.php index 1b999bb20..23d8a4751 100644 --- a/resources/lang/hr-HR/admin/settings/general.php +++ b/resources/lang/hr-HR/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Duljina oznaka za imovinu, uključujući nulte punjenje', 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php index 99c468631..d7956bddb 100644 --- a/resources/lang/hr-HR/general.php +++ b/resources/lang/hr-HR/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'firstinitial.lastname' => 'Inicijal imena i prezime (i.ivic)', 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Ime', 'first_name_format' => 'Ime (jane@example.com)', 'files' => 'Datoteke', diff --git a/resources/lang/hu-HU/account/general.php b/resources/lang/hu-HU/account/general.php index 04f85c803..dce4449d1 100644 --- a/resources/lang/hu-HU/account/general.php +++ b/resources/lang/hu-HU/account/general.php @@ -2,10 +2,10 @@ return array( 'personal_api_keys' => 'Személyes API kulcsok', - 'api_key_warning' => 'API token generálásakor ügyeljen arra, hogy azt azonnal lemásolja, mivel a nem lesz látható újra.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Az API alap url címe a következő:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Az API tokenek lejárati ideje:', - 'api_reference' => 'Kérjük, ellenőrizze a API referenciákat ahol konkrét API végpontokat és további API dokumentációt talál.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'A fiók frissítése sikeres', ); diff --git a/resources/lang/hu-HU/admin/locations/message.php b/resources/lang/hu-HU/admin/locations/message.php index 5973b6003..7f8c25175 100644 --- a/resources/lang/hu-HU/admin/locations/message.php +++ b/resources/lang/hu-HU/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Hely nem létezik.', - 'assoc_users' => 'Ehhez a helyhez jelenleg hozzá van rendelve legalább egy felhasználó és nem törölhető. Kérjük, frissítse a felhasználót aki hozzá volt rendelve ehhez a helyhez, és próbálja meg újra. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Ez a hely jelenleg legalább egy eszközhöz társítva, és nem törölhető. Frissítse eszközeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', 'assoc_child_loc' => 'Ez a hely jelenleg legalább egy gyermek helye szülője, és nem törölhető. Frissítse tartózkodási helyeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', 'assigned_assets' => 'Hozzárendelt eszközök', diff --git a/resources/lang/hu-HU/admin/settings/general.php b/resources/lang/hu-HU/admin/settings/general.php index c23f352bd..977f5434a 100644 --- a/resources/lang/hu-HU/admin/settings/general.php +++ b/resources/lang/hu-HU/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Az eszközcímkék hossza, beleértve a nem töltöt', 'username_format_help' => 'Ezt a beállítást csak akkor használja az importálási folyamat, ha nem adtál meg felhasználónevet, és nekünk kell létrehoznunk neked egy felhasználónevet.', 'oauth_title' => 'OAuth API beállítások', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth végponti beállítások', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Eszközcímke-beállítások frissítése', 'barcode_title' => 'Vonalkód beállítások frissítése', 'barcodes' => 'Vonalkódok', diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php index 0bd083cf2..3c3ca15ce 100644 --- a/resources/lang/hu-HU/general.php +++ b/resources/lang/hu-HU/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Vezetéknév majd keresztnév kezdőbetűje (smith_j@example.com)', 'firstinitial.lastname' => 'Keresztnév kezdőbetűje majd vezetéknév (j.smith@example.com)', 'firstnamelastinitial' => 'Keresztnév majd vezetéknév kezdőbetűje (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Keresztnév', 'first_name_format' => 'Keresztnév (jane@example.com)', 'files' => 'Fájlok', diff --git a/resources/lang/id-ID/account/general.php b/resources/lang/id-ID/account/general.php index 93d0c9773..671dd7f29 100644 --- a/resources/lang/id-ID/account/general.php +++ b/resources/lang/id-ID/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Kunci API Pribadi', - 'api_key_warning' => 'Saat membuat token API, pastikan untuk segera menyalinnya saat karena - token tersebut tidak akan muncul lagi.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'URL basis API Anda terletak di:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'Token API disetel kedaluwarsa dalam:', - 'api_reference' => 'Silakan periksa Referensi API untuk - menemukan titik akhir API tertentu dan dokumentasi API tambahan.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/id-ID/admin/locations/message.php b/resources/lang/id-ID/admin/locations/message.php index 096352d62..b9c13093c 100644 --- a/resources/lang/id-ID/admin/locations/message.php +++ b/resources/lang/id-ID/admin/locations/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Lokasi tidak ada.', - 'assoc_users' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu pengguna dan tidak dapat dihapus. Perbarui pengguna Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ', + 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ', 'assoc_assets' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu aset dan tidak dapat dihapus. Perbarui aset Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ', 'assoc_child_loc' => 'Lokasi saat ini digunakan oleh induk salah satu dari turunan lokasi dan tidak dapat di hapus. Mohon perbarui lokasi Anda ke yang tidak ada referensi dengan lokasi ini dan coba kembali. ', 'assigned_assets' => 'Aset yang Ditetapkan', diff --git a/resources/lang/id-ID/admin/settings/general.php b/resources/lang/id-ID/admin/settings/general.php index 096ecf5e1..9de9cd0d9 100644 --- a/resources/lang/id-ID/admin/settings/general.php +++ b/resources/lang/id-ID/admin/settings/general.php @@ -287,8 +287,18 @@ return [ 'zerofill_count' => 'Jarak tag aset, termasuk angka nol', 'username_format_help' => 'Pengaturan ini hanya akan digunakan oleh proses impor jika nama pengguna tidak diberikan dan kami harus membuatkan nama pengguna untuk Anda.', 'oauth_title' => 'OAuth API Settings', + 'oauth_clients' => 'OAuth Clients', 'oauth' => 'OAuth', 'oauth_help' => 'Oauth Endpoint Settings', + 'oauth_no_clients' => 'You have not created any OAuth clients yet.', + 'oauth_secret' => 'Secret', + 'oauth_authorized_apps' => 'Authorized Applications', + 'oauth_redirect_url' => 'Redirect URL', + 'oauth_name_help' => ' Something your users will recognize and trust.', + 'oauth_scopes' => 'Scopes', + 'oauth_callback_url' => 'Your application authorization callback URL.', + 'create_client' => 'Create Client', + 'no_scopes' => 'No scopes', 'asset_tag_title' => 'Update Asset Tag Settings', 'barcode_title' => 'Update Barcode Settings', 'barcodes' => 'Barcodes', diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index 36b1906d2..6467fbd13 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -134,6 +134,7 @@ return [ 'lastname_firstinitial' => 'Nama Belakang Inisial Depan (smith_j@example.com)', 'firstinitial.lastname' => 'Nama Belakang Inisial Pertama (j.smith@example.com)', 'firstnamelastinitial' => 'Nama Depan Inisial Belakang (janes@example.com)', + 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)', 'first_name' => 'Nama Depan', 'first_name_format' => 'Nama Depan (jane@example.com)', 'files' => 'File', diff --git a/resources/lang/is-IS/account/general.php b/resources/lang/is-IS/account/general.php index 1fc28f340..1a9e2c03b 100644 --- a/resources/lang/is-IS/account/general.php +++ b/resources/lang/is-IS/account/general.php @@ -2,12 +2,10 @@ return array( 'personal_api_keys' => 'Personal API Keys', - 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they - will not be visible to you again.', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.', 'api_base_url' => 'Your API base url is located at:', 'api_base_url_endpoint' => '/<endpoint>', 'api_token_expiration_time' => 'API tokens are set to expire in:', - 'api_reference' => 'Please check the API reference to - find specific API endpoints and additional API documentation.', + 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.', 'profile_updated' => 'Account successfully updated', ); diff --git a/resources/lang/is-IS/admin/accessories/general.php b/resources/lang/is-IS/admin/accessories/general.php index 21f857444..da374f8a1 100644 --- a/resources/lang/is-IS/admin/accessories/general.php +++ b/resources/lang/is-IS/admin/accessories/general.php @@ -16,7 +16,7 @@ return array( 'update' => 'Uppfæra endabúnað', 'use_default_eula' => 'Notaðu frekar ', 'use_default_eula_disabled' => 'APP_DEBUG
value in your .env
file to false
.',
'delete' => 'Eyða',
'delete_confirm' => 'Ertu viss um að þú viljir eyða þessum :item?',
- 'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.',
+ 'delete_confirm_no_undo' => 'Ertu viss um að þú viljir eyða þessum :item? Þessi aðgerð er óafturkræf.',
'deleted' => 'Eytt',
'delete_seats' => 'Eydd leyfi',
'deletion_failed' => 'Eyðing mistókst',
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Fornafn',
'first_name_format' => 'Fornafn (jane@example.com)',
'files' => 'Skrár',
@@ -179,14 +180,14 @@ return [
'last_name' => 'Eftirnafn',
'license' => 'Leyfi',
'license_report' => 'Leyfisskýrsla',
- 'licenses_available' => 'Licenses available',
+ 'licenses_available' => 'Hugbúnaðarleyfi í boði',
'licenses' => 'Leyfi',
'list_all' => 'Sýna allt',
'loading' => 'Hleð... vinsamlega bíðið....',
'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'This feature has been disabled for the demo installation.',
'location' => 'Staðsetning',
- 'location_plural' => 'Location|Locations',
+ 'location_plural' => 'Staðsetning|Staðsetningar',
'locations' => 'Staðsetningar',
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
'logout' => 'Útskráning',
diff --git a/resources/lang/is-IS/mail.php b/resources/lang/is-IS/mail.php
index e0c333790..9163a1702 100644
--- a/resources/lang/is-IS/mail.php
+++ b/resources/lang/is-IS/mail.php
@@ -3,16 +3,16 @@
return [
'Accessory_Checkin_Notification' => 'Accessory checked in',
- 'Accessory_Checkout_Notification' => 'Accessory checked out',
+ 'Accessory_Checkout_Notification' => 'Aukabúnaður skráður út',
'Asset_Checkin_Notification' => 'Asset checked in',
- 'Asset_Checkout_Notification' => 'Asset checked out',
+ 'Asset_Checkout_Notification' => 'Eign skráð út',
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
'Confirm_asset_delivery' => 'Asset delivery confirmation',
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
'Confirm_license_delivery' => 'License delivery confirmation',
- 'Consumable_checkout_notification' => 'Consumable checked out',
+ 'Consumable_checkout_notification' => 'Rekstrarvörur skráðar út',
'Days' => 'Dagar',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
@@ -22,7 +22,7 @@ return [
'Item_Request_Canceled' => 'Item Request Canceled',
'Item_Requested' => 'Item Requested',
'License_Checkin_Notification' => 'License checked in',
- 'License_Checkout_Notification' => 'License checked out',
+ 'License_Checkout_Notification' => 'Hugbúnaðarleyfi skráð út',
'Low_Inventory_Report' => 'Skýrsla um lága birgðastöðu',
'a_user_canceled' => 'A user has canceled an item request on the website',
'a_user_requested' => 'A user has requested an item on the website',
@@ -41,9 +41,9 @@ return [
'canceled' => 'Canceled:',
'checkin_date' => 'Checkin Date:',
'checkout_date' => 'Checkout Date:',
- 'checkedout_from' => 'Checked out from',
- 'checkedin_from' => 'Checked in from',
- 'checked_into' => 'Checked into',
+ 'checkedout_from' => 'Skráð út frá',
+ 'checkedin_from' => 'Skráð inn frá',
+ 'checked_into' => 'Skráð inní',
'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.',
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.',
'click_to_confirm' => 'Please click on the following link to confirm your :web account:',
diff --git a/resources/lang/it-IT/account/general.php b/resources/lang/it-IT/account/general.php
index a38fdf085..1260a5b7c 100644
--- a/resources/lang/it-IT/account/general.php
+++ b/resources/lang/it-IT/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Chiavi API Personali',
- 'api_key_warning' => 'Quando si genera un token API, assicurati di copiarlo immediatamente perché
- non potrai più visualizzarlo.',
+ 'api_key_warning' => 'Quando si genera un token API, copialo immediatamente perché dopo non sarà più visibile.',
'api_base_url' => 'Il tuo URL di base API è:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'I token API scadranno fra:',
- 'api_reference' => 'Controlla la Guida di Riferimento delle API per
- trovare gli endpoint API specifici e documentazione aggiuntiva.',
+ 'api_reference' => 'Controlla la Guida di Riferimento delle API per trovare specifici endpoint API e documentazione aggiuntiva.',
'profile_updated' => 'Account aggiornato con successo',
);
diff --git a/resources/lang/it-IT/admin/locations/message.php b/resources/lang/it-IT/admin/locations/message.php
index 7fa6a234e..54d7cee83 100644
--- a/resources/lang/it-IT/admin/locations/message.php
+++ b/resources/lang/it-IT/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'La posizione non esiste.',
- 'assoc_users' => 'Questa posizione è associata ad almeno un utente e non può essere cancellata. Si prega di aggiornare i vostri utenti di riferimento e riprovare. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Questa posizione è associata ad almeno un prodotto e non può essere cancellata. Si prega di aggiornare i vostri prodotti di riferimento e riprovare. ',
'assoc_child_loc' => 'Questa posizione è parente di almeno un\'altra posizione e non può essere cancellata. Si prega di aggiornare le vostre posizioni di riferimento e riprovare. ',
'assigned_assets' => 'Beni Assegnati',
diff --git a/resources/lang/it-IT/admin/settings/general.php b/resources/lang/it-IT/admin/settings/general.php
index 6694f39b1..c07437bdd 100644
--- a/resources/lang/it-IT/admin/settings/general.php
+++ b/resources/lang/it-IT/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Lunghezza dei tag di asset, incluso zerofill',
'username_format_help' => 'Questa impostazione sarà usata dal processo di importazione solo se un nome utente non è fornito, e se è necessario creare un nome utente.',
'oauth_title' => 'Impostazioni API OAuth',
+ 'oauth_clients' => 'Clients OAuth',
'oauth' => 'OAuth',
'oauth_help' => 'Impostazioni Endpoint OAuth',
+ 'oauth_no_clients' => 'Non hai ancora creato alcun client OAuth.',
+ 'oauth_secret' => 'Segreto',
+ 'oauth_authorized_apps' => 'Applicazioni Autorizzate',
+ 'oauth_redirect_url' => 'URL di reindirizzamento',
+ 'oauth_name_help' => ' Usa un nome affidabile e riconoscibile.',
+ 'oauth_scopes' => 'Scope',
+ 'oauth_callback_url' => 'URL di callback di autorizzazione dell\'applicazione.',
+ 'create_client' => 'Crea Client',
+ 'no_scopes' => 'Nessuno scope',
'asset_tag_title' => 'Aggiorna Impostazioni Tag Beni',
'barcode_title' => 'Aggiorna Impostazioni Codici A Barre',
'barcodes' => 'Codici a barre',
diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php
index 69cdac0fe..ab27d7b25 100644
--- a/resources/lang/it-IT/general.php
+++ b/resources/lang/it-IT/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Cognome_ Iniziale Nome (smith_j@example.com)',
'firstinitial.lastname' => 'Iniziale Nome . Cognome (j.smith@example.com)',
'firstnamelastinitial' => 'Nome + Iniziale Cognome (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nome',
'first_name_format' => 'Nome (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/iu-NU/account/general.php b/resources/lang/iu-NU/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/iu-NU/account/general.php
+++ b/resources/lang/iu-NU/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/iu-NU/admin/locations/message.php b/resources/lang/iu-NU/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/iu-NU/admin/locations/message.php
+++ b/resources/lang/iu-NU/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/iu-NU/admin/settings/general.php b/resources/lang/iu-NU/admin/settings/general.php
index 01adf36eb..727c35a6e 100644
--- a/resources/lang/iu-NU/admin/settings/general.php
+++ b/resources/lang/iu-NU/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php
index ec0b8e6ee..7777302a6 100644
--- a/resources/lang/iu-NU/general.php
+++ b/resources/lang/iu-NU/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/ja-JP/account/general.php b/resources/lang/ja-JP/account/general.php
index 838df6b2b..dfb543b43 100644
--- a/resources/lang/ja-JP/account/general.php
+++ b/resources/lang/ja-JP/account/general.php
@@ -2,10 +2,10 @@
return array(
'personal_api_keys' => '個人用APIキー',
- 'api_key_warning' => 'APIトークンを生成した場合、二度と表示されないので必ずすぐにコピーしてください。',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'APIベースURLは以下の場所です:',
'api_base_url_endpoint' => '/<エンドポイント>',
'api_token_expiration_time' => 'APIトークンの有効期限:',
- 'api_reference' => 'API リファレンス を確認して、特定のAPI エンドポイントと追加のAPIドキュメントを見つけてください。',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ja-JP/admin/locations/message.php b/resources/lang/ja-JP/admin/locations/message.php
index d7d0501ea..d9bd56017 100644
--- a/resources/lang/ja-JP/admin/locations/message.php
+++ b/resources/lang/ja-JP/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'ロケーションが存在しません。',
- 'assoc_users' => 'ロケーションは少なくとも一つの利用者に関連付けされているため、削除できません。ローケーションの関連付けを削除し、もう一度試して下さい。 ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'この設置場所は1人以上の利用者に関連付けされているため、削除できません。設置場所の関連付けを削除し、もう一度試して下さい。 ',
'assoc_child_loc' => 'この設置場所は、少なくとも一つの配下の設置場所があります。この設置場所を参照しないよう更新して下さい。 ',
'assigned_assets' => '割り当て済みアセット',
diff --git a/resources/lang/ja-JP/admin/settings/general.php b/resources/lang/ja-JP/admin/settings/general.php
index 58ebab40f..49e60a9fb 100644
--- a/resources/lang/ja-JP/admin/settings/general.php
+++ b/resources/lang/ja-JP/admin/settings/general.php
@@ -290,8 +290,18 @@ return [
'zerofill_count' => '資産タグの長さ (ゼロ埋め含む)',
'username_format_help' => 'この設定は、ユーザー名が指定されておらず、ユーザー名を生成する必要がある場合にのみインポートプロセスで使用されます。',
'oauth_title' => 'OAuth API 設定',
+ 'oauth_clients' => 'OAuthクライアント',
'oauth' => 'OAuth',
'oauth_help' => 'OAuth エンドポイント設定',
+ 'oauth_no_clients' => 'まだ OAuth クライアントを作成していません。',
+ 'oauth_secret' => 'シークレット',
+ 'oauth_authorized_apps' => '承認済みアプリケーション',
+ 'oauth_redirect_url' => 'リダイレクトURL',
+ 'oauth_name_help' => ' ユーザーが認識し、信頼できる認証情報',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => '資産タグ設定を更新',
'barcode_title' => 'バーコード設定を更新',
'barcodes' => 'バーコード',
diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php
index 186f2e454..42c66cdda 100644
--- a/resources/lang/ja-JP/general.php
+++ b/resources/lang/ja-JP/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => '苗字_名前のイニシャル (smith_j@example.com)',
'firstinitial.lastname' => '名前.イニシャルと苗字 (j.smith@example.com)',
'firstnamelastinitial' => '名前と苗字のイニシャル (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => '名前',
'first_name_format' => '名前 (jane@example.com)',
'files' => 'ファイル',
diff --git a/resources/lang/km-KH/account/general.php b/resources/lang/km-KH/account/general.php
index 0213cea48..42074ab0a 100644
--- a/resources/lang/km-KH/account/general.php
+++ b/resources/lang/km-KH/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'សោ API ផ្ទាល់ខ្លួន',
- 'api_key_warning' => 'នៅពេលបង្កើតនិមិត្តសញ្ញា API ត្រូវប្រាកដថាចម្លងវាភ្លាមៗដូចដែលពួកវា
- នឹងមិនបង្ហាញឱ្យអ្នកឃើញម្តងទៀតទេ។',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Url មូលដ្ឋាន API របស់អ្នកមានទីតាំងនៅ៖',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'និមិត្តសញ្ញា API ត្រូវបានកំណត់ឱ្យផុតកំណត់នៅក្នុង៖',
- 'api_reference' => 'សូមពិនិត្យមើល ឯកសារយោង API ទៅ
- ស្វែងរកចំណុចបញ្ចប់ API ជាក់លាក់ និងឯកសារ API បន្ថែម',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'ធ្វើបច្ចុប្បន្នភាពគណនីដោយជោគជ័យ',
);
diff --git a/resources/lang/km-KH/admin/locations/message.php b/resources/lang/km-KH/admin/locations/message.php
index e73f74f18..326cd9793 100644
--- a/resources/lang/km-KH/admin/locations/message.php
+++ b/resources/lang/km-KH/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'ទីតាំងមិនមានទេ។',
- 'assoc_users' => 'បច្ចុប្បន្នទីតាំងនេះត្រូវបានភ្ជាប់ជាមួយអ្នកប្រើប្រាស់យ៉ាងហោចណាស់ម្នាក់ ហើយមិនអាចលុបបានទេ។ សូមអាប់ដេតអ្នកប្រើប្រាស់របស់អ្នក ដើម្បីកុំឱ្យយោងទីតាំងនេះតទៅទៀត ហើយព្យាយាមម្តងទៀត។ ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'បច្ចុប្បន្នទីតាំងនេះត្រូវបានភ្ជាប់ជាមួយទ្រព្យសកម្មយ៉ាងហោចណាស់មួយ ហើយមិនអាចលុបបានទេ។ សូមអាប់ដេតទ្រព្យសកម្មរបស់អ្នក ដើម្បីកុំឱ្យយោងទីតាំងនេះតទៅទៀត ហើយព្យាយាមម្តងទៀត។ ',
'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' => 'ទ្រព្យសកម្មដែលបានចាត់តាំង',
diff --git a/resources/lang/km-KH/admin/settings/general.php b/resources/lang/km-KH/admin/settings/general.php
index 0c70ef3ef..2c7b570c0 100644
--- a/resources/lang/km-KH/admin/settings/general.php
+++ b/resources/lang/km-KH/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php
index f88b0a687..402326df3 100644
--- a/resources/lang/km-KH/general.php
+++ b/resources/lang/km-KH/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'នាមត្រកូល នាមខ្លួនដំបូង (smith_j@example.com)',
'firstinitial.lastname' => 'នាមត្រកូលដំបូង (j.smith@example.com)',
'firstnamelastinitial' => 'នាមខ្លួន នាមត្រកូលដំបូង (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'នាមខ្លួន',
'first_name_format' => 'នាមខ្លួន (jane@example.com)',
'files' => 'ឯកសារ',
diff --git a/resources/lang/ko-KR/account/general.php b/resources/lang/ko-KR/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/ko-KR/account/general.php
+++ b/resources/lang/ko-KR/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ko-KR/admin/locations/message.php b/resources/lang/ko-KR/admin/locations/message.php
index e13c6c2a8..364b2dbd6 100644
--- a/resources/lang/ko-KR/admin/locations/message.php
+++ b/resources/lang/ko-KR/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => '장소가 존재하지 않습니다.',
- 'assoc_users' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ',
'assoc_child_loc' => '이 장소는 현재 하나 이상의 하위 장소를 가지고 있기에 삭제 할 수 없습니다. 이 장소의 참조를 수정하고 다시 시도해 주세요. ',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/ko-KR/admin/settings/general.php b/resources/lang/ko-KR/admin/settings/general.php
index 9806d35df..2b9d3e8cf 100644
--- a/resources/lang/ko-KR/admin/settings/general.php
+++ b/resources/lang/ko-KR/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => '0 채움을 포함한, 자산 태그 길이',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php
index 3c5db81d8..a025ab195 100644
--- a/resources/lang/ko-KR/general.php
+++ b/resources/lang/ko-KR/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => '이름',
'first_name_format' => '이름 (jane@example.com)',
'files' => '파일',
diff --git a/resources/lang/lt-LT/account/general.php b/resources/lang/lt-LT/account/general.php
index 4c1b82956..6ec3ef800 100644
--- a/resources/lang/lt-LT/account/general.php
+++ b/resources/lang/lt-LT/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Asmeniniai API raktai',
- 'api_key_warning' => 'Generuodami API prieigos raktą būtinai nedelsdami nukopijuokite jį, nes jis
- nebebus daugiau matomas.',
- 'api_base_url' => 'Jūsų API nuoroda yra:',
+ 'api_key_warning' => 'Generuodami API prieigos raktą būtinai jį išsisaugokite, nes vėliau jis nebebus matomas.',
+ 'api_base_url' => 'Jūsų API bazinė nuoroda yra:',
'api_base_url_endpoint' => '/<endpoint>',
- 'api_token_expiration_time' => 'API tokenai nustos galioti:',
- 'api_reference' => 'Prašau patikrinti API nuorodą, kad
- rasti API galinius taškus ir papildomą API dokumentaciją.',
- 'profile_updated' => 'Account successfully updated',
+ 'api_token_expiration_time' => 'API prieigos raktai nustos galioti:',
+ 'api_reference' => 'Peržiūrėkite API informaciją, kad rastumėte konkrečius API galinius taškus ir papildomą API dokumentaciją.',
+ 'profile_updated' => 'Paskyra atnaujinta sėkmingai',
);
diff --git a/resources/lang/lt-LT/admin/accessories/general.php b/resources/lang/lt-LT/admin/accessories/general.php
index 129f755c1..f208fb2c1 100644
--- a/resources/lang/lt-LT/admin/accessories/general.php
+++ b/resources/lang/lt-LT/admin/accessories/general.php
@@ -7,15 +7,15 @@ return array(
'checkin' => 'Paimti priedą',
'create' => 'Sukurti priedą',
'edit' => 'Redaguoti priedą',
- 'eula_text' => 'Kategorijos EULA',
- 'eula_text_help' => 'Šis laukas leidžia pritaikyti EULA skirtingoms įrangos grupėms. Jei jūs turite vieną EULA visai įrangai, tuomet galite pažymėti žemiau esantį langelį, kad visuomet būtų naudojama pirminė numatytoji.',
+ 'eula_text' => 'Kategorijos licencinis sutikimas (EULA)',
+ 'eula_text_help' => 'Šis laukas leidžia pritaikyti licencinius sutikimus (EULA) skirtingoms įrangos grupėms. Jei jūs turite vieną EULA visai įrangai, tuomet galite pažymėti žemiau esantį langelį, kad visuomet būtų naudojamas pirminis numatytasis.',
'require_acceptance' => 'Reikalauti, kad naudotojai patvirtintų šios kategorijos įrangos gavimą.',
- 'no_default_eula' => 'Nerasta pirminė numatytoji EULA. Pridėkite ją nustatymuose.',
+ 'no_default_eula' => 'Nerastas pirminis numatytasis licencinis sutikimas (EULA). Pridėkite jį nustatymuose.',
'total' => 'Iš viso',
'remaining' => 'Laisva',
'update' => 'Redaguoti priedą',
- 'use_default_eula' => 'Vietoj to naudokite pirminę numatytąją EULA .',
- 'use_default_eula_disabled' => ':path
',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.):path
',
+ 'backups_restore_warning' => 'Naudokite atkūrimo mygtuką , jei norite atkurti iš ankstesnės atsarginės kopijos. (Šiuo metu tai neveikia naudojant S3 failų saugyklą arba „Docker“.)0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
- 'ldap_emp_num' => 'LDAP darbuotojų skaičius',
- 'ldap_email' => 'LDAP el.paštas',
- 'ldap_test' => 'Test LDAP',
- 'ldap_test_sync' => 'Test LDAP Synchronization',
- 'license' => 'Programinės įrangos licenzija',
- 'load_remote' => 'Use Gravatar',
- 'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
- 'login' => 'Login Attempts',
- 'login_attempt' => 'Login Attempt',
- 'login_ip' => 'IP Address',
+ 'ldap_active_flag' => 'LDAP Active Flag',
+ 'ldap_activated_flag_help' => 'Ši reikšmė naudojama norint nustatyti, ar sinchronizuotas naudotojas gali prisijungti prie „Snipe-IT“. Tai neturi įtakos galimybei išduoti arba paimti daiktus iš šių naudotojų ir turėtų būti jūsų AD/LDAP atributo pavadinimas, o ne reikšmė. 0
arba false
, naudotojo prisijungimas bus išjungtas. Jei reikšmė AD/LDAP lauke nustatyta į 1
arba true
arba bet kokį kitą tekstą, reiškia, kad naudotojas gali prisijungti. Kai jūsų AD šis laukas yra tuščias, bus paisoma atributo userAccountControl
, kuris įprastai leidžia neišjungtiems naudotojams prisijungti.',
+ 'ldap_emp_num' => 'LDAP Darbuotojo numeris',
+ 'ldap_email' => 'LDAP El. paštas',
+ 'ldap_test' => 'Testuoti LDAP',
+ 'ldap_test_sync' => 'Testuoti LDAP sinchronizavimą',
+ 'license' => 'Programinės įrangos licencija',
+ 'load_remote' => 'Naudoti „Gravatar“',
+ 'load_remote_help_text' => 'Atžymėkite šį langelį, jei jūsų diegimas negali vykdyti skriptų iš interneto. Tai neleis „Snipe-IT“ bandyti įkelti vaizdų iš „Gravatar“.',
+ 'login' => 'Prisijungimo bandymai',
+ 'login_attempt' => 'Prisijungimo bandymas',
+ 'login_ip' => 'IP adresas',
'login_success' => 'Pavyko?',
- 'login_user_agent' => 'User Agent',
- 'login_help' => 'List of attempted logins',
+ 'login_user_agent' => 'Naudotojo agentas',
+ 'login_help' => 'Bandymų prisijungti sąrašas',
'login_note' => 'Prisijungimo pastaba',
- 'login_note_help' => 'Pasirinktinai į savo prisijungimo ekraną įtraukite keletą sakinių, pavyzdžiui, kad padėtumėte žmonėms, kurie rasti pamestą ar pavogtą įrenginį. Šiame lauke pritariama "Github" skonio markdown',
- 'login_remote_user_text' => 'Nuotolinio vartotojo prisijungimo parametrai',
- 'login_remote_user_enabled_text' => 'Įjungti nuotolinį prisijungimą naudojant vartotojo antraštę',
- 'login_remote_user_enabled_help' => 'Ši opcija įjungia autentifikaciją "REMOTE_USER" per "Cammon Gateway" vartotojo sąsają (rfc3875)',
+ 'login_note_help' => 'Pasirinktinai įtraukite kelis sakinius į prisijungimo ekraną, pavyzdžiui, norėdami padėti žmonėms, radusiems pamestą arba pavogtą įrenginį. Šiame lauke galima naudoti Github tipo žymėjimą (markdown)',
+ 'login_remote_user_text' => 'Nuotolinio naudotojo prisijungimo parinktys',
+ 'login_remote_user_enabled_text' => 'Įjungti nuotolinį prisijungimą naudojant „Remote User Header“',
+ 'login_remote_user_enabled_help' => 'Ši parinktis įgalina autentifikavimą naudojant „REMOTE_USER“ per „Common Gateway Interface (rfc3875)“',
'login_common_disabled_text' => 'Išjungti kitus autentifikacijos mechanizmus',
- 'login_common_disabled_help' => 'Ši opcija išjungia kitus autentifikacijos mechanizmus. Šią funkciją įjunkite jeigu esate tikri jog REMOTE_USER prisijungimas veikia',
- 'login_remote_user_custom_logout_url_text' => 'Pasirinktinė atsijungimo URL',
- 'login_remote_user_custom_logout_url_help' => 'Čia įveskite nuorodą į kurią bus nukreipti vartotojai prisijungę prie Snite-IT. Tai naudinga uždarant vartotojo sesiją.',
- 'login_remote_user_header_name_text' => 'Custom user name header',
- 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
+ 'login_common_disabled_help' => 'Ši parinktis išjungia kitus autentifikacijos mechanizmus. Šią funkciją įjunkite jeigu esate tikri, jog REMOTE_USER prisijungimas veikia',
+ 'login_remote_user_custom_logout_url_text' => 'Pasirinktinis atsijungimo adresas (URL)',
+ 'login_remote_user_custom_logout_url_help' => 'Jei čia yra pateiktas adresas, į jį bus nukreipti naudotojai po to, kai atsijungs nuo „Snipe-IT“. Tai naudinga norint tinkamai uždaryti autentifikuotų naudotojų sesijas.',
+ 'login_remote_user_header_name_text' => 'Tinkinta naudotojo vardo antraštė',
+ 'login_remote_user_header_name_help' => 'Naudoti nurodytą antraštę, o ne REMOTE_USER',
'logo' => 'Logotipas',
- 'logo_print_assets' => 'Naudoti spausdinimui',
- 'logo_print_assets_help' => 'Naudoti turto sąrašą spausdinimą ',
- 'full_multiple_companies_support_help_text' => 'Apriboti vartotojai (įskaitant administratorius) priskirtus kompanijoms.',
- 'full_multiple_companies_support_text' => 'Pilnas kelių kompanijų palaikymas',
- 'show_in_model_list' => 'Rodyti išskleidžiame modelyje',
+ 'logo_print_assets' => 'Naudoti spaudiniuose',
+ 'logo_print_assets_help' => 'Naudoti ženklinimą spausdinamuose įrangos sąrašuose ',
+ 'full_multiple_companies_support_help_text' => 'Naudotojams (įskaitant administratorius), susietiems su konkrečia įmone, leisti pasiekti tik tos įmonės įrangą.',
+ 'full_multiple_companies_support_text' => 'Pilnas kelių įmonių palaikymas',
+ 'show_in_model_list' => 'Rodyti modelių išskleidžiamuosiuose meniu',
'optional' => 'pasirinktinai',
- 'per_page' => 'Rezultatai puslapyje',
+ 'per_page' => 'Rezultatų puslapyje',
'php' => 'PHP versija',
'php_info' => 'PHP informacija',
'php_overview' => 'PHP',
'php_overview_keywords' => 'phpinfo, system, info',
- 'php_overview_help' => 'PHP System info',
- 'php_gd_info' => 'Jūs turite įdiegti PHP-GD, kad rodytų QR kodus, tam peržiūrėkite diegimo instrukcijas.',
- 'php_gd_warning' => 'PHP vaizdo apdorojimas ir GD papildinys neįdiegtas.',
+ 'php_overview_help' => 'PHP sistemos informacija',
+ 'php_gd_info' => 'Turite įdiegti php-gd, kad būtų rodomi QR kodai (žr. diegimo instrukcijas).',
+ 'php_gd_warning' => 'Neįdiegti „PHP Image Processing“ ir „GD“ papildiniai.',
'pwd_secure_complexity' => 'Slaptažodžio sudėtingumas',
- 'pwd_secure_complexity_help' => 'Pasirinkite bet kurį slaptažodžio sudėtingumo taisykles, kurias norite vykdyti.',
- 'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
- 'pwd_secure_complexity_letters' => 'Require at least one letter',
- 'pwd_secure_complexity_numbers' => 'Require at least one number',
- 'pwd_secure_complexity_symbols' => 'Require at least one symbol',
- 'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
- 'pwd_secure_min' => 'Slaptažodis minimalus simbolių',
- 'pwd_secure_min_help' => 'Minimali leistina vertė yra 8',
- 'pwd_secure_uncommon' => 'Neleiskite bendrų slaptažodžių',
- 'pwd_secure_uncommon_help' => 'Tai neleis vartotojams naudoti bendrų slaptažodžių iš didžiausių 10 000 slaptažodžių, apie kuriuos pranešta pažeidimų metu.',
- 'qr_help' => 'Įjungti QR kodus prieš nustatant tai',
+ 'pwd_secure_complexity_help' => 'Pasirinkite bet kurias slaptažodžio sudėtingumo taisykles, kurias norite taikyti.',
+ 'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Slaptažodis negali būti toks pat kaip vardas, pavardė, el. pašto adresas ar naudotojo vardas',
+ 'pwd_secure_complexity_letters' => 'Reikalauti bent vienos raidės',
+ 'pwd_secure_complexity_numbers' => 'Reikalauti bent vieno skaičiaus',
+ 'pwd_secure_complexity_symbols' => 'Reikalauti bent vieno simbolio',
+ 'pwd_secure_complexity_case_diff' => 'Reikalauti bent vienos didžiosios ir vienos mažosios raidės',
+ 'pwd_secure_min' => 'Mažiausias slaptažodžio simbolių skaičius',
+ 'pwd_secure_min_help' => 'Mažiausia leistina reikšmė yra 8',
+ 'pwd_secure_uncommon' => 'Neleisti dažniausiai pasitaikančių slaptažodžių',
+ 'pwd_secure_uncommon_help' => 'Tai neleis naudotojams naudoti dažniausiai pasitaikančių 10 000 slaptažodžių, paskelbtų duomenų nutekėjimo pranešimuose.',
+ 'qr_help' => 'Norėdami tai nustatyti, pirmiausia įjunkite QR kodus',
'qr_text' => 'QR kodo tekstas',
'saml' => 'SAML',
- 'saml_title' => 'Update SAML settings',
+ 'saml_title' => 'Atnaujinti SAML nustatymus',
'saml_help' => 'SAML nustatymai',
- 'saml_enabled' => 'SAML enabled',
- 'saml_integration' => 'SAML Integration',
+ 'saml_enabled' => 'SAML įjungta',
+ 'saml_integration' => 'SAML integracija',
'saml_sp_entityid' => 'Entity ID',
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
- 'saml_sp_x509cert' => 'Public Certificate',
+ 'saml_sp_x509cert' => 'Viešasis sertifikatas',
'saml_sp_metadata_url' => 'Metadata URL',
'saml_idp_metadata' => 'SAML IdP Metadata',
- 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
- 'saml_attr_mapping_username' => 'Attribute Mapping - Username',
- 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
- 'saml_forcelogin_label' => 'SAML Force Login',
- 'saml_forcelogin' => 'Make SAML the primary login',
- 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
+ 'saml_idp_metadata_help' => 'Galite nurodyti IdP metaduomenis naudodami URL arba XML failą.',
+ 'saml_attr_mapping_username' => 'Atributų susiejimas – Username',
+ 'saml_attr_mapping_username_help' => 'NameID bus naudojamas, jei atributo susiejimas nenurodytas arba neteisingas.',
+ 'saml_forcelogin_label' => 'SAML privalomas naudojimas',
+ 'saml_forcelogin' => 'Padarykite SAML pagrindiniu prisijungimo būdu',
+ 'saml_forcelogin_help' => 'Galite naudoti „/login?nosaml“, kad patektumėte į įprastą prisijungimo puslapį.',
'saml_slo_label' => 'SAML Single Log Out',
- 'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
- 'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
- 'saml_custom_settings' => 'SAML Custom Settings',
- 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
- 'saml_download' => 'Download Metadata',
- 'setting' => 'Nustatymai',
+ 'saml_slo' => 'Atsijungiant siųsti LogoutRequest užklausą į IdP',
+ 'saml_slo_help' => 'Atsijungiant, naudotojas pirmiausia bus nukreiptas į IdP. Palikite nepažymėtą, jei IdP tinkamai nepalaiko SP inicijuoto SAML SLO.',
+ 'saml_custom_settings' => 'SAML pasirinktiniai nustatymai',
+ 'saml_custom_settings_help' => 'Galite nurodyti papildomus onelogin/php-saml bibliotekų nustatymus. Naudokite savo pačių rizika.',
+ 'saml_download' => 'Atsisiųsti metaduomenis',
+ 'setting' => 'Nustatymas',
'settings' => 'Nustatymai',
'show_alerts_in_menu' => 'Rodyti įspėjimus viršutiniame meniu',
- 'show_archived_in_list' => 'Archyvuotas turtas',
- 'show_archived_in_list_text' => 'Rodyti archyvuotą turtą "visame turto" sąraše',
- 'show_assigned_assets' => 'Show assets assigned to assets',
- 'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
- 'show_images_in_email' => 'Rodyti nuotraukas el. pašte',
- 'show_images_in_email_help' => 'Nuimkite žymelę jeigu jūsų Snipe-IT instaliacija yra VPN arba uždarame tinkle ir vartotojai esantys už tinklo negalės įkrauti paveikslėlių jų el. paštuose.',
- 'site_name' => 'Interneto puslapio pavadinimas',
- 'integrations' => 'Integrations',
+ 'show_archived_in_list' => 'Archyvuota įranga',
+ 'show_archived_in_list_text' => 'Rodyti archyvuotą įrangą „visos įrangos“ sąraše',
+ 'show_assigned_assets' => 'Rodyti įrangą, priskirtą kitai įrangai',
+ 'show_assigned_assets_help' => 'Rodyti įrangą, kuri buvo priskirta kitai įrangai, skiltyse: „Peržiūrėti naudotoją -> Įranga“, „Peržiūrėti naudotoją -> Informacija -> Spausdinti visą įrangą“ ir „Paskyra -> Peržiūrėti priskirtą įrangą".',
+ 'show_images_in_email' => 'Rodyti atvaizdus el. laiškuose',
+ 'show_images_in_email_help' => 'Nuimkite žymelę jeigu jūsų Snipe-IT diegimas yra už VPN arba uždarame tinkle, kitaip tinkle nesantys išorės naudotojai negalės įkelti el. laiškuose pateiktų atvaizdų.',
+ 'site_name' => 'Puslapio pavadinimas',
+ 'integrations' => 'Integracijos',
'slack' => 'Slack',
- 'general_webhook' => 'General Webhook',
+ 'general_webhook' => 'Standartinis „Webhook“',
'ms_teams' => 'Microsoft Teams',
'webhook' => ':app',
- 'webhook_presave' => 'Test to Save',
- 'webhook_title' => 'Update Webhook Settings',
- 'webhook_help' => 'Integration settings',
+ 'webhook_presave' => 'Patikrinti ir išsaugoti',
+ 'webhook_title' => 'Atnaujinti „Webhook“ nustatymus',
+ 'webhook_help' => 'Integracijos nustatymai',
'webhook_botname' => ':app Botname',
'webhook_channel' => ':app Channel',
'webhook_endpoint' => ':app Endpoint',
- 'webhook_integration' => ':app Settings',
- 'webhook_test' =>'Test :app integration',
- 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first create an incoming webhook on your :app account. Click on the Test :app Integration button to confirm your settings are correct before saving. ',
- 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
- 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
+ 'webhook_integration' => ':app nustatymai',
+ 'webhook_test' =>'Tikrinti :app integraciją',
+ 'webhook_integration_help' => ':app integracija nėra privaloma, tačiau, jei norite ją naudoti, būtina nurodyti Endpoint ir Channel. Norėdami sukonfigūruoti :app integraciją, pirmiausia turite sukurti įeinantį „Webhook“ pranešimą savo :app paskyroje. Spustelėkite mygtuką Tikrinti :app integraciją, kad patvirtintumėte ar nustatymai yra teisingi, prieš juos išsaugodami. ',
+ 'webhook_integration_help_button' => 'Išsaugojus :app informaciją, pasirodys testavimo mygtukas.',
+ 'webhook_test_help' => 'Patikrinkite, ar jūsų :app integracija sukonfigūruota tinkamai. PIRMA PRIVALOTE IŠSAUGOTI ATNAUJINTUS :app NUSTATYMUS.',
'snipe_version' => 'Snipe-IT versija',
- 'support_footer' => 'Palaikomos poraštė nuorodos ',
- 'support_footer_help' => 'Nurodykite, kas matys nuorodas į „Snipe-IT“ palaikymo informacijos ir naudotojo vadovą',
- 'version_footer' => 'Versija poraštėje ',
- 'version_footer_help' => 'Nurodykite kad galės matyti Snipe-IT versijas ir versijos numerius.',
+ 'support_footer' => 'Palaikymo nuorodos poraštėje ',
+ 'support_footer_help' => 'Nurodykite, kas mato nuorodas į Snipe-IT palaikymo informaciją ir naudotojo vadovą',
+ 'version_footer' => 'Versijos rodymas poraštėje ',
+ 'version_footer_help' => 'Nurodykite, kas mato Snipe-IT versiją ir darinio (build) numerį.',
'system' => 'Sistemos informacija',
'update' => 'Atnaujinti nustatymus',
- 'value' => 'Vertė',
- 'brand' => 'Prekinis ženklinimas',
- 'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
- 'brand_help' => 'Logo, Site Name',
- 'web_brand' => 'Web Branding Type',
+ 'value' => 'Reikšmė',
+ 'brand' => 'Ženklodara',
+ 'brand_keywords' => 'poraštė, logotipas, spaudiniai, tema, apipavidalinimas, antraštė, spalvos, spalva, css',
+ 'brand_help' => 'Logotipas, Puslapio pavadinimas',
+ 'web_brand' => 'Žiniatinklio ženklodaros tipas',
'about_settings_title' => 'Apie nustatymus',
- 'about_settings_text' => 'Šie nustatymai leidžia jums pasirinkti savus diegimo nustatymus.',
+ 'about_settings_text' => 'Šie nustatymai leidžia tinkinti tam tikrus diegimo aspektus.',
'labels_per_page' => 'Etikečių puslapyje',
- 'label_dimensions' => 'Etiketės išmatavimai (coliais)',
- 'next_auto_tag_base' => 'Kitas automatinis prieaugis',
- 'page_padding' => 'Puslapio maržos (coliais)',
- 'privacy_policy_link' => 'Privatumo politikos nuorodos',
+ 'label_dimensions' => 'Etiketės matmenys (coliais)',
+ 'next_auto_tag_base' => 'Sekanti automatinio padidinimo reikšmė',
+ 'page_padding' => 'Puslapio paraštės (coliais)',
+ 'privacy_policy_link' => 'Nuoroda į Privatumo politiką',
'privacy_policy' => 'Privatumo politika',
- 'privacy_policy_link_help' => 'Jeigu nuorodas įterpsite čia tai nuorodos privatumo politikos bus įterptas poraštėje ir kiekviename siunčiame el. laiške, palaikant GDPR. ',
- 'purge' => 'Išvalyti ištrintus įrašus',
- 'purge_deleted' => 'Purge Deleted ',
- 'labels_display_bgutter' => 'Etiketės apatinis latakai',
- 'labels_display_sgutter' => 'Etiketės pusės latakai',
+ 'privacy_policy_link_help' => 'Jei šiame lange yra nurodytas puslapio adresas (URL), tai nuoroda į jūsų Privatumo politiką bus rodoma šios programos poraštėje ir visuose sistemos siunčiamuose el. laiškuose, kaip kad yra numatyta BDAR. ',
+ 'purge' => 'Išvalyti panaikintus įrašus',
+ 'purge_deleted' => 'Išvalyti panaikintus ',
+ 'labels_display_bgutter' => 'Etiketės apatinis tarpelis',
+ 'labels_display_sgutter' => 'Etiketės šoninis tarpelis',
'labels_fontsize' => 'Etiketės šrifto dydis',
'labels_pagewidth' => 'Etiketės lapo plotis',
'labels_pageheight' => 'Etiketės lapo aukštis',
- 'label_gutters' => 'Etiketės tarpai (coliais)',
+ 'label_gutters' => 'Etikečių tarpai (coliai)',
'page_dimensions' => 'Puslapio matmenys (coliais)',
- 'label_fields' => 'Žymėti laukus',
- 'inches' => 'colių',
- 'width_w' => 'w',
- 'height_h' => 'h',
- 'show_url_in_emails' => 'Nuoroda į "Snipe-IT" el. Paštu',
- 'show_url_in_emails_help_text' => 'Atžymėkite šį langelį, jei nenorite susieti savo "Snipe-IT" diegimo savo el. Pašto dėžutėse. Naudinga, jei dauguma jūsų naudotojų niekada nebus prisijungę.',
+ 'label_fields' => 'Etiketėje atvaizduojami laukai',
+ 'inches' => 'coliai',
+ 'width_w' => 'p',
+ 'height_h' => 'a',
+ 'show_url_in_emails' => 'Nuoroda į Snipe-IT el. laiškuose',
+ 'show_url_in_emails_help_text' => 'Atžymėkite šį langelį, jei nenorite, kad el. laiškų poraštėse būtų nuoroda į jūsų Snipe-IT diegimą. Naudinga, jei dauguma naudotojų niekada nesijungia prie sistemos. ',
'text_pt' => 'pt',
'thumbnail_max_h' => 'Didžiausias miniatiūros aukštis',
- 'thumbnail_max_h_help' => 'Didžiausias pikselių aukštis gali būti, kad miniatiūros gali būti rodomos sąrašo rodinyje. Min 25, maks. 500.',
- 'two_factor' => 'Du veiksnių autentifikavimas',
+ 'thumbnail_max_h_help' => 'Maksimalus aukštis pikseliais, kokiu miniatiūros gali būti atvaizduojamos sąrašo rodinyje. Mažiausias yra 25, didžiausias – 500.',
+ 'two_factor' => 'Dviejų veiksnių autentifikacija',
'two_factor_secret' => 'Dviejų veiksnių kodas',
'two_factor_enrollment' => 'Dviejų veiksnių registracija',
- 'two_factor_enabled_text' => 'Įgalinti du veiksnius',
- 'two_factor_reset' => 'Atstatyti dviejų veiksnių paslaptį',
- 'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
- 'two_factor_reset_success' => 'Dviejų veiksnių įrenginys sėkmingai iš naujo nustatomas',
- 'two_factor_reset_error' => 'Dviejų veiksnių įrenginio atstatymas nepavyko',
- 'two_factor_enabled_warning' => 'Įjungus dviejų faktorių, jei jis šiuo metu neįjungtas, iš karto privers jus patvirtinti autentifikavimu naudojant "Google" prijungtą įrenginį. Jūs turėsite galimybę įregistruoti savo įrenginį, jei jis šiuo metu nėra įtrauktas.',
- 'two_factor_enabled_help' => 'Tai įgalins dviejų veiksnių autentifikavimą naudojant "Google Authenticator".',
+ 'two_factor_enabled_text' => 'Įjungti dviejų veiksnių autentifikaciją',
+ 'two_factor_reset' => 'Iš naujo nustatyti dviejų veiksnių autentifikavimo slaptąjį raktą',
+ 'two_factor_reset_help' => 'Naudotojas turės iš naujo užregistruoti savo įrenginį autentifikavimo programoje. Tai gali būti naudinga, jei šiuo metu registruotas įrenginys buvo pamestas ar pavogtas. ',
+ 'two_factor_reset_success' => 'Dviejų veiksnių įrenginys pridėtas sėkmingai',
+ 'two_factor_reset_error' => 'Dviejų veiksnių įrenginio nustatymas iš naujo nepavyko',
+ 'two_factor_enabled_warning' => 'Įjungus dviejų veiksnių autentifikaciją (jei ji šiuo metu nėra įjungta) būsite iš karto priversti autentifikuotis naudojant „Google Authenticator“ užregistruotą įrenginį. Jei šiuo metu neturite užregistruoto įrenginio, tai turėsite galimybę jį užregistruoti.',
+ 'two_factor_enabled_help' => 'Bus įjungta dviejų veiksnių autentifikacija naudojant „Google Authenticator“.',
'two_factor_optional' => 'Atrankinis (vartotojai gali įjungti arba išjungti, jei tai leidžiama)',
- 'two_factor_required' => 'Reikalingas visiems vartotojams',
- 'two_factor_disabled' => 'Neįgalus',
+ 'two_factor_required' => 'Privalomas visiems naudotojams',
+ 'two_factor_disabled' => 'Išjungta',
'two_factor_enter_code' => 'Įveskite dviejų veiksnių kodą',
- 'two_factor_config_complete' => 'Pateikti kodeksą',
- 'two_factor_enabled_edit_not_allowed' => 'Jūsų administratorius neleidžia jums redaguoti šio nustatymo.',
- 'two_factor_enrollment_text' => "Būtina atlikti du autentiškumo patvirtinimo veiksnius, tačiau jūsų įrenginys dar nebuvo užregistruotas. Atidarykite \"Google\" autentifikavimo priemonės programą ir nuskaitykite žemiau esantį QR kodą, kad užsiregistruotumėte savo įrenginį. Įrašę savo įrenginį įveskite žemiau esantį kodą",
+ 'two_factor_config_complete' => 'Pateikti kodą',
+ 'two_factor_enabled_edit_not_allowed' => 'Jūsų administratorius neleidžia keisti šio nustatymo.',
+ 'two_factor_enrollment_text' => "Būtina dviejų veiksnių autentifikacija, tačiau jūsų dar nesate užregistravę įrenginio. Norėdami užregistruoti įrenginį, jame atidarykite „Google Authenticator“ programą ir nuskaitykite čia pateiktą QR kodą. Užregistravę įrenginį, įveskite jo ekrane rodomą kodą į žemiau esantį lauką",
'require_accept_signature' => 'Reikalauti parašo',
- 'require_accept_signature_help_text' => 'Įjungus šią funkciją, naudotojams reikės fiziškai atsisakyti priimti turtą.',
+ 'require_accept_signature_help_text' => 'Jei įjungsite šią funkciją, naudotojai turės fiziškai pasirašyti už jiems išduodamą įrangą.',
'left' => 'kairėje',
- 'right' => 'teisus',
+ 'right' => 'dešinėje',
'top' => 'viršuje',
'bottom' => 'apačioje',
'vertical' => 'vertikalus',
'horizontal' => 'horizontalus',
'unique_serial' => 'Unikalus serijinis numeris',
- 'unique_serial_help_text' => 'Pažymėtas šis langelis reiškia unikalius serijinius kiekvienam turtui',
- 'zerofill_count' => 'Turto žymų ilgis, įskaitant "zerofill"',
- 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
- 'oauth_title' => 'OAuth API Settings',
+ 'unique_serial_help_text' => 'Pažymėjus šį langelį, bus užtikrinamas įrangos serijinių numerių unikalumas',
+ 'zerofill_count' => 'Inventorinių numerių ilgis, įskaitant priekinius nulius',
+ 'username_format_help' => 'Šis nustatymas bus naudojamas importavimo procese tik tuo atveju, jei naudotojo vardas nebus pateiktas ir mes turėsime sugeneruoti naudotojo vardą.',
+ 'oauth_title' => 'OAuth API nustatymai',
+ 'oauth_clients' => 'OAuth klientai',
'oauth' => 'OAuth',
- 'oauth_help' => 'Oauth Endpoint Settings',
- 'asset_tag_title' => 'Update Asset Tag Settings',
- 'barcode_title' => 'Update Barcode Settings',
- 'barcodes' => 'Barcodes',
- 'barcodes_help_overview' => 'Barcode & 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',
- 'branding_title' => 'Update Branding Settings',
- 'general_title' => 'Update General Settings',
- 'mail_test' => 'Send Test',
- 'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
- 'filter_by_keyword' => 'Filter by setting keyword',
- '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',
- 'groups_keywords' => 'permissions, permission groups, authorization',
- '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',
- 'notifications' => 'Notifications',
- 'notifications_help' => 'Email Alerts & Audit Settings',
- 'asset_tags_help' => 'Incrementing and prefixes',
- 'labels' => 'Labels',
- 'labels_title' => 'Update Label Settings',
- 'labels_help' => 'Label sizes & settings',
- 'purge' => 'Purge',
- 'purge_keywords' => 'permanently delete',
+ 'oauth_help' => 'Oauth Endpoint nustatymai',
+ 'oauth_no_clients' => 'Dar nesukūrėte jokių OAuth klientų.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Įgaliotos programos',
+ 'oauth_redirect_url' => 'Nukreipimo adresas (URL)',
+ 'oauth_name_help' => ' Kažkas, ką jūsų naudotojai atpažins ir pasitikės.',
+ 'oauth_scopes' => 'Taikymo sritys',
+ 'oauth_callback_url' => 'Jūsų programos autorizacijos tikrinimo adresas (URL).',
+ 'create_client' => 'Sukurti klientą',
+ 'no_scopes' => 'Nėra taikymo sričių',
+ 'asset_tag_title' => 'Atnaujinti inventorinio numerio nustatymus',
+ 'barcode_title' => 'Atnaujinti brūkšninio kodo nustatymus',
+ 'barcodes' => 'Brūkšniniai kodai',
+ 'barcodes_help_overview' => 'Brūkšninių ir QR kodų nustatymai',
+ 'barcodes_help' => 'Bus bandoma ištrinti talpykloje saugomus brūkšninius kodus. Įprastai, tai yra naudojama, tik jei pasikeitė brūkšninio kodo nustatymai arba pasikeitė Snipe-IT adresas. Brūkšniniai kodai bus sugeneruoti iš naujo, kai kitą kartą bus atidaryti.',
+ 'barcodes_spinner' => 'Bandoma ištrinti failus...',
+ 'barcode_delete_cache' => 'Išvalyti brūkšninių kodų talpyklą',
+ 'branding_title' => 'Atnaujinti ženklodaros nustatymus',
+ 'general_title' => 'Atnaujinti bendruosius nustatymus',
+ 'mail_test' => 'Siųsti bandomąjį laišką',
+ 'mail_test_help' => 'Bus mėginama išsiųsti bandomąjį laišką adresu :replyto.',
+ 'filter_by_keyword' => 'Filtruoti pagal nustatymų raktažodį',
+ 'security' => 'Saugumas',
+ 'security_title' => 'Atnaujinti saugumo nustatymus',
+ 'security_keywords' => 'slaptažodis, slaptažodžiai, reikalavimai, dviejų faktorių, dviejų veiksnių, įprasti slaptažodžiai, nuotolinis prisijungimas, atsijungimas, autentifikavimas',
+ 'security_help' => 'Dviejų veiksnių, slaptažodžio apribojimai',
+ 'groups_keywords' => 'teisės, teisių grupės, autorizacija',
+ 'groups_help' => 'Paskyros teisių grupės',
+ 'localization' => 'Lokalizacija',
+ 'localization_title' => 'Atnaujinti lokalizacijos nustatymus',
+ 'localization_keywords' => 'lokalizacija, valiuta, vietinis, lokalė, laiko juosta, laiko juosta, tarptautinis, internacionalizavimas, kalba, kalbos, vertimas',
+ 'localization_help' => 'Kalba, datos atvaizdavimas',
+ 'notifications' => 'Pranešimai',
+ 'notifications_help' => 'El. pašto įspėjimų ir audito nustatymai',
+ 'asset_tags_help' => 'Didinimas ir prefiksai',
+ 'labels' => 'Etiketės',
+ 'labels_title' => 'Atnaujinti etikečių nustatymus',
+ 'labels_help' => 'Etikečių dydžiai ir nustatymai',
+ 'purge' => 'Išvalyti',
+ 'purge_keywords' => 'ištrinti visam laikui',
'purge_help' => 'Išvalyti ištrintus įrašus',
- 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
+ 'ldap_extension_warning' => 'Panašu, kad šiame serveryje nėra įdiegtas arba įjungtas LDAP plėtinys. Vis tiek galite išsaugoti nustatymus, bet turėsite įjungti LDAP plėtinį PHP, kad veiktų LDAP sinchronizavimas arba prisijungimas.',
'ldap_ad' => 'LDAP/AD',
'employee_number' => 'Darbuotojo numeris',
- 'create_admin_user' => 'Create a User ::',
- 'create_admin_success' => 'Naudojamas turtas pridėtas sėkmingai!',
- 'create_admin_redirect' => 'Click here to go to your app login!',
- 'setup_migrations' => 'Database Migrations ::',
- 'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
- 'setup_successful_migrations' => 'Jūsų duomenų bazės lentelės sukurtos',
- 'setup_migration_output' => 'Migration output:',
- 'setup_migration_create_user' => 'Next: Create User',
- 'ldap_settings_link' => 'LDAP nustatymai',
- 'slack_test' => 'Test Integration',
- 'label2_enable' => 'New Label Engine',
- 'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
- 'label2_template' => 'Template',
- 'label2_template_help' => 'Select which template to use for label generation',
- 'label2_title' => 'Pavadinimas',
- 'label2_title_help' => 'The title to show on labels that support it',
- 'label2_title_help_phold' => 'The placeholder {COMPANY}
will be replaced with the asset's company name',
- 'label2_asset_logo' => 'Use Asset Logo',
- 'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at :setting_name
',
- 'label2_1d_type' => '1D Barcode Type',
- 'label2_1d_type_help' => 'Format for 1D barcodes',
- 'label2_2d_type' => '2D barkodo tipas',
- 'label2_2d_type_help' => 'Format for 2D barcodes',
- 'label2_2d_target' => '2D Barcode Target',
- 'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
- 'label2_fields' => 'Field Definitions',
- 'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
- 'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
- 'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
- 'help_default_will_use' => ':default
will use the value from :setting_name
. {COMPANY}
bus pakeistas įrangos įmonės pavadinimu',
+ 'label2_asset_logo' => 'Naudoti įrangos logotipą',
+ 'label2_asset_logo_help' => 'Naudokite įrangai priskirtos įmonės logotipą, o ne :setting_name
reikšmę',
+ 'label2_1d_type' => '1D brūkšninio kodo tipas',
+ 'label2_1d_type_help' => '1D brūkšninio kodo formatas',
+ 'label2_2d_type' => '2D brūkšninio kodo tipas',
+ 'label2_2d_type_help' => '2D brūkšninio kodo formatas',
+ 'label2_2d_target' => '2D brūkšninio kodo kelias',
+ 'label2_2d_target_help' => 'Adresas (URL), į kurį nukreipiama nuskaičius 2D brūkšninį kodą',
+ 'label2_fields' => 'Laukų apibrėžimai',
+ 'label2_fields_help' => 'Laukus galima pridėti, pašalinti ir pertvarkyti kairiajame stulpelyje. Kiekvienam laukui, dešiniajame stulpelyje galima pridėti kelias etiketės ir „DataSource“ parinktis, taip pat, jas pašalinti ir pertvarkyti.',
+ 'help_asterisk_bold' => 'Tekstas, įvestas kaip **tekstas**
, bus rodomas paryškintu šriftu',
+ 'help_blank_to_use' => 'Palikite tuščią, kad būtų nauudojama :setting_name
reikšmė',
+ 'help_default_will_use' => ':default
naudos reikšmę iš :setting_name
. Admin Settings > Alerts
) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
- 'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
+ 'next_audit_date_help' => 'Se você usa a auditoria na sua organização, isto é geralmente calculado automaticamente com base no ativo's da última data de auditoria e frequência de auditoria (em Configurações de Admin > Alertas
) e você pode deixar em branco. Você pode definir manualmente essa data, se precisar, mas ela deve ser posterior à última data de auditoria. ',
+ 'audit_images_help' => 'Você pode encontrar imagens de auditoria na aba histórico do ativo.',
'no_email' => 'Nenhum endereço de e-mail associado a este usuário',
'last_audit' => 'Última auditoria',
'new' => 'novo!',
@@ -244,8 +245,8 @@ return [
'requested_assets' => 'Ativos Solicitados',
'requested_assets_menu' => 'Ativos Solicitados',
'request_canceled' => 'Solicitação Cancelada',
- 'request_item' => 'Request this item',
- 'external_link_tooltip' => 'External link to',
+ 'request_item' => 'Solicitar esse item',
+ 'external_link_tooltip' => 'Link externo para',
'save' => 'Salvar',
'select_var' => 'Selecione :thing... ', // this will eventually replace all of our other selects
'select' => 'Selecionar',
@@ -302,7 +303,7 @@ return [
'user' => 'Usuário',
'accepted' => 'aceitar',
'declined' => 'recusar',
- 'declined_note' => 'Declined Notes',
+ 'declined_note' => 'Notas Rejeitadas',
'unassigned' => 'Não atribuído',
'unaccepted_asset_report' => 'Ativos Recusados',
'users' => 'Usuários',
@@ -404,7 +405,7 @@ Resultados da Sincronização',
'accessory_name' => 'Nome do Acessório:',
'clone_item' => 'Clonar Item',
'checkout_tooltip' => 'Fazer check-out do item',
- 'checkin_tooltip' => 'Check this item in so that it is available for re-issue, re-imaging, etc',
+ 'checkin_tooltip' => 'Selecione este item para que ele esteja disponível para re-questão, re-imagem, etc',
'checkout_user_tooltip' => 'Fazer check-out deste item para um usuário',
'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set',
'maintenance_mode' => 'O serviço está temporariamente indisponível para atualizações do sistema. Por favor, volte mais tarde.',
@@ -507,7 +508,7 @@ Resultados da Sincronização',
'address2' => 'Complemento',
'import_note' => 'Importado usando o importador csv',
],
- 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.',
+ 'remove_customfield_association' => 'Remover este campo do conjunto de campos. Isto não irá apagar o campo personalizado, apenas a associação deste campo com este conjunto de campos.',
'checked_out_to_fields' => 'Checked Out To Fields',
'percent_complete' => '% completo',
'uploading' => 'Enviando... ',
diff --git a/resources/lang/pt-BR/table.php b/resources/lang/pt-BR/table.php
index 5fdefa300..72ffc511f 100644
--- a/resources/lang/pt-BR/table.php
+++ b/resources/lang/pt-BR/table.php
@@ -6,6 +6,6 @@ return array(
'action' => 'Ação',
'by' => 'Por',
'item' => 'Item',
- 'no_matching_records' => 'No matching records found',
+ 'no_matching_records' => 'Nenhum resultado foi encontrado',
);
diff --git a/resources/lang/pt-PT/account/general.php b/resources/lang/pt-PT/account/general.php
index 18877036a..9edf9bb3e 100644
--- a/resources/lang/pt-PT/account/general.php
+++ b/resources/lang/pt-PT/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Chaves Pessoais de API',
- 'api_key_warning' => 'Ao gerar um token de API, certifique-se de copiá-lo imediatamente pois eles
- não serão visíveis novamente.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'O URL base da API está localizada em:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'Tokens de API estão definidos para expirar em:',
- 'api_reference' => 'Verifique a referência da API para
- encontrar endpoints de API específicos e documentação adicional da API.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/pt-PT/admin/locations/message.php b/resources/lang/pt-PT/admin/locations/message.php
index 1bee6f214..eb175ed8b 100644
--- a/resources/lang/pt-PT/admin/locations/message.php
+++ b/resources/lang/pt-PT/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Localização não existe.',
- 'assoc_users' => 'Esta localização está atualmente associada com pelo menos um utilizador e não pode ser removida. Atualize este utilizadores de modo a não referenciarem mais este local e tente novamente. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Esta localização está atualmente associada com pelo menos um artigo e não pode ser removida. Atualize este artigos de modo a não referenciarem mais este local e tente novamente. ',
'assoc_child_loc' => 'Esta localização contém pelo menos uma sub-localização e não pode ser removida. Por favor, atualize as localizações para não referenciarem mais esta localização e tente novamente. ',
'assigned_assets' => 'Artigos atribuídos',
diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php
index a6c7a44e7..a047da9be 100644
--- a/resources/lang/pt-PT/admin/settings/general.php
+++ b/resources/lang/pt-PT/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Comprimento de tags de artigos, incluindo zerofill',
'username_format_help' => 'Esta configuração será usada apenas pelo processo de importação se um nome de utilizador não for fornecido e tivermos de gerar um nome de utilizador para si.',
'oauth_title' => 'Configurações da API OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Configurações de Endpoint Oauth',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Atualizar configurações de Etiquetas de Artigo',
'barcode_title' => 'Atualizar Configurações de Código de Barras',
'barcodes' => 'Código de barras',
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
index 10b7d70bc..f6ed6f739 100644
--- a/resources/lang/pt-PT/general.php
+++ b/resources/lang/pt-PT/general.php
@@ -11,9 +11,9 @@ return [
'activity_report' => 'Relatório de atividades',
'address' => 'Morada',
'admin' => 'Administração',
- 'admin_tooltip' => 'This user has admin privileges',
- 'superuser' => 'Superuser',
- 'superuser_tooltip' => 'This user has superuser privileges',
+ 'admin_tooltip' => 'Este usuário tem privilégios de administrador',
+ 'superuser' => 'Superusuário',
+ 'superuser_tooltip' => 'Este usuário tem privilégios de superusuário',
'administrator' => 'Administrador',
'add_seats' => 'Utilizadores adicionados',
'age' => "Idade",
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Sobrenome Inicial Nome Próprio (smith_j@example.com)',
'firstinitial.lastname' => 'Inicial Nome Próprio Sobrenome(j.smith@example.com)',
'firstnamelastinitial' => 'Nome próprio Sobrenome (janes@exemple.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Nome',
'first_name_format' => 'Primeiro Nome (jane@example.com)',
'files' => 'Ficheiros',
@@ -205,7 +206,7 @@ return [
'new_password' => 'Nova senha',
'next' => 'Próximo',
'next_audit_date' => 'Próxima Data de Auditoria',
- 'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in Admin Settings > Alerts
) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
+ 'next_audit_date_help' => 'Se você usa a auditoria na sua organização, isto é geralmente calculado automaticamente com base nos ativos's da última data de auditoria e frequência de auditoria (em Configurações de Admin > Alertas
) e você pode deixar em branco. Você pode definir manualmente essa data, se precisar, mas ela deve ser posterior à última data de auditoria. ',
'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
'no_email' => 'Nenhum endereço de e-mail associado a este usuário',
'last_audit' => 'Última auditoria',
@@ -244,8 +245,8 @@ return [
'requested_assets' => 'Artigos solicitados',
'requested_assets_menu' => 'Artigos solicitados',
'request_canceled' => 'Pedido cancelado',
- 'request_item' => 'Request this item',
- 'external_link_tooltip' => 'External link to',
+ 'request_item' => 'Solicitar esse item',
+ 'external_link_tooltip' => 'Link externo para',
'save' => 'Guardar',
'select_var' => 'Selecione :thing... ', // this will eventually replace all of our other selects
'select' => 'Selecione',
@@ -302,7 +303,7 @@ return [
'user' => 'Utilizador',
'accepted' => 'aceite',
'declined' => 'recusado',
- 'declined_note' => 'Declined Notes',
+ 'declined_note' => 'Notas Rejeitadas',
'unassigned' => 'Não atribuído',
'unaccepted_asset_report' => 'Artigos recusados',
'users' => 'Utilizadores',
@@ -405,7 +406,7 @@ return [
'checkout_tooltip' => 'Entregue este item',
'checkin_tooltip' => 'Check this item in so that it is available for re-issue, re-imaging, etc',
'checkout_user_tooltip' => 'Rececione este artigo para um utilizador',
- 'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set',
+ 'checkin_to_diff_location' => 'Você pode optar por verificar este ativo em um local diferente da localização padrão deste ativo de :default_location se estiver definido',
'maintenance_mode' => 'O serviço está temporariamente indisponível para atualizações do sistema. Por favor, volte mais tarde.',
'maintenance_mode_title' => 'Serviço temporariamente indisponível',
'ldap_import' => 'A senha do utilizador não deve ser gerida pelo LDAP. (Isto permite que seja enviado pedidos de senha esquecida.)',
diff --git a/resources/lang/ro-RO/account/general.php b/resources/lang/ro-RO/account/general.php
index e99c9b39d..43143459f 100644
--- a/resources/lang/ro-RO/account/general.php
+++ b/resources/lang/ro-RO/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Chei API personale',
- 'api_key_warning' => 'La generarea unui token API, asigurați-vă că îl copiați imediat deoarece
- nu va mai fi vizibil pentru dvs. din nou.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'URL-ul de bază API este localizat la:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'Token-urile API sunt setate să expire în:',
- 'api_reference' => 'Vă rugăm să verificați referința API la
- pentru a găsi criterii specifice API și documentație API adițională.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ro-RO/admin/locations/message.php b/resources/lang/ro-RO/admin/locations/message.php
index 8eccec560..4b1a136ce 100644
--- a/resources/lang/ro-RO/admin/locations/message.php
+++ b/resources/lang/ro-RO/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Locatia nu exista.',
- 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un alt utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai apartin de aceasta locatie si incercati iar. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Această locație este în prezent asociată cu cel puțin un material și nu poate fi ștearsă. Actualizați-vă activele astfel încât acestea să nu mai fie menționate și să încercați din nou.',
'assoc_child_loc' => 'Această locație este în prezent părinte pentru cel puțin o locație copil și nu poate fi ștearsă. Actualizați locațiile dvs. pentru a nu mai referi această locație și încercați din nou.',
'assigned_assets' => 'Atribuire Active',
diff --git a/resources/lang/ro-RO/admin/settings/general.php b/resources/lang/ro-RO/admin/settings/general.php
index 681a7aeb9..a16cb1138 100644
--- a/resources/lang/ro-RO/admin/settings/general.php
+++ b/resources/lang/ro-RO/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Lungimea etichetelor de activ, inclusiv zerofill',
'username_format_help' => 'Această setare va fi folosită de procesul de import doar dacă un nume de utilizator nu este furnizat și trebuie să generăm un nume de utilizator pentru tine.',
'oauth_title' => 'Setări API OAuth',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Setări Oauth final',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Actualizați setările etichetei de active',
'barcode_title' => 'Actualizați setările codului de bare',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/ro-RO/general.php b/resources/lang/ro-RO/general.php
index a3f04b9f5..6bf87cb4f 100644
--- a/resources/lang/ro-RO/general.php
+++ b/resources/lang/ro-RO/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Prenume Prima Inițială (smith_j@example.com)',
'firstinitial.lastname' => 'Primul nume inițial (j.smith@example.com)',
'firstnamelastinitial' => 'Prenume Nume Ultima Inițială (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Prenume',
'first_name_format' => 'Prenume (jane@example.com)',
'files' => 'Fișiere',
diff --git a/resources/lang/ru-RU/account/general.php b/resources/lang/ru-RU/account/general.php
index 4d6ab5bfd..546ad0594 100644
--- a/resources/lang/ru-RU/account/general.php
+++ b/resources/lang/ru-RU/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Персональные API ключи',
- 'api_key_warning' => 'При создании ключа API скопируйте его сразу, так как его
- больше нельзя посмотреть.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Ваш базовый URL-адрес API находится в:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API токены истекут:',
- 'api_reference' => 'Пожалуйста, обратитесь к справочнику API, чтобы
- найти конкретные конечные точки API и дополнительную документацию API.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ru-RU/admin/locations/message.php b/resources/lang/ru-RU/admin/locations/message.php
index 3c9904bf3..b76abe49b 100644
--- a/resources/lang/ru-RU/admin/locations/message.php
+++ b/resources/lang/ru-RU/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Статус актива не существует.',
- 'assoc_users' => 'Данный статус связан с одним или несколькими активами, и не может быть удален. Удалите либо измените связанные активы. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Это месторасположение связано как минимум с одним активом и не может быть удалено. Измените ваши активы так, чтобы они не ссылались на это месторасположение и попробуйте ещё раз. ',
'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него и попробуйте снова. ',
'assigned_assets' => 'Присвоенные активы',
diff --git a/resources/lang/ru-RU/admin/settings/general.php b/resources/lang/ru-RU/admin/settings/general.php
index 00a01bd32..0555716c5 100644
--- a/resources/lang/ru-RU/admin/settings/general.php
+++ b/resources/lang/ru-RU/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Длина инвентарного номера, включая заполнение нулями',
'username_format_help' => 'Этот параметр используется только в процессе импорта, если имя пользователя не предоставляется и мы должны сгенерировать его для Вас.',
'oauth_title' => 'Настройки OAuth API',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Настройки Oauth Endpoint',
+ 'oauth_no_clients' => 'У вас ещё нет клиентов OAuth.',
+ 'oauth_secret' => 'Секретный ключ',
+ 'oauth_authorized_apps' => 'Авторизированные приложения',
+ 'oauth_redirect_url' => 'Ссылка переадресации',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Области видимости',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Обновить Настройки Тега Актива',
'barcode_title' => 'Обновить Настройки Штрих-кода',
'barcodes' => 'Штрихкоды',
diff --git a/resources/lang/ru-RU/general.php b/resources/lang/ru-RU/general.php
index b30a23e31..01b00069d 100644
--- a/resources/lang/ru-RU/general.php
+++ b/resources/lang/ru-RU/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Фамилия Первая буква имени (ivanov_i@example.com)',
'firstinitial.lastname' => 'Первая буква имени и фамилия (i.ivanov@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Имя',
'first_name_format' => 'Имя (jane@example.com)',
'files' => 'Файлы',
diff --git a/resources/lang/si-LK/account/general.php b/resources/lang/si-LK/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/si-LK/account/general.php
+++ b/resources/lang/si-LK/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/si-LK/admin/locations/message.php b/resources/lang/si-LK/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/si-LK/admin/locations/message.php
+++ b/resources/lang/si-LK/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php
index 01adf36eb..727c35a6e 100644
--- a/resources/lang/si-LK/admin/settings/general.php
+++ b/resources/lang/si-LK/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php
index 98cc49d49..d557e3d84 100644
--- a/resources/lang/si-LK/general.php
+++ b/resources/lang/si-LK/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/sk-SK/account/general.php b/resources/lang/sk-SK/account/general.php
index 668a2a446..a1759f999 100644
--- a/resources/lang/sk-SK/account/general.php
+++ b/resources/lang/sk-SK/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Osobné API kľúče',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/sk-SK/admin/locations/message.php b/resources/lang/sk-SK/admin/locations/message.php
index cce93782e..6814c63be 100644
--- a/resources/lang/sk-SK/admin/locations/message.php
+++ b/resources/lang/sk-SK/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Lokalita neexistuje.',
- 'assoc_users' => 'Táto lokalita je priradená minimálne jednému používateľov, preto nemôže byť odstránená. Prosím upravte údaje príslušeného používateľa, aby nevyužíval túto lokalitu a skúste znovu. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Táto lokalita je priradená minimálne jednému majetku, preto nemôže byť odstránená. Prosím odstráňte referenciu na túto lokalitu z príslušného majetku a skúste znovu. ',
'assoc_child_loc' => 'Táto lokalita je nadradenou minimálne jednej podradenej lokalite, preto nemôže byť odstránená. Prosím odstráňte referenciu s príslušnej lokality a skúste znovu. ',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/sk-SK/admin/settings/general.php b/resources/lang/sk-SK/admin/settings/general.php
index 926b8b980..1a511c481 100644
--- a/resources/lang/sk-SK/admin/settings/general.php
+++ b/resources/lang/sk-SK/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API nastavenia ',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Čiarové kódy',
diff --git a/resources/lang/sk-SK/general.php b/resources/lang/sk-SK/general.php
index d3a0ffcb6..1fb752042 100644
--- a/resources/lang/sk-SK/general.php
+++ b/resources/lang/sk-SK/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Meno',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/sl-SI/account/general.php b/resources/lang/sl-SI/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/sl-SI/account/general.php
+++ b/resources/lang/sl-SI/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/sl-SI/admin/locations/message.php b/resources/lang/sl-SI/admin/locations/message.php
index b2c44eb6e..5f3af41ed 100644
--- a/resources/lang/sl-SI/admin/locations/message.php
+++ b/resources/lang/sl-SI/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Lokacija ne obstaja.',
- 'assoc_users' => 'Ta lokacija je trenutno povezana z vsaj enim uporabnikom in je ni mogoče izbrisati. Prosimo, posodobite svoje uporabnike, da ne bodo več vsebovali te lokacije in poskusite znova. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Ta lokacija je trenutno povezana z vsaj enim sredstvom in je ni mogoče izbrisati. Prosimo, posodobite svoja sredstva, da ne bodo več vsebovali te lokacije in poskusite znova. ',
'assoc_child_loc' => 'Ta lokacija je trenutno starš vsaj ene lokacije otroka in je ni mogoče izbrisati. Posodobite svoje lokacije, da ne bodo več vsebovale te lokacije in poskusite znova. ',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/sl-SI/admin/settings/general.php b/resources/lang/sl-SI/admin/settings/general.php
index 62cc81a7d..978490013 100644
--- a/resources/lang/sl-SI/admin/settings/general.php
+++ b/resources/lang/sl-SI/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Dolžina oznak sredstev, vključno z zerofilom',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/sl-SI/general.php b/resources/lang/sl-SI/general.php
index 4f706f96a..4a8ab1c0c 100644
--- a/resources/lang/sl-SI/general.php
+++ b/resources/lang/sl-SI/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Priimek s prvo črko imena (smith_j@example.com)',
'firstinitial.lastname' => 'Prva črka imena s priimkom (j.smith@example.com)',
'firstnamelastinitial' => 'Ime s prvo črko priimka (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Ime',
'first_name_format' => 'Ime (jane@example.com)',
'files' => 'Datoteke',
diff --git a/resources/lang/so-SO/account/general.php b/resources/lang/so-SO/account/general.php
index 9a1bf65fd..df21ad820 100644
--- a/resources/lang/so-SO/account/general.php
+++ b/resources/lang/so-SO/account/general.php
@@ -2,10 +2,10 @@
return array(
'personal_api_keys' => 'Furayaasha API Personal',
- 'api_key_warning' => 'Markaad dhaliso calaamada API, hubi inaad koobiyayso isla markaaba maadaama aanay mar dambe kuu muuqan doonin.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Url saldhigga API wuxuu ku yaalaa:',
'api_base_url_endpoint' => '/< dhamaadka>',
'api_token_expiration_time' => 'Calaamadaha API waxa lagu dejiyay inay ku dhacaan:',
- 'api_reference' => 'Fadlan hubi Tixraaca API si aad u heshid meelaha dhamaadka API ee gaarka ah iyo dukumeenti API oo dheeri ah.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/so-SO/admin/locations/message.php b/resources/lang/so-SO/admin/locations/message.php
index 472868cdf..f9676f1f3 100644
--- a/resources/lang/so-SO/admin/locations/message.php
+++ b/resources/lang/so-SO/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Goobtu ma jirto.',
- 'assoc_users' => 'Goobtan hadda waxa lala xidhiidhiyaa ugu yaraan hal isticmaale lamana tirtiri karo Fadlan cusboonaysii isticmaaleyaashaada si aanay mardambe u tixraacin goobtan oo isku day mar kale. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Goobtan hadda waxa lala xidhiidhiyaa ugu yaraan hal hanti lamana tirtiri karo. Fadlan cusboonaysii hantidaada si aanay meeshan u tixraacin oo mar kale isku day. ',
'assoc_child_loc' => 'Goobtan hadda waa waalidka ugu yaraan hal meel oo caruur ah lamana tirtiri karo. Fadlan cusboonaysii goobahaaga si aanay mar dambe tixraac goobtan oo isku day mar kale. ',
'assigned_assets' => 'Hantida loo qoondeeyay',
diff --git a/resources/lang/so-SO/admin/settings/general.php b/resources/lang/so-SO/admin/settings/general.php
index 1f6291567..77fd16472 100644
--- a/resources/lang/so-SO/admin/settings/general.php
+++ b/resources/lang/so-SO/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Dhererka calaamadaha hantida, oo ay ku jiraan eber-fill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Cusbooneysii Settings Tag Asset',
'barcode_title' => 'Cusbooneysii Settings Barcode',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/so-SO/general.php b/resources/lang/so-SO/general.php
index 0a7143290..ab0b5652f 100644
--- a/resources/lang/so-SO/general.php
+++ b/resources/lang/so-SO/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Magaca Dambe ee ugu horreeya (smith_j@example.com)',
'firstinitial.lastname' => 'Magaca Dambe ee Koowaad (j.smith@example.com)',
'firstnamelastinitial' => 'Magaca hore ee ugu dambeeya (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Magaca koowaad',
'first_name_format' => 'Magaca koowaad (jane@example.com)',
'files' => 'Faylasha',
diff --git a/resources/lang/sq-AL/account/general.php b/resources/lang/sq-AL/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/sq-AL/account/general.php
+++ b/resources/lang/sq-AL/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/sq-AL/admin/locations/message.php b/resources/lang/sq-AL/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/sq-AL/admin/locations/message.php
+++ b/resources/lang/sq-AL/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/sq-AL/admin/settings/general.php b/resources/lang/sq-AL/admin/settings/general.php
index 01adf36eb..727c35a6e 100644
--- a/resources/lang/sq-AL/admin/settings/general.php
+++ b/resources/lang/sq-AL/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php
index ec0b8e6ee..7777302a6 100644
--- a/resources/lang/sq-AL/general.php
+++ b/resources/lang/sq-AL/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/sr-CS/account/general.php b/resources/lang/sr-CS/account/general.php
index a1ed1dd58..3e24d0c4d 100644
--- a/resources/lang/sr-CS/account/general.php
+++ b/resources/lang/sr-CS/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Lični API kključevi',
- 'api_key_warning' => 'Pri generisanju API tokena, obavezno ga odmah kopirajte jer oni
- vam neće ponovo biti vidljivi.',
+ 'api_key_warning' => 'Po generisanju API tokena, obavezno ga odmah iskopirajte jer vam neće biti ponovo vidljiv.',
'api_base_url' => 'Vaša osnovna adresa API-ja se nalazi u:',
'api_base_url_endpoint' => '<endpoint>',
'api_token_expiration_time' => 'API tokeni će isteći za:',
- 'api_reference' => 'Proverite API referencu da biste
- pronašli određene krajnje tačke API-ja i dodatnu API dokumentaciju.',
+ 'api_reference' => 'Molim vas konsultujte API podsetnik da bi ste pronašli određene API krajnje tačke i dodatnu API dokumentaciju.',
'profile_updated' => 'Nalog je uspešno izmenjen',
);
diff --git a/resources/lang/sr-CS/admin/locations/message.php b/resources/lang/sr-CS/admin/locations/message.php
index 9ec24a6ac..ffb2c63c4 100644
--- a/resources/lang/sr-CS/admin/locations/message.php
+++ b/resources/lang/sr-CS/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Lokacija ne postoji.',
- 'assoc_users' => 'Ta je lokacija trenutno povezana s barem jednim korisnikom i ne može se izbrisati. Ažurirajte korisnike da više se ne referenciraju na ovu lokaciju i pokušajte ponovno. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Ta je lokacija trenutno povezana s barem jednim resursom i ne može se izbrisati. Ažurirajte resurs da se više ne referencira na tu lokaciju i pokušajte ponovno. ',
'assoc_child_loc' => 'Ta je lokacija trenutno roditelj najmanje jednoj podredjenoj lokaciji i ne može se izbrisati. Ažurirajte svoje lokacije da se više ne referenciraju na ovu lokaciju i pokušajte ponovo. ',
'assigned_assets' => 'Dodeljena imovina',
diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php
index 1dc6767db..861d4a029 100644
--- a/resources/lang/sr-CS/admin/settings/general.php
+++ b/resources/lang/sr-CS/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Dužina oznake sredstva, uključujući i popunu nulama',
'username_format_help' => 'Ovo podešavanje će se koristiti u procesu uvoza samo ako korisničko ime nije navedeno i mi moramo da generišemo korisničko ime za vas.',
'oauth_title' => 'OAuth API podešavanje',
+ 'oauth_clients' => 'OAuth klijenti',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint podešavanja',
+ 'oauth_no_clients' => 'Još uvek niste kreirali nijedan OAuth klijenat.',
+ 'oauth_secret' => 'Tajna',
+ 'oauth_authorized_apps' => 'Autorizovane aplikacije',
+ 'oauth_redirect_url' => 'URL adresa za redirekciju',
+ 'oauth_name_help' => ' Nešto što će vaši korisnici prepoznati i čemu će verovati.',
+ 'oauth_scopes' => 'Opsezi',
+ 'oauth_callback_url' => 'Povratna adresa za autorizaciju vaše aplikacije.',
+ 'create_client' => 'Napravi klijenta',
+ 'no_scopes' => 'Nema opsega',
'asset_tag_title' => 'Obnovite podešavanja upozorenja',
'barcode_title' => 'Obnovite Slack podešavanja',
'barcodes' => 'Barkodovi',
diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php
index 12cd14ad4..272f17cc4 100644
--- a/resources/lang/sr-CS/general.php
+++ b/resources/lang/sr-CS/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Prezime inicijal Imena (smith_j@example.com)',
'firstinitial.lastname' => 'Inicijal imena Prezime (j.smith@example.com)',
'firstnamelastinitial' => 'Ime inicijal Prezimena (janes@example.com)',
+ 'lastnamefirstname' => 'Prezime Ime (smith.jane@example.com)',
'first_name' => 'Ime',
'first_name_format' => 'Ime (jane@example.com)',
'files' => 'Datoteke',
diff --git a/resources/lang/sv-SE/account/general.php b/resources/lang/sv-SE/account/general.php
index dc1e90d26..b1de0f7ce 100644
--- a/resources/lang/sv-SE/account/general.php
+++ b/resources/lang/sv-SE/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personliga API-nycklar',
- 'api_key_warning' => 'När du genererar en API-token, se till att kopiera den omedelbart eftersom de
- inte kommer att vara synliga för dig igen.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Din API-bas-url finns på:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API-tokens är inställda på att gå ut om:',
- 'api_reference' => 'Vänligen kontrollera API-referensen för att
- hitta specifika API-slutpunkter och ytterligare API-dokumentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/sv-SE/admin/locations/message.php b/resources/lang/sv-SE/admin/locations/message.php
index bd384b911..22e2354e2 100644
--- a/resources/lang/sv-SE/admin/locations/message.php
+++ b/resources/lang/sv-SE/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Platsen finns inte.',
- 'assoc_users' => 'Platsen är associerad med minst en användare och kan inte tas bort. Vänligen uppdatera dina användare så dom inte refererar till denna plats och försök igen.',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Platsen är associerad med minst en tillgång och kan inte tas bort. Vänligen uppdatera dina tillgångar så dom inte refererar till denna plats och försök igen. ',
'assoc_child_loc' => 'Denna plats är för närvarande överliggande för minst en annan plats och kan inte tas bort. Vänligen uppdatera dina platser så dom inte längre refererar till denna och försök igen.',
'assigned_assets' => 'Tilldelade tillgångar',
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
index b1d2bfc1e..51d764f65 100644
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Längd på tillgångstaggar, inklusive zerofill',
'username_format_help' => 'Denna inställning kommer endast att användas av importprocessen om ett användarnamn inte finns och vi måste generera ett användarnamn åt dig.',
'oauth_title' => 'OAuth API-inställningar',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth användarvillkor inställningar',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Uppdatera stöldmärknings inställningar',
'barcode_title' => 'Uppdatera streckkodsinställningar',
'barcodes' => 'Streckkoder',
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index df85e6c39..070ffbc01 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Efternamn Första Initialen (smith_j@example.com)',
'firstinitial.lastname' => 'Första Initialen Efternamn (j.smith@example.com)',
'firstnamelastinitial' => 'Efternamn Första Initialen (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Förnamn',
'first_name_format' => 'Förnamn (jane@example.com)',
'files' => 'Filer',
diff --git a/resources/lang/ta-IN/account/general.php b/resources/lang/ta-IN/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/ta-IN/account/general.php
+++ b/resources/lang/ta-IN/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ta-IN/admin/locations/message.php b/resources/lang/ta-IN/admin/locations/message.php
index e3c957733..88f392b2e 100644
--- a/resources/lang/ta-IN/admin/locations/message.php
+++ b/resources/lang/ta-IN/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'இருப்பிடம் இல்லை.',
- 'assoc_users' => 'தற்போது இந்த இடம் குறைந்தபட்சம் ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து இந்த இடத்தை இனி குறிப்பிடாமல் உங்கள் பயனர்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'இந்த இடம் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் உங்கள் சொத்துக்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
'assoc_child_loc' => 'இந்த இடம் தற்போது குறைந்தது ஒரு குழந்தையின் இருப்பிடத்தின் பெற்றோர் மற்றும் அதை நீக்க முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் இருக்க உங்கள் இருப்பிடங்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/ta-IN/admin/settings/general.php b/resources/lang/ta-IN/admin/settings/general.php
index 7433a352d..d33e3838c 100644
--- a/resources/lang/ta-IN/admin/settings/general.php
+++ b/resources/lang/ta-IN/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'சொரெஃபைல் உள்ளிட்ட சொத்தின் குறிச்சொற்களை நீளம்',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/ta-IN/general.php b/resources/lang/ta-IN/general.php
index 242bd9e9f..5a2f29ee0 100644
--- a/resources/lang/ta-IN/general.php
+++ b/resources/lang/ta-IN/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'முதல் பெயர்',
'first_name_format' => 'முதல் பெயர் (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/th-TH/account/general.php b/resources/lang/th-TH/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/th-TH/account/general.php
+++ b/resources/lang/th-TH/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/th-TH/admin/locations/message.php b/resources/lang/th-TH/admin/locations/message.php
index 6aae7c477..f481aa2b0 100644
--- a/resources/lang/th-TH/admin/locations/message.php
+++ b/resources/lang/th-TH/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'ไม่มีสถานที่นี้.',
- 'assoc_users' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
'assoc_child_loc' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับหมวดสถานที่ใดที่หนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงสถานที่ของท่านไม่ให้มีส่วนเกี่ยวข้องกับหมวดสถานที่นี้ และลองอีกครั้ง. ',
'assigned_assets' => 'สินทรัพย์ถูกมอบหมายแล้ว',
diff --git a/resources/lang/th-TH/admin/settings/general.php b/resources/lang/th-TH/admin/settings/general.php
index 369734e9c..ba2cf9903 100644
--- a/resources/lang/th-TH/admin/settings/general.php
+++ b/resources/lang/th-TH/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'ความยาวของแท็กเนื้อหารวมทั้ง zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/th-TH/general.php b/resources/lang/th-TH/general.php
index 872b84fa2..223e4b3b5 100644
--- a/resources/lang/th-TH/general.php
+++ b/resources/lang/th-TH/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'นามสกุล อักษรต้นชื่อ (smith_j@example.com)',
'firstinitial.lastname' => 'อักษรต้นชื่อ นามสกุล (j.smith@example.com)',
'firstnamelastinitial' => 'ชื่อ อักษรต้นนามสกุล (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'ชื่อจริง',
'first_name_format' => 'ชื่อ (jane@example.com)',
'files' => 'ไฟล์',
diff --git a/resources/lang/tl-PH/account/general.php b/resources/lang/tl-PH/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/tl-PH/account/general.php
+++ b/resources/lang/tl-PH/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/tl-PH/admin/locations/message.php b/resources/lang/tl-PH/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/tl-PH/admin/locations/message.php
+++ b/resources/lang/tl-PH/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/tl-PH/admin/settings/general.php b/resources/lang/tl-PH/admin/settings/general.php
index 5fdc676e0..cbb9956d2 100644
--- a/resources/lang/tl-PH/admin/settings/general.php
+++ b/resources/lang/tl-PH/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/tl-PH/general.php b/resources/lang/tl-PH/general.php
index fc66775c1..88d3b5ed3 100644
--- a/resources/lang/tl-PH/general.php
+++ b/resources/lang/tl-PH/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/tr-TR/account/general.php b/resources/lang/tr-TR/account/general.php
index 7fb43a717..f04fa0479 100644
--- a/resources/lang/tr-TR/account/general.php
+++ b/resources/lang/tr-TR/account/general.php
@@ -2,11 +2,10 @@
return array(
'personal_api_keys' => 'Kişisel API Anahtarları',
- 'api_key_warning' => 'Bir API jetonu oluştururken, onu hemen kopyaladığınızdan emin olun.
- bir daha size görünmeyecek.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'API\'nizin temel URL\'si şurada bulunur:',
'api_base_url_endpoint' => '/<uçnokta>',
'api_token_expiration_time' => 'API jetonlarınız şu süre içinde sona erecek şekilde ayarlanmıştır:',
- 'api_reference' => 'Lütfen API referansını kontrol edin belirli API uç noktalarını ve ek API belgelerini bulun.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/tr-TR/admin/locations/message.php b/resources/lang/tr-TR/admin/locations/message.php
index 79c56aa50..ff8b6cee9 100644
--- a/resources/lang/tr-TR/admin/locations/message.php
+++ b/resources/lang/tr-TR/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Konum mevcut değil.',
- 'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Bu konum şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu konumu kullanabilmek için varlık konumlarını güncelleştirin.',
'assoc_child_loc' => 'Bu konum şu anda en az bir alt konum üstüdür ve silinemez. Lütfen artık bu konuma ait alt konumları güncelleyin. ',
'assigned_assets' => 'Atanan Varlıklar',
diff --git a/resources/lang/tr-TR/admin/settings/general.php b/resources/lang/tr-TR/admin/settings/general.php
index 9e7ee4981..c8643ceb3 100644
--- a/resources/lang/tr-TR/admin/settings/general.php
+++ b/resources/lang/tr-TR/admin/settings/general.php
@@ -288,8 +288,18 @@ return [
'zerofill_count' => 'Varlık etiketlerinin uzunluğu, boşluksuz olmak üzere',
'username_format_help' => 'Bu ayar, yalnızca bir kullanıcı adı sağlanmadıysa ve sizin için bir kullanıcı adı oluşturmamız gerekiyorsa içe aktarma işlemi tarafından kullanılacaktır.',
'oauth_title' => 'Auth API ayarları',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'Auth',
'oauth_help' => 'Auth Endpoint Ayarları',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Varlık Etiket Ayarlarını Güncelle',
'barcode_title' => 'Barkod ayarlarını güncelle',
'barcodes' => 'Barkod',
diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php
index 8aabb3e16..5770cb861 100644
--- a/resources/lang/tr-TR/general.php
+++ b/resources/lang/tr-TR/general.php
@@ -137,6 +137,7 @@ Context | Request Context
'lastname_firstinitial' => 'Soyad ve Adın İlk Harfi (smith_j@example.com)',
'firstinitial.lastname' => 'Adın İlk Harfi ve Soyad (j.smith@example.com)',
'firstnamelastinitial' => 'Ad ve Soyadın İlk Harfi (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Ad',
'first_name_format' => 'Ad (jane@example.com)',
'files' => 'Dosyalar',
diff --git a/resources/lang/uk-UA/account/general.php b/resources/lang/uk-UA/account/general.php
index 5a06c9c39..eb5b53413 100644
--- a/resources/lang/uk-UA/account/general.php
+++ b/resources/lang/uk-UA/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Особисті ключі API',
- 'api_key_warning' => 'Під час створення токену API, не забудьте надійно зберегти його,
- тому що він не буде вам знову показаний.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Ваша базова URL-адреса API:',
'api_base_url_endpoint' => '/<ресурс>',
'api_token_expiration_time' => 'API токени закінчуються:',
- 'api_reference' => 'Будь ласка, перевірте довідку по API, щоб
- дізнатись про ресурси API та додаткову документацію стосовно них.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/uk-UA/admin/locations/message.php b/resources/lang/uk-UA/admin/locations/message.php
index a7b5b111e..24ea7a9b7 100644
--- a/resources/lang/uk-UA/admin/locations/message.php
+++ b/resources/lang/uk-UA/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Розташування не існує.',
- 'assoc_users' => 'Розташування зараз пов\'язано як мінімум з одним користувачем та не може бути видалено. Оновіть ваших користувачів, так щоб вони не були більше пов\'язані з розташуванням і спробуйте ще раз. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Це розташування в даний час пов\'язано принаймні з одним активом і не може бути видалений. Будь ласка, оновіть ваші медіафайли, щоб більше не посилатися на це розташування і повторіть спробу. ',
'assoc_child_loc' => 'Це місцезнаходження наразі батько принаймні одного дочірнього місця і не може бути видалений. Будь ласка, оновіть ваше місцеположення, щоб більше не посилатися на це місце і повторіть спробу. ',
'assigned_assets' => 'Призначені активи',
diff --git a/resources/lang/uk-UA/admin/settings/general.php b/resources/lang/uk-UA/admin/settings/general.php
index 007161eff..10596b1a2 100644
--- a/resources/lang/uk-UA/admin/settings/general.php
+++ b/resources/lang/uk-UA/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Довжина тегів медіафайлів, включаючи нульовий рівень',
'username_format_help' => 'Цей параметр буде використовуватися лише процесом імпорту, якщо ім\'я користувача не надано, а ми повинні згенерувати ім\'я користувача.',
'oauth_title' => 'Налаштування OAuth API',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Параметри кінцевої точки Oauth',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Оновити налаштування тегу активу',
'barcode_title' => 'Оновити налаштування штрих-коду',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/uk-UA/general.php b/resources/lang/uk-UA/general.php
index 33c28089f..228ec6ef7 100644
--- a/resources/lang/uk-UA/general.php
+++ b/resources/lang/uk-UA/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Прізвище Першою початковою (smith_j@example.com)',
'firstinitial.lastname' => 'Перше початкове ім\'я (j.smith@example.com)',
'firstnamelastinitial' => 'Останнє ім\'я (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Ім\'я',
'first_name_format' => 'Ім\'я (jane@example.com)',
'files' => 'Файли',
diff --git a/resources/lang/ur-PK/account/general.php b/resources/lang/ur-PK/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/ur-PK/account/general.php
+++ b/resources/lang/ur-PK/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/ur-PK/admin/locations/message.php b/resources/lang/ur-PK/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/ur-PK/admin/locations/message.php
+++ b/resources/lang/ur-PK/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php
index 01adf36eb..727c35a6e 100644
--- a/resources/lang/ur-PK/admin/settings/general.php
+++ b/resources/lang/ur-PK/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php
index ec0b8e6ee..7777302a6 100644
--- a/resources/lang/ur-PK/general.php
+++ b/resources/lang/ur-PK/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/vendor/backup/ar/notifications.php b/resources/lang/vendor/backup/ar/notifications.php
new file mode 100644
index 000000000..48bc70987
--- /dev/null
+++ b/resources/lang/vendor/backup/ar/notifications.php
@@ -0,0 +1,45 @@
+ 'رسالة استثناء: :message',
+ 'exception_trace' => 'تتبع الإستثناء: :trace',
+ 'exception_message_title' => 'رسالة استثناء',
+ 'exception_trace_title' => 'تتبع الإستثناء',
+
+ 'backup_failed_subject' => 'أخفق النسخ الاحتياطي لل :application_name',
+ 'backup_failed_body' => 'مهم: حدث خطأ أثناء النسخ الاحتياطي :application_name',
+
+ 'backup_successful_subject' => 'نسخ احتياطي جديد ناجح ل :application_name',
+ 'backup_successful_subject_title' => 'نجاح النسخ الاحتياطي الجديد!',
+ 'backup_successful_body' => 'أخبار عظيمة، نسخة احتياطية جديدة ل :application_name تم إنشاؤها بنجاح على القرص المسمى :disk_name.',
+
+ 'cleanup_failed_subject' => 'فشل تنظيف النسخ الاحتياطي للتطبيق :application_name .',
+ 'cleanup_failed_body' => 'حدث خطأ أثناء تنظيف النسخ الاحتياطية ل :application_name',
+
+ 'cleanup_successful_subject' => 'تنظيف النسخ الاحتياطية ل :application_name تمت بنجاح',
+ 'cleanup_successful_subject_title' => 'تنظيف النسخ الاحتياطية تم بنجاح!',
+ 'cleanup_successful_body' => 'تنظيف النسخ الاحتياطية ل :application_name على القرص المسمى :disk_name تم بنجاح.',
+
+ 'healthy_backup_found_subject' => 'النسخ الاحتياطية ل :application_name على القرص :disk_name صحية',
+ 'healthy_backup_found_subject_title' => 'النسخ الاحتياطية ل :application_name صحية',
+ 'healthy_backup_found_body' => 'تعتبر النسخ الاحتياطية ل :application_name صحية. عمل جيد!',
+
+ 'unhealthy_backup_found_subject' => 'مهم: النسخ الاحتياطية ل :application_name غير صحية',
+ 'unhealthy_backup_found_subject_title' => 'مهم: النسخ الاحتياطية ل :application_name غير صحية. :problem',
+ 'unhealthy_backup_found_body' => 'النسخ الاحتياطية ل :application_name على القرص :disk_name غير صحية.',
+ 'unhealthy_backup_found_not_reachable' => 'لا يمكن الوصول إلى وجهة النسخ الاحتياطي. :error',
+ 'unhealthy_backup_found_empty' => 'لا توجد نسخ احتياطية لهذا التطبيق على الإطلاق.',
+ 'unhealthy_backup_found_old' => 'تم إنشاء أحدث النسخ الاحتياطية في :date وتعتبر قديمة جدا.',
+ 'unhealthy_backup_found_unknown' => 'عذرا، لا يمكن تحديد سبب دقيق.',
+ 'unhealthy_backup_found_full' => 'النسخ الاحتياطية تستخدم الكثير من التخزين. الاستخدام الحالي هو :disk_usage وهو أعلى من الحد المسموح به من :disk_limit.',
+
+ 'no_backups_info' => 'لم يتم عمل نسخ احتياطية حتى الآن',
+ 'application_name' => 'اسم التطبيق',
+ 'backup_name' => 'اسم النسخ الاحتياطي',
+ 'disk' => 'القرص',
+ 'newest_backup_size' => 'أحدث حجم للنسخ الاحتياطي',
+ 'number_of_backups' => 'عدد النسخ الاحتياطية',
+ 'total_storage_used' => 'إجمالي مساحة التخزين المستخدمة',
+ 'newest_backup_date' => 'أحدث تاريخ النسخ الاحتياطي',
+ 'oldest_backup_date' => 'أقدم تاريخ نسخ احتياطي',
+];
diff --git a/resources/lang/vendor/backup/bg/notifications.php b/resources/lang/vendor/backup/bg/notifications.php
new file mode 100644
index 000000000..7c87d5b7c
--- /dev/null
+++ b/resources/lang/vendor/backup/bg/notifications.php
@@ -0,0 +1,45 @@
+ 'Съобщение за изключение: :message',
+ 'exception_trace' => 'Проследяване на изключение: :trace',
+ 'exception_message_title' => 'Съобщение за изключение',
+ 'exception_trace_title' => 'Проследяване на изключение',
+
+ 'backup_failed_subject' => 'Неуспешно резервно копие на :application_name',
+ 'backup_failed_body' => 'Важно: Възникна грешка при архивиране на :application_name',
+
+ 'backup_successful_subject' => 'Успешно ново резервно копие на :application_name',
+ 'backup_successful_subject_title' => 'Успешно ново резервно копие!',
+ 'backup_successful_body' => 'Чудесни новини, ново резервно копие на :application_name беше успешно създадено на диска с име :disk_name.',
+
+ 'cleanup_failed_subject' => 'Почистването на резервните копия на :application_name не бе успешно.',
+ 'cleanup_failed_body' => 'Възникна грешка при почистването на резервните копия на :application_name',
+
+ 'cleanup_successful_subject' => 'Почистването на архивите на :application_name е успешно',
+ 'cleanup_successful_subject_title' => 'Почистването на резервните копия е успешно!',
+ 'cleanup_successful_body' => 'Почистването на резервни копия на :application_name на диска с име :disk_name беше успешно.',
+
+ 'healthy_backup_found_subject' => 'Резервните копия за :application_name на диск :disk_name са здрави',
+ 'healthy_backup_found_subject_title' => 'Резервните копия за :application_name са здрави',
+ 'healthy_backup_found_body' => 'Резервните копия за :application_name се считат за здрави. Добра работа!',
+
+ 'unhealthy_backup_found_subject' => 'Важно: Резервните копия за :application_name не са здрави',
+ 'unhealthy_backup_found_subject_title' => 'Важно: Резервните копия за :application_name не са здрави. :проблем',
+ 'unhealthy_backup_found_body' => 'Резервните копия за :application_name на диск :disk_name не са здрави.',
+ 'unhealthy_backup_found_not_reachable' => 'Дестинацията за резервни копия не може да бъде достигната. :грешка',
+ 'unhealthy_backup_found_empty' => 'Изобщо няма резервни копия на това приложение.',
+ 'unhealthy_backup_found_old' => 'Последното резервно копие, направено на :date, се счита за твърде старо.',
+ 'unhealthy_backup_found_unknown' => 'За съжаление не може да се определи точна причина.',
+ 'unhealthy_backup_found_full' => 'Резервните копия използват твърде много място за съхранение. Текущото използване е :disk_usage, което е по-високо от разрешеното ограничение на :disk_limit.',
+
+ 'no_backups_info' => 'Все още не са правени резервни копия',
+ 'application_name' => 'Име на приложението',
+ 'backup_name' => 'Име на резервно копие',
+ 'disk' => 'Диск',
+ 'newest_backup_size' => 'Най-новият размер на резервно копие',
+ 'number_of_backups' => 'Брой резервни копия',
+ 'total_storage_used' => 'Общо използвано дисково пространство',
+ 'newest_backup_date' => 'Най-нова дата на резервно копие',
+ 'oldest_backup_date' => 'Най-старата дата на резервно копие',
+];
diff --git a/resources/lang/vendor/backup/bn/notifications.php b/resources/lang/vendor/backup/bn/notifications.php
new file mode 100644
index 000000000..bd0bf8184
--- /dev/null
+++ b/resources/lang/vendor/backup/bn/notifications.php
@@ -0,0 +1,45 @@
+ 'এক্সসেপশন বার্তা: :message',
+ 'exception_trace' => 'এক্সসেপশন ট্রেস: :trace',
+ 'exception_message_title' => 'এক্সসেপশন message',
+ 'exception_trace_title' => 'এক্সসেপশন ট্রেস',
+
+ 'backup_failed_subject' => ':application_name এর ব্যাকআপ ব্যর্থ হয়েছে।',
+ 'backup_failed_body' => 'গুরুত্বপূর্ণঃ :application_name ব্যাক আপ করার সময় একটি ত্রুটি ঘটেছে।',
+
+ 'backup_successful_subject' => ':application_name এর নতুন ব্যাকআপ সফল হয়েছে।',
+ 'backup_successful_subject_title' => 'নতুন ব্যাকআপ সফল হয়েছে!',
+ 'backup_successful_body' => 'খুশির খবর, :application_name এর নতুন ব্যাকআপ :disk_name ডিস্কে সফলভাবে তৈরি হয়েছে।',
+
+ 'cleanup_failed_subject' => ':application_name ব্যাকআপগুলি সাফ করতে ব্যর্থ হয়েছে।',
+ 'cleanup_failed_body' => ':application_name ব্যাকআপগুলি সাফ করার সময় একটি ত্রুটি ঘটেছে।',
+
+ 'cleanup_successful_subject' => ':application_name এর ব্যাকআপগুলি সফলভাবে সাফ করা হয়েছে।',
+ 'cleanup_successful_subject_title' => 'ব্যাকআপগুলি সফলভাবে সাফ করা হয়েছে!',
+ 'cleanup_successful_body' => ':application_name এর ব্যাকআপগুলি :disk_name ডিস্ক থেকে সফলভাবে সাফ করা হয়েছে।',
+
+ 'healthy_backup_found_subject' => ':application_name এর ব্যাকআপগুলি :disk_name ডিস্কে স্বাস্থ্যকর অবস্থায় আছে।',
+ 'healthy_backup_found_subject_title' => ':application_name এর ব্যাকআপগুলি স্বাস্থ্যকর অবস্থায় আছে।',
+ 'healthy_backup_found_body' => ':application_name এর ব্যাকআপগুলি স্বাস্থ্যকর বিবেচনা করা হচ্ছে। Good job!',
+
+ 'unhealthy_backup_found_subject' => 'গুরুত্বপূর্ণঃ :application_name এর ব্যাকআপগুলি অস্বাস্থ্যকর অবস্থায় আছে।',
+ 'unhealthy_backup_found_subject_title' => 'গুরুত্বপূর্ণঃ :application_name এর ব্যাকআপগুলি অস্বাস্থ্যকর অবস্থায় আছে। :problem',
+ 'unhealthy_backup_found_body' => ':disk_name ডিস্কের :application_name এর ব্যাকআপগুলি অস্বাস্থ্যকর অবস্থায় আছে।',
+ 'unhealthy_backup_found_not_reachable' => 'ব্যাকআপ গন্তব্যে পৌঁছানো যায় নি। :error',
+ 'unhealthy_backup_found_empty' => 'এই অ্যাপ্লিকেশনটির কোনও ব্যাকআপ নেই।',
+ 'unhealthy_backup_found_old' => 'সর্বশেষ ব্যাকআপ যেটি :date এই তারিখে করা হয়েছে, সেটি খুব পুরানো।',
+ 'unhealthy_backup_found_unknown' => 'দুঃখিত, সঠিক কারণ নির্ধারণ করা সম্ভব হয়নি।',
+ 'unhealthy_backup_found_full' => 'ব্যাকআপগুলি অতিরিক্ত স্টোরেজ ব্যবহার করছে। বর্তমান ব্যবহারের পরিমান :disk_usage যা অনুমোদিত সীমা :disk_limit এর বেশি।',
+
+ 'no_backups_info' => 'কোনো ব্যাকআপ এখনও তৈরি হয়নি',
+ 'application_name' => 'আবেদনের নাম',
+ 'backup_name' => 'ব্যাকআপের নাম',
+ 'disk' => 'ডিস্ক',
+ 'newest_backup_size' => 'নতুন ব্যাকআপ আকার',
+ 'number_of_backups' => 'ব্যাকআপের সংখ্যা',
+ 'total_storage_used' => 'ব্যবহৃত মোট সঞ্চয়স্থান',
+ 'newest_backup_date' => 'নতুন ব্যাকআপের তারিখ',
+ 'oldest_backup_date' => 'পুরানো ব্যাকআপের তারিখ',
+];
diff --git a/resources/lang/vendor/backup/cs/notifications.php b/resources/lang/vendor/backup/cs/notifications.php
new file mode 100644
index 000000000..9a145d9cb
--- /dev/null
+++ b/resources/lang/vendor/backup/cs/notifications.php
@@ -0,0 +1,45 @@
+ 'Zpráva výjimky: :message',
+ 'exception_trace' => 'Stopa výjimky: :trace',
+ 'exception_message_title' => 'Zpráva výjimky',
+ 'exception_trace_title' => 'Stopa výjimky',
+
+ 'backup_failed_subject' => 'Záloha :application_name neuspěla',
+ 'backup_failed_body' => 'Důležité: Při záloze :application_name se vyskytla chyba',
+
+ 'backup_successful_subject' => 'Úspěšná nová záloha :application_name',
+ 'backup_successful_subject_title' => 'Úspěšná nová záloha!',
+ 'backup_successful_body' => 'Dobrá zpráva, na disku jménem :disk_name byla úspěšně vytvořena nová záloha :application_name.',
+
+ 'cleanup_failed_subject' => 'Vyčištění záloh :application_name neuspělo.',
+ 'cleanup_failed_body' => 'Při čištění záloh :application_name se vyskytla chyba',
+
+ 'cleanup_successful_subject' => 'Vyčištění záloh :application_name úspěšné',
+ 'cleanup_successful_subject_title' => 'Vyčištění záloh bylo úspěšné!',
+ 'cleanup_successful_body' => 'Vyčištění záloh :application_name na disku jménem :disk_name bylo úspěšné.',
+
+ 'healthy_backup_found_subject' => 'Zálohy pro :application_name na disku :disk_name jsou zdravé',
+ 'healthy_backup_found_subject_title' => 'Zálohy pro :application_name jsou zdravé',
+ 'healthy_backup_found_body' => 'Zálohy pro :application_name jsou považovány za zdravé. Dobrá práce!',
+
+ 'unhealthy_backup_found_subject' => 'Důležité: Zálohy pro :application_name jsou nezdravé',
+ 'unhealthy_backup_found_subject_title' => 'Důležité: Zálohy pro :application_name jsou nezdravé. :problem',
+ 'unhealthy_backup_found_body' => 'Zálohy pro :application_name na disku :disk_name jsou nezdravé.',
+ 'unhealthy_backup_found_not_reachable' => 'Nelze se dostat k cíli zálohy. :error',
+ 'unhealthy_backup_found_empty' => 'Tato aplikace nemá vůbec žádné zálohy.',
+ 'unhealthy_backup_found_old' => 'Poslední záloha vytvořená dne :date je považována za příliš starou.',
+ 'unhealthy_backup_found_unknown' => 'Omlouváme se, nemůžeme určit přesný důvod.',
+ 'unhealthy_backup_found_full' => 'Zálohy zabírají příliš mnoho místa na disku. Aktuální využití disku je :disk_usage, což je vyšší než povolený limit :disk_limit.',
+
+ 'no_backups_info' => 'Zatím nebyly vytvořeny žádné zálohy',
+ 'application_name' => 'Název aplikace',
+ 'backup_name' => 'Název zálohy',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Velikost nejnovější zálohy',
+ 'number_of_backups' => 'Počet záloh',
+ 'total_storage_used' => 'Celková využitá kapacita úložiště',
+ 'newest_backup_date' => 'Datum nejnovější zálohy',
+ 'oldest_backup_date' => 'Datum nejstarší zálohy',
+];
diff --git a/resources/lang/vendor/backup/da/notifications.php b/resources/lang/vendor/backup/da/notifications.php
new file mode 100644
index 000000000..d51954238
--- /dev/null
+++ b/resources/lang/vendor/backup/da/notifications.php
@@ -0,0 +1,45 @@
+ 'Fejlbesked: :message',
+ 'exception_trace' => 'Fejl trace: :trace',
+ 'exception_message_title' => 'Fejlbesked',
+ 'exception_trace_title' => 'Fejl trace',
+
+ 'backup_failed_subject' => 'Backup af :application_name fejlede',
+ 'backup_failed_body' => 'Vigtigt: Der skete en fejl under backup af :application_name',
+
+ 'backup_successful_subject' => 'Ny backup af :application_name oprettet',
+ 'backup_successful_subject_title' => 'Ny backup!',
+ 'backup_successful_body' => 'Gode nyheder - der blev oprettet en ny backup af :application_name på disken :disk_name.',
+
+ 'cleanup_failed_subject' => 'Oprydning af backups for :application_name fejlede.',
+ 'cleanup_failed_body' => 'Der skete en fejl under oprydning af backups for :application_name',
+
+ 'cleanup_successful_subject' => 'Oprydning af backups for :application_name gennemført',
+ 'cleanup_successful_subject_title' => 'Backup oprydning gennemført!',
+ 'cleanup_successful_body' => 'Oprydningen af backups for :application_name på disken :disk_name er gennemført.',
+
+ 'healthy_backup_found_subject' => 'Alle backups for :application_name på disken :disk_name er OK',
+ 'healthy_backup_found_subject_title' => 'Alle backups for :application_name er OK',
+ 'healthy_backup_found_body' => 'Alle backups for :application_name er ok. Godt gået!',
+
+ 'unhealthy_backup_found_subject' => 'Vigtigt: Backups for :application_name fejlbehæftede',
+ 'unhealthy_backup_found_subject_title' => 'Vigtigt: Backups for :application_name er fejlbehæftede. :problem',
+ 'unhealthy_backup_found_body' => 'Backups for :application_name på disken :disk_name er fejlbehæftede.',
+ 'unhealthy_backup_found_not_reachable' => 'Backup destinationen kunne ikke findes. :error',
+ 'unhealthy_backup_found_empty' => 'Denne applikation har ingen backups overhovedet.',
+ 'unhealthy_backup_found_old' => 'Den seneste backup fra :date er for gammel.',
+ 'unhealthy_backup_found_unknown' => 'Beklager, en præcis årsag kunne ikke findes.',
+ 'unhealthy_backup_found_full' => 'Backups bruger for meget plads. Nuværende disk forbrug er :disk_usage, hvilket er mere end den tilladte grænse på :disk_limit.',
+
+ 'no_backups_info' => 'Der blev ikke foretaget nogen sikkerhedskopier endnu',
+ 'application_name' => 'Ansøgningens navn',
+ 'backup_name' => 'Backup navn',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Nyeste backup-størrelse',
+ 'number_of_backups' => 'Antal sikkerhedskopier',
+ 'total_storage_used' => 'Samlet lagerplads brugt',
+ 'newest_backup_date' => 'Nyeste backup-størrelse',
+ 'oldest_backup_date' => 'Ældste backup-størrelse',
+];
diff --git a/resources/lang/vendor/backup/de/notifications.php b/resources/lang/vendor/backup/de/notifications.php
new file mode 100644
index 000000000..acce7896c
--- /dev/null
+++ b/resources/lang/vendor/backup/de/notifications.php
@@ -0,0 +1,45 @@
+ 'Fehlermeldung: :message',
+ 'exception_trace' => 'Fehlerverfolgung: :trace',
+ 'exception_message_title' => 'Fehlermeldung',
+ 'exception_trace_title' => 'Fehlerverfolgung',
+
+ 'backup_failed_subject' => 'Backup von :application_name konnte nicht erstellt werden',
+ 'backup_failed_body' => 'Wichtig: Beim Backup von :application_name ist ein Fehler aufgetreten',
+
+ 'backup_successful_subject' => 'Erfolgreiches neues Backup von :application_name',
+ 'backup_successful_subject_title' => 'Erfolgreiches neues Backup!',
+ 'backup_successful_body' => 'Gute Nachrichten, ein neues Backup von :application_name wurde erfolgreich erstellt und in :disk_name gepeichert.',
+
+ 'cleanup_failed_subject' => 'Aufräumen der Backups von :application_name schlug fehl.',
+ 'cleanup_failed_body' => 'Beim aufräumen der Backups von :application_name ist ein Fehler aufgetreten',
+
+ 'cleanup_successful_subject' => 'Aufräumen der Backups von :application_name backups erfolgreich',
+ 'cleanup_successful_subject_title' => 'Aufräumen der Backups erfolgreich!',
+ 'cleanup_successful_body' => 'Aufräumen der Backups von :application_name in :disk_name war erfolgreich.',
+
+ 'healthy_backup_found_subject' => 'Die Backups von :application_name in :disk_name sind gesund',
+ 'healthy_backup_found_subject_title' => 'Die Backups von :application_name sind Gesund',
+ 'healthy_backup_found_body' => 'Die Backups von :application_name wurden als gesund eingestuft. Gute Arbeit!',
+
+ 'unhealthy_backup_found_subject' => 'Wichtig: Die Backups für :application_name sind nicht gesund',
+ 'unhealthy_backup_found_subject_title' => 'Wichtig: Die Backups für :application_name sind ungesund. :problem',
+ 'unhealthy_backup_found_body' => 'Die Backups für :application_name in :disk_name sind ungesund.',
+ 'unhealthy_backup_found_not_reachable' => 'Das Backup Ziel konnte nicht erreicht werden. :error',
+ 'unhealthy_backup_found_empty' => 'Es gibt für die Anwendung noch gar keine Backups.',
+ 'unhealthy_backup_found_old' => 'Das letzte Backup am :date ist zu lange her.',
+ 'unhealthy_backup_found_unknown' => 'Sorry, ein genauer Grund konnte nicht gefunden werden.',
+ 'unhealthy_backup_found_full' => 'Die Backups verbrauchen zu viel Platz. Aktuell wird :disk_usage belegt, dass ist höher als das erlaubte Limit von :disk_limit.',
+
+ 'no_backups_info' => 'Bisher keine Backups vorhanden',
+ 'application_name' => 'Applikationsname',
+ 'backup_name' => 'Backup Name',
+ 'disk' => 'Speicherort',
+ 'newest_backup_size' => 'Neuste Backup-Größe',
+ 'number_of_backups' => 'Anzahl Backups',
+ 'total_storage_used' => 'Gesamter genutzter Speicherplatz',
+ 'newest_backup_date' => 'Neustes Backup',
+ 'oldest_backup_date' => 'Ältestes Backup',
+];
diff --git a/resources/lang/vendor/backup/en/notifications.php b/resources/lang/vendor/backup/en/notifications.php
new file mode 100644
index 000000000..73811bde3
--- /dev/null
+++ b/resources/lang/vendor/backup/en/notifications.php
@@ -0,0 +1,45 @@
+ 'Exception message: :message',
+ 'exception_trace' => 'Exception trace: :trace',
+ 'exception_message_title' => 'Exception message',
+ 'exception_trace_title' => 'Exception trace',
+
+ 'backup_failed_subject' => 'Failed backup of :application_name',
+ 'backup_failed_body' => 'Important: An error occurred while backing up :application_name',
+
+ 'backup_successful_subject' => 'Successful new backup of :application_name',
+ 'backup_successful_subject_title' => 'Successful new backup!',
+ 'backup_successful_body' => 'Great news, a new backup of :application_name was successfully created on the disk named :disk_name.',
+
+ 'cleanup_failed_subject' => 'Cleaning up the backups of :application_name failed.',
+ 'cleanup_failed_body' => 'An error occurred while cleaning up the backups of :application_name',
+
+ 'cleanup_successful_subject' => 'Clean up of :application_name backups successful',
+ 'cleanup_successful_subject_title' => 'Clean up of backups successful!',
+ 'cleanup_successful_body' => 'The clean up of the :application_name backups on the disk named :disk_name was successful.',
+
+ 'healthy_backup_found_subject' => 'The backups for :application_name on disk :disk_name are healthy',
+ 'healthy_backup_found_subject_title' => 'The backups for :application_name are healthy',
+ 'healthy_backup_found_body' => 'The backups for :application_name are considered healthy. Good job!',
+
+ 'unhealthy_backup_found_subject' => 'Important: The backups for :application_name are unhealthy',
+ 'unhealthy_backup_found_subject_title' => 'Important: The backups for :application_name are unhealthy. :problem',
+ 'unhealthy_backup_found_body' => 'The backups for :application_name on disk :disk_name are unhealthy.',
+ 'unhealthy_backup_found_not_reachable' => 'The backup destination cannot be reached. :error',
+ 'unhealthy_backup_found_empty' => 'There are no backups of this application at all.',
+ 'unhealthy_backup_found_old' => 'The latest backup made on :date is considered too old.',
+ 'unhealthy_backup_found_unknown' => 'Sorry, an exact reason cannot be determined.',
+ 'unhealthy_backup_found_full' => 'The backups are using too much storage. Current usage is :disk_usage which is higher than the allowed limit of :disk_limit.',
+
+ 'no_backups_info' => 'No backups were made yet',
+ 'application_name' => 'Application name',
+ 'backup_name' => 'Backup name',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Newest backup size',
+ 'number_of_backups' => 'Number of backups',
+ 'total_storage_used' => 'Total storage used',
+ 'newest_backup_date' => 'Newest backup date',
+ 'oldest_backup_date' => 'Oldest backup date',
+];
diff --git a/resources/lang/vendor/backup/es/notifications.php b/resources/lang/vendor/backup/es/notifications.php
new file mode 100644
index 000000000..e7078760d
--- /dev/null
+++ b/resources/lang/vendor/backup/es/notifications.php
@@ -0,0 +1,45 @@
+ 'Mensaje de la excepción: :message',
+ 'exception_trace' => 'Traza de la excepción: :trace',
+ 'exception_message_title' => 'Mensaje de la excepción',
+ 'exception_trace_title' => 'Traza de la excepción',
+
+ 'backup_failed_subject' => 'Copia de seguridad de :application_name fallida',
+ 'backup_failed_body' => 'Importante: Ocurrió un error al realizar la copia de seguridad de :application_name',
+
+ 'backup_successful_subject' => 'Se completó con éxito la copia de seguridad de :application_name',
+ 'backup_successful_subject_title' => '¡Nueva copia de seguridad creada con éxito!',
+ 'backup_successful_body' => 'Buenas noticias, una nueva copia de seguridad de :application_name fue creada con éxito en el disco llamado :disk_name.',
+
+ 'cleanup_failed_subject' => 'La limpieza de copias de seguridad de :application_name falló.',
+ 'cleanup_failed_body' => 'Ocurrió un error mientras se realizaba la limpieza de copias de seguridad de :application_name',
+
+ 'cleanup_successful_subject' => 'La limpieza de copias de seguridad de :application_name se completó con éxito',
+ 'cleanup_successful_subject_title' => '!Limpieza de copias de seguridad completada con éxito!',
+ 'cleanup_successful_body' => 'La limpieza de copias de seguridad de :application_name en el disco llamado :disk_name se completo con éxito.',
+
+ 'healthy_backup_found_subject' => 'Las copias de seguridad de :application_name en el disco :disk_name están en buen estado',
+ 'healthy_backup_found_subject_title' => 'Las copias de seguridad de :application_name están en buen estado',
+ 'healthy_backup_found_body' => 'Las copias de seguridad de :application_name se consideran en buen estado. ¡Buen trabajo!',
+
+ 'unhealthy_backup_found_subject' => 'Importante: Las copias de seguridad de :application_name están en mal estado',
+ 'unhealthy_backup_found_subject_title' => 'Importante: Las copias de seguridad de :application_name están en mal estado. :problem',
+ 'unhealthy_backup_found_body' => 'Las copias de seguridad de :application_name en el disco :disk_name están en mal estado.',
+ 'unhealthy_backup_found_not_reachable' => 'No se puede acceder al destino de la copia de seguridad. :error',
+ 'unhealthy_backup_found_empty' => 'No existe ninguna copia de seguridad de esta aplicación.',
+ 'unhealthy_backup_found_old' => 'La última copia de seguriad hecha en :date es demasiado antigua.',
+ 'unhealthy_backup_found_unknown' => 'Lo siento, no es posible determinar la razón exacta.',
+ 'unhealthy_backup_found_full' => 'Las copias de seguridad están ocupando demasiado espacio. El espacio utilizado actualmente es :disk_usage el cual es mayor que el límite permitido de :disk_limit.',
+
+ 'no_backups_info' => 'Aún no se hicieron copias de seguridad',
+ 'application_name' => 'Nombre de la aplicación',
+ 'backup_name' => 'Nombre de la copia de seguridad',
+ 'disk' => 'Disco',
+ 'newest_backup_size' => 'Tamaño de copia de seguridad más reciente',
+ 'number_of_backups' => 'Número de copias de seguridad',
+ 'total_storage_used' => 'Almacenamiento total utilizado',
+ 'newest_backup_date' => 'Fecha de la copia de seguridad más reciente',
+ 'oldest_backup_date' => 'Fecha de la copia de seguridad más antigua',
+];
diff --git a/resources/lang/vendor/backup/fa/notifications.php b/resources/lang/vendor/backup/fa/notifications.php
new file mode 100644
index 000000000..580a1f14f
--- /dev/null
+++ b/resources/lang/vendor/backup/fa/notifications.php
@@ -0,0 +1,45 @@
+ 'پیغام خطا: :message',
+ 'exception_trace' => 'جزییات خطا: :trace',
+ 'exception_message_title' => 'پیغام خطا',
+ 'exception_trace_title' => 'جزییات خطا',
+
+ 'backup_failed_subject' => 'پشتیبانگیری :application_name با خطا مواجه شد.',
+ 'backup_failed_body' => 'پیغام مهم: هنگام پشتیبانگیری از :application_name خطایی رخ داده است. ',
+
+ 'backup_successful_subject' => 'نسخه پشتیبان جدید :application_name با موفقیت ساخته شد.',
+ 'backup_successful_subject_title' => 'پشتیبانگیری موفق!',
+ 'backup_successful_body' => 'خبر خوب، به تازگی نسخه پشتیبان :application_name روی دیسک :disk_name با موفقیت ساخته شد. ',
+
+ 'cleanup_failed_subject' => 'پاکسازی نسخه پشتیبان :application_name انجام نشد.',
+ 'cleanup_failed_body' => 'هنگام پاکسازی نسخه پشتیبان :application_name خطایی رخ داده است.',
+
+ 'cleanup_successful_subject' => 'پاکسازی نسخه پشتیبان :application_name با موفقیت انجام شد.',
+ 'cleanup_successful_subject_title' => 'پاکسازی نسخه پشتیبان!',
+ 'cleanup_successful_body' => 'پاکسازی نسخه پشتیبان :application_name روی دیسک :disk_name با موفقیت انجام شد.',
+
+ 'healthy_backup_found_subject' => 'نسخه پشتیبان :application_name روی دیسک :disk_name سالم بود.',
+ 'healthy_backup_found_subject_title' => 'نسخه پشتیبان :application_name سالم بود.',
+ 'healthy_backup_found_body' => 'نسخه پشتیبان :application_name به نظر سالم میاد. دمت گرم!',
+
+ 'unhealthy_backup_found_subject' => 'خبر مهم: نسخه پشتیبان :application_name سالم نبود.',
+ 'unhealthy_backup_found_subject_title' => 'خبر مهم: نسخه پشتیبان :application_name سالم نبود. :problem',
+ 'unhealthy_backup_found_body' => 'نسخه پشتیبان :application_name روی دیسک :disk_name سالم نبود.',
+ 'unhealthy_backup_found_not_reachable' => 'مقصد پشتیبانگیری در دسترس نبود. :error',
+ 'unhealthy_backup_found_empty' => 'برای این برنامه هیچ نسخه پشتیبانی وجود ندارد.',
+ 'unhealthy_backup_found_old' => 'آخرین نسخه پشتیبان برای تاریخ :date است، که به نظر خیلی قدیمی میاد. ',
+ 'unhealthy_backup_found_unknown' => 'متاسفانه دلیل دقیقی قابل تعیین نیست.',
+ 'unhealthy_backup_found_full' => 'نسخههای پشتیبان حجم زیادی اشغال کردهاند. میزان دیسک استفادهشده :disk_usage است که از میزان مجاز :disk_limit فراتر رفته است. ',
+
+ 'no_backups_info' => 'هنوز نسخه پشتیبان تهیه نشده است',
+ 'application_name' => 'نام نرمافزار',
+ 'backup_name' => 'نام نسخه پشتیبان',
+ 'disk' => 'دیسک',
+ 'newest_backup_size' => 'اندازه جدیدترین نسخه پشتیبان',
+ 'number_of_backups' => 'تعداد نسخههای پشتیبان',
+ 'total_storage_used' => 'کل فضای ذخیرهسازی استفادهشده',
+ 'newest_backup_date' => 'تاریخ جدیدترین نسخه پشتیبان',
+ 'oldest_backup_date' => 'تاریخ قدیمیترین نسخه پشتیبان',
+];
diff --git a/resources/lang/vendor/backup/fi/notifications.php b/resources/lang/vendor/backup/fi/notifications.php
new file mode 100644
index 000000000..98bec6228
--- /dev/null
+++ b/resources/lang/vendor/backup/fi/notifications.php
@@ -0,0 +1,45 @@
+ 'Virheilmoitus: :message',
+ 'exception_trace' => 'Virhe, jäljitys: :trace',
+ 'exception_message_title' => 'Virheilmoitus',
+ 'exception_trace_title' => 'Virheen jäljitys',
+
+ 'backup_failed_subject' => ':application_name varmuuskopiointi epäonnistui',
+ 'backup_failed_body' => 'HUOM!: :application_name varmuuskoipionnissa tapahtui virhe',
+
+ 'backup_successful_subject' => ':application_name varmuuskopioitu onnistuneesti',
+ 'backup_successful_subject_title' => 'Uusi varmuuskopio!',
+ 'backup_successful_body' => 'Hyviä uutisia! :application_name on varmuuskopioitu levylle :disk_name.',
+
+ 'cleanup_failed_subject' => ':application_name varmuuskopioiden poistaminen epäonnistui.',
+ 'cleanup_failed_body' => ':application_name varmuuskopioiden poistamisessa tapahtui virhe.',
+
+ 'cleanup_successful_subject' => ':application_name varmuuskopiot poistettu onnistuneesti',
+ 'cleanup_successful_subject_title' => 'Varmuuskopiot poistettu onnistuneesti!',
+ 'cleanup_successful_body' => ':application_name varmuuskopiot poistettu onnistuneesti levyltä :disk_name.',
+
+ 'healthy_backup_found_subject' => ':application_name varmuuskopiot levyllä :disk_name ovat kunnossa',
+ 'healthy_backup_found_subject_title' => ':application_name varmuuskopiot ovat kunnossa',
+ 'healthy_backup_found_body' => ':application_name varmuuskopiot ovat kunnossa. Hieno homma!',
+
+ 'unhealthy_backup_found_subject' => 'HUOM!: :application_name varmuuskopiot ovat vialliset',
+ 'unhealthy_backup_found_subject_title' => 'HUOM!: :application_name varmuuskopiot ovat vialliset. :problem',
+ 'unhealthy_backup_found_body' => ':application_name varmuuskopiot levyllä :disk_name ovat vialliset.',
+ 'unhealthy_backup_found_not_reachable' => 'Varmuuskopioiden kohdekansio ei ole saatavilla. :error',
+ 'unhealthy_backup_found_empty' => 'Tästä sovelluksesta ei ole varmuuskopioita.',
+ 'unhealthy_backup_found_old' => 'Viimeisin varmuuskopio, luotu :date, on liian vanha.',
+ 'unhealthy_backup_found_unknown' => 'Virhe, tarkempaa tietoa syystä ei valitettavasti ole saatavilla.',
+ 'unhealthy_backup_found_full' => 'Varmuuskopiot vievät liikaa levytilaa. Tällä hetkellä käytössä :disk_usage, mikä on suurempi kuin sallittu tilavuus (:disk_limit).',
+
+ 'no_backups_info' => 'Varmuuskopioita ei vielä tehty',
+ 'application_name' => 'Sovelluksen nimi',
+ 'backup_name' => 'Varmuuskopion nimi',
+ 'disk' => 'Levy',
+ 'newest_backup_size' => 'Uusin varmuuskopion koko',
+ 'number_of_backups' => 'Varmuuskopioiden määrä',
+ 'total_storage_used' => 'Käytetty tallennustila yhteensä',
+ 'newest_backup_date' => 'Uusin varmuuskopion koko',
+ 'oldest_backup_date' => 'Vanhin varmuuskopion koko',
+];
diff --git a/resources/lang/vendor/backup/fr/notifications.php b/resources/lang/vendor/backup/fr/notifications.php
new file mode 100644
index 000000000..2ae497658
--- /dev/null
+++ b/resources/lang/vendor/backup/fr/notifications.php
@@ -0,0 +1,45 @@
+ 'Message de l\'exception : :message',
+ 'exception_trace' => 'Trace de l\'exception : :trace',
+ 'exception_message_title' => 'Message de l\'exception',
+ 'exception_trace_title' => 'Trace de l\'exception',
+
+ 'backup_failed_subject' => 'Échec de la sauvegarde de :application_name',
+ 'backup_failed_body' => 'Important : Une erreur est survenue lors de la sauvegarde de :application_name',
+
+ 'backup_successful_subject' => 'Succès de la sauvegarde de :application_name',
+ 'backup_successful_subject_title' => 'Sauvegarde créée avec succès !',
+ 'backup_successful_body' => 'Bonne nouvelle, une nouvelle sauvegarde de :application_name a été créée avec succès sur le disque nommé :disk_name.',
+
+ 'cleanup_failed_subject' => 'Le nettoyage des sauvegardes de :application_name a echoué.',
+ 'cleanup_failed_body' => 'Une erreur est survenue lors du nettoyage des sauvegardes de :application_name',
+
+ 'cleanup_successful_subject' => 'Succès du nettoyage des sauvegardes de :application_name',
+ 'cleanup_successful_subject_title' => 'Sauvegardes nettoyées avec succès !',
+ 'cleanup_successful_body' => 'Le nettoyage des sauvegardes de :application_name sur le disque nommé :disk_name a été effectué avec succès.',
+
+ 'healthy_backup_found_subject' => 'Les sauvegardes pour :application_name sur le disque :disk_name sont saines',
+ 'healthy_backup_found_subject_title' => 'Les sauvegardes pour :application_name sont saines',
+ 'healthy_backup_found_body' => 'Les sauvegardes pour :application_name sont considérées saines. Bon travail !',
+
+ 'unhealthy_backup_found_subject' => 'Important : Les sauvegardes pour :application_name sont corrompues',
+ 'unhealthy_backup_found_subject_title' => 'Important : Les sauvegardes pour :application_name sont corrompues. :problem',
+ 'unhealthy_backup_found_body' => 'Les sauvegardes pour :application_name sur le disque :disk_name sont corrompues.',
+ 'unhealthy_backup_found_not_reachable' => 'La destination de la sauvegarde n\'est pas accessible. :error',
+ 'unhealthy_backup_found_empty' => 'Il n\'y a aucune sauvegarde pour cette application.',
+ 'unhealthy_backup_found_old' => 'La dernière sauvegarde du :date est considérée trop vieille.',
+ 'unhealthy_backup_found_unknown' => 'Désolé, une raison exacte ne peut être déterminée.',
+ 'unhealthy_backup_found_full' => 'Les sauvegardes utilisent trop d\'espace disque. L\'utilisation actuelle est de :disk_usage alors que la limite autorisée est de :disk_limit.',
+
+ 'no_backups_info' => 'Aucune sauvegarde n\'a encore été effectuée',
+ 'application_name' => 'Nom de l\'application',
+ 'backup_name' => 'Nom de la sauvegarde',
+ 'disk' => 'Disque',
+ 'newest_backup_size' => 'Taille de la sauvegarde la plus récente',
+ 'number_of_backups' => 'Nombre de sauvegardes',
+ 'total_storage_used' => 'Stockage total utilisé',
+ 'newest_backup_date' => 'Date de la sauvegarde la plus récente',
+ 'oldest_backup_date' => 'Date de la sauvegarde la plus ancienne',
+];
diff --git a/resources/lang/vendor/backup/he/notifications.php b/resources/lang/vendor/backup/he/notifications.php
new file mode 100644
index 000000000..db3b35ff9
--- /dev/null
+++ b/resources/lang/vendor/backup/he/notifications.php
@@ -0,0 +1,45 @@
+ 'הודעת חריגה: :message',
+ 'exception_trace' => 'מעקב חריגה: :trace',
+ 'exception_message_title' => 'הודעת חריגה',
+ 'exception_trace_title' => 'מעקב חריגה',
+
+ 'backup_failed_subject' => 'כשל בגיבוי של :application_name',
+ 'backup_failed_body' => 'חשוב: אירעה שגיאה במהלך גיבוי היישום :application_name',
+
+ 'backup_successful_subject' => 'גיבוי חדש מוצלח של :application_name',
+ 'backup_successful_subject_title' => 'גיבוי חדש מוצלח!',
+ 'backup_successful_body' => 'חדשות טובות, גיבוי חדש של :application_name נוצר בהצלחה על הדיסק בשם :disk_name.',
+
+ 'cleanup_failed_subject' => 'נכשל בניקוי הגיבויים של :application_name',
+ 'cleanup_failed_body' => 'אירעה שגיאה במהלך ניקוי הגיבויים של :application_name',
+
+ 'cleanup_successful_subject' => 'ניקוי הגיבויים של :application_name בוצע בהצלחה',
+ 'cleanup_successful_subject_title' => 'ניקוי הגיבויים בוצע בהצלחה!',
+ 'cleanup_successful_body' => 'ניקוי הגיבויים של :application_name על הדיסק בשם :disk_name בוצע בהצלחה.',
+
+ 'healthy_backup_found_subject' => 'הגיבויים של :application_name על הדיסק :disk_name תקינים',
+ 'healthy_backup_found_subject_title' => 'הגיבויים של :application_name תקינים',
+ 'healthy_backup_found_body' => 'הגיבויים של :application_name נחשבים לתקינים. עבודה טובה!',
+
+ 'unhealthy_backup_found_subject' => 'חשוב: הגיבויים של :application_name אינם תקינים',
+ 'unhealthy_backup_found_subject_title' => 'חשוב: הגיבויים של :application_name אינם תקינים. :problem',
+ 'unhealthy_backup_found_body' => 'הגיבויים של :application_name על הדיסק :disk_name אינם תקינים.',
+ 'unhealthy_backup_found_not_reachable' => 'לא ניתן להגיע ליעד הגיבוי. :error',
+ 'unhealthy_backup_found_empty' => 'אין גיבויים של היישום הזה בכלל.',
+ 'unhealthy_backup_found_old' => 'הגיבוי האחרון שנעשה בתאריך :date נחשב כישן מדי.',
+ 'unhealthy_backup_found_unknown' => 'מצטערים, לא ניתן לקבוע סיבה מדויקת.',
+ 'unhealthy_backup_found_full' => 'הגיבויים משתמשים בשטח אחסון רב מידי. שימוש הנוכחי הוא :disk_usage, שגבול המותר הוא :disk_limit.',
+
+ 'no_backups_info' => 'לא נעשו עדיין גיבויים',
+ 'application_name' => 'שם היישום',
+ 'backup_name' => 'שם הגיבוי',
+ 'disk' => 'דיסק',
+ 'newest_backup_size' => 'גודל הגיבוי החדש ביותר',
+ 'number_of_backups' => 'מספר הגיבויים',
+ 'total_storage_used' => 'סך האחסון המופעל',
+ 'newest_backup_date' => 'תאריך הגיבוי החדש ביותר',
+ 'oldest_backup_date' => 'תאריך הגיבוי הישן ביותר',
+];
diff --git a/resources/lang/vendor/backup/hi/notifications.php b/resources/lang/vendor/backup/hi/notifications.php
new file mode 100644
index 000000000..f8128674f
--- /dev/null
+++ b/resources/lang/vendor/backup/hi/notifications.php
@@ -0,0 +1,45 @@
+ 'अपवाद संदेश: :message',
+ 'exception_trace' => 'अपवाद निशान: :trace',
+ 'exception_message_title' => 'अपवादी संदेश',
+ 'exception_trace_title' => 'अपवाद निशान',
+
+ 'backup_failed_subject' => ':application_name का बैकअप असफल रहा',
+ 'backup_failed_body' => 'जरूरी सुचना: :application_name का बैकअप लेते समय असफल रहे',
+
+ 'backup_successful_subject' => ':application_name का बैकअप सफल रहा',
+ 'backup_successful_subject_title' => 'बैकअप सफल रहा!',
+ 'backup_successful_body' => 'खुशखबर, :application_name का बैकअप :disk_name पर संग्रहित करने मे सफल रहे.',
+
+ 'cleanup_failed_subject' => ':application_name के बैकअप की सफाई असफल रही.',
+ 'cleanup_failed_body' => ':application_name के बैकअप की सफाई करते समय कुछ बाधा आयी है.',
+
+ 'cleanup_successful_subject' => ':application_name के बैकअप की सफाई सफल रही',
+ 'cleanup_successful_subject_title' => 'बैकअप की सफाई सफल रही!',
+ 'cleanup_successful_body' => ':application_name का बैकअप जो :disk_name नाम की डिस्क पर संग्रहित है, उसकी सफाई सफल रही.',
+
+ 'healthy_backup_found_subject' => ':disk_name नाम की डिस्क पर संग्रहित :application_name के बैकअप स्वस्थ है',
+ 'healthy_backup_found_subject_title' => ':application_name के सभी बैकअप स्वस्थ है',
+ 'healthy_backup_found_body' => 'बहुत बढ़िया! :application_name के सभी बैकअप स्वस्थ है.',
+
+ 'unhealthy_backup_found_subject' => 'जरूरी सुचना : :application_name के बैकअप अस्वस्थ है',
+ 'unhealthy_backup_found_subject_title' => 'जरूरी सुचना : :application_name के बैकअप :problem के बजेसे अस्वस्थ है',
+ 'unhealthy_backup_found_body' => ':disk_name नाम की डिस्क पर संग्रहित :application_name के बैकअप अस्वस्थ है',
+ 'unhealthy_backup_found_not_reachable' => ':error के बजेसे बैकअप की मंजिल तक पोहोच नहीं सकते.',
+ 'unhealthy_backup_found_empty' => 'इस एप्लीकेशन का कोई भी बैकअप नहीं है.',
+ 'unhealthy_backup_found_old' => 'हालहीमें :date को लिया हुआ बैकअप बहुत पुराना है.',
+ 'unhealthy_backup_found_unknown' => 'माफ़ कीजिये, सही कारण निर्धारित नहीं कर सकते.',
+ 'unhealthy_backup_found_full' => 'सभी बैकअप बहुत ज्यादा जगह का उपयोग कर रहे है. फ़िलहाल सभी बैकअप :disk_usage जगह का उपयोग कर रहे है, जो की :disk_limit अनुमति सीमा से अधिक का है.',
+
+ 'no_backups_info' => 'अभी तक कोई बैकअप नहीं बनाया गया था',
+ 'application_name' => 'आवेदन का नाम',
+ 'backup_name' => 'बैकअप नाम',
+ 'disk' => 'डिस्क',
+ 'newest_backup_size' => 'नवीनतम बैकअप आकार',
+ 'number_of_backups' => 'बैकअप की संख्या',
+ 'total_storage_used' => 'उपयोग किया गया कुल संग्रहण',
+ 'newest_backup_date' => 'नवीनतम बैकअप आकार',
+ 'oldest_backup_date' => 'सबसे पुराना बैकअप आकार',
+];
diff --git a/resources/lang/vendor/backup/hr/notifications.php b/resources/lang/vendor/backup/hr/notifications.php
new file mode 100644
index 000000000..0b12bfd9e
--- /dev/null
+++ b/resources/lang/vendor/backup/hr/notifications.php
@@ -0,0 +1,45 @@
+ 'Greška: :message',
+ 'exception_trace' => 'Praćenje greške: :trace',
+ 'exception_message_title' => 'Greška',
+ 'exception_trace_title' => 'Praćenje greške',
+
+ 'backup_failed_subject' => 'Neuspješno sigurnosno kopiranje za :application_name',
+ 'backup_failed_body' => 'Važno: Došlo je do greške prilikom sigurnosnog kopiranja za :application_name',
+
+ 'backup_successful_subject' => 'Uspješno sigurnosno kopiranje za :application_name',
+ 'backup_successful_subject_title' => 'Uspješno sigurnosno kopiranje!',
+ 'backup_successful_body' => 'Nova sigurnosna kopija za :application_name je uspješno spremljena na disk :disk_name.',
+
+ 'cleanup_failed_subject' => 'Neuspješno čišćenje sigurnosnih kopija za :application_name',
+ 'cleanup_failed_body' => 'Došlo je do greške prilikom čišćenja sigurnosnih kopija za :application_name',
+
+ 'cleanup_successful_subject' => 'Uspješno čišćenje sigurnosnih kopija za :application_name',
+ 'cleanup_successful_subject_title' => 'Uspješno čišćenje sigurnosnih kopija!',
+ 'cleanup_successful_body' => 'Sigurnosne kopije za :application_name su uspješno očišćene s diska :disk_name.',
+
+ 'healthy_backup_found_subject' => 'Sigurnosne kopije za :application_name na disku :disk_name su zdrave',
+ 'healthy_backup_found_subject_title' => 'Sigurnosne kopije za :application_name su zdrave',
+ 'healthy_backup_found_body' => 'Sigurnosne kopije za :application_name se smatraju zdravima. Svaka čast!',
+
+ 'unhealthy_backup_found_subject' => 'Važno: Sigurnosne kopije za :application_name su nezdrave',
+ 'unhealthy_backup_found_subject_title' => 'Važno: Sigurnosne kopije za :application_name su nezdrave. :problem',
+ 'unhealthy_backup_found_body' => 'Sigurnosne kopije za :application_name na disku :disk_name su nezdrave.',
+ 'unhealthy_backup_found_not_reachable' => 'Destinacija sigurnosne kopije nije dohvatljiva. :error',
+ 'unhealthy_backup_found_empty' => 'Nijedna sigurnosna kopija ove aplikacije ne postoji.',
+ 'unhealthy_backup_found_old' => 'Zadnja sigurnosna kopija generirana na datum :date smatra se prestarom.',
+ 'unhealthy_backup_found_unknown' => 'Isprike, ali nije moguće odrediti razlog.',
+ 'unhealthy_backup_found_full' => 'Sigurnosne kopije zauzimaju previše prostora. Trenutno zauzeće je :disk_usage što je više od dozvoljenog ograničenja od :disk_limit.',
+
+ 'no_backups_info' => 'Nema sigurnosnih kopija',
+ 'application_name' => 'Naziv aplikacije',
+ 'backup_name' => 'Naziv sigurnosne kopije',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Veličina najnovije sigurnosne kopije',
+ 'number_of_backups' => 'Broj sigurnosnih kopija',
+ 'total_storage_used' => 'Ukupno zauzeće',
+ 'newest_backup_date' => 'Najnovija kopija na datum',
+ 'oldest_backup_date' => 'Najstarija kopija na datum',
+];
diff --git a/resources/lang/vendor/backup/id/notifications.php b/resources/lang/vendor/backup/id/notifications.php
new file mode 100644
index 000000000..12364b523
--- /dev/null
+++ b/resources/lang/vendor/backup/id/notifications.php
@@ -0,0 +1,45 @@
+ 'Pesan pengecualian: :message',
+ 'exception_trace' => 'Jejak pengecualian: :trace',
+ 'exception_message_title' => 'Pesan pengecualian',
+ 'exception_trace_title' => 'Jejak pengecualian',
+
+ 'backup_failed_subject' => 'Gagal backup :application_name',
+ 'backup_failed_body' => 'Penting: Sebuah error terjadi ketika membackup :application_name',
+
+ 'backup_successful_subject' => 'Backup baru sukses dari :application_name',
+ 'backup_successful_subject_title' => 'Backup baru sukses!',
+ 'backup_successful_body' => 'Kabar baik, sebuah backup baru dari :application_name sukses dibuat pada disk bernama :disk_name.',
+
+ 'cleanup_failed_subject' => 'Membersihkan backup dari :application_name yang gagal.',
+ 'cleanup_failed_body' => 'Sebuah error teradi ketika membersihkan backup dari :application_name',
+
+ 'cleanup_successful_subject' => 'Sukses membersihkan backup :application_name',
+ 'cleanup_successful_subject_title' => 'Sukses membersihkan backup!',
+ 'cleanup_successful_body' => 'Pembersihan backup :application_name pada disk bernama :disk_name telah sukses.',
+
+ 'healthy_backup_found_subject' => 'Backup untuk :application_name pada disk :disk_name sehat',
+ 'healthy_backup_found_subject_title' => 'Backup untuk :application_name sehat',
+ 'healthy_backup_found_body' => 'Backup untuk :application_name dipertimbangkan sehat. Kerja bagus!',
+
+ 'unhealthy_backup_found_subject' => 'Penting: Backup untuk :application_name tidak sehat',
+ 'unhealthy_backup_found_subject_title' => 'Penting: Backup untuk :application_name tidak sehat. :problem',
+ 'unhealthy_backup_found_body' => 'Backup untuk :application_name pada disk :disk_name tidak sehat.',
+ 'unhealthy_backup_found_not_reachable' => 'Tujuan backup tidak dapat terjangkau. :error',
+ 'unhealthy_backup_found_empty' => 'Tidak ada backup pada aplikasi ini sama sekali.',
+ 'unhealthy_backup_found_old' => 'Backup terakhir dibuat pada :date dimana dipertimbahkan sudah sangat lama.',
+ 'unhealthy_backup_found_unknown' => 'Maaf, sebuah alasan persisnya tidak dapat ditentukan.',
+ 'unhealthy_backup_found_full' => 'Backup menggunakan terlalu banyak kapasitas penyimpanan. Penggunaan terkini adalah :disk_usage dimana lebih besar dari batas yang diperbolehkan yaitu :disk_limit.',
+
+ 'no_backups_info' => 'Belum ada backup yang dibuat',
+ 'application_name' => 'Nama aplikasi',
+ 'backup_name' => 'Nama cadangan',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Ukuran cadangan terbaru',
+ 'number_of_backups' => 'Jumlah cadangan',
+ 'total_storage_used' => 'Total penyimpanan yang digunakan',
+ 'newest_backup_date' => 'Ukuran cadangan terbaru',
+ 'oldest_backup_date' => 'Ukuran cadangan tertua',
+];
diff --git a/resources/lang/vendor/backup/it/notifications.php b/resources/lang/vendor/backup/it/notifications.php
new file mode 100644
index 000000000..94fe14157
--- /dev/null
+++ b/resources/lang/vendor/backup/it/notifications.php
@@ -0,0 +1,45 @@
+ 'Messaggio dell\'eccezione: :message',
+ 'exception_trace' => 'Traccia dell\'eccezione: :trace',
+ 'exception_message_title' => 'Messaggio dell\'eccezione',
+ 'exception_trace_title' => 'Traccia dell\'eccezione',
+
+ 'backup_failed_subject' => 'Fallito il backup di :application_name',
+ 'backup_failed_body' => 'Importante: Si è verificato un errore durante il backup di :application_name',
+
+ 'backup_successful_subject' => 'Creato nuovo backup di :application_name',
+ 'backup_successful_subject_title' => 'Nuovo backup creato!',
+ 'backup_successful_body' => 'Grande notizia, un nuovo backup di :application_name è stato creato con successo sul disco :disk_name.',
+
+ 'cleanup_failed_subject' => 'Pulizia dei backup di :application_name fallita.',
+ 'cleanup_failed_body' => 'Si è verificato un errore durante la pulizia dei backup di :application_name',
+
+ 'cleanup_successful_subject' => 'Pulizia dei backup di :application_name avvenuta con successo',
+ 'cleanup_successful_subject_title' => 'Pulizia dei backup avvenuta con successo!',
+ 'cleanup_successful_body' => 'La pulizia dei backup di :application_name sul disco :disk_name è avvenuta con successo.',
+
+ 'healthy_backup_found_subject' => 'I backup per :application_name sul disco :disk_name sono sani',
+ 'healthy_backup_found_subject_title' => 'I backup per :application_name sono sani',
+ 'healthy_backup_found_body' => 'I backup per :application_name sono considerati sani. Bel Lavoro!',
+
+ 'unhealthy_backup_found_subject' => 'Importante: i backup per :application_name sono corrotti',
+ 'unhealthy_backup_found_subject_title' => 'Importante: i backup per :application_name sono corrotti. :problem',
+ 'unhealthy_backup_found_body' => 'I backup per :application_name sul disco :disk_name sono corrotti.',
+ 'unhealthy_backup_found_not_reachable' => 'Impossibile raggiungere la destinazione di backup. :error',
+ 'unhealthy_backup_found_empty' => 'Non esiste alcun backup di questa applicazione.',
+ 'unhealthy_backup_found_old' => 'L\'ultimo backup fatto il :date è considerato troppo vecchio.',
+ 'unhealthy_backup_found_unknown' => 'Spiacenti, non è possibile determinare una ragione esatta.',
+ 'unhealthy_backup_found_full' => 'I backup utilizzano troppa memoria. L\'utilizzo corrente è :disk_usage che è superiore al limite consentito di :disk_limit.',
+
+ 'no_backups_info' => 'Non sono stati ancora effettuati backup',
+ 'application_name' => 'Nome dell\'applicazione',
+ 'backup_name' => 'Nome di backup',
+ 'disk' => 'Disco',
+ 'newest_backup_size' => 'Dimensione backup più recente',
+ 'number_of_backups' => 'Numero di backup',
+ 'total_storage_used' => 'Spazio di archiviazione totale utilizzato',
+ 'newest_backup_date' => 'Data del backup più recente',
+ 'oldest_backup_date' => 'Data del backup più vecchio',
+];
diff --git a/resources/lang/vendor/backup/ja/notifications.php b/resources/lang/vendor/backup/ja/notifications.php
new file mode 100644
index 000000000..1b57ca362
--- /dev/null
+++ b/resources/lang/vendor/backup/ja/notifications.php
@@ -0,0 +1,45 @@
+ '例外のメッセージ: :message',
+ 'exception_trace' => '例外の追跡: :trace',
+ 'exception_message_title' => '例外のメッセージ',
+ 'exception_trace_title' => '例外の追跡',
+
+ 'backup_failed_subject' => ':application_name のバックアップに失敗しました。',
+ 'backup_failed_body' => '重要: :application_name のバックアップ中にエラーが発生しました。',
+
+ 'backup_successful_subject' => ':application_name のバックアップに成功しました。',
+ 'backup_successful_subject_title' => 'バックアップに成功しました!',
+ 'backup_successful_body' => '朗報です。ディスク :disk_name へ :application_name のバックアップが成功しました。',
+
+ 'cleanup_failed_subject' => ':application_name のバックアップ削除に失敗しました。',
+ 'cleanup_failed_body' => ':application_name のバックアップ削除中にエラーが発生しました。',
+
+ 'cleanup_successful_subject' => ':application_name のバックアップ削除に成功しました。',
+ 'cleanup_successful_subject_title' => 'バックアップ削除に成功しました!',
+ 'cleanup_successful_body' => 'ディスク :disk_name に保存された :application_name のバックアップ削除に成功しました。',
+
+ 'healthy_backup_found_subject' => 'ディスク :disk_name への :application_name のバックアップは正常です。',
+ 'healthy_backup_found_subject_title' => ':application_name のバックアップは正常です。',
+ 'healthy_backup_found_body' => ':application_name へのバックアップは正常です。いい仕事してますね!',
+
+ 'unhealthy_backup_found_subject' => '重要: :application_name のバックアップに異常があります。',
+ 'unhealthy_backup_found_subject_title' => '重要: :application_name のバックアップに異常があります。 :problem',
+ 'unhealthy_backup_found_body' => ':disk_name への :application_name のバックアップに異常があります。',
+ 'unhealthy_backup_found_not_reachable' => 'バックアップ先にアクセスできませんでした。 :error',
+ 'unhealthy_backup_found_empty' => 'このアプリケーションのバックアップは見つかりませんでした。',
+ 'unhealthy_backup_found_old' => ':date に保存された直近のバックアップが古すぎます。',
+ 'unhealthy_backup_found_unknown' => '申し訳ございません。予期せぬエラーです。',
+ 'unhealthy_backup_found_full' => 'バックアップがディスク容量を圧迫しています。現在の使用量 :disk_usage は、許可された限界値 :disk_limit を超えています。',
+
+ 'no_backups_info' => 'バックアップはまだ作成されていません',
+ 'application_name' => 'アプリケーション名',
+ 'backup_name' => 'バックアップ名',
+ 'disk' => 'ディスク',
+ 'newest_backup_size' => '最新のバックアップサイズ',
+ 'number_of_backups' => 'バックアップ数',
+ 'total_storage_used' => '使用された合計ストレージ',
+ 'newest_backup_date' => '最新のバックアップ日時',
+ 'oldest_backup_date' => '最も古いバックアップ日時',
+];
diff --git a/resources/lang/vendor/backup/ko/notifications.php b/resources/lang/vendor/backup/ko/notifications.php
new file mode 100644
index 000000000..d13c0f962
--- /dev/null
+++ b/resources/lang/vendor/backup/ko/notifications.php
@@ -0,0 +1,45 @@
+ '예외 메시지: :message',
+ 'exception_trace' => '예외 추적: :trace',
+ 'exception_message_title' => '예외 메시지',
+ 'exception_trace_title' => '예외 추적',
+
+ 'backup_failed_subject' => ':application_name 백업 실패',
+ 'backup_failed_body' => '중요: :application_name 백업 중 오류 발생',
+
+ 'backup_successful_subject' => ':application_name 백업 성공',
+ 'backup_successful_subject_title' => '백업이 성공적으로 완료되었습니다!',
+ 'backup_successful_body' => '좋은 소식입니다. :disk_name 디스크에 :application_name 백업이 성공적으로 완료되었습니다.',
+
+ 'cleanup_failed_subject' => ':application_name 백업 정리 실패',
+ 'cleanup_failed_body' => ':application_name 백업 정리 중 오류 발생',
+
+ 'cleanup_successful_subject' => ':application_name 백업 정리 성공',
+ 'cleanup_successful_subject_title' => '백업 정리가 성공적으로 완료되었습니다!',
+ 'cleanup_successful_body' => ':disk_name 디스크에 저장된 :application_name 백업 정리가 성공적으로 완료되었습니다.',
+
+ 'healthy_backup_found_subject' => ':application_name 백업은 정상입니다.',
+ 'healthy_backup_found_subject_title' => ':application_name 백업은 정상입니다.',
+ 'healthy_backup_found_body' => ':application_name 백업은 정상입니다. 수고하셨습니다!',
+
+ 'unhealthy_backup_found_subject' => '중요: :application_name 백업에 문제가 있습니다.',
+ 'unhealthy_backup_found_subject_title' => '중요: :application_name 백업에 문제가 있습니다. :problem',
+ 'unhealthy_backup_found_body' => ':disk_name 디스크에 :application_name 백업에 문제가 있습니다.',
+ 'unhealthy_backup_found_not_reachable' => '백업 위치에 액세스할 수 없습니다. :error',
+ 'unhealthy_backup_found_empty' => '이 애플리케이션에는 백업이 없습니다.',
+ 'unhealthy_backup_found_old' => ':date에 저장된 최신 백업이 너무 오래되었습니다.',
+ 'unhealthy_backup_found_unknown' => '죄송합니다. 예기치 않은 오류가 발생했습니다.',
+ 'unhealthy_backup_found_full' => '백업이 디스크 공간을 다 차지하고 있습니다. 현재 사용량 :disk_usage는 허용 한도 :disk_limit을 초과합니다.',
+
+ 'no_backups_info' => '아직 백업이 생성되지 않았습니다.',
+ 'application_name' => '애플리케이션 이름',
+ 'backup_name' => '백업 이름',
+ 'disk' => '디스크',
+ 'newest_backup_size' => '최신 백업 크기',
+ 'number_of_backups' => '백업 수',
+ 'total_storage_used' => '총 사용 스토리지',
+ 'newest_backup_date' => '최신 백업 날짜',
+ 'oldest_backup_date' => '가장 오래된 백업 날짜',
+];
diff --git a/resources/lang/vendor/backup/nl/notifications.php b/resources/lang/vendor/backup/nl/notifications.php
new file mode 100644
index 000000000..4887cbfe1
--- /dev/null
+++ b/resources/lang/vendor/backup/nl/notifications.php
@@ -0,0 +1,45 @@
+ 'Fout bericht: :message',
+ 'exception_trace' => 'Fout trace: :trace',
+ 'exception_message_title' => 'Fout bericht',
+ 'exception_trace_title' => 'Fout trace',
+
+ 'backup_failed_subject' => 'Back-up van :application_name mislukt',
+ 'backup_failed_body' => 'Belangrijk: Er ging iets fout tijdens het maken van een back-up van :application_name',
+
+ 'backup_successful_subject' => 'Succesvolle nieuwe back-up van :application_name',
+ 'backup_successful_subject_title' => 'Succesvolle nieuwe back-up!',
+ 'backup_successful_body' => 'Goed nieuws, een nieuwe back-up van :application_name was succesvol aangemaakt op de schijf genaamd :disk_name.',
+
+ 'cleanup_failed_subject' => 'Het opschonen van de back-ups van :application_name is mislukt.',
+ 'cleanup_failed_body' => 'Er ging iets fout tijdens het opschonen van de back-ups van :application_name',
+
+ 'cleanup_successful_subject' => 'Opschonen van :application_name back-ups was succesvol.',
+ 'cleanup_successful_subject_title' => 'Opschonen van back-ups was succesvol!',
+ 'cleanup_successful_body' => 'Het opschonen van de :application_name back-ups op de schijf genaamd :disk_name was succesvol.',
+
+ 'healthy_backup_found_subject' => 'De back-ups voor :application_name op schijf :disk_name zijn gezond',
+ 'healthy_backup_found_subject_title' => 'De back-ups voor :application_name zijn gezond',
+ 'healthy_backup_found_body' => 'De back-ups voor :application_name worden als gezond beschouwd. Goed gedaan!',
+
+ 'unhealthy_backup_found_subject' => 'Belangrijk: De back-ups voor :application_name zijn niet meer gezond',
+ 'unhealthy_backup_found_subject_title' => 'Belangrijk: De back-ups voor :application_name zijn niet gezond. :problem',
+ 'unhealthy_backup_found_body' => 'De back-ups voor :application_name op schijf :disk_name zijn niet gezond.',
+ 'unhealthy_backup_found_not_reachable' => 'De back-upbestemming kon niet worden bereikt. :error',
+ 'unhealthy_backup_found_empty' => 'Er zijn geen back-ups van deze applicatie beschikbaar.',
+ 'unhealthy_backup_found_old' => 'De laatste back-up gemaakt op :date is te oud.',
+ 'unhealthy_backup_found_unknown' => 'Sorry, een exacte reden kon niet worden bepaald.',
+ 'unhealthy_backup_found_full' => 'De back-ups gebruiken te veel opslagruimte. Momenteel wordt er :disk_usage gebruikt wat hoger is dan de toegestane limiet van :disk_limit.',
+
+ 'no_backups_info' => 'Er zijn nog geen back-ups gemaakt',
+ 'application_name' => 'Naam van de toepassing',
+ 'backup_name' => 'Back-upnaam',
+ 'disk' => 'Schijf',
+ 'newest_backup_size' => 'Nieuwste back-upgrootte',
+ 'number_of_backups' => 'Aantal back-ups',
+ 'total_storage_used' => 'Totale gebruikte opslagruimte',
+ 'newest_backup_date' => 'Datum nieuwste back-up',
+ 'oldest_backup_date' => 'Datum oudste back-up',
+];
diff --git a/resources/lang/vendor/backup/no/notifications.php b/resources/lang/vendor/backup/no/notifications.php
new file mode 100644
index 000000000..e1d70192d
--- /dev/null
+++ b/resources/lang/vendor/backup/no/notifications.php
@@ -0,0 +1,45 @@
+ 'Exception: :message',
+ 'exception_trace' => 'Exception trace: :trace',
+ 'exception_message_title' => 'Exception',
+ 'exception_trace_title' => 'Exception trace',
+
+ 'backup_failed_subject' => 'Backup feilet for :application_name',
+ 'backup_failed_body' => 'Viktg: En feil oppstod under backing av :application_name',
+
+ 'backup_successful_subject' => 'Gjennomført backup av :application_name',
+ 'backup_successful_subject_title' => 'Gjennomført backup!',
+ 'backup_successful_body' => 'Gode nyheter, en ny backup av :application_name ble opprettet på disken :disk_name.',
+
+ 'cleanup_failed_subject' => 'Opprydding av backup for :application_name feilet.',
+ 'cleanup_failed_body' => 'En feil oppstod under opprydding av backups for :application_name',
+
+ 'cleanup_successful_subject' => 'Opprydding av backup for :application_name gjennomført',
+ 'cleanup_successful_subject_title' => 'Opprydding av backup gjennomført!',
+ 'cleanup_successful_body' => 'Oppryddingen av backup for :application_name på disken :disk_name har blitt gjennomført.',
+
+ 'healthy_backup_found_subject' => 'Alle backups for :application_name på disken :disk_name er OK',
+ 'healthy_backup_found_subject_title' => 'Alle backups for :application_name er OK',
+ 'healthy_backup_found_body' => 'Alle backups for :application_name er ok. Godt jobba!',
+
+ 'unhealthy_backup_found_subject' => 'Viktig: Backups for :application_name ikke OK',
+ 'unhealthy_backup_found_subject_title' => 'Viktig: Backups for :application_name er ikke OK. :problem',
+ 'unhealthy_backup_found_body' => 'Backups for :application_name på disken :disk_name er ikke OK.',
+ 'unhealthy_backup_found_not_reachable' => 'Kunne ikke finne backup-destinasjonen. :error',
+ 'unhealthy_backup_found_empty' => 'Denne applikasjonen mangler backups.',
+ 'unhealthy_backup_found_old' => 'Den siste backupem fra :date er for gammel.',
+ 'unhealthy_backup_found_unknown' => 'Beklager, kunne ikke finne nøyaktig årsak.',
+ 'unhealthy_backup_found_full' => 'Backups bruker for mye lagringsplass. Nåværende diskbruk er :disk_usage, som er mer enn den tillatte grensen på :disk_limit.',
+
+ 'no_backups_info' => 'Ingen sikkerhetskopier ble gjort ennå',
+ 'application_name' => 'Programnavn',
+ 'backup_name' => 'Navn på sikkerhetskopi',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'Nyeste backup-størrelse',
+ 'number_of_backups' => 'Antall sikkerhetskopier',
+ 'total_storage_used' => 'Total lagring brukt',
+ 'newest_backup_date' => 'Nyeste backup-størrelse',
+ 'oldest_backup_date' => 'Eldste sikkerhetskopistørrelse',
+];
diff --git a/resources/lang/vendor/backup/pl/notifications.php b/resources/lang/vendor/backup/pl/notifications.php
new file mode 100644
index 000000000..5e7990220
--- /dev/null
+++ b/resources/lang/vendor/backup/pl/notifications.php
@@ -0,0 +1,45 @@
+ 'Błąd: :message',
+ 'exception_trace' => 'Zrzut błędu: :trace',
+ 'exception_message_title' => 'Błąd',
+ 'exception_trace_title' => 'Zrzut błędu',
+
+ 'backup_failed_subject' => 'Tworzenie kopii zapasowej aplikacji :application_name nie powiodło się',
+ 'backup_failed_body' => 'Ważne: Wystąpił błąd podczas tworzenia kopii zapasowej aplikacji :application_name',
+
+ 'backup_successful_subject' => 'Pomyślnie utworzono kopię zapasową aplikacji :application_name',
+ 'backup_successful_subject_title' => 'Nowa kopia zapasowa!',
+ 'backup_successful_body' => 'Wspaniała wiadomość, nowa kopia zapasowa aplikacji :application_name została pomyślnie utworzona na dysku o nazwie :disk_name.',
+
+ 'cleanup_failed_subject' => 'Czyszczenie kopii zapasowych aplikacji :application_name nie powiodło się.',
+ 'cleanup_failed_body' => 'Wystąpił błąd podczas czyszczenia kopii zapasowej aplikacji :application_name',
+
+ 'cleanup_successful_subject' => 'Kopie zapasowe aplikacji :application_name zostały pomyślnie wyczyszczone',
+ 'cleanup_successful_subject_title' => 'Kopie zapasowe zostały pomyślnie wyczyszczone!',
+ 'cleanup_successful_body' => 'Czyszczenie kopii zapasowych aplikacji :application_name na dysku :disk_name zakończone sukcesem.',
+
+ 'healthy_backup_found_subject' => 'Kopie zapasowe aplikacji :application_name na dysku :disk_name są poprawne',
+ 'healthy_backup_found_subject_title' => 'Kopie zapasowe aplikacji :application_name są poprawne',
+ 'healthy_backup_found_body' => 'Kopie zapasowe aplikacji :application_name są poprawne. Dobra robota!',
+
+ 'unhealthy_backup_found_subject' => 'Ważne: Kopie zapasowe aplikacji :application_name są niepoprawne',
+ 'unhealthy_backup_found_subject_title' => 'Ważne: Kopie zapasowe aplikacji :application_name są niepoprawne. :problem',
+ 'unhealthy_backup_found_body' => 'Kopie zapasowe aplikacji :application_name na dysku :disk_name są niepoprawne.',
+ 'unhealthy_backup_found_not_reachable' => 'Miejsce docelowe kopii zapasowej nie jest osiągalne. :error',
+ 'unhealthy_backup_found_empty' => 'W aplikacji nie ma żadnej kopii zapasowych tej aplikacji.',
+ 'unhealthy_backup_found_old' => 'Ostatnia kopia zapasowa wykonania dnia :date jest zbyt stara.',
+ 'unhealthy_backup_found_unknown' => 'Niestety, nie można ustalić dokładnego błędu.',
+ 'unhealthy_backup_found_full' => 'Kopie zapasowe zajmują zbyt dużo miejsca. Obecne użycie dysku :disk_usage jest większe od ustalonego limitu :disk_limit.',
+
+ 'no_backups_info' => 'Nie utworzono jeszcze kopii zapasowych',
+ 'application_name' => 'Nazwa aplikacji',
+ 'backup_name' => 'Nazwa kopii zapasowej',
+ 'disk' => 'Dysk',
+ 'newest_backup_size' => 'Najnowszy rozmiar kopii zapasowej',
+ 'number_of_backups' => 'Liczba kopii zapasowych',
+ 'total_storage_used' => 'Całkowite wykorzystane miejsce',
+ 'newest_backup_date' => 'Najnowszy rozmiar kopii zapasowej',
+ 'oldest_backup_date' => 'Najstarszy rozmiar kopii zapasowej',
+];
diff --git a/resources/lang/vendor/backup/pt-BR/notifications.php b/resources/lang/vendor/backup/pt-BR/notifications.php
new file mode 100644
index 000000000..406d4da1d
--- /dev/null
+++ b/resources/lang/vendor/backup/pt-BR/notifications.php
@@ -0,0 +1,45 @@
+ 'Mensagem de exceção: :message',
+ 'exception_trace' => 'Rastreamento de exceção: :trace',
+ 'exception_message_title' => 'Mensagem de exceção',
+ 'exception_trace_title' => 'Rastreamento de exceção',
+
+ 'backup_failed_subject' => 'Falha no backup da aplicação :application_name',
+ 'backup_failed_body' => 'Importante: Ocorreu um erro ao fazer o backup da aplicação :application_name',
+
+ 'backup_successful_subject' => 'Backup realizado com sucesso: :application_name',
+ 'backup_successful_subject_title' => 'Backup Realizado com sucesso!',
+ 'backup_successful_body' => 'Boas notícias, um novo backup da aplicação :application_name foi criado no disco :disk_name.',
+
+ 'cleanup_failed_subject' => 'Falha na limpeza dos backups da aplicação :application_name.',
+ 'cleanup_failed_body' => 'Um erro ocorreu ao fazer a limpeza dos backups da aplicação :application_name',
+
+ 'cleanup_successful_subject' => 'Limpeza dos backups da aplicação :application_name concluída!',
+ 'cleanup_successful_subject_title' => 'Limpeza dos backups concluída!',
+ 'cleanup_successful_body' => 'A limpeza dos backups da aplicação :application_name no disco :disk_name foi concluída.',
+
+ 'healthy_backup_found_subject' => 'Os backups da aplicação :application_name no disco :disk_name estão em dia',
+ 'healthy_backup_found_subject_title' => 'Os backups da aplicação :application_name estão em dia',
+ 'healthy_backup_found_body' => 'Os backups da aplicação :application_name estão em dia. Bom trabalho!',
+
+ 'unhealthy_backup_found_subject' => 'Importante: Os backups da aplicação :application_name não estão em dia',
+ 'unhealthy_backup_found_subject_title' => 'Importante: Os backups da aplicação :application_name não estão em dia. :problem',
+ 'unhealthy_backup_found_body' => 'Os backups da aplicação :application_name no disco :disk_name não estão em dia.',
+ 'unhealthy_backup_found_not_reachable' => 'O destino dos backups não pode ser alcançado. :error',
+ 'unhealthy_backup_found_empty' => 'Não existem backups para essa aplicação.',
+ 'unhealthy_backup_found_old' => 'O último backup realizado em :date é considerado muito antigo.',
+ 'unhealthy_backup_found_unknown' => 'Desculpe, a exata razão não pode ser encontrada.',
+ 'unhealthy_backup_found_full' => 'Os backups estão usando muito espaço de armazenamento. A utilização atual é de :disk_usage, o que é maior que o limite permitido de :disk_limit.',
+
+ 'no_backups_info' => 'Nenhum backup foi feito ainda',
+ 'application_name' => 'Nome da Aplicação',
+ 'backup_name' => 'Nome de backup',
+ 'disk' => 'Disco',
+ 'newest_backup_size' => 'Tamanho do backup mais recente',
+ 'number_of_backups' => 'Número de backups',
+ 'total_storage_used' => 'Armazenamento total usado',
+ 'newest_backup_date' => 'Data do backup mais recente',
+ 'oldest_backup_date' => 'Data do backup mais antigo',
+];
diff --git a/resources/lang/vendor/backup/pt/notifications.php b/resources/lang/vendor/backup/pt/notifications.php
new file mode 100644
index 000000000..835cfebd1
--- /dev/null
+++ b/resources/lang/vendor/backup/pt/notifications.php
@@ -0,0 +1,45 @@
+ 'Mensagem de exceção: :message',
+ 'exception_trace' => 'Rasto da exceção: :trace',
+ 'exception_message_title' => 'Mensagem de exceção',
+ 'exception_trace_title' => 'Rasto da exceção',
+
+ 'backup_failed_subject' => 'Falha no backup da aplicação :application_name',
+ 'backup_failed_body' => 'Importante: Ocorreu um erro ao executar o backup da aplicação :application_name',
+
+ 'backup_successful_subject' => 'Backup realizado com sucesso: :application_name',
+ 'backup_successful_subject_title' => 'Backup Realizado com Sucesso!',
+ 'backup_successful_body' => 'Boas notícias, foi criado um novo backup no disco :disk_name referente à aplicação :application_name.',
+
+ 'cleanup_failed_subject' => 'Falha na limpeza dos backups da aplicação :application_name.',
+ 'cleanup_failed_body' => 'Ocorreu um erro ao executar a limpeza dos backups da aplicação :application_name',
+
+ 'cleanup_successful_subject' => 'Limpeza dos backups da aplicação :application_name concluída!',
+ 'cleanup_successful_subject_title' => 'Limpeza dos backups concluída!',
+ 'cleanup_successful_body' => 'Concluída a limpeza dos backups da aplicação :application_name no disco :disk_name.',
+
+ 'healthy_backup_found_subject' => 'Os backups da aplicação :application_name no disco :disk_name estão em dia',
+ 'healthy_backup_found_subject_title' => 'Os backups da aplicação :application_name estão em dia',
+ 'healthy_backup_found_body' => 'Os backups da aplicação :application_name estão em dia. Bom trabalho!',
+
+ 'unhealthy_backup_found_subject' => 'Importante: Os backups da aplicação :application_name não estão em dia',
+ 'unhealthy_backup_found_subject_title' => 'Importante: Os backups da aplicação :application_name não estão em dia. :problem',
+ 'unhealthy_backup_found_body' => 'Os backups da aplicação :application_name no disco :disk_name não estão em dia.',
+ 'unhealthy_backup_found_not_reachable' => 'O destino dos backups não pode ser alcançado. :error',
+ 'unhealthy_backup_found_empty' => 'Não existem backups para essa aplicação.',
+ 'unhealthy_backup_found_old' => 'O último backup realizado em :date é demasiado antigo.',
+ 'unhealthy_backup_found_unknown' => 'Desculpe, impossível determinar a razão exata.',
+ 'unhealthy_backup_found_full' => 'Os backups estão a utilizar demasiado espaço de armazenamento. A utilização atual é de :disk_usage, o que é maior que o limite permitido de :disk_limit.',
+
+ 'no_backups_info' => 'Nenhum backup foi feito ainda',
+ 'application_name' => 'Nome da Aplicação',
+ 'backup_name' => 'Nome de backup',
+ 'disk' => 'Disco',
+ 'newest_backup_size' => 'Tamanho de backup mais recente',
+ 'number_of_backups' => 'Número de backups',
+ 'total_storage_used' => 'Armazenamento total usado',
+ 'newest_backup_date' => 'Data de backup mais recente',
+ 'oldest_backup_date' => 'Data de backup mais antiga',
+];
diff --git a/resources/lang/vendor/backup/ro/notifications.php b/resources/lang/vendor/backup/ro/notifications.php
new file mode 100644
index 000000000..0e8bc91fb
--- /dev/null
+++ b/resources/lang/vendor/backup/ro/notifications.php
@@ -0,0 +1,45 @@
+ 'Cu excepția mesajului: :message',
+ 'exception_trace' => 'Urmă excepţie: :trace',
+ 'exception_message_title' => 'Mesaj de excepție',
+ 'exception_trace_title' => 'Urmă excepţie',
+
+ 'backup_failed_subject' => 'Nu s-a putut face copie de rezervă pentru :application_name',
+ 'backup_failed_body' => 'Important: A apărut o eroare în timpul generării copiei de rezervă pentru :application_name',
+
+ 'backup_successful_subject' => 'Copie de rezervă efectuată cu succes pentru :application_name',
+ 'backup_successful_subject_title' => 'O nouă copie de rezervă a fost efectuată cu succes!',
+ 'backup_successful_body' => 'Vești bune, o nouă copie de rezervă pentru :application_name a fost creată cu succes pe discul cu numele :disk_name.',
+
+ 'cleanup_failed_subject' => 'Curățarea copiilor de rezervă pentru :application_name nu a reușit.',
+ 'cleanup_failed_body' => 'A apărut o eroare în timpul curățirii copiilor de rezervă pentru :application_name',
+
+ 'cleanup_successful_subject' => 'Curățarea copiilor de rezervă pentru :application_name a fost făcută cu succes',
+ 'cleanup_successful_subject_title' => 'Curățarea copiilor de rezervă a fost făcută cu succes!',
+ 'cleanup_successful_body' => 'Curățarea copiilor de rezervă pentru :application_name de pe discul cu numele :disk_name a fost făcută cu succes.',
+
+ 'healthy_backup_found_subject' => 'Copiile de rezervă pentru :application_name de pe discul :disk_name sunt în regulă',
+ 'healthy_backup_found_subject_title' => 'Copiile de rezervă pentru :application_name sunt în regulă',
+ 'healthy_backup_found_body' => 'Copiile de rezervă pentru :application_name sunt considerate în regulă. Bună treabă!',
+
+ 'unhealthy_backup_found_subject' => 'Important: Copiile de rezervă pentru :application_name nu sunt în regulă',
+ 'unhealthy_backup_found_subject_title' => 'Important: Copiile de rezervă pentru :application_name nu sunt în regulă. :problem',
+ 'unhealthy_backup_found_body' => 'Copiile de rezervă pentru :application_name de pe discul :disk_name nu sunt în regulă.',
+ 'unhealthy_backup_found_not_reachable' => 'Nu se poate ajunge la destinația copiilor de rezervă. :error',
+ 'unhealthy_backup_found_empty' => 'Nu există copii de rezervă ale acestei aplicații.',
+ 'unhealthy_backup_found_old' => 'Cea mai recentă copie de rezervă făcută la :date este considerată prea veche.',
+ 'unhealthy_backup_found_unknown' => 'Ne pare rău, un motiv exact nu poate fi determinat.',
+ 'unhealthy_backup_found_full' => 'Copiile de rezervă folosesc prea mult spațiu de stocare. Utilizarea curentă este de :disk_usage care este mai mare decât limita permisă de :disk_limit.',
+
+ 'no_backups_info' => 'Nu s-au făcut încă copii de rezervă',
+ 'application_name' => 'Numele aplicatiei',
+ 'backup_name' => 'Numele de rezervă',
+ 'disk' => 'Disc',
+ 'newest_backup_size' => 'Cea mai nouă dimensiune de rezervă',
+ 'number_of_backups' => 'Număr de copii de rezervă',
+ 'total_storage_used' => 'Spațiu total de stocare utilizat',
+ 'newest_backup_date' => 'Cea mai nouă dimensiune de rezervă',
+ 'oldest_backup_date' => 'Cea mai veche dimensiune de rezervă',
+];
diff --git a/resources/lang/vendor/backup/ru/notifications.php b/resources/lang/vendor/backup/ru/notifications.php
new file mode 100644
index 000000000..d58beb715
--- /dev/null
+++ b/resources/lang/vendor/backup/ru/notifications.php
@@ -0,0 +1,45 @@
+ 'Сообщение об ошибке: :message',
+ 'exception_trace' => 'Сведения об ошибке: :trace',
+ 'exception_message_title' => 'Сообщение об ошибке',
+ 'exception_trace_title' => 'Сведения об ошибке',
+
+ 'backup_failed_subject' => 'Не удалось сделать резервную копию :application_name',
+ 'backup_failed_body' => 'Внимание: Произошла ошибка во время резервного копирования :application_name',
+
+ 'backup_successful_subject' => 'Успешно создана новая резервная копия :application_name',
+ 'backup_successful_subject_title' => 'Успешно создана новая резервная копия!',
+ 'backup_successful_body' => 'Отличная новость, новая резервная копия :application_name успешно создана и сохранена на диск :disk_name.',
+
+ 'cleanup_failed_subject' => 'Не удалось очистить резервные копии :application_name',
+ 'cleanup_failed_body' => 'Произошла ошибка при очистке резервных копий :application_name',
+
+ 'cleanup_successful_subject' => 'Очистка от резервных копий :application_name прошла успешно',
+ 'cleanup_successful_subject_title' => 'Очистка резервных копий прошла успешно!',
+ 'cleanup_successful_body' => 'Очистка от старых резервных копий :application_name на диске :disk_name прошла успешно.',
+
+ 'healthy_backup_found_subject' => 'Резервные копии :application_name с диска :disk_name исправны',
+ 'healthy_backup_found_subject_title' => 'Резервные копии :application_name исправны',
+ 'healthy_backup_found_body' => 'Резервные копии :application_name считаются исправными. Хорошая работа!',
+
+ 'unhealthy_backup_found_subject' => 'Внимание: резервные копии :application_name неисправны',
+ 'unhealthy_backup_found_subject_title' => 'Внимание: резервные копии для :application_name неисправны. :problem',
+ 'unhealthy_backup_found_body' => 'Резервные копии для :application_name на диске :disk_name неисправны.',
+ 'unhealthy_backup_found_not_reachable' => 'Не удается достичь места назначения резервной копии. :error',
+ 'unhealthy_backup_found_empty' => 'Резервные копии для этого приложения отсутствуют.',
+ 'unhealthy_backup_found_old' => 'Последнее резервное копирование созданное :date является устаревшим.',
+ 'unhealthy_backup_found_unknown' => 'Извините, точная причина не может быть определена.',
+ 'unhealthy_backup_found_full' => 'Резервные копии используют слишком много памяти. Используется :disk_usage что выше допустимого предела: :disk_limit.',
+
+ 'no_backups_info' => 'Резервных копий еще не было',
+ 'application_name' => 'Имя приложения',
+ 'backup_name' => 'Имя резервной копии',
+ 'disk' => 'Диск',
+ 'newest_backup_size' => 'Размер последней резервной копии',
+ 'number_of_backups' => 'Количество резервных копий',
+ 'total_storage_used' => 'Общий объем используемого хранилища',
+ 'newest_backup_date' => 'Дата последней резервной копии',
+ 'oldest_backup_date' => 'Дата самой старой резервной копии',
+];
diff --git a/resources/lang/vendor/backup/tr/notifications.php b/resources/lang/vendor/backup/tr/notifications.php
new file mode 100644
index 000000000..64cfa5a03
--- /dev/null
+++ b/resources/lang/vendor/backup/tr/notifications.php
@@ -0,0 +1,45 @@
+ 'Hata mesajı: :message',
+ 'exception_trace' => 'Hata izleri: :trace',
+ 'exception_message_title' => 'Hata mesajı',
+ 'exception_trace_title' => 'Hata izleri',
+
+ 'backup_failed_subject' => 'Yedeklenemedi :application_name',
+ 'backup_failed_body' => 'Önemli: Yedeklenirken bir hata oluştu :application_name',
+
+ 'backup_successful_subject' => 'Başarılı :application_name yeni yedeklemesi',
+ 'backup_successful_subject_title' => 'Başarılı bir yeni yedekleme!',
+ 'backup_successful_body' => 'Harika bir haber, :application_name ait yeni bir yedekleme :disk_name adlı diskte başarıyla oluşturuldu.',
+
+ 'cleanup_failed_subject' => ':application_name yedeklemeleri temizlenmesi başarısız.',
+ 'cleanup_failed_body' => ':application_name yedeklerini temizlerken bir hata oluştu ',
+
+ 'cleanup_successful_subject' => ':application_name yedeklemeleri temizlenmesi başarılı.',
+ 'cleanup_successful_subject_title' => 'Yedeklerin temizlenmesi başarılı!',
+ 'cleanup_successful_body' => ':application_name yedeklemeleri temizlenmesi, :disk_name diskinden silindi',
+
+ 'healthy_backup_found_subject' => ':application_name yedeklenmesi, :disk_name adlı diskte sağlıklı',
+ 'healthy_backup_found_subject_title' => ':application_name yedeklenmesi sağlıklı',
+ 'healthy_backup_found_body' => ':application_name için yapılan yedeklemeler sağlıklı sayılır. Aferin!',
+
+ 'unhealthy_backup_found_subject' => 'Önemli: :application_name için yedeklemeler sağlıksız',
+ 'unhealthy_backup_found_subject_title' => 'Önemli: :application_name için yedeklemeler sağlıksız. :problem',
+ 'unhealthy_backup_found_body' => 'Yedeklemeler: :application_name disk: :disk_name sağlıksız.',
+ 'unhealthy_backup_found_not_reachable' => 'Yedekleme hedefine ulaşılamıyor. :error',
+ 'unhealthy_backup_found_empty' => 'Bu uygulamanın yedekleri yok.',
+ 'unhealthy_backup_found_old' => ':date tarihinde yapılan en son yedekleme çok eski kabul ediliyor.',
+ 'unhealthy_backup_found_unknown' => 'Üzgünüm, kesin bir sebep belirlenemiyor.',
+ 'unhealthy_backup_found_full' => 'Yedeklemeler çok fazla depolama alanı kullanıyor. Şu anki kullanım: :disk_usage, izin verilen sınırdan yüksek: :disk_limit.',
+
+ 'no_backups_info' => 'Henüz yedekleme yapılmadı',
+ 'application_name' => 'Uygulama Adı',
+ 'backup_name' => 'Yedek adı',
+ 'disk' => 'Disk',
+ 'newest_backup_size' => 'En yeni yedekleme boyutu',
+ 'number_of_backups' => 'Yedekleme sayısı',
+ 'total_storage_used' => 'Kullanılan toplam depolama alanı',
+ 'newest_backup_date' => 'En yeni yedekleme tarihi',
+ 'oldest_backup_date' => 'En eski yedekleme tarihi',
+];
diff --git a/resources/lang/vendor/backup/uk/notifications.php b/resources/lang/vendor/backup/uk/notifications.php
new file mode 100644
index 000000000..6f6f83b75
--- /dev/null
+++ b/resources/lang/vendor/backup/uk/notifications.php
@@ -0,0 +1,45 @@
+ 'Повідомлення про помилку: :message',
+ 'exception_trace' => 'Деталі помилки: :trace',
+ 'exception_message_title' => 'Повідомлення помилки',
+ 'exception_trace_title' => 'Деталі помилки',
+
+ 'backup_failed_subject' => 'Не вдалось зробити резервну копію :application_name',
+ 'backup_failed_body' => 'Увага: Трапилась помилка під час резервного копіювання :application_name',
+
+ 'backup_successful_subject' => 'Успішне резервне копіювання :application_name',
+ 'backup_successful_subject_title' => 'Успішно створена резервна копія!',
+ 'backup_successful_body' => 'Чудова новина, нова резервна копія :application_name успішно створена і збережена на диск :disk_name.',
+
+ 'cleanup_failed_subject' => 'Не вдалось очистити резервні копії :application_name',
+ 'cleanup_failed_body' => 'Сталася помилка під час очищення резервних копій :application_name',
+
+ 'cleanup_successful_subject' => 'Успішне очищення від резервних копій :application_name',
+ 'cleanup_successful_subject_title' => 'Очищення резервних копій пройшло вдало!',
+ 'cleanup_successful_body' => 'Очищенно від старих резервних копій :application_name на диску :disk_name пойшло успішно.',
+
+ 'healthy_backup_found_subject' => 'Резервна копія :application_name з диску :disk_name установлена',
+ 'healthy_backup_found_subject_title' => 'Резервна копія :application_name установлена',
+ 'healthy_backup_found_body' => 'Резервна копія :application_name успішно установлена. Хороша робота!',
+
+ 'unhealthy_backup_found_subject' => 'Увага: резервна копія :application_name не установилась',
+ 'unhealthy_backup_found_subject_title' => 'Увага: резервна копія для :application_name не установилась. :problem',
+ 'unhealthy_backup_found_body' => 'Резервна копія для :application_name на диску :disk_name не установилась.',
+ 'unhealthy_backup_found_not_reachable' => 'Резервна копія не змогла установитись. :error',
+ 'unhealthy_backup_found_empty' => 'Резервні копії для цього додатку відсутні.',
+ 'unhealthy_backup_found_old' => 'Останнє резервне копіювання створено :date є застарілим.',
+ 'unhealthy_backup_found_unknown' => 'Вибачте, але ми не змогли визначити точну причину.',
+ 'unhealthy_backup_found_full' => 'Резервні копії використовують занадто багато пам`яті. Використовується :disk_usage що вище за допустиму межу :disk_limit.',
+
+ 'no_backups_info' => 'Резервних копій ще не було зроблено',
+ 'application_name' => 'Назва програми',
+ 'backup_name' => 'Резервне ім’я',
+ 'disk' => 'Диск',
+ 'newest_backup_size' => 'Найновіший розмір резервної копії',
+ 'number_of_backups' => 'Кількість резервних копій',
+ 'total_storage_used' => 'Загальний обсяг використаного сховища',
+ 'newest_backup_date' => 'Найновіший розмір резервної копії',
+ 'oldest_backup_date' => 'Найстаріший розмір резервної копії',
+];
diff --git a/resources/lang/vendor/backup/zh-CN/notifications.php b/resources/lang/vendor/backup/zh-CN/notifications.php
new file mode 100644
index 000000000..79270841c
--- /dev/null
+++ b/resources/lang/vendor/backup/zh-CN/notifications.php
@@ -0,0 +1,45 @@
+ '异常信息: :message',
+ 'exception_trace' => '异常跟踪: :trace',
+ 'exception_message_title' => '异常信息',
+ 'exception_trace_title' => '异常跟踪',
+
+ 'backup_failed_subject' => ':application_name 备份失败',
+ 'backup_failed_body' => '重要说明:备份 :application_name 时发生错误',
+
+ 'backup_successful_subject' => ':application_name 备份成功',
+ 'backup_successful_subject_title' => '备份成功!',
+ 'backup_successful_body' => '好消息, :application_name 备份成功,位于磁盘 :disk_name 中。',
+
+ 'cleanup_failed_subject' => '清除 :application_name 的备份失败。',
+ 'cleanup_failed_body' => '清除备份 :application_name 时发生错误',
+
+ 'cleanup_successful_subject' => '成功清除 :application_name 的备份',
+ 'cleanup_successful_subject_title' => '成功清除备份!',
+ 'cleanup_successful_body' => '成功清除 :disk_name 磁盘上 :application_name 的备份。',
+
+ 'healthy_backup_found_subject' => ':disk_name 磁盘上 :application_name 的备份是健康的',
+ 'healthy_backup_found_subject_title' => ':application_name 的备份是健康的',
+ 'healthy_backup_found_body' => ':application_name 的备份是健康的。干的好!',
+
+ 'unhealthy_backup_found_subject' => '重要说明::application_name 的备份不健康',
+ 'unhealthy_backup_found_subject_title' => '重要说明::application_name 备份不健康。 :problem',
+ 'unhealthy_backup_found_body' => ':disk_name 磁盘上 :application_name 的备份不健康。',
+ 'unhealthy_backup_found_not_reachable' => '无法访问备份目标。 :error',
+ 'unhealthy_backup_found_empty' => '根本没有此应用程序的备份。',
+ 'unhealthy_backup_found_old' => '最近的备份创建于 :date ,太旧了。',
+ 'unhealthy_backup_found_unknown' => '对不起,确切原因无法确定。',
+ 'unhealthy_backup_found_full' => '备份占用了太多存储空间。当前占用了 :disk_usage ,高于允许的限制 :disk_limit。',
+
+ 'no_backups_info' => '尚未进行任何备份',
+ 'application_name' => '应用名称',
+ 'backup_name' => '备份名称',
+ 'disk' => '磁盘',
+ 'newest_backup_size' => '最新备份大小',
+ 'number_of_backups' => '备份数量',
+ 'total_storage_used' => '使用的总存储量',
+ 'newest_backup_date' => '最新备份大小',
+ 'oldest_backup_date' => '最旧的备份大小',
+];
diff --git a/resources/lang/vendor/backup/zh-TW/notifications.php b/resources/lang/vendor/backup/zh-TW/notifications.php
new file mode 100644
index 000000000..7bc7dcb96
--- /dev/null
+++ b/resources/lang/vendor/backup/zh-TW/notifications.php
@@ -0,0 +1,45 @@
+ '異常訊息: :message',
+ 'exception_trace' => '異常追蹤: :trace',
+ 'exception_message_title' => '異常訊息',
+ 'exception_trace_title' => '異常追蹤',
+
+ 'backup_failed_subject' => ':application_name 備份失敗',
+ 'backup_failed_body' => '重要說明:備份 :application_name 時發生錯誤',
+
+ 'backup_successful_subject' => ':application_name 備份成功',
+ 'backup_successful_subject_title' => '備份成功!',
+ 'backup_successful_body' => '好消息, :application_name 備份成功,位於磁碟 :disk_name 中。',
+
+ 'cleanup_failed_subject' => '清除 :application_name 的備份失敗。',
+ 'cleanup_failed_body' => '清除備份 :application_name 時發生錯誤',
+
+ 'cleanup_successful_subject' => '成功清除 :application_name 的備份',
+ 'cleanup_successful_subject_title' => '成功清除備份!',
+ 'cleanup_successful_body' => '成功清除 :disk_name 磁碟上 :application_name 的備份。',
+
+ 'healthy_backup_found_subject' => ':disk_name 磁碟上 :application_name 的備份是健康的',
+ 'healthy_backup_found_subject_title' => ':application_name 的備份是健康的',
+ 'healthy_backup_found_body' => ':application_name 的備份是健康的。幹的好!',
+
+ 'unhealthy_backup_found_subject' => '重要說明::application_name 的備份不健康',
+ 'unhealthy_backup_found_subject_title' => '重要說明::application_name 備份不健康。 :problem',
+ 'unhealthy_backup_found_body' => ':disk_name 磁碟上 :application_name 的備份不健康。',
+ 'unhealthy_backup_found_not_reachable' => '無法訪問備份目標。 :error',
+ 'unhealthy_backup_found_empty' => '根本沒有此應用程序的備份。',
+ 'unhealthy_backup_found_old' => '最近的備份創建於 :date ,太舊了。',
+ 'unhealthy_backup_found_unknown' => '對不起,確切原因無法確定。',
+ 'unhealthy_backup_found_full' => '備份佔用了太多存儲空間。當前佔用了 :disk_usage ,高於允許的限制 :disk_limit。',
+
+ 'no_backups_info' => '尚未進行任何備份',
+ 'application_name' => '應用名稱',
+ 'backup_name' => '備份名稱',
+ 'disk' => '磁碟',
+ 'newest_backup_size' => '最新備份大小',
+ 'number_of_backups' => '備份數量',
+ 'total_storage_used' => '使用的總存儲量',
+ 'newest_backup_date' => '最新備份大小',
+ 'oldest_backup_date' => '最早的備份大小',
+];
diff --git a/resources/lang/vi-VN/account/general.php b/resources/lang/vi-VN/account/general.php
index 026d0efed..530a887f6 100644
--- a/resources/lang/vi-VN/account/general.php
+++ b/resources/lang/vi-VN/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Khóa API cá nhân',
- 'api_key_warning' => 'Khi tạo mã thông báo API, hãy đảm bảo sao chép nó ngay lập tức
- chúng sẽ không hiển thị với bạn nữa.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Địa chỉ URL gốc API của bạn được đặt tại:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'Khóa API được thiết lập có thời hạn đến:',
- 'api_reference' => 'Vui lòng kiểm tra tài liệu tham khảo API để
- tìm các API endpoint cụ thể và tài liệu API bổ sung.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Đã cập nhật tài khoản thành công',
);
diff --git a/resources/lang/vi-VN/admin/locations/message.php b/resources/lang/vi-VN/admin/locations/message.php
index 915d6972b..7b83762d9 100644
--- a/resources/lang/vi-VN/admin/locations/message.php
+++ b/resources/lang/vi-VN/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Địa phương không tồn tại.',
- 'assoc_users' => 'Địa phương này hiện tại đang được liên kết với ít nhất một người dùng và không thể xóa. Xin vui lòng cập nhật người dùng của bạn để không có liên kết nào đến địa phương này và thử lại. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Địa phương này hiện tại đã được liên kết với ít nhất một tài sản và không thể xóa. Xin vui lòng cập nhật tài sản của bạn để không còn liên kết với địa phương này nữa và thử lại. ',
'assoc_child_loc' => 'Địa phương này hiện tại là cấp parent của ít nhật một địa phương con và không thể xóa. Xin vui lòng cập nhật địa phương của bạn để không liên kết đến địa phương này và thử lại. ',
'assigned_assets' => 'Tài sản được giao',
diff --git a/resources/lang/vi-VN/admin/settings/general.php b/resources/lang/vi-VN/admin/settings/general.php
index 4b10bad60..f861e7a0d 100644
--- a/resources/lang/vi-VN/admin/settings/general.php
+++ b/resources/lang/vi-VN/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Chiều dài của các thẻ thuộc tính, bao gồm zerofill',
'username_format_help' => 'Cài đặt này sẽ chỉ được sử dụng bởi quá trình import nếu tên người dùng không được cung cấp và chúng tôi sẽ tạo tên người dùng cho bạn.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Cập nhật cài đặt mã vạch',
'barcodes' => 'Mã vạch',
diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php
index fa829b735..e5b214b42 100644
--- a/resources/lang/vi-VN/general.php
+++ b/resources/lang/vi-VN/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Họ trước Tên sau (smith_j@example.com)',
'firstinitial.lastname' => 'Tên trước Họ sau (j.smith@example.com)',
'firstnamelastinitial' => 'Tên Họ Viết tắt (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Họ và tên đệm',
'first_name_format' => 'Tên (jane@example.com)',
'files' => 'Các tập tin',
@@ -403,8 +404,8 @@ return [
'accessory_name' => 'Tên Phụ Kiện:',
'clone_item' => 'Clone Item',
'checkout_tooltip' => 'Cấp phát tài sản',
- 'checkin_tooltip' => 'Check this item in so that it is available for re-issue, re-imaging, etc',
- 'checkout_user_tooltip' => 'Check this item out to a user',
+ 'checkin_tooltip' => 'Thu hồi mục này để có thể chỉnh sửa hoặc cấp phát lại',
+ 'checkout_user_tooltip' => 'Cấp phát mục này cho người dùng',
'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set',
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
@@ -478,7 +479,7 @@ return [
'modal_confirm_generic' => 'Are you sure?',
'cannot_be_deleted' => 'This item cannot be deleted',
'cannot_be_edited' => 'This item cannot be edited.',
- 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.',
+ 'undeployable_tooltip' => 'Mục này không thể cấp phát. Kiểm tra lại số lượng tồn.',
'serial_number' => 'Serial Number',
'item_notes' => ':item Notes',
'item_name_var' => ':tên thiết bị',
diff --git a/resources/lang/zh-CN/account/general.php b/resources/lang/zh-CN/account/general.php
index d28721335..2000bc541 100644
--- a/resources/lang/zh-CN/account/general.php
+++ b/resources/lang/zh-CN/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => '个人API密钥',
- 'api_key_warning' => '当 API 令牌生成后,请务必立即复制保存,因为他们
- 将不会再次对您显示。',
+ 'api_key_warning' => '当生成 API 令牌时,请务必立即将其复制下来,因为它们将不会对您再次可见。',
'api_base_url' => '您的 API 基础url 位于:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => '设定 API 令牌过期时间为:',
- 'api_reference' => '请查询 API 引用 到
- 找到特定的 API 端点以及额外的 API 文档。',
+ 'api_reference' => '请检查 API 参考 以找到特定的 API 端点和额外的 API 文档。',
'profile_updated' => '帐户已成功更新',
);
diff --git a/resources/lang/zh-CN/admin/locations/message.php b/resources/lang/zh-CN/admin/locations/message.php
index f87df0f84..9d0f63836 100644
--- a/resources/lang/zh-CN/admin/locations/message.php
+++ b/resources/lang/zh-CN/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => '位置不存在',
- 'assoc_users' => '该位置下管理的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => '删除失败,该位置已与其它资产关联。请先更新资产以取消关联,然后重试。 ',
'assoc_child_loc' => '删除失败,该位置是一个或多个子位置的上层节点。请更新地理位置信息以取消关联,然后重试。 ',
'assigned_assets' => '已分配的资产',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index 20d2215eb..f9f76cbc6 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => '资产标签长度,包括补零',
'username_format_help' => '只有在没有提供用户名并且我们必须为您生成用户名时,导入过程才会使用此设置。',
'oauth_title' => 'OAuth API 设置',
+ 'oauth_clients' => 'OAuth 客户端',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint 设置',
+ 'oauth_no_clients' => '您尚未创建任何 OAuth 客户端。',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => '授权的应用程序',
+ 'oauth_redirect_url' => '重定向 URL',
+ 'oauth_name_help' => ' 您的用户会识别和信任一些东西。',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => '您的应用程序授权回调URL。',
+ 'create_client' => '创建客户端',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => '更新资产标签设置',
'barcode_title' => '更新条形码设置',
'barcodes' => '条形码',
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
index 8da10d2f7..b9df40b4f 100644
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => '姓 缩写名, 例如 (smith_j@example.com)',
'firstinitial.lastname' => '缩写名 姓,例如(jsmith@example.com)',
'firstnamelastinitial' => '名 姓,例如 (jane.smith@example.com)',
+ 'lastnamefirstname' => '姓 名,例如(smith.jane@example.com)',
'first_name' => '名字',
'first_name_format' => '名,例如 (jane@example.com)',
'files' => '文件',
diff --git a/resources/lang/zh-HK/account/general.php b/resources/lang/zh-HK/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/zh-HK/account/general.php
+++ b/resources/lang/zh-HK/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/zh-HK/admin/locations/message.php b/resources/lang/zh-HK/admin/locations/message.php
index 22c7fe8f7..8121b8068 100644
--- a/resources/lang/zh-HK/admin/locations/message.php
+++ b/resources/lang/zh-HK/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- '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_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company 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',
diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php
index 01adf36eb..727c35a6e 100644
--- a/resources/lang/zh-HK/admin/settings/general.php
+++ b/resources/lang/zh-HK/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Length of asset tags, including zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php
index d011cf705..67a5c3d2e 100644
--- a/resources/lang/zh-HK/general.php
+++ b/resources/lang/zh-HK/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'First Name',
'first_name_format' => 'First Name (jane@example.com)',
'files' => 'Files',
diff --git a/resources/lang/zh-TW/account/general.php b/resources/lang/zh-TW/account/general.php
index fc3f78285..a29c8ac3a 100644
--- a/resources/lang/zh-TW/account/general.php
+++ b/resources/lang/zh-TW/account/general.php
@@ -2,10 +2,10 @@
return array(
'personal_api_keys' => '個人 API 金鑰',
- 'api_key_warning' => '產生 API token 時,請務必立即將其複製下來,因為你將無法再次看到它。',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => '您的 API 基礎 URL 位於:',
'api_base_url_endpoint' => '/<端點>',
'api_token_expiration_time' => 'API tokens 設定為在以下時間過期:',
- 'api_reference' => '請查閱 API 參考文件 以找到特定的 API 端點和額外的 API 文件。',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/zh-TW/admin/locations/message.php b/resources/lang/zh-TW/admin/locations/message.php
index db8a9fcf5..ab637febb 100644
--- a/resources/lang/zh-TW/admin/locations/message.php
+++ b/resources/lang/zh-TW/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => '地點不存在.',
- 'assoc_users' => '至少還有一位使用者與此位置關聯,目前不能被删除,請檢查後重試。 ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => '至少還有一個資產與此位置關聯,目前不能被删除,請檢查後重試。 ',
'assoc_child_loc' => '至少還有一個子項目與此位置關聯,目前不能被删除,請檢查後重試。 ',
'assigned_assets' => '已分配資產',
diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php
index d6b21d4b6..d8ebbcb75 100644
--- a/resources/lang/zh-TW/admin/settings/general.php
+++ b/resources/lang/zh-TW/admin/settings/general.php
@@ -288,8 +288,18 @@ return [
'zerofill_count' => '資產標籤長度,包括補零',
'username_format_help' => '只有在提供使用者名稱並且我們必須為您產生使用者名稱的匯入過程中才會使用此設定。',
'oauth_title' => 'OAuth API 設定',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'OAuth 端點設定',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => '更新資產標籤設定',
'barcode_title' => '更新條碼設定',
'barcodes' => '條碼',
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index dbf6c2391..3283e59bc 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => '姓氏與名首字母 (smith_j@example.com)',
'firstinitial.lastname' => '姓氏與名首子母 (j.smith@example.com)',
'firstnamelastinitial' => '名字與姓首字母 (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => '名字',
'first_name_format' => '名,例如 (jane@example.com)',
'files' => '檔案',
diff --git a/resources/lang/zu-ZA/account/general.php b/resources/lang/zu-ZA/account/general.php
index 1fc28f340..1a9e2c03b 100644
--- a/resources/lang/zu-ZA/account/general.php
+++ b/resources/lang/zu-ZA/account/general.php
@@ -2,12 +2,10 @@
return array(
'personal_api_keys' => 'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
+ 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/<endpoint>',
'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_reference' => 'Please check the API reference to find specific API endpoints and additional API documentation.',
'profile_updated' => 'Account successfully updated',
);
diff --git a/resources/lang/zu-ZA/admin/locations/message.php b/resources/lang/zu-ZA/admin/locations/message.php
index aad4dbb99..7db24f666 100644
--- a/resources/lang/zu-ZA/admin/locations/message.php
+++ b/resources/lang/zu-ZA/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Indawo ayikho.',
- 'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this company and try again. ',
'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.',
'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/zu-ZA/admin/settings/general.php b/resources/lang/zu-ZA/admin/settings/general.php
index 7c7da28ef..b69121a71 100644
--- a/resources/lang/zu-ZA/admin/settings/general.php
+++ b/resources/lang/zu-ZA/admin/settings/general.php
@@ -287,8 +287,18 @@ return [
'zerofill_count' => 'Ubude bamathegi wefa, kufaka phakathi i-zerofill',
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
diff --git a/resources/lang/zu-ZA/general.php b/resources/lang/zu-ZA/general.php
index d46d61442..14d2c7ea0 100644
--- a/resources/lang/zu-ZA/general.php
+++ b/resources/lang/zu-ZA/general.php
@@ -134,6 +134,7 @@ return [
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name First Name (smith.jane@example.com)',
'first_name' => 'Igama',
'first_name_format' => 'Igama Lokuqala (jane@example.com)',
'files' => 'Files',
diff --git a/resources/macros/macros.php b/resources/macros/macros.php
index 695fa86b0..584c7df84 100644
--- a/resources/macros/macros.php
+++ b/resources/macros/macros.php
@@ -190,6 +190,7 @@ Form::macro('username_format', function ($name = 'username_format', $selected =
'lastname_firstinitial' => trans('general.lastname_firstinitial'),
'firstnamelastname' => trans('general.firstnamelastname'),
'firstnamelastinitial' => trans('general.firstnamelastinitial'),
+ 'lastname.firstname' => trans('general.lastnamefirstname'),
];
$select = '