1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-18 05:37:52 +02:00

ko: refresh translation for cargo (#943)

Part of #925.
This commit is contained in:
Martin Geisler 2023-07-14 12:13:53 +02:00 committed by GitHub
parent c74759b5c1
commit 2e45cd95ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1589,11 +1589,17 @@ msgstr "만약 개인용 컴퓨터에서 코드를 실행해보려면 먼저 러
msgid ""
"```shell\n"
"% rustc --version\n"
"rustc 1.61.0 (fe5b13d68 2022-05-18)\n"
"rustc 1.69.0 (84c898d65 2023-04-16)\n"
"% cargo --version\n"
"cargo 1.61.0 (a028ae4 2022-04-29)\n"
"cargo 1.69.0 (6e9a83356 2023-04-12)\n"
"```"
msgstr ""
"```shell\n"
"% rustc --version\n"
"rustc 1.69.0 (84c898d65 2023-04-16)\n"
"% cargo --version\n"
"cargo 1.69.0 (6e9a83356 2023-04-12)\n"
"```"
#: src/cargo/running-locally.md:15
msgid ""
@ -14130,7 +14136,6 @@ msgid ""
"```"
msgstr ""
#: src/basic-syntax/scalar-types.md:21
msgid "There are a few syntaxes which are not shown above:"
msgstr "위에 표시되지 않은 몇 가지 문법이 있습니다."