mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Fix pluralization issue
This commit is contained in:
parent
3b8146eed4
commit
c8e3622d40
3 changed files with 8 additions and 4 deletions
|
|
@ -913,7 +913,7 @@ Die Quest-Schriftrolle wird an den Quest-Besitzer zurückgegeben.</string>
|
|||
<string name="remaining_1month">1 Monat verbleibend</string>
|
||||
<string name="ago_weeks">vor %d Wochen</string>
|
||||
<string name="ago_1week">vor einer Woche</string>
|
||||
<string name="ago_months">vor %d Monat(en)</string>
|
||||
<string name="ago_months">vor %d Monaten</string>
|
||||
<string name="ago_1month">vor einem Monat</string>
|
||||
<string name="gems_gift_description">Möchtest Du jemandem eine glänzende Edelsteinbeute zuteil werden lassen\?</string>
|
||||
<string name="empty_description_todos_filtered">Mit Deinen aktuellen Filtern sind keine To-Dos sichtbar.</string>
|
||||
|
|
|
|||
|
|
@ -916,7 +916,7 @@
|
|||
<string name="remaining_1month">1 month remaining</string>
|
||||
<string name="ago_weeks">%dw ago</string>
|
||||
<string name="ago_1week">1w ago</string>
|
||||
<string name="ago_months">%d month ago</string>
|
||||
<string name="ago_months">%d months ago</string>
|
||||
<string name="ago_1month">1 month ago</string>
|
||||
<string name="skill_progress_title">Using Skill</string>
|
||||
<string name="authentication_error_body">Your Username and/or Password was incorrect.</string>
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
<string name="quest_cancel_message">Are you sure you want to cancel this quest? All invitation acceptances will be lost. The quest owner will retain possession of the quest scroll.</string>
|
||||
<string name="quest_begin_message">Are you sure? Only %1$d of your %2$d party members have joined this quest! Quests start automatically when all players have joined or rejected the invitation.</string>
|
||||
<string name="ago_1month">1 month ago</string>
|
||||
<string name="ago_months">%d month ago</string>
|
||||
<string name="ago_months">%d months ago</string>
|
||||
<string name="ago_1week">1w ago</string>
|
||||
<string name="ago_weeks">%dw ago</string>
|
||||
<string name="ago_1day">1d ago</string>
|
||||
|
|
@ -1130,6 +1130,10 @@
|
|||
<string name="claim_x_gems">Claim %d Gems</string>
|
||||
<string name="g1g1_promo_info_prompt">In honor of the season of giving we\'re bringing back a very special promotion. Now when you gift somebody a subscription, you get the same sub for yourself for free!</string>
|
||||
<string name="g1g1_promo_info_instructions">Tap ‘Gift a Subscription’ and type in the username of the account you’d like to gift to. From there, pick the sub length you’d like to gift and check out. Your account will automatically be rewarded with the same level of subscription you just gifted.</string>
|
||||
<string name="g1g1_promo_info_limitations">This is a limited time event that starts on %s (12:00 UTC) and will end %s (00:00 UTC). This promotion only applies when you gift to another Habitican. If you or your gift recipient already have a subscription, the gifted subscription will add months of credit that will only be used after the current subscription is cancelled or expires.</string>
|
||||
<string name="g1g1_promo_info_limitations">This is a limited time event that starts on %s (13:00 UTC) and will end %s (01:00 UTC). This promotion only applies when you gift to another Habitican. If you or your gift recipient already have a subscription, the gifted subscription will add months of credit that will only be used after the current subscription is cancelled or expires.</string>
|
||||
<string name="gift_one_get_one_purchase_banner">Gift a sub and get a sub for free until %s</string>
|
||||
<string name="one_month_one_time">1 month one-time subscription</string>
|
||||
<string name="three_months_one_time">3 month one-time subscription</string>
|
||||
<string name="six_months_one_time">6 month one-time subscription</string>
|
||||
<string name="twelve_months_one_time">12 month one-time subscription</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue