New Crowdin updates (#195)

This commit is contained in:
Riccardo Graziosi
2024-01-06 16:30:25 +01:00
committed by GitHub
parent b270ad1056
commit 7c2e679a29
22 changed files with 809 additions and 456 deletions

View File

@@ -1,204 +1,212 @@
es:
common:
validations:
required: '%{attribute} is required'
email: 'Invalid email'
url: 'Invalid URL'
password: 'Password must have at least %{n} characters'
password_mismatch: 'Password and password confirmation must match'
required: '%{attribute} es obligatorio'
email: 'Email invalido'
url: 'URL no válida'
password: 'La contraseña debe tener al menos %{n} caracteres'
password_mismatch: 'Las contraseñas no coinciden'
forms:
auth:
email: 'Email'
full_name: 'Full name'
password: 'Password'
password_confirmation: 'Password confirmation'
new_password: 'New password'
new_password_confirmation: 'New password confirmation'
current_password: 'Current password'
notifications_enabled: 'Notifications enabled'
notifications_enabled_help: "if disabled, you won't receive any notification"
remember_me: 'Remember me'
log_in: 'Log in'
sign_up: 'Sign up'
log_in_with: 'Log in with %{o_auth}'
sign_up_with: 'Sign up with %{o_auth}'
profile_settings: 'Profile settings'
update_profile: 'Update profile'
cancel_account: 'Cancel account'
forgot_password: 'Forgot your password?'
confirmation_instructions_not_received: "Didn't receive confirmation instructions?"
unlock_instructions_not_received: "Didn't receive unlock instructions?"
send_reset_password_instructions: 'Send me reset password instructions'
resend_confirmation_instructions: 'Resend confirmation instructions'
resend_unlock_instructions: 'Resend unlock instructions'
change_password: 'Change password'
password_help: '%{count} characters minimum'
email: 'Correo electrónico'
full_name: 'Nombre completo'
password: 'Contraseña'
password_confirmation: 'Confirmar contraseña'
new_password: 'Nueva contraseña'
new_password_confirmation: 'Confirmación de nueva contraseña'
current_password: 'Contraseña actual'
notifications_enabled: 'Notificaciones habilitadas'
notifications_enabled_help: "si está desactivado, no recibirás ninguna notificación"
remember_me: 'Recordar mis datos'
log_in: 'Iniciar sesión'
sign_up: 'Registrarse'
log_in_with: 'Iniciar sesión con %{o_auth}'
sign_up_with: 'Registrarse con %{o_auth}'
profile_settings: 'Configuración de perfil'
update_profile: 'Actualizar perfil'
cancel_account: 'Cancelar cuenta'
forgot_password: '¿Olvidó su contraseña?'
confirmation_instructions_not_received: "¿No has recibido las instrucciones de confirmación?"
unlock_instructions_not_received: "¿No has recibido las instrucciones de desbloqueo?"
send_reset_password_instructions: 'Envíame las instrucciones para restablecer la contraseña'
resend_confirmation_instructions: 'Reenviar instrucciones de confirmación'
resend_unlock_instructions: 'Reenviar las instrucciones de desbloqueo'
change_password: 'Cambiar contraseña'
password_help: '%{count} caracteres como mínimo'
comments_number:
one: '1 comment'
other: '%{count} comments'
no_status: 'No status'
loading: 'Loading...'
confirmation: 'Are you sure?'
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
edited: 'Edited'
enabled: 'Enabled'
disabled: 'Disabled'
copied: 'Copied!'
one: '1 comentario'
other: '%{count} comentarios'
no_status: 'Sin estado'
loading: 'Cargando...'
confirmation: '¿Está seguro?'
unsaved_changes: 'Los cambios se perderán si abandona esta página.'
edited: 'Editado'
enabled: 'Habilitado'
disabled: 'Deshabilitado'
copied: '¡Copiado!'
buttons:
new: 'New'
edit: 'Edit'
delete: 'Delete'
cancel: 'Cancel'
create: 'Create'
update: 'Save'
confirm: 'Confirm'
back: 'Back'
new: 'Nuevo'
edit: 'Editar'
delete: 'Borrar'
cancel: 'Cancelar'
create: 'Crear'
update: 'Guardar'
confirm: 'Confirmar'
back: 'Atrás'
test: 'Test'
datetime:
now: 'just now'
now: 'ahora mismo'
minutes:
one: '1 minute ago'
other: '%{count} minutes ago'
one: 'Hace 1 minuto'
other: 'Hace %{count} minutos'
hours:
one: '1 hour ago'
other: '%{count} hours ago'
one: 'hace 1 hora'
other: 'Hace %{count} horas'
days:
one: '1 day ago'
other: '%{count} days ago'
one: 'Hace 1 día'
other: 'hace %{count} días'
signup:
page_title: 'Create your feedback space'
step1:
title: '1. Create user account'
email_auth: 'Register with email'
email_auth: 'Registrar con e-mail'
step2:
title: '2. Create feedback space'
create_button: 'Create feedback space'
validations:
subdomain_already_taken: 'Sorry, this subdomain is not available'
subdomain_already_taken: 'Lo siento, este subdominio no está disponible'
step3:
title: "You're almost done!"
title: "¡Casi hemos terminado!"
message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
header:
menu:
site_settings: 'Site settings'
profile_settings: 'Profile settings'
sign_out: 'Sign out'
log_in: 'Log in / Sign up'
site_settings: 'Configuración del sitio'
profile_settings: 'Configuración de perfil'
sign_out: 'Cerrar sesión'
log_in: 'Iniciar sesión / Registrarse'
roadmap:
title: 'Roadmap'
title: 'Hoja de ruta'
pending_tenant:
title: 'Verify your email address'
title: 'Verifica tu correo electrónico'
message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!'
blocked_tenant:
title: 'This feedback space has been blocked'
board:
new_post:
submit_button: 'Submit feedback'
cancel_button: 'Cancel'
login_button: 'Log in / Sign up'
title: 'Title'
description: 'Description (optional)'
no_title: 'Title field is mandatory'
submit_success: 'Feedback published! You will be redirected soon...'
submit_error: 'An unknown error occurred, try again'
cancel_button: 'Cancelar'
login_button: 'Iniciar sesión / Registrarse'
title: 'Título'
description: 'Descripción (opcional)'
no_title: 'El campo Título es obligatorio'
submit_success: '¡Comentarios publicados! Serás redirigido pronto...'
submit_error: 'Se ha producido un error desconocido, por favor vuelve a intentarlo'
search_box:
title: 'Search'
title: 'Buscar'
filter_box:
title: 'Filter by status'
title: 'Filtrar por estado'
posts_list:
empty: 'There are no posts'
empty: 'Aún no hay publicaciones'
post:
edit_button: 'Edit'
published_by: 'Published by'
edit_button: 'Editar'
published_by: 'Publicado por'
post_status_select:
no_post_status: 'None'
no_post_status: 'Ninguno'
updates_box:
title: 'Updates'
empty: 'There are no updates yet'
status_change: 'changed status to'
empty: 'Aún no hay ninguna actualización'
status_change: 'estado cambiado a'
likes_box:
title: 'Likes'
empty: 'There are no likes yet'
empty: 'Todavía no hay "Me gusta"'
action_box:
title: 'Actions'
follow_button: 'Follow post'
following_description: "you're receiving notifications about new updates on this post"
not_following_description: "you won't receive notifications about this post"
follow_button: 'Seguir la publicación'
following_description: "estás recibiendo notificaciones sobre nuevas actualizaciones en esta publicación"
not_following_description: "no recibirás notificaciones sobre esta publicación"
comments:
title: 'Activity'
title: 'Actividad'
post_update_badge: 'Update'
reply_button: 'Reply'
reply_button: 'Responder'
new_comment:
body_placeholder: 'Leave a comment'
submit_button: 'Submit'
body_placeholder: 'Deja un comentario'
submit_button: 'Enviar'
is_post_update: 'Mark as update'
user_notification: 'Users that follow this post will be notified'
not_logged_in: 'You need to log in to post comments'
user_notification: 'Se notificará a los usuarios que sigan esta publicación'
not_logged_in: 'Necesitas iniciar sesión para publicar comentarios'
site_settings:
menu:
title: 'Site settings'
title: 'Configuración del sitio'
general: 'General'
boards: 'Boards'
boards: 'Tableros'
post_statuses: 'Statuses'
roadmap: 'Roadmap'
users: 'Users'
authentication: 'Authentication'
roadmap: 'Hoja de ruta'
users: 'Usuarios'
authentication: 'Autenticación'
info_box:
up_to_date: 'All changes saved'
error: 'An error occurred: %{message}'
dirty: 'Changes not saved'
up_to_date: 'Se han guardado todos los cambios'
error: 'Se ha producido un error: %{message}'
dirty: 'No se han guardado los cambios'
general:
title: 'General'
brand_setting_both: 'Both name and logo'
brand_setting_name: 'Name only'
brand_setting_logo: 'Logo only'
brand_setting_none: 'None'
brand_setting_both: 'Nombre y logotipo'
brand_setting_name: 'Solo el nombre'
brand_setting_logo: 'Sólo Logo'
brand_setting_none: 'Ninguno'
subtitle_header: 'Header'
collapse_boards_in_header_no_collapse: 'Nunca'
collapse_boards_in_header_always_collapse: 'Siempre'
subtitle_visibility: 'Visibilidad'
show_vote_count_help: 'If you enable this setting, users will be able to see the vote count of posts. This may incentivize users to vote on already popular posts, leading to a snowball effect.'
show_vote_button_in_board_help: 'If you enable this setting, users will be able to vote posts from the board page. This may incentivize users to vote on more posts, leading to a higher number of votes but of lower significance.'
boards:
title: 'Boards'
empty: 'There are no boards. Create one below!'
new: 'New'
title: 'Tableros'
empty: 'No hay tableros. ¡Crea uno abajo!'
new: 'Nuevo'
form:
name: 'Board name'
description: 'Board description (optional)'
name: 'Nombre del tablero'
description: 'Descripción del tablero (opcional)'
post_statuses:
title: 'Statuses'
empty: 'There are no statuses. Create one below!'
new: 'New'
new: 'Nuevo'
form:
name: 'Status name'
name: 'Nombre del estado'
roadmap:
title: 'Roadmap'
title2: 'Not in roadmap'
empty: 'The roadmap is empty.'
title: 'Hoja de ruta'
title2: 'No está en la hoja de ruta'
empty: 'La hoja de ruta está vacía.'
help: 'You can add statuses to the roadmap by dragging them from the section below. If you instead want to create a new status or change their order, go to Site settings > Statuses.'
users:
title: 'Users'
block: 'Block'
unblock: 'Unblock'
title: 'Usuarios'
block: 'Bloquear'
unblock: 'Desbloquear'
block_confirmation: "%{name} won't be able to log in until it is unblocked. Are you sure?"
unblock_confirmation: "%{name} will be able to log in and submit feedback. Are you sure?"
unblock_confirmation: "%{name} podrá iniciar sesión y enviar comentarios. ¿Está seguro?"
role_to_moderator_confirmation: "%{name} will be able to manage posts and users. Proceed only if you trust this person. Are you sure?"
role_to_admin_confirmation: "%{name} will have the same privileges as you, so they could even demote or block you. Proceed only if you really trust %{name}. Are you sure?"
role_user: 'User'
role_moderator: 'Moderator'
role_admin: 'Administrator'
status_active: 'Active'
status_blocked: 'Blocked'
status_deleted: 'Deleted'
role_user: 'Usuario'
role_moderator: 'Moderador'
role_admin: 'Administrador'
role_owner: 'Propietario'
status_active: 'Activo'
status_blocked: 'Bloqueado'
status_deleted: 'Eliminado'
authentication:
title: 'Authentication'
oauth_subtitle: 'OAuth providers'
copy_url: 'Copy URL'
title: 'Autenticación'
oauth_subtitle: 'Proveedores de OAuth'
copy_url: 'Copiar URL'
test_page:
title: '%{name} OAuth test results'
fetched_user_data: 'Fetched user data'
found: 'Found'
summary: 'Summary'
valid_configuration: 'This OAuth provider is configured correctly!'
valid_configuration: '¡Este proveedor de OAuth está configurado correctamente!'
warning_configuration: 'This OAuth provider is configured correctly, but a default name for users (%{name}) will be used.'
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
form:
title_new: 'New OAuth provider'
title_edit: 'Edit OAuth provider'
subtitle_oauth_config: 'OAuth configuration'
subtitle_user_profile_config: 'User profile configuration'
client_secret_help: 'hidden for security purposes'
title_new: 'Nuevo proveedor OAuth'
title_edit: 'Editar proveedor OAuth'
subtitle_oauth_config: 'Configuración OAuth'
subtitle_user_profile_config: 'Configuración de Perfil de usuario'
client_secret_help: 'oculto por motivos de seguridad'