Skip to content

Automatic commit: Move 'sth-deploy-fiori-app', 'sth-document-translat… #18463

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

Merged
merged 1 commit into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions tutorials/sth-deploy-fiori-app/sth-deploy-fiori-app.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
author_name: Beatrice Pasch
author_profile: https://github.com/beapasch
title: Deploy an SAP Fiori App to SAP Cloud Platform
description: Deploy an SAP Fiori app by committing and pushing it to the Git repository in your account on SAP Cloud Platform.
title: Deploy an SAP Fiori App to SAP BTP
description: Deploy an SAP Fiori app by committing and pushing it to the Git repository in your account on SAP BTP.
auto_validation: true
primary_tag: products>sap-translation-hub
tags: [ tutorial>intermediate, products>sap-cloud-platform, products>sap-web-ide, products>sap-translation-hub, tutorial>license ]
primary_tag: software-product>sap-translation-hub
tags: [ tutorial>intermediate, software-product>sap-business-technology-platform, software-product>sap-web-ide, software-product>sap-translation-hub, tutorial>license ]
time: 10
---

## Prerequisites
- **IMPORTANT:**: This tutorial cannot be completed on a trial account.
- **IMPORTANT:** This tutorial cannot be completed on a trial account.

## Details
### You will learn
- How to create a Git repository on SAP Cloud Platform and synchronize your project in SAP Web IDE with the Git repository on SAP Cloud Platform
- How to create a Git repository on SAP BTP and synchronize your project in SAP Web IDE with the Git repository on SAP BTP

---

[ACCORDION-BEGIN [Step 1: ](Open overview screen of cockpit)]

To go to the overview screen of the SAP Cloud Platform cockpit, choose your user ID at the top of the screen.
![User ID in SAP Cloud Platform cockpit](sth-deploy-fiori-app-account-overview.png)
To go to the overview screen of the SAP BTP cockpit, choose your user ID at the top of the screen.
![User ID in SAP BTP cockpit](sth-deploy-fiori-app-account-overview.png)

[DONE]

Expand Down Expand Up @@ -87,7 +87,7 @@ Choose **Set Remote** in the alert.

In the **Configure Git Repository** dialog box, paste the **repository URL** that you copied in step 3 in the URL field by choosing Ctrl + V. Leave the **Add configuration for Gerrit** checkbox deselected and then choose **OK**.

This will initialize your local repository and link it to the Git repository on SAP Cloud Platform.
This will initialize your local repository and link it to the Git repository on SAP BTP.
![Initialize with remote git URL](sth-link-remote-repository.png)

When the **Changes Fetched** dialog box opens, choose **OK**.
Expand Down Expand Up @@ -176,20 +176,20 @@ You'll also see the decorations change to green dots, which indicate that the fi

[ACCORDION-END]

[ACCORDION-BEGIN [Step 14: ](Start the deployment to SAP Cloud Platform)]
[ACCORDION-BEGIN [Step 14: ](Start the deployment to SAP BTP)]

Now it's time to deploy your app.
Right-click the root folder, `sample.shop`, and choose **Deploy | Deploy to SAP Cloud Platform**.
Right-click the root folder, `sample.shop`, and choose **Deploy | Deploy to SAP BTP**.

![deploy to SAP Cloud Platformmenu](sth-deploy.png)
![deploy to SAP BTP menu](sth-deploy.png)

[DONE]

[ACCORDION-END]

[ACCORDION-BEGIN [Step 15: ](Finalize the deployment to SAP Cloud Platform)]
[ACCORDION-BEGIN [Step 15: ](Finalize the deployment to SAP BTP)]

In the **Deploy Application to SAP Cloud Platform** dialog box, confirm that the **Deploy a new application** and **Activate** checkboxes are selected. Then choose **Deploy**.
In the **Deploy Application to SAP BTP** dialog box, confirm that the **Deploy a new application** and **Activate** checkboxes are selected. Then choose **Deploy**.

