mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
🌐 ES localization
This commit is contained in:
@@ -1,102 +1,100 @@
|
||||
<?php
|
||||
/**
|
||||
* Localized data
|
||||
* Spanish Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'Class:OAuthClient' => 'OAuth Client~~',
|
||||
'Class:OAuthClient/Attribute:client_id' => 'Client id~~',
|
||||
'Class:OAuthClient/Attribute:client_id+' => 'A long string of characters provided by your OAuth2 provider~~',
|
||||
'Class:OAuthClient/Attribute:client_secret' => 'Client secret~~',
|
||||
'Class:OAuthClient/Attribute:client_secret+' => 'Another long string of characters provided by your OAuth2 provider~~',
|
||||
'Class:OAuthClient/Attribute:description' => 'Description~~',
|
||||
'Class:OAuthClient/Attribute:description+' => '~~',
|
||||
'Class:OAuthClient/Attribute:mailbox_list' => 'Mailbox list~~',
|
||||
'Class:OAuthClient/Attribute:mailbox_list+' => '~~',
|
||||
'Class:OAuthClient/Attribute:name' => 'Login~~',
|
||||
'Class:OAuthClient/Attribute:name+' => 'In general, this is your email address~~',
|
||||
'Class:OAuthClient/Attribute:provider' => 'Provider~~',
|
||||
'Class:OAuthClient/Attribute:provider+' => '~~',
|
||||
'Class:OAuthClient/Attribute:redirect_url' => 'Redirect url~~',
|
||||
'Class:OAuthClient/Attribute:redirect_url+' => 'This url must be copied in the OAuth2 configuration of the provider
|
||||
Erase the field to recalculate default value~~',
|
||||
'Class:OAuthClient/Attribute:refresh_token' => 'Refresh token~~',
|
||||
'Class:OAuthClient/Attribute:refresh_token+' => '~~',
|
||||
'Class:OAuthClient/Attribute:refresh_token_expiration' => 'Refresh token expiration~~',
|
||||
'Class:OAuthClient/Attribute:refresh_token_expiration+' => '~~',
|
||||
'Class:OAuthClient/Attribute:scope' => 'Scope~~',
|
||||
'Class:OAuthClient/Attribute:scope+' => '~~',
|
||||
'Class:OAuthClient/Attribute:status' => 'Status~~',
|
||||
'Class:OAuthClient/Attribute:status+' => 'After creation, use the action “Generate access token” to be able to use this OAuth client~~',
|
||||
'Class:OAuthClient/Attribute:status/Value:active' => 'Access token generated~~',
|
||||
'Class:OAuthClient/Attribute:status/Value:inactive' => 'No Access token~~',
|
||||
'Class:OAuthClient/Attribute:token' => 'Access token~~',
|
||||
'Class:OAuthClient/Attribute:token+' => '~~',
|
||||
'Class:OAuthClient/Attribute:token_expiration' => 'Access token expiration~~',
|
||||
'Class:OAuthClient/Attribute:token_expiration+' => '~~',
|
||||
'Class:OAuthClientAzure' => 'OAuth client for Microsoft Azure~~',
|
||||
'Class:OAuthClientAzure/Attribute:advanced_scope' => 'Advanced scope~~',
|
||||
'Class:OAuthClientAzure/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence on the “Scope” selection which is then ignored~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope' => 'Scope~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope+' => 'Usually default selection is appropriate~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP' => 'IMAP~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP+' => '~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP' => 'SMTP~~',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP+' => '~~',
|
||||
'Class:OAuthClientAzure/Attribute:tenant' => 'Tenant~~',
|
||||
'Class:OAuthClientAzure/Attribute:tenant+' => 'Tenant ID of the configured application. For multi-tenant application, use "common".~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp' => 'Used for SMTP~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:no' => 'No~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:yes' => 'Yes~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope' => 'Used scope~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope+' => '~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced' => 'Advanced~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced+' => '~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple' => 'Simple~~',
|
||||
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple+' => '~~',
|
||||
'Class:OAuthClientAzure/Name' => '%1$s (%2$s)~~',
|
||||
'Class:OAuthClientGoogle' => 'OAuth client for Google~~',
|
||||
'Class:OAuthClientGoogle/Attribute:advanced_scope' => 'Advanced scope~~',
|
||||
'Class:OAuthClientGoogle/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence on the “Scope” selection which is then ignored~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope' => 'Scope~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope+' => 'Usually default selection is appropriate~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP' => 'IMAP~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP+' => '~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP' => 'SMTP~~',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP+' => '~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp' => 'Used for SMTP~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:no' => 'No~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:yes' => 'Yes~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope' => 'Used scope~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope+' => '~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Advanced~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => '~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Simple~~',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple+' => '~~',
|
||||
'Class:OAuthClientGoogle/Name' => '%1$s (%2$s)~~',
|
||||
'Menu:CreateMailbox' => 'Create a mailbox...~~',
|
||||
'Menu:GenerateTokens' => 'Generate access token...~~',
|
||||
'Menu:OAuthClient' => 'OAuth client~~',
|
||||
'Menu:OAuthClient+' => '~~',
|
||||
'Menu:RegenerateTokens' => 'Regenerate access token...~~',
|
||||
'OAuthClient:Name/UseForSMTPMustBeUnique' => 'The combination Login (%1$s) and Use for SMTP (%2$s) has already be used for OAuth Client~~',
|
||||
'OAuthClient:baseinfo' => 'Base Information~~',
|
||||
'OAuthClient:scope' => 'Scope~~',
|
||||
'itop-oauth-client/Operation:CreateMailBox/Title' => 'Mailbox creation~~',
|
||||
'itop-oauth-client:Message:MissingToken' => 'Generate access token before using this OAuth client~~',
|
||||
'itop-oauth-client:Message:RegenerateToken' => 'Regenerate access token to to take into account the changes~~',
|
||||
'itop-oauth-client:Message:TokenCreated' => 'Access token created~~',
|
||||
'itop-oauth-client:Message:TokenError' => 'Access token not generated due to server error~~',
|
||||
'itop-oauth-client:Message:TokenRecreated' => 'Access token regenerated~~',
|
||||
'itop-oauth-client:MissingOAuthClient' => 'Missing Oauth client for user name %1$s~~',
|
||||
'itop-oauth-client:TestSMTP' => 'Email send test~~',
|
||||
'itop-oauth-client:UsedForSMTP' => 'This OAuth client is used for SMTP~~',
|
||||
'Class:OAuthClient' => 'Cliente OAuth',
|
||||
'Class:OAuthClient/Attribute:client_id' => 'Id Cliente',
|
||||
'Class:OAuthClient/Attribute:client_id+' => 'Una cadena larga de caracteres proporcionada por su proveedor de OAuth2',
|
||||
'Class:OAuthClient/Attribute:client_secret' => 'Secreto del Cliente',
|
||||
'Class:OAuthClient/Attribute:client_secret+' => 'Otra cadena larga de caracteres proporcionada por su proveedor de OAuth2',
|
||||
'Class:OAuthClient/Attribute:description' => 'Descripción',
|
||||
'Class:OAuthClient/Attribute:description+' => 'Descripción',
|
||||
'Class:OAuthClient/Attribute:mailbox_list' => 'Lista de Buzones',
|
||||
'Class:OAuthClient/Attribute:mailbox_list+' => 'Lista de Buzones',
|
||||
'Class:OAuthClient/Attribute:name' => 'Usuario',
|
||||
'Class:OAuthClient/Attribute:name+' => 'En general, esta es tu dirección de correo electrónico.',
|
||||
'Class:OAuthClient/Attribute:provider' => 'Proveedor',
|
||||
'Class:OAuthClient/Attribute:provider+' => 'Proveedor',
|
||||
'Class:OAuthClient/Attribute:redirect_url' => 'Redireccionar URL',
|
||||
'Class:OAuthClient/Attribute:redirect_url+' => 'Esta url debe copiarse en la configuración OAuth2 del proveedor
|
||||
Borre el campo para recalcular el valor predeterminado',
|
||||
'Class:OAuthClient/Attribute:refresh_token' => 'Actualizar token',
|
||||
'Class:OAuthClient/Attribute:refresh_token+' => 'Actualizar token',
|
||||
'Class:OAuthClient/Attribute:refresh_token_expiration' => 'Actualizar expiración de token',
|
||||
'Class:OAuthClient/Attribute:refresh_token_expiration+' => 'Actualizar expiración de token',
|
||||
'Class:OAuthClient/Attribute:scope' => 'Alcance',
|
||||
'Class:OAuthClient/Attribute:scope+' => 'Alcance',
|
||||
'Class:OAuthClient/Attribute:status' => 'Estatus',
|
||||
'Class:OAuthClient/Attribute:status+' => 'Después de la creación, use la acción "Generar token de acceso" para poder usar este cliente OAuth',
|
||||
'Class:OAuthClient/Attribute:status/Value:active' => 'Token de acceso generado',
|
||||
'Class:OAuthClient/Attribute:status/Value:inactive' => 'Sin token de acceso',
|
||||
'Class:OAuthClient/Attribute:token' => 'Token de acceso',
|
||||
'Class:OAuthClient/Attribute:token+' => 'Token de acceso',
|
||||
'Class:OAuthClient/Attribute:token_expiration' => 'Expiración de token de acceso',
|
||||
'Class:OAuthClient/Attribute:token_expiration+' => 'Expiración de token de acceso',
|
||||
'Class:OAuthClientAzure' => 'Cliente OAuth para Microsoft Azure',
|
||||
'Class:OAuthClientAzure/Attribute:advanced_scope' => 'Alcance avanzado',
|
||||
'Class:OAuthClientAzure/Attribute:advanced_scope+' => 'Tan pronto como ingrese algo aquí, tiene prioridad sobre la selección "Alcance", que luego se ignora',
|
||||
'Class:OAuthClientAzure/Attribute:scope' => 'Alcance',
|
||||
'Class:OAuthClientAzure/Attribute:scope+' => 'Por lo general, la selección predeterminada es apropiada',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP' => 'SMTP',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP+' => 'SMTP',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP' => 'IMAP',
|
||||
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP+' => 'IMAP',
|
||||
'Class:OAuthClientAzure/Attribute:tenant' => 'Inquilino',
|
||||
'Class:OAuthClientAzure/Attribute:tenant+' => 'ID de inquilino de la aplicación configurada. Para aplicaciones multiinquilino, utilice "common".',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp' => 'Usado para SMTP',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp+' => 'Al menos un cliente OAuth debe tener este indicador en "Sí", si desea que iTop lo use para enviar correos electrónicos.',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:yes' => 'Si',
|
||||
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:no' => 'No',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope' => 'Alcance usado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope+' => 'Alcance usado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Simple',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple+' => 'Simple',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Avanzado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => 'Avanzado',
|
||||
'Class:OAuthClientAzure/Name' => '%1$s (%2$s)',
|
||||
'Class:OAuthClientGoogle' => 'Cliente OAuth para Google',
|
||||
'Class:OAuthClientGoogle/Attribute:advanced_scope' => 'Alcance avanzado',
|
||||
'Class:OAuthClientGoogle/Attribute:advanced_scope+' => 'Tan pronto como ingrese algo aquí, tiene prioridad sobre la selección "Alcance", que luego se ignora',
|
||||
'Class:OAuthClientGoogle/Attribute:scope' => 'Alcance',
|
||||
'Class:OAuthClientGoogle/Attribute:scope+' => 'Por lo general, la selección predeterminada es apropiada',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP' => 'SMTP',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP+' => 'SMTP',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP' => 'IMAP',
|
||||
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP+' => 'IMAP',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp' => 'Usado para SMTP',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => 'Al menos un cliente OAuth debe tener este indicador en "Sí", si desea que iTop lo use para enviar correos electrónicos.',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:yes' => 'Si',
|
||||
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:no' => 'No',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope' => 'Alcance usado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope+' => 'Alcance usado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Simple',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple+' => 'Simple',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Avanzado',
|
||||
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => 'Avanzado',
|
||||
'Class:OAuthClientGoogle/Name' => '%1$s (%2$s)',
|
||||
'Menu:CreateMailbox' => 'Crear un buzón...',
|
||||
'Menu:GenerateTokens' => 'Generar token de acceso...',
|
||||
'Menu:OAuthClient' => 'Cliente OAuth',
|
||||
'Menu:OAuthClient+' => 'Cliente OAuth',
|
||||
'Menu:RegenerateTokens' => 'Regenerar token de acceso...',
|
||||
'OAuthClient:Name/UseForSMTPMustBeUnique' => 'La combinación Inicio de sesión (%1$s) y Uso para SMTP (%2$s) ya se ha utilizado para el Cliente OAuth',
|
||||
'OAuthClient:baseinfo' => 'Información Base',
|
||||
'OAuthClient:scope' => 'Alcance',
|
||||
'itop-oauth-client/Operation:CreateMailBox/Title' => 'Creación de Buzón',
|
||||
'itop-oauth-client:Message:MissingToken' => 'Generar token de acceso antes de usar este cliente OAuth',
|
||||
'itop-oauth-client:Message:RegenerateToken' => 'Regenerar token de acceso para sea considerado en los cambios en la cuenta',
|
||||
'itop-oauth-client:Message:TokenCreated' => 'Token de acceso creado',
|
||||
'itop-oauth-client:Message:TokenError' => 'Token de acceso no generado debido a un error del servidor',
|
||||
'itop-oauth-client:Message:TokenRecreated' => 'Token de acceso regenerado',
|
||||
'itop-oauth-client:MissingOAuthClient' => 'Falta cliente Oauth para usuario %1$s',
|
||||
'itop-oauth-client:TestSMTP' => 'Prueba de envío de correo-e',
|
||||
'itop-oauth-client:UsedForSMTP' => 'Este cliente OAuth client es usado para SMTP',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user