Skip to content

Commit

Permalink
Start translation work
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Jun 27, 2022
1 parent ad51ff7 commit 4967a3f
Show file tree
Hide file tree
Showing 9 changed files with 456 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

compiled-lang/
30 changes: 30 additions & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"report.fetchError": {
"defaultMessage": "Error fetching report",
"description": "Error message for error fetching report"
},
"report.heading": {
"defaultMessage": "NeTEx validation report",
"description": "Report heading"
},
"report.noValidationIssuesBanner.text": {
"defaultMessage": "The validation report contains no issues.",
"description": "Text for no validation issues banner"
},
"report.noValidationIssuesBanner.title": {
"defaultMessage": "No validation issues",
"description": "Title for no validation issues banner"
},
"report.preamble.codespaceLabel": {
"defaultMessage": "Codespace",
"description": "Label for codespace in report preamble"
},
"report.preamble.createdLabel": {
"defaultMessage": "Created",
"description": "Label for creation date in report preamble"
},
"report.preamble.reportIdLabel": {
"defaultMessage": "Report ID",
"description": "Label for report ID in report preamble"
}
}

0 comments on commit 4967a3f

Please sign in to comment.