From c4ce7b498e606d71288884ebe8c51a38b8ebbf17 Mon Sep 17 00:00:00 2001 From: Hank Chen Date: Thu, 1 Jun 2023 08:03:49 +0800 Subject: [PATCH] zh-Hant: translation for src/generics.md (#723) * zh-Hant: translation for src/generics.md * zh-Hant: add English name of Generics in src/generics.md * zh-Hant: update style of translation in src/generics.md * zh-Hant: update translation in src/generics.md --- po/zh-Hant.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/po/zh-Hant.po b/po/zh-Hant.po index 9df6f1ed..6ca14f79 100644 --- a/po/zh-Hant.po +++ b/po/zh-Hant.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Comprehensive Rust 🦀\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2023-05-26 15:20+0200\n" -"Last-Translator: Martin Geisler \n" +"PO-Revision-Date: 2023-05-31 10:40+0800\n" +"Last-Translator: Hank Chen \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -7257,7 +7257,7 @@ msgstr "" #: src/generics.md:1 msgid "# Generics" -msgstr "" +msgstr "# 泛型" #: src/generics.md:3 msgid "" @@ -7265,6 +7265,8 @@ msgid "" "sorting)\n" "over the types used in the algorithm." msgstr "" +"Rust 支援泛型 (Generics),因此可以將一個演算法 (例如:排序) 抽象化而不需要依" +"賴特定型別。" #: src/generics/data-types.md:1 msgid "# Generic Data Types"