flutter: intl: Add strings
This commit is contained in:
parent
7a0115c720
commit
230322b8a0
|
@ -639,5 +639,13 @@
|
||||||
"fast": "Fast",
|
"fast": "Fast",
|
||||||
"@fast": {
|
"@fast": {
|
||||||
"description": "Fast"
|
"description": "Fast"
|
||||||
|
},
|
||||||
|
"none": "None",
|
||||||
|
"@none": {
|
||||||
|
"description": "None"
|
||||||
|
},
|
||||||
|
"theme": "Theme",
|
||||||
|
"@theme": {
|
||||||
|
"description": "Theme"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,5 +160,6 @@
|
||||||
"slow": "慢速",
|
"slow": "慢速",
|
||||||
"medium": "中速",
|
"medium": "中速",
|
||||||
"fast": "快速",
|
"fast": "快速",
|
||||||
"none": "无"
|
"none": "无",
|
||||||
|
"theme": "主题"
|
||||||
}
|
}
|
Loading…
Reference in New Issue