platform/packages/ui/lang/en.json
Andrey Platov 1211a36cd4
TimeSince and ui strings
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-11 15:18:54 +02:00

9 lines
322 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}"
}
}