Files
Reactive-Resume/src/i18n/locales/ar/app/app.json
T
2020-03-30 17:53:42 +05:30

26 lines
495 B
JSON

{
"heading": {
"placeholder": "Heading"
},
"item": {
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date",
"placeholder": "March 2018"
},
"endDate": {
"label": "End Date",
"placeholder": "March 2022"
},
"description": {
"label": "Description"
}
},
"buttons": {
"add": {
"label": "Add"
}
},
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
}