platform/packages/ui/lang/en.json
Alexander Platov 496113cdb5
Update and combine popup layout for select. Add svelte-check in presentation. (#845)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2022-01-20 10:18:24 +01:00

15 lines
507 B
JSON

{
"string": {
"EditBoxPlaceholder": "placeholder",
"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}}",
"ShowMore": "Show more",
"ShowLess": "Show less",
"Search": "Search",
"SearchDots": "Search...",
"Suggested": "Suggested"
}
}