From d5e460fddd102e15e1c08e4c67da0f163a80bd88 Mon Sep 17 00:00:00 2001 From: HangDu <31265902+HangDu1995@users.noreply.github.com> Date: Sat, 24 Jun 2023 18:58:13 -0700 Subject: [PATCH] zh-CN: Translation for src/exercises/day-2/afternoon.md (#875) Co-authored-by: Hang Du --- po/zh-CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/zh-CN.po b/po/zh-CN.po index ea837fdc..d114ddb9 100644 --- a/po/zh-CN.po +++ b/po/zh-CN.po @@ -7587,11 +7587,11 @@ msgstr "" #: src/exercises/day-2/afternoon.md:1 msgid "# Day 2: Afternoon Exercises" -msgstr "" +msgstr "# 第二天下午习题" #: src/exercises/day-2/afternoon.md:3 msgid "The exercises for this afternoon will focus on strings and iterators." -msgstr "" +msgstr "今天下午的习题将重点关注字符串(string)和迭代器(iterator)。" #: src/exercises/day-2/luhn.md:1 msgid "# Luhn Algorithm"