![deploy app options](sth-deploy-popup.png)

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Translate Documents with SAP API Business Hub
description: Use your trial account to translate documents with SAP API Business Hub.
description: Use your SAP BTP account to translate documents with SAP API Business Hub.
auto_validation: true
time: 10
tags: [ tutorial>beginner, topic>sap-api-business-hub, products>sap-business-technology-platform]
tags: [ tutorial>beginner, topic>sap-api-business-hub, software-product>sap-business-technology-platform]
primary_tag: software-product>sap-translation-hub
---

## Prerequisites
- You have created a trial account on SAP Business Technology Platform: [Get a Free Trial Account on SAP Cloud Platform](hcp-create-trial-account) or you have your own SAP BTP Enterprise Account
- You have created the credentials for Document Translation, as described in [Create Service Instance for Document Translation](sth-enable-document-translation)
- You want to translate a document that is not larger than 10 MB because this is the limit for the SAP API Business Hub and contains less than 40.000 characters (document translation API restriction for synchronous API).
- You have created a Free Tier account on SAP Business Technology Platform: [Get an Account on SAP BTP to Try Out Free Tier Service Plans](btp-free-tier-account) or you have your own SAP BTP Enterprise Account.
- You have created the credentials for Document Translation, as described in [Create Service Instance for Document Translation](sth-enable-document-translation).
- You want to translate a document that is not larger than 5 MB because this is the limit for the SAP API Business Hub and contains less than 40.000 characters (document translation API restriction for synchronous API).

## Details
### You will learn
Expand Down Expand Up @@ -57,7 +57,7 @@ Take a minute to explore both APIs.


[ACCORDION-BEGIN [Step 5: ](Maintain the API environment)]
The service offers a sandbox system out of the box, but the idea of this tutorial is to show, how to connect your SAP BTP trial or enterprise account to the SAP API Business Hub.
The service offers a sandbox system out of the box, but the idea of this tutorial is to show, how to connect your SAP BTP free tier or enterprise account to the SAP API Business Hub.

1. Select the **Try Out** button.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Create Service Instance for Document Translation
description: Create a service instance and the service keys for Document Translation (one of the SAP Translation Hub services) using the SAP Business Technology Platform cockpit.
auto_validation: true
time: 15
tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>machine-learning]
primary_tag: products>sap-translation-hub
tags: [ tutorial>beginner, software-product>sap-business-technology-platform, topic>machine-learning]
primary_tag: software-product>sap-translation-hub
---

## Prerequisites
Expand Down
Binary file modified tutorials/sth-enable/sth-enable-service-confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-enable/sth-enable-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tutorials/sth-enable/sth-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ author_name: Beatrice Pasch
author_profile: https://github.com/beapasch
title: Enable the SAP Translation Hub Service
description: Enable the SAP Translation Hub service in the SAP BTP cockpit.
primary_tag: products>sap-translation-hub
primary_tag: software-product>sap-translation-hub
auto_validation: true
tags: [ tutorial>beginner, products>sap-translation-hub, products>sap-business-technology-platform, tutorial>license ]
tags: [ tutorial>beginner, software-product>sap-translation-hub, software-product>sap-business-technology-platform, tutorial>license ]
time: 5
---

Expand Down
Binary file modified tutorials/sth-enable/sth-open-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-enable/sth-search-tran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ author_profile: https://github.com/beapasch
title: Prepare an SAP Fiori App for Translation
description: Prepare an app based on an SAP Fiori reference app and prepare it for translation with SAP Translation Hub.
auto_validation: true
primary_tag: products>sap-translation-hub
tags: [ tutorial>beginner, products>sap-translation-hub, products>sap-cloud-platform, topic>sapui5, tutorial>license ]
primary_tag: software-product>sap-translation-hub
tags: [ tutorial>beginner, software-product>sap-translation-hub, software-product>sap-business-technology-platform, programming-tool>sapui5, tutorial>license ]
time: 10
---
## Prerequisites
- **IMPORTANT:**: This tutorial cannot be completed on a trial account.
- **IMPORTANT:** This tutorial cannot be completed on a trial account.

## Details
### You will learn
Expand All @@ -18,7 +18,7 @@ time: 10

