mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 17:00:42 +01:00
chore: minor l10n fixes (#974)
This commit is contained in:
parent
73800d3512
commit
9bc27fac4d
@ -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"
|
||||
|
@ -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 = "密碼"
|
||||
|
@ -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 = "密碼"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user