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:
parent
8b873a850d
commit
77008687f2
15
po/zh-TW.po
15
po/zh-TW.po
@ -644,7 +644,7 @@ msgstr ""
|
||||
|
||||
#: src/SUMMARY.md:196
|
||||
msgid "Changing API"
|
||||
msgstr ""
|
||||
msgstr "改寫 API"
|
||||
|
||||
#: src/SUMMARY.md:197 src/SUMMARY.md:240
|
||||
msgid "Logging"
|
||||
@ -11777,14 +11777,14 @@ msgstr ""
|
||||
|
||||
#: src/android/aidl/changing.md:1
|
||||
msgid "# Changing API"
|
||||
msgstr ""
|
||||
msgstr "# 改寫 API"
|
||||
|
||||
#: src/android/aidl/changing.md:3
|
||||
msgid ""
|
||||
"Let us extend the API with more functionality: we want to let clients "
|
||||
"specify a\n"
|
||||
"list of lines for the birthday card:"
|
||||
msgstr ""
|
||||
msgstr "讓我們為這個 API 擴充更多功能:我們想要讓用戶能在生日卡上指定幾行字:"
|
||||
|
||||
#: src/android/aidl/changing.md:6
|
||||
msgid ""
|
||||
@ -11798,6 +11798,15 @@ msgid ""
|
||||
"}\n"
|
||||
"```"
|
||||
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
|
||||
msgid "# Logging"
|
||||
|
Loading…
x
Reference in New Issue
Block a user