ja constant
Implementation
static const Map<String,dynamic> ja = {
"number": {
"label": {
"amount": "金額",
"percent": "パーセント",
"percentage": "パーセンテージ"
},
"months": {
"few": "{}ヶ月",
"many": "{}ヶ月",
"one": "{}ヶ月",
"other": "{}ヶ月",
"two": "{}ヶ月",
"zero": "{}ヶ月"
},
"ordinal": {
"short": {
"first": {
"female": "第{num}位",
"male": "第{num}位",
"other": "第{num}位"
},
"others": {
"female": "第{num}位",
"male": "第{num}位",
"other": "第{num}位"
},
"second": {
"female": "第{num}位",
"male": "第{num}位",
"other": "第{num}位"
},
"third": {
"female": "第{num}位",
"male": "第{num}位",
"other": "第{num}位"
}
}
},
"years": {
"few": "{}年",
"many": "{}年",
"one": "{}年",
"other": "{}年",
"two": "{}年",
"zero": "{}年"
}
}
};