Skip to content

Commit

Permalink
Strings - components/feature/autofill/src/main/res/values-zh-rTW/stri…
Browse files Browse the repository at this point in the history
…ngs.xml
  • Loading branch information
runner committed Jul 8, 2021
1 parent 0ae18e0 commit 8034482
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@
<!-- Autofill: Negative button shown in dialog asking the user to confirm before autofilling
credentials in a third-part app (Also see string mozac_feature_autofill_confirmation_authenticity). -->
<string name="mozac_feature_autofill_confirmation_no">不要填入</string>

<!-- Autofill: When showing a list of logins to autofill in a third-party app, then this is the
last item in the list. When clicking it a new screen opens which allows the user to search for
a specific login. %1$s will be replaced with the name of the application (e.g. "Firefox") -->
<string name="mozac_feature_autofill_search_suggestions">搜尋儲存於 %1$s 的登入資訊</string>

<!-- Autofill: Hint shown in the text field used to search specific logins. Shown when the field
is empty and the user has not entered any text into it yet. -->
<string name="mozac_feature_autofill_search_hint">搜尋登入資訊</string>
</resources>

0 comments on commit 8034482

Please sign in to comment.