1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-31 11:01:46 +02:00

zh-TW: Translation for src/android/aidl/changing.md (#803)

* add translation for android/aidl/changing.md

Co-authored-by: Addison Luh <hueich@users.noreply.github.com>

* addressing comments

---------

Co-authored-by: Addison Luh <hueich@users.noreply.github.com>
This commit is contained in:
cafeholyc 2023-08-13 23:16:05 -07:00 committed by GitHub
parent 8b873a850d
commit 77008687f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,7 @@ msgstr ""
#: src/SUMMARY.md:196 #: src/SUMMARY.md:196
msgid "Changing API" msgid "Changing API"
msgstr "" msgstr "改寫 API"
#: src/SUMMARY.md:197 src/SUMMARY.md:240 #: src/SUMMARY.md:197 src/SUMMARY.md:240
msgid "Logging" msgid "Logging"
@ -11777,14 +11777,14 @@ msgstr ""
#: src/android/aidl/changing.md:1 #: src/android/aidl/changing.md:1
msgid "# Changing API" msgid "# Changing API"
msgstr "" msgstr "# 改寫 API"
#: src/android/aidl/changing.md:3 #: src/android/aidl/changing.md:3
msgid "" msgid ""
"Let us extend the API with more functionality: we want to let clients " "Let us extend the API with more functionality: we want to let clients "
"specify a\n" "specify a\n"
"list of lines for the birthday card:" "list of lines for the birthday card:"
msgstr "" msgstr "讓我們為這個 API 擴充更多功能:我們想要讓用戶能在生日卡上指定幾行字:"
#: src/android/aidl/changing.md:6 #: src/android/aidl/changing.md:6
msgid "" msgid ""
@ -11798,6 +11798,15 @@ msgid ""
"}\n" "}\n"
"```" "```"
msgstr "" msgstr ""
"```java\n"
"package com.example.birthdayservice;\n"
"\n"
"/** 生日功能介面 */\n"
"interface IBirthdayService {\n"
" /** 生成一段生日快樂的祝賀訊息 */\n"
" String wishHappyBirthday(String name, int years, in String[] text);\n"
"}\n"
"```"
#: src/android/logging.md:1 src/bare-metal/aps/logging.md:1 #: src/android/logging.md:1 src/bare-metal/aps/logging.md:1
msgid "# Logging" msgid "# Logging"