New translations strings.xml (Chinese Traditional)

This commit is contained in:
Eugen Rochko 2022-05-04 02:49:50 +02:00
parent 716b6b13b7
commit 66e23bf55e
1 changed files with 21 additions and 0 deletions

View File

@ -10,10 +10,13 @@
<string name="ok">確定</string>
<string name="preparing_auth">正在準備認證……</string>
<string name="finishing_auth">正在結束認證……</string>
<string name="user_boosted">%s 已轉嘟</string>
<string name="in_reply_to">回覆給 %s</string>
<string name="notifications">通知</string>
<string name="user_followed_you">已跟隨您</string>
<string name="user_sent_follow_request">傳送跟隨請求給您</string>
<string name="user_favorited">最愛了您的嘟文</string>
<string name="notification_boosted">轉嘟了您的嘟文</string>
<string name="poll_ended">投票已結束</string>
<string name="time_seconds">%d 秒</string>
<string name="time_minutes">%d 分</string>
@ -205,6 +208,7 @@
<string name="skip">跳過</string>
<string name="notification_type_follow">新的跟隨者</string>
<string name="notification_type_favorite">最愛</string>
<string name="notification_type_reblog">個轉嘟</string>
<string name="notification_type_mention">提及</string>
<string name="notification_type_poll">投票</string>
<string name="choose_account">選擇帳號</string>
@ -266,6 +270,8 @@
<string name="unfollowed_user">取消跟隨 %s</string>
<string name="followed_user">您現在開始跟隨 %s</string>
<string name="open_in_browser">在瀏覽器中開啟</string>
<string name="hide_boosts_from_user">隱藏來自 %s 的轉嘟</string>
<string name="show_boosts_from_user">顯示來自 %s 的轉嘟</string>
<string name="signup_reason">為什麼想要加入呢?</string>
<string name="signup_reason_note">這會協助我們審核您的申請。</string>
<string name="clear">清除</string>
@ -292,5 +298,20 @@
<string name="button_follow_pending">等待中</string>
<string name="follows_you">跟隨了您</string>
<string name="manually_approves_followers">手動審核跟隨者</string>
<string name="current_account">目前帳號</string>
<string name="log_out_account">登出 %s</string>
<!-- translators: %,d is a valid placeholder, it formats the number with locale-dependent grouping separators -->
<plurals name="x_followers">
<item quantity="other">%,d 個跟隨者</item>
</plurals>
<plurals name="x_following">
<item quantity="other">%,d 個跟隨中</item>
</plurals>
<plurals name="x_favorites">
<item quantity="other">%,d 個最愛</item>
</plurals>
<plurals name="x_reblogs">
<item quantity="other">%,d 個轉嘟</item>
</plurals>
<string name="timestamp_via_app">%1$s 透過 %2$s</string>
</resources>