-
Notifications
You must be signed in to change notification settings - Fork 59
fix: Translation texts for Add Data Source and SAPUI5 Model title and subtitle #4573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 6 commits
42cb023
a556da0
78592af
4de2bd6
6c39450
ccf3e79
6922d07
682e87d
597a68e
68afc9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@sap-ux/adp-tooling": patch | ||
| "@sap-ux/generator-adp": patch | ||
| --- | ||
|
|
||
| fix: Translation texts for Add Data Source and SAPUI5 Model title and subtitle |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -70,7 +70,7 @@ | |||||
| "missingIconOrTitleOrSubtitle": "At least one of the Title, Subtitle, or Icon fields must have a value.", | ||||||
| "fileDoesNotExist": "This file does not exist.", | ||||||
| "annotationFileAlreadyExists": "There is already an annotation file with the same name. Please choose another file or rename the file and select it again.", | ||||||
| "errorDuplicatedValueOData": "An OData annotation or service with the same name was already added to the project. Rename and try again.", | ||||||
| "errorDuplicatedValueOData": "Data Source and SAPUI5 model with the same name were already added to the project. Rename and try again.", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed in: 6922d07 |
||||||
| "errorDuplicatedValueSapui5Model": "An SAPUI5 model with the same name was already added to the project. Rename and try again.", | ||||||
| "errorDuplicateValueComponentId": "A component usage with the same name was already added to the project. Rename and try again.", | ||||||
| "errorDuplicateValueLibrary": "A library with the same name was already added to the project. Rename and try again.", | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,8 +13,8 @@ | |||||
| "deployConfigDescr": "Configure deployment settings.", | ||||||
| "addComponentUsagesName": "Add SAPUI5 Component Usages", | ||||||
| "addComponentUsagesDescr": "Select SAPUI5 component usages.", | ||||||
| "addNewModelName": "Add Datasource and SAPUI5 Model", | ||||||
| "addNewModelDescr": "Select a Datasource and SAPUI5 model.", | ||||||
| "addNewModelName": "Add Data Source and SAPUI5 Model", | ||||||
| "addNewModelDescr": "Select a Data Source and SAPUI5 model.", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed in: 682e87d |
||||||
| "addLocalAnnotationFileName": "Add Local Annotation File", | ||||||
| "addLocalAnnotationFileDescr": "Select an OData service and annotation XML file.", | ||||||
| "replaceODataServiceName": "Replace OData Service", | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.