From 7b08e2e97b5ebea6235aa66c532a4ccffafcf69b Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 13 Mar 2019 16:36:35 +0100 Subject: [PATCH] Spanish lang update --- locales/es-ES/common.json | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/locales/es-ES/common.json b/locales/es-ES/common.json index a95c0392..1bf4a79f 100644 --- a/locales/es-ES/common.json +++ b/locales/es-ES/common.json @@ -21,43 +21,43 @@ "setToYesIfYouWantToSendConfirmationEmail": "set to \"yes\" if you want to send confirmation email to the subscriber before actually marking as subscribed", "example": "Ejemplo", "removeSubscription": "Eliminar suscripción", - "thisApiCallMarksASubscriptionAs": "This API call marks a subscription as unsubscribed", - "deleteSubscription": "Delete subscription", - "thisApiCallDeletesASubscription": "This API call deletes a subscription", - "addNewCustomField": "Add new custom field", - "thisApiCallCreatesANewCustomFieldForA": "This API call creates a new custom field for a list.", - "fieldName": "field name", - "oneOfTheFollowingTypes": "one of the following types:", - "ifTheTypeIsOptionThenYouAlsoNeedTo": "If the type is 'option' then you also need to specify the parent element ID", + "thisApiCallMarksASubscriptionAs": "Esta llamada a la API marca una suscricion como desuscrita", + "deleteSubscription": "Borrar suscripción", + "thisApiCallDeletesASubscription": "Esta llamada a la API borra una suscripción", + "addNewCustomField": "Añadir un campo personalizado", + "thisApiCallCreatesANewCustomFieldForA": "Esta llamada a la API crea un nuevo campo personalizado para una lista.", + "fieldName": "Nombre del campo", + "oneOfTheFollowingTypes": "uno de los siguientes tipos:", + "ifTheTypeIsOptionThenYouAlsoNeedTo": "Si el tipo es 'opción' entonces también necesitas especificar el ID del elemento padre", "templateForTheGroupElementIfNotSetThen": "Template for the group element. If not set, then values of the elements are joined with commas", "ifNotVisibleThenTheSubscriberCanNotView": "if not visible then the subscriber can not view or modify this value at the profile page", "getListOfBlacklistedEmails": "Get list of blacklisted emails", "thisApiCallGetListOfBlacklistedEmails": "This API call get list of blacklisted emails.", - "startPosition": "Start position", + "startPosition": "Empezar posición", "optionalDefault0": "optional, default 0", "limitEmailsCountInResponse": "limit emails count in response", - "optionalDefault10000": "optional, default 10000", + "optionalDefault10000": "opcional, por defecto 10000", "filterByPartOfEmail": "filter by part of email", - "optionalDefault": "optional, default \"\"", + "optionalDefault": "opcional, por defecto \"\"", "addEmailToBlacklist": "Add email to blacklist", "thisApiCallEitherAddEmailsToBlacklist": "This API call either add emails to blacklist", - "emailAddress": "email address", - "deleteEmailFromBlacklist": "Delete email from blacklist", + "emailAddress": "dirección de correo", + "deleteEmailFromBlacklist": "Borrar email de la lista negra", "thisApiCallEitherDeleteEmailsFrom": "This API call either delete emails from blacklist", "getTheListsAUserHasSubscribedTo": "Get the lists a user has subscribed to", "retrieveTheListsThatTheUserWithEmailHas": "Retrieve the lists that the user with :email has subscribed to.", "apiResponseIsAJsonStructureWithErrorAnd": "API response is a JSON structure with <1>error and <3>data properties. If the response <5>error has a value set then the request failed.", "youNeedToDefineProperContentTypeWhen": "You need to define proper <1>Content-Type when making a request. You can either use <3>application/x-www-form-urlencoded for normal form data or <5>application/json for a JSON payload. Using <7>multipart/form-data is not supported.", - "emailMustNotBeEmpty": "Email must not be empty.", - "invalidEmailAddress": "Invalid email address.", - "theEmailIsAlreadyAssociatedWithAnother": "The email is already associated with another user in the system.", - "validationIsInProgress": "Validation is in progress...", - "fullNameMustNotBeEmpty": "Full name must not be empty", - "currentPasswordMustNotBeEmpty": "Current password must not be empty.", - "incorrectPassword": "Incorrect password.", - "passwordsMustMatch": "Passwords must match", - "updatingUserProfile": "Updating user profile ...", - "userProfileUpdated": "User profile updated", + "emailMustNotBeEmpty": "El email no debe estar vacío.", + "invalidEmailAddress": "Email inválido.", + "theEmailIsAlreadyAssociatedWithAnother": "El email ya está asociado a otro usuario del sistema.", + "validationIsInProgress": "Validación en progreso...", + "fullNameMustNotBeEmpty": "El nombre completo no debe estar vacío.", + "currentPasswordMustNotBeEmpty": "La contraseña actual no debe estar vacía.", + "incorrectPassword": "Contraseña incorrecta.", + "passwordsMustMatch": "Las contraseñas deben coincidir", + "updatingUserProfile": "Actualizando perfil del usuario ...", + "userProfileUpdated": "Perfil del usuario actualizado", "thereAreErrorsInTheFormPleaseFixThemAnd": "There are errors in the form. Please fix them and submit again.", "yourUpdatesCannotBeSaved": "Your updates cannot be saved.", "thePasswordIsIncorrectPossiblyJust": "The password is incorrect (possibly just changed in another window / session). Enter correct password and try again.",