platform/packages/ui/lang/en.json

28 lines
1.1 KiB
JSON
Raw Normal View History

{
"string": {
"EditBoxPlaceholder": "placeholder",
"Ok": "Ok",
"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",
"TimeTooltip": "{value}",
"None": "None",
"NotSelected": "Not selected",
"Today": "Today",
"English": "English",
"Russian": "Russian",
"MinutesBefore": "{minutes, plural, =1 {a minute before} other {# minutes before}}",
"HoursBefore": "{hours, plural, =1 {an hour before} other {# hours before}}",
"DaysBefore": "{days, plural, =1 {a day before} other {# days before}}",
"MinutesAfter": "{minutes, plural, =1 {in a minute} other {in # minutes}}",
"HoursAfter": "{hours, plural, =1 {in an hour} other {in # hours}}",
"DaysAfter": "{days, plural, =1 {in a day} other {in # days}}"
}
}