chore: minor l10n fixes (#974)

This commit is contained in:
Diego Beraldin 2024-06-13 08:17:11 +02:00 committed by GitHub
parent 73800d3512
commit 9bc27fac4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

@ -107,7 +107,7 @@ internal val EnStrings =
override val manageSubscriptionsHeaderMulticommunities = "Multi-communities"
override val manageSubscriptionsHeaderSubscriptions = "Subscriptions"
override val messageEmptyComments =
"It\'s too silent there.\nWould you like to be the one who writes the first comment?"
"It\'s too silent here.\nWould you like to be the one who writes the first comment?"
override val messageEmptyList = "No items to display"
override val messageErrorLoadingComments = "An error has occurred loading comments."
override val messageGenericError = "Generic error"

View File

@ -121,7 +121,7 @@ internal val ZhHkStrings =
override val inboxSectionReplies = "回覆"
override val instanceDetailCommunities = "社區"
override val instanceDetailTitle = "網站:"
override val lang = "英文"
override val lang = "zh_HK"
override val loginFieldInstanceName = "網站名稱"
override val loginFieldLabelOptional = "(唔一定要)"
override val loginFieldPassword = "密碼"

View File

@ -51,7 +51,7 @@ internal val ZhTwStrings =
override val inboxSectionMessages = "訊息"
override val inboxSectionReplies = "回覆"
override val instanceDetailTitle = "網站:"
override val lang = "英文"
override val lang = "zh_TW"
override val loginFieldInstanceName = "網站名稱"
override val loginFieldLabelOptional = "(可選)"
override val loginFieldPassword = "密碼"

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="inbox_notification_title">Непрочитане ставке</string>
<string name="inbox_notification_content">Постоји %1$д непрочитаних ставки</string>
<string name="inbox_notification_content">Постоји %1$d непрочитаних ставки</string>
</resources>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="inbox_notification_title">未讀項目</string>
<string name="inbox_notification_content">有%1$d未讀項目</string>
</resources>