-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Spanish translations #2292
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"1 Reply": "1 respuesta", | ||
"1 Thread Reply": "1 respuesta de hilo", | ||
"Allow access to your Gallery": "Permitir acceso a tu galería", | ||
"Also send to channel": "También enviar al canal", | ||
"Are you sure you want to permanently delete this message?": "¿Estás seguro de que deseas eliminar permanentemente este mensaje?", | ||
"Block User": "Bloquear usuario", | ||
"Cancel": "Cancelar", | ||
"Cannot Flag Message": "No se puede reportar el mensaje", | ||
"Copy Message": "Copiar mensaje", | ||
"Delete": "Eliminar", | ||
"Delete Message": "Eliminar mensaje", | ||
"Do you want to send a copy of this message to a moderator for further investigation?": "¿Deseas enviar una copia de este mensaje a un moderador para una investigación adicional?", | ||
"Edit Message": "Editar mensaje", | ||
"Editing Message": "Editando mensaje", | ||
"Emoji matching": "Coincidencia de emoji", | ||
"Empty message...": "Mensaje vacío...", | ||
"Error loading": "Error al cargar", | ||
"Error loading channel list...": "Error al cargar la lista de canales...", | ||
"Error loading messages for this channel...": "Error al cargar los mensajes de este canal...", | ||
"Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza", | ||
"File type not supported": "Tipo de archivo no admitido", | ||
"Flag": "Reportar", | ||
"Flag Message": "Reportar mensaje", | ||
"Flag action failed either due to a network issue or the message is already flagged": "El reporte falló debido a un problema de red o el mensaje ya fue reportado.", | ||
"Instant Commands": "Comandos instantáneos", | ||
"Links are disabled": "Los enlaces están desactivados", | ||
"Loading channels...": "Cargando canales...", | ||
"Loading messages...": "Cargando mensajes...", | ||
"Loading...": "Cargando...", | ||
"Message Reactions": "Reacciones al mensaje", | ||
"Message deleted": "Mensaje eliminado", | ||
"Message flagged": "Mensaje reportado", | ||
"Mute User": "Silenciar usuario", | ||
"Not supported": "No admitido", | ||
"Nothing yet...": "Aún no hay nada...", | ||
"Ok": "Aceptar", | ||
"Only visible to you": "Solo visible para ti", | ||
"Photo": "Foto", | ||
"Photos": "Fotos", | ||
"Photos and Videos": "Fotos y videos", | ||
"Pin to Conversation": "Fijar a la conversación", | ||
"Pinned by": "Fijado por", | ||
"Please enable access to your photos and videos so you can share them.": "Por favor, habilita el acceso a tus fotos y videos para poder compartirlos.", | ||
"Please select a channel first": "Por favor, selecciona primero un canal", | ||
"Reconnecting...": "Reconectando...", | ||
"Reply": "Responder", | ||
"Reply to Message": "Responder al mensaje", | ||
"Resend": "Reenviar", | ||
"Search GIFs": "Buscar GIFs", | ||
"Send a message": "Enviar un mensaje", | ||
"Sending links is not allowed in this conversation": "No está permitido enviar enlaces en esta conversación", | ||
"Slow mode ON": "Modo lento ACTIVADO", | ||
"The message has been reported to a moderator.": "El mensaje ha sido reportado a un moderador.", | ||
"Thread Reply": "Respuesta de hilo", | ||
"Unblock User": "Desbloquear usuario", | ||
"Unknown User": "Usuario desconocido", | ||
"Unmute User": "Activar sonido del usuario", | ||
"Unpin from Conversation": "Desmarcar de la conversación", | ||
"Unread Messages": "Mensajes no leídos", | ||
"Video": "Video", | ||
"You": "Tú", | ||
"You can't send messages in this channel": "No puedes enviar mensajes en este canal", | ||
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo", | ||
"{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}", | ||
"{{ replyCount }} Replies": "{{ replyCount }} Respuestas", | ||
"{{ replyCount }} Thread Replies": "{{ replyCount }} respuestas de hilo", | ||
"{{ user }} is typing": "{{ user }} está escribiendo", | ||
"Select More Photos": "Seleccionar más fotos", | ||
"🏙 Attachment...": "🏙 Adjunto...", | ||
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "El archivo supera el tamaño máximo permitido. Por favor, selecciona un archivo menor a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB." | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just added a new translations for
Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.
and there is one coming forSelect More Photos
in https://github.com/GetStream/stream-chat-react-native/pull/2291/files.Can you please add them? Thanks 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem. Done 👍