File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2149,12 +2149,18 @@ msgid ""
21492149"see [RGB color format & calculation](https://www.rapidtables.com/web/color/"
21502150"RGB_Color.html#rgb-format)."
21512151msgstr ""
2152+ "La fórmula para calcular un color en el espacio de color RGB es: `RGB = "
2153+ "(R*65536)+(G*256)+B, (cuando R es ROJO, G es VERDE y B es AZUL)`. Para más "
2154+ "ver [Formato de color RGB y su cálculo](https://www.rapidtables.com/web/color/"
2155+ "RGB_Color.html#rgb-format)."
21522156
21532157#: src/hello/print/fmt.md:86
21542158msgid ""
21552159"You [may need to list each color more than once](https://doc.rust-lang.org/"
21562160"std/fmt/#named-parameters)."
21572161msgstr ""
2162+ "Puede que [necesites enumerar cada color más de una vez](https://doc.rust-lang.org/"
2163+ "std/fmt/#named-parameters)."
21582164
21592165#: src/hello/print/fmt.md:87
21602166msgid ""
You can’t perform that action at this time.
0 commit comments