---
[ACCORDION-BEGIN [Step 1: ](Open overview screen of cockpit)]
To go to the overview screen of the SAP Cloud Platform cockpit, choose your user ID at the top of the screen.
To go to the overview screen of the SAP BTP cockpit, choose your user ID at the top of the screen.

![Locate SAP Web IDE](sth-1.png)

Expand Down
16 changes: 8 additions & 8 deletions tutorials/sth-translate-fiori-app/sth-translate-fiori-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ author_profile: https://github.com/beapasch
title: Translate an SAP Fiori App
description: Use SAP Translation Hub to translate your SAP Fiori app.
auto_validation: true
primary_tag: products>sap-translation-hub
tags: [ tutorial>beginner, products>sap-translation-hub, products>sap-cloud-platform, topic>sapui5, tutorial>license ]
primary_tag: software-product>sap-translation-hub
tags: [ tutorial>beginner, software-product>sap-translation-hub, software-product>sap-business-technology-platform, programming-tool>sapui5, tutorial>license ]
time: 10
---

## Prerequisites
- **IMPORTANT:**: This tutorial cannot be completed on a trial account.
- **IMPORTANT:** This tutorial cannot be completed on a trial account.

## Details
### You will learn
Expand All @@ -19,7 +19,7 @@ time: 10

---
[ACCORDION-BEGIN [Step 1: ](Open overview screen of cockpit)]
To go to the overview screen of the SAP Cloud Platform cockpit, choose your user ID at the top of the screen.
To go to the overview screen of the SAP BTP cockpit, choose your user ID at the top of the screen.

![Choose user ID](sth-translate-fiori-app-choose-user-ID.png)

Expand All @@ -29,7 +29,7 @@ To go to the overview screen of the SAP Cloud Platform cockpit, choose your user

[ACCORDION-BEGIN [Step 2: ](Locate SAP Translation Hub in the cockpit)]

Choose **Services** and locate the **SAP Translation Hub** tile by searching for **`transl`**. Then choose the tile.
Choose **Services** and locate the **SAP Translation Hub** tile by searching for **`trans`**. Then choose the tile.
![Locate SAP Translation Hub](sth-prep-locate-STH.png)

[DONE]
Expand All @@ -38,7 +38,7 @@ Choose **Services** and locate the **SAP Translation Hub** tile by searching for

[ACCORDION-BEGIN [Step 3: ](Open SAP Translation Hub)]

In the service description for SAP Translation Hub, choose **Go to UI for Translation Workflow**.
In the **Take Action** section for SAP Translation Hub, choose **Go to UI for Translation Workflow**.

![Open SAP Translation Hub](sth-translate-fiori-app-go-to-sth.png)

Expand Down Expand Up @@ -72,7 +72,7 @@ Now you need to specify the Git details in the **Git Repository Details**:

Field Name | Value
:------------- | :-------------
Git Server | **SAP Cloud Platform**
Git Server | **SAP BTP**
Application Name | **`sampleshop`**
Branch | **master**
Path to Properties File | **`webapp/i18n/i18n.properties`**
Expand Down Expand Up @@ -143,7 +143,7 @@ Enter your Git password and choose **Submit**.

To see the translations in SAP Web IDE, you need to pull the translations from the Git repository.

In SAP Web IDE (see where you left off in [Deploy an SAP Fiori app to SAP Cloud Platform](https://developers.sap.com/tutorials/sth-deploy-fiori-app.html)), select the root folder (`sample.shop`) of your project.
In SAP Web IDE select the root folder `sample.shop` of your project.

Open the Git pane by choosing the icon under the magnifying glass at the right of the screen. Confirm that `sample.shop` appears under **Repository** and then choose **Pull**.

Expand Down
Binary file modified tutorials/sth-translate-java-app/sth-choose-Neo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-translate-java-app/sth-create-file-proj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-translate-java-app/sth-download-translations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-translate-java-app/sth-file-upload-translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/sth-translate-java-app/sth-open-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified tutorials/sth-translate-java-app/sth-save-trans-proj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tutorials/sth-translate-java-app/sth-search-tran.png
Binary file not shown.
Binary file modified tutorials/sth-translate-java-app/sth-tile-go-to-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading