Skip to content

Commit 021ecec

Browse files
committed
unbork failing tests
1 parent e56a47b commit 021ecec

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

po/es.po

+20-21
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
""
1+
msgid ""
22
msgstr ""
33
"Project-Id-Version: Rust By Example\n"
44
"POT-Creation-Date: 2025-01-30T21:37:19-06:00\n"
5-
"PO-Revision-Date: 2025-01-30 21:37-0600\n"
5+
"PO-Revision-Date: 2025-01-30 21:37-06:00\n"
66
"Last-Translator: mrg <[email protected]>\n"
77
"Language-Team: Spanish <[email protected]>\n"
88
"MIME-Version: 1.0\n"
@@ -885,7 +885,7 @@ msgid ""
885885
"[Attributes](attribute.md) - An attribute is metadata applied to some "
886886
"module, crate or item."
887887
msgstr ""
888-
[Atributos](attribute.md) - Un atributo son metadatos aplicados a algún "
888+
"[Atributos](attribute.md) - Un atributo son metadatos aplicados a algún "
889889
"módulo, crate o ítem."
890890

891891
#: src/index.md:40
@@ -1109,7 +1109,7 @@ msgid ""
11091109
msgstr ""
11101110
"/*\n"
11111111
" Nota: la columna anterior a `*` es completamente por estilo. No hay\n"
1112-
" hay necesidad real para ello. \ N"
1112+
" hay necesidad real para ello. \n"
11131113
" */"
11141114

11151115
#: src/hello/comment.md:37
@@ -1128,7 +1128,7 @@ msgstr ""
11281128

11291129
#: src/hello/comment.md:41
11301130
msgid "\"Is `x` 10 or 100? x = {}\""
1131-
msgstr "\"¿Es `x` 10 ó 100?" x = {}\""
1131+
msgstr "\"¿Es `x` 10 ó 100? x = {}\""
11321132

11331133
#: src/hello/comment.md:45 src/hello/print.md:103
11341134
#: src/hello/print/print_debug.md:75 src/hello/print/print_display.md:118
@@ -1259,7 +1259,7 @@ msgstr "\"{0}, esto es {1}. {1}, este es {0}\""
12591259

12601260
#: src/hello/print.md:26 src/scope/move/partial_move.md:31
12611261
msgid "\"Alice\""
1262-
msgstr "\"Alice""
1262+
msgstr "\"Alice\""
12631263

12641264
#: src/hello/print.md:26 src/flow_control/for.md:65 src/flow_control/for.md:85
12651265
#: src/flow_control/for.md:104
@@ -1358,7 +1358,7 @@ msgstr ""
13581358

13591359
#: src/hello/print.md:48
13601360
msgid "\"{number:0<5}\""
1361-
msgstr ""\"{numero:0<5}\""
1361+
msgstr "\"{numero:0<5}\""
13621362

13631363
#: src/hello/print.md:48
13641364
msgid "// 10000\n"
@@ -1372,7 +1372,7 @@ msgstr ""
13721372

13731373
#: src/hello/print.md:51
13741374
msgid "\"{number:0>width$}\""
1375-
msgstr ""\"{numero:0>ancho$}\""
1375+
msgstr "\"{numero:0>ancho$}\""
13761376

13771377
#: src/hello/print.md:53
13781378
msgid ""
@@ -1536,7 +1536,7 @@ msgstr ""
15361536
"Todos los tipos que quieren usar los traits de `std::fmt` requieren una"
15371537
"implementación para ser imprimible. Las implementaciones automáticas solo se proporcionan"
15381538
"para tipos como en la biblioteca `std`. Todos los demás tipos _deben_ ser manualmente "
1539-
"implementados de alguna manera".
1539+
"implementados de alguna manera."
15401540

15411541
#: src/hello/print/print_debug.md:8
15421542
msgid ""
@@ -1581,13 +1581,12 @@ msgid ""
15811581
"// Put a `Structure` inside of the structure `Deep`. Make it printable\n"
15821582
"// also.\n"
15831583
msgstr ""
1584-
"// Ponga una `Structure` dentro de la estructura `Deep`. Házlo imprimible \ n"
1585-
"// también. \ n"
1584+
"// Ponga una `Structure` dentro de la estructura `Deep`. Házlo imprimible \n"
1585+
"// también.\n"
15861586

