onix-core
Version:
Onix library core
25 lines (24 loc) • 877 B
JSON
{
"core": {
"save": "Save",
"send": "Send",
"cancel": "Cancel"
},
"datetime": {
"years": "{y,plural,one{# year} few{# years} many{# years} other{# years}}",
"months": "{m,plural,one{# month} few{# months} many{# months} other{# months}}",
"days": "{d,plural,one{# day} few{# days} many{# days} other{# days}}",
"hours": "{h,plural,one{# hour} few{# hours} many{# hours} other{# hours}}",
"minutes": "{i,plural,one{# minute} few{# minutes} many{# minutes} other{# minutes}}",
"seconds": "{s,plural,one{# second} few{# seconds} many{# seconds} other{# seconds}}"
},
"timer": {
"lessone": "less 1",
"isend": "time is up",
"empty": "---",
"days": "{d} d.",
"hours": "{h} h.",
"minutes": "{i} min.",
"seconds": "{s} sec."
}
}