Skip to content
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

Translation to Spanish (1065 + 1087 Words) ch19-00 and ch19-01 #85

Merged
merged 5 commits into from
Feb 20, 2018

Conversation

Santu41
Copy link

@Santu41 Santu41 commented Feb 20, 2018

I am a utopian translator and I am working on this project since last week, I hope to continue doing it to help and make it grow. in this instance my contribution is 1065 + 1087 words. 👍

In this contribution I translated 338 words into the project.
In this contribution I translated 727 words into the project.
In this contribution I translated 1087 words into the project.
@Santu41 Santu41 changed the title Translation to Spanish (1065 Words) ch19-00 and ch19-01 Translation to Spanish (1065 + 1087 Words) ch19-00 and ch19-01 Feb 20, 2018
cinco temas principales: Inseguro, Vidas, Rasgos, Tipos, Funciones y
Cierres Sin embargo, no estoy convencido de que sea ideal, así que pensé que podríamos
incluir un ToC en la parte superior de este capítulo para que el lector pueda usarlo como
referencia cuando encuentren algo que no puedan descifrar. Qué es lo que tú
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revise in whole document, spanish punctuation marks have an equivalent ? for opening ¿

puede ocurrir, por ejemplo la desreferenciación de indicadores nulos,


Hay otra razón por la cual Rust tiene un alter ego inseguro: el hardware subyacente de
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

el hardware que los ordenadores tienen por debajo no es seguro per se

@@ -101,42 +116,49 @@ let r1 = &num as *const i32;
let r2 = &mut num as *mut i32;
```

<span class="caption">Listing 19-1: Creating raw pointers from references</span>
<span class="caption">Listing 19-1: Crear indicadores crudos a partir de referencias</span>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raw is better translated to bruto

memory address</span>
<span class="caption">Listing 19-2: Crear un indicador sin formato a una dirección arbitraria de memoria</span>

Recuerde que dijimos que puede crear indicadores crudos en
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brutos (please review whole document for this raw thingy)


<!-- Above -- so what is the difference, when and why would we ever use the
unsafe function? -->
<!-- Tried to clarify /Carol -->

Here’s an unsafe function named `dangerous` that doesn’t do anything in its
body:
Aquí hay una función insegura llamada `dangerous` que no hace nada en su cuerpo:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be lot to ask to translate 'dangerous' by 'peligrosa'? Would be easier to read

to Rust that we’ve read the documentation for this function, we understand how
to use it properly, and we’ve verified that everything is correct.
Al insertar el bloque `unsafe` alrededor de nuestra llamada a `dangerous`,
estamos afirmandoa Rust que hemos leído la documentación para esta función,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

afirmando


If we try to compile this, we’ll get an error:
Luego devolvemos dos rebanadas mutables en una tupla:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebanadas -> trozos (please revise whole document)

@Santu41
Copy link
Author

Santu41 commented Feb 20, 2018

Solved!

@thecodix thecodix merged commit 1dce7f1 into thecodix:master Feb 20, 2018
@thecodix
Copy link
Owner

Perfect, merged!

@thecodix
Copy link
Owner

I reopened this since the translation is not complete and needs more work (specially coding examples)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants