better dialog, actually working dontAskAgain
This commit is contained in:
parent
c9a4aee954
commit
e4b44f8c7b
4 changed files with 120 additions and 104 deletions
|
|
@ -1227,18 +1227,25 @@
|
|||
"unit": {
|
||||
"days": "{0} day | {0} days",
|
||||
"days_short": "{0}d",
|
||||
"days_suffix": "day(s)",
|
||||
"hours": "{0} hour | {0} hours",
|
||||
"hours_short": "{0}h",
|
||||
"hours_suffix": "hour(s)",
|
||||
"minutes": "{0} minute | {0} minutes",
|
||||
"minutes_short": "{0}min",
|
||||
"minutes_suffix": "minute(s)",
|
||||
"months": "{0} month | {0} months",
|
||||
"months_short": "{0}mo",
|
||||
"months_suffix": "month(s)",
|
||||
"seconds": "{0} second | {0} seconds",
|
||||
"seconds_short": "{0}s",
|
||||
"seconds_suffix": "second(s)",
|
||||
"weeks": "{0} week | {0} weeks",
|
||||
"weeks_short": "{0}w",
|
||||
"weeks_suffix": "week(s)",
|
||||
"years": "{0} year | {0} years",
|
||||
"years_short": "{0}y"
|
||||
"years_short": "{0}y",
|
||||
"years": "year(s)"
|
||||
},
|
||||
"in_future": "in {0}",
|
||||
"in_past": "{0} ago",
|
||||
|
|
@ -1392,8 +1399,11 @@
|
|||
"mute_confirm": "Do you really want to mute {user}?",
|
||||
"mute_confirm_accept_button": "Mute",
|
||||
"mute_confirm_cancel_button": "Do not mute",
|
||||
"expire_at": "Expire at",
|
||||
"dont_ask_again": "Do not ask again",
|
||||
"expire_in": "Expire in",
|
||||
"expire_mute_message": "Are you sure you want to mute {0}?",
|
||||
"expire_block_message": "Are you sure you want to block {0}?",
|
||||
"dont_ask_again_mute": "Always mute users this way",
|
||||
"dont_ask_again_block": "Always block users this way",
|
||||
"mute_block_temporarily": "Temporarily",
|
||||
"mute_block_forever": "Forever",
|
||||
"mute_duration_prompt": "Mute this user for (0 for indefinite time):",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue