feat(ChooseAppAndEventSubstep): add translations

This commit is contained in:
Ali BARIN
2022-10-03 19:44:26 +02:00
parent 3b8a12810c
commit d236494c0b
2 changed files with 15 additions and 6 deletions

View File

@@ -51,6 +51,12 @@
"flowEditor.noTestDataMessage": "Create a sample in the associated service and test the step again.",
"flowEditor.testAndContinue": "Test & Continue",
"flowEditor.continue": "Continue",
"flowEditor.chooseApp": "Choose an app",
"flowEditor.chooseEvent": "Choose an event",
"flowEditor.pollIntervalLabel": "Poll interval",
"flowEditor.pollIntervalValue": "Every {minutes} minutes",
"flowEditor.triggerEvent": "Trigger event",
"flowEditor.actionEvent": "Action event",
"flow.createdAt": "created {datetime}",
"flow.updatedAt": "updated {datetime}",
"flow.view": "View",
@@ -77,4 +83,4 @@
"profileSettings.updatePassword": "Update password",
"notifications.title": "Notifications",
"notification.releasedAt": "Released {relativeDate}"
}
}