15871587
#: src/hello/print/print_debug.md:37
15881588
msgid "// Printing with `{:?}` is similar to with `{}`.\n"
1589-
msgstr ""
1590-
msgid "// Imprimir con `{:?}` es similar a imprimir con `{}`.\n"
1589+
msgstr "// Imprimir con `{:?}` es similar a imprimir con `{}`.\n"
15911590

15921591
#: src/hello/print/print_debug.md:38
15931592
msgid "\"{:?} months in a year.\""
@@ -1689,7 +1688,7 @@ msgid ""
16891688
"// manually for the type.\n"
16901689
msgstr ""
16911690
"// Para usar el marcador `{}`, el trait `fmt::Display` debe implementarse\n"
1692-
"// manualmente para el tipo. \ n"
1691+
"// manualmente para el tipo. \n"
16931692

16941693
#: src/hello/print/print_display.md:19
16951694
msgid "// This trait requires `fmt` with this exact signature.\n"
@@ -1735,8 +1734,8 @@ msgid ""
17351734
"should it be? Would it be either of these two?"
17361735
msgstr ""
17371736
"`fmt::Display` puede ser más limpio que `fmt::Debug` pero esto presenta un problema"
1738-
"para la biblioteca `std`. ¿Cómo se deben mostrar los tipos ambiguos? Por ejemplo, ",
1739-
"si la biblioteca `std` implementó un sólo estilo para todos `Vec<T>`, ¿qué estilo "
1737+
"para la biblioteca `std`. ¿Cómo se deben mostrar los tipos ambiguos? Por ejemplo, "
1738+
"si la biblioteca `std` implementó un sólo estilo para todos los `Vec<T>`, ¿qué estilo "
17401739
"debería ser? ¿Sería cualquiera de estos dos?"
17411740

17421741
#: src/hello/print/print_display.md:35
@@ -1779,7 +1778,7 @@ msgid ""
17791778
msgstr ""
17801779
"// Una estructura que contiene dos números. Se derivará `Debug` para que los resultados"
17811780
"puedan"
1782-
"// ser contrastados con `Display`. \ n "
1781+
"// ser contrastados con `Display`.\n"
17831782

17841783
#: src/hello/print/print_display.md:53
17851784
msgid "// Implement `Display` for `MinMax`.\n"
@@ -1799,7 +1798,7 @@ msgstr "// Define una estructura donde los campos se puedan nombrar para compara
17991798

18001799
#: src/hello/print/print_display.md:68
18011800
msgid "// Similarly, implement `Display` for `Point2D`.\n"
1802-
msgstr "// Similarmente, implementa `Display` para `Point2D`"
1801+
msgstr "// Similarmente, implementa `Display` para `Point2D`.\n"
18031802

18041803
#: src/hello/print/print_display.md:72
18051804
msgid "// Customize so only `x` and `y` are denoted.\n"
@@ -1836,8 +1835,8 @@ msgid ""
18361835
" // println!(\"What does Point2D look like in binary: {:b}?\", point);\n"
18371836
msgstr ""
18381837
"// Error. Ambos `Debug` y `Display` fueron implementados, pero `{:b}`\n"
1839-
" // requiere implementar `fmt::Binary`. Esto no funcionará. \ n "
1840-
" // println!(\"¿Cómo se ve el Punto2D en binario: {:b}? \", point);\n"
1838+
" // requiere implementar `fmt::Binary`. Esto no funcionará.\n"
1839+
" // println!(\"¿Cómo se ve el Punto2D en binario: {:b}?\", point);\n"
18411840

18421841
#: src/hello/print/print_display.md:103
18431842
msgid ""
@@ -2009,7 +2008,7 @@ msgid ""
20092008
"instance."
20102009
msgstr ""
20112010
"Esta funcionalidad de formato se implementa a través de traits, y hay "
2012-
"trait para cada tipo de argumento. El trait de formato más común es la `Display`, ",
2011+
"trait para cada tipo de argumento. El trait de formato más común es la `Display`, "
20132012
"que maneja casos en los que el tipo de argumento se deja sin especificar: `{}`, por ejemplo."
20142013

20152014
#: src/hello/print/fmt.md:21

0 commit comments

Comments
 (0)