chore: Update translations (#6534)

This commit is contained in:
Chatwoot Bot
2023-02-27 18:15:34 -08:00
committed by GitHub
parent 69a1c4527f
commit 04f30e3033
317 changed files with 3104 additions and 167 deletions

View File

@@ -35,7 +35,7 @@
"REMOVE_SELECTION": "Eliminar selección",
"DOWNLOAD": "Descargar",
"UNKNOWN_FILE_TYPE": "Archivo desconocido",
"SAVE_CONTACT": "Save",
"SAVE_CONTACT": "Guardar",
"UPLOADING_ATTACHMENTS": "Subiendo archivos adjuntos...",
"SUCCESS_DELETE_MESSAGE": "Mensaje eliminado correctamente",
"FAIL_DELETE_MESSSAGE": "¡No se pudo eliminar el mensaje! Inténtalo de nuevo",
@@ -135,8 +135,8 @@
}
},
"UNDEFINED_VARIABLES": {
"TITLE": "Undefined variables",
"MESSAGE": "You have {undefinedVariablesCount} undefined variables in your message: {undefinedVariables}. Would you like to send the message anyway?",
"TITLE": "Variables indefinidas",
"MESSAGE": "Tienes {undefinedVariablesCount} variables no definidas en tu mensaje: {undefinedVariables}. ¿Quieres enviar el mensaje de todos modos?",
"CONFIRM": {
"YES": "Enviar",
"CANCEL": "Cancelar"
@@ -165,7 +165,8 @@
"CONTEXT_MENU": {
"COPY": "Copiar",
"DELETE": "Eliminar",
"CREATE_A_CANNED_RESPONSE": "Añadir a respuestas predefinidas"
"CREATE_A_CANNED_RESPONSE": "Añadir a respuestas predefinidas",
"TRANSLATE": "Traducir"
}
},
"EMAIL_TRANSCRIPT": {
@@ -253,5 +254,29 @@
"BCC": "Bcc",
"CC": "Cc",
"SUBJECT": "Asunto"
},
"CONVERSATION_PARTICIPANTS": {
"SIDEBAR_MENU_TITLE": "Participar",
"SIDEBAR_TITLE": "Participantes de la conversación",
"NO_RECORDS_FOUND": "No se encontraron resultados",
"ADD_PARTICIPANTS": "Seleccionar participantes",
"REMANING_PARTICIPANTS_TEXT": "+%{count} más",
"REMANING_PARTICIPANT_TEXT": "+%{count} más",
"TOTAL_PARTICIPANTS_TEXT": "%{count} personas están participando.",
"TOTAL_PARTICIPANT_TEXT": "%{count} personas están participando.",
"NO_PARTICIPANTS_TEXT": "Nadie está participando!.",
"WATCH_CONVERSATION": "Abrir conversación",
"YOU_ARE_WATCHING": "Estás participando",
"API": {
"ERROR_MESSAGE": "No se pudo actualizar, ¡inténtelo de nuevo!",
"SUCCESS_MESSAGE": "¡Participantes actualizados!"
}
},
"TRANSLATE_MODAL": {
"TITLE": "Ver contenido traducido",
"DESC": "Puedes ver el contenido traducido en cada lenguaje.",
"ORIGINAL_CONTENT": "Contenido original",
"TRANSLATED_CONTENT": "Contenido traducido",
"NO_TRANSLATIONS_AVAILABLE": "No hay traducciones disponibles para este contenido"
}
}

View File

@@ -82,6 +82,7 @@
"conversation_creation": "Nueva conversación",
"conversation_assignment": "Conversación asignada",
"assigned_conversation_new_message": "Nuevo mensaje",
"participating_conversation_new_message": "Nuevo mensaje",
"conversation_mention": "Mención"
}
},

View File

