platform/packages/ui/lang/en.json
Alexander Platov f5aa8249dc
Move and update ShowMore. Limits in CommentPresenter. (#690)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2021-12-21 10:12:20 +01:00

12 lines
403 B
JSON

{
"string": {
"Cancel": "Cancel",
"Minutes": "{minutes, plural, =0 {less than a minute ago} =1 {a minute ago} other {# minutes ago}}",
"Hours": "{hours, plural, =0 {less than an hour ago} =1 {an hour ago} other {# hours ago}}",
"Days": "{days, plural, =0 {today} =1 {yesterday} other {# days ago}}",
"Clear": "Clear",
"ShowMore": "Show more",
"ShowLess": "Show less"
}
}