mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 13:24:58 +08:00
add more context to allow better translation of 'max' in TL3 requirements
This commit is contained in:
parent
e301a89b3f
commit
baee5c95ac
|
@ -65,13 +65,13 @@
|
|||
<th>{{i18n admin.user.tl3_requirements.flagged_posts}}</th>
|
||||
<td><i {{bind-attr class=":fa met.flagged_posts:fa-check:fa-times"}}></i></td>
|
||||
<td>{{num_flagged_posts}}</td>
|
||||
<td>{{max_flagged_posts}} {{i18n max}}</td>
|
||||
<td>{{i18n max_of_count count=max_flagged_posts}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{i18n admin.user.tl3_requirements.flagged_by_users}}</th>
|
||||
<td><i {{bind-attr class=":fa met.flagged_by_users:fa-check:fa-times"}}></i></td>
|
||||
<td>{{num_flagged_by_users}}</td>
|
||||
<td>{{max_flagged_by_users}} {{i18n max}}</td>
|
||||
<td>{{i18n max_of_count count=max_flagged_by_users}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{i18n admin.user.tl3_requirements.likes_given}}</th>
|
||||
|
|
|
@ -136,7 +136,7 @@ en:
|
|||
daily: "daily"
|
||||
weekly: "weekly"
|
||||
every_two_weeks: "every two weeks"
|
||||
max: "max"
|
||||
max_of_count: "max of {{count}}"
|
||||
character_count:
|
||||
one: "{{count}} character"
|
||||
other: "{{count}} characters"
|
||||
|
|
Loading…
Reference in New Issue
Block a user