@@ -28,6 +28,17 @@
"SAVING": "Guardando...",
"SAVED": "Guardado"
},
"ARTICLE_EDITOR": {
"IMAGE_UPLOAD": {
"TITLE": "Subir imagen",
"UPLOADING": "Subiendo...",
"SUCCESS": "Image uploaded successfully",
"ERROR": "Error while uploading image",
"ERROR_FILE_SIZE": "Image size should be less than {size}MB",
"ERROR_FILE_FORMAT": "Image format should be jpg, jpeg or png",
"ERROR_FILE_DIMENSIONS": "Image dimensions should be less than 2000 x 2000"
}
},
"ARTICLE_SETTINGS": {
"TITLE": "Ajustes del artículo",
"FORM": {

View File

@@ -14,6 +14,11 @@
"ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde",
"UNAUTH": "Nombre de usuario / Contraseña incorrecto. Inténtelo de nuevo"
},
"OAUTH": {
"GOOGLE_LOGIN": "Iniciar sesión con Google",
"BUSINESS_ACCOUNTS_ONLY": "Por favor, utiliza el correo electrónico de tu empresa para iniciar sesión",
"NO_ACCOUNT_FOUND": "No pudimos encontrar una cuenta para tu dirección de correo electrónico."
},
"FORGOT_PASSWORD": "¿Olvidaste tu contraseña?",
"CREATE_NEW_ACCOUNT": "Crear nueva cuenta",
"SUBMIT": "Iniciar sesión"

View File

@@ -79,7 +79,8 @@
"CONVERSATION_ASSIGNMENT": "Enviar notificaciones por correo electrónico cuando se me ha asignado una conversación",
"CONVERSATION_CREATION": "Enviar notificaciones por correo electrónico cuando se crea una nueva conversación",
"CONVERSATION_MENTION": "Enviar notificaciones por correo electrónico cuando sea mencionado en una conversación",
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envirar notificaciones por correo electrónico cuando un nuevo mensaje es creado en una conversación asignada"
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Envirar notificaciones por correo electrónico cuando un nuevo mensaje es creado en una conversación asignada",
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in a participating conversation"
},
"API": {
"UPDATE_SUCCESS": "Sus preferencias de notificación se actualizaron correctamente",
@@ -92,6 +93,7 @@
"CONVERSATION_CREATION": "Enviar notificaciones push cuando se crea una nueva conversación",
"CONVERSATION_MENTION": "Enviar notificaciones push cuando sea mencionado en una conversación",
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Enviar notificaciones push cuando un nuevo mensaja es creadao en una conversación asignada",
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in a participating conversation",
"HAS_ENABLED_PUSH": "Ha habilitado notificaciones push para este navegador.",
"REQUEST_PUSH": "Habilitar notificaciones push"
},
@@ -192,6 +194,7 @@
"CONVERSATIONS": "Conversaciones",
"ALL_CONVERSATIONS": "Todas las conversaciones",
"MENTIONED_CONVERSATIONS": "Menciones",
"PARTICIPATING_CONVERSATIONS": "Participar",
"UNATTENDED_CONVERSATIONS": "Desatendido",
"REPORTS": "Informes",
"SETTINGS": "Ajustes",
@@ -239,6 +242,7 @@
"DRAFT": "Borrador",
"ARCHIVED": "Archivado",
"CATEGORY": "Categoría",
"SETTINGS": "Ajustes",
"CATEGORY_EMPTY_MESSAGE": "No se encontraron categorías"
},
"SET_AUTO_OFFLINE": {

View File

@@ -5,6 +5,9 @@
"TESTIMONIAL_HEADER": "Todo lo que se necesita es un paso adelante",
"TESTIMONIAL_CONTENT": "Usted está a un paso de involucrar a sus clientes, conservarlos y encontrar nuevos.",
"TERMS_ACCEPT": "By creating an account, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Sign up with Google"
},
"COMPANY_NAME": {
"LABEL": "Nombre de la empresa",
"PLACEHOLDER": "Introduce el nombre de tu empresa, por ejemplo: Wayne Enterprises",