Skip to content

Commit b059af6

Browse files
octoglotcrowdin-botchiedo
authored
New Crowdin translations by Github Action (github#16108)
* New Crowdin translations by Github Action * Revert broken translated files to English * Revert broken translated files to english Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: Chiedo John <[email protected]> Co-authored-by: Chiedo <[email protected]>
1 parent 6dbd1d9 commit b059af6

File tree

1,597 files changed

+11060
-8353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,597 files changed

+11060
-8353
lines changed

translations/de-DE/content/actions/creating-actions/creating-a-composite-run-steps-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Before you begin, you'll create a {% data variables.product.product_name %} repo
9393
git push
9494
```
9595
96-
1. From your terminal, add a tag. This example uses a tag called `v1`. Weitere Informationen finden Sie unter „[Informationen zu Aktionen](/actions/creating-actions/about-actions#using-release-management-for-actions)“.
96+
1. From your terminal, add a tag. This example uses a tag called `v1`. For more information, see "[About actions](/actions/creating-actions/about-actions#using-release-management-for-actions)."
9797
9898
```shell
9999
git tag -a -m "Description of this release" v1

translations/de-DE/content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,4 @@ Klicke in Deinem Repository auf die Registerkarte **Actions** (Aktionen), und w
262262
![Ein Screenshot zur Verwendung Deiner Aktion in einem Workflow](/assets/images/help/repository/javascript-action-workflow-run-updated.png)
263263
{% else %}
264264
![Ein Screenshot zur Verwendung Deiner Aktion in einem Workflow](/assets/images/help/repository/javascript-action-workflow-run.png)
265-
{% endif %}
265+
{% endif %}

translations/de-DE/content/actions/guides/building-and-testing-java-with-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Du solltest ein grundlegendes Verständnis von Java und dem Framework Maven habe
3030

3131
### Einstieg mit einer Maven-Workflow-Vorlage
3232

33-
{% data variables.product.prodname_dotcom %} bietet eine Maven-Workflow-Vorlage, die für die meisten Maven-basierten Java-Projekte funktionieren wird. Weitere Informationen findest Du im [Workflow-Template für Maven](https://github.com/actions/starter-workflows/blob/main/ci/maven.yml).
33+
{% data variables.product.prodname_dotcom %} bietet eine Maven-Workflow-Vorlage, die für die meisten Maven-basierten Java-Projekte funktionieren wird. For more information, see the [Maven workflow template](https://github.com/actions/starter-workflows/blob/main/ci/maven.yml).
3434

3535
Um schnell loszulegen, kannst Du beim Erstellen eines neuen Workflows die vorkonfigurierte Maven-Vorlage auswählen. For more information, see the "[{% data variables.product.prodname_actions %} quickstart](/actions/quickstart)."
3636

translations/de-DE/content/actions/guides/building-and-testing-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Wir empfehlen, dass Du ein grundlegendes Verständnis von Node.js, YAML, Workflo
3333
Um schnell loszulegen, füge die Vorlage in das Verzeichnis `.github/workflows` Deines Repositorys ein.
3434

3535
{% raw %}
36-
```yaml
36+
```yaml{:copy}
3737
name: Node.js CI
3838
3939
on: [push]

translations/de-DE/content/actions/guides/publishing-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Um zum „Docker Hub“ zu pushen, benötigst Du ein Benutzerkonto auf „Docker
5050

5151
„Docker Hub“ benötigt für `build-push-action` die folgenden Optionen:
5252

53-
* `username` und `password`: Dies ist Dein Benutzername und Passwort auf „Docker Hub“. Wir empfehlen Dir, Deinen „Docker Hub“-Benutzernamen und das -Passwort als verschlüsselte Geheimnisse in Deinem {% data variables.product.prodname_dotcom %}-Repository zu speichern, damit diese nicht in Deiner Workflow-Datei enthüllt werden. Weitere Informationen findest Du unter „[Verschlüsselte Geheimnisse erstellen und verwenden](/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)“.
53+
* `username` und `password`: Dies ist Dein Benutzername und Passwort auf „Docker Hub“. We recommend storing your Docker Hub username and password as encrypted secrets in your {% data variables.product.prodname_dotcom %} repository so they aren't exposed in your workflow file. Weitere Informationen findest Du unter „[Verschlüsselte Geheimnisse erstellen und verwenden](/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)“.
5454
* `repository`: Dein „Docker Hub“-Repository im Format `DOCKER-HUB-NAMESPACE/DOCKER-HUB-REPOSITORY`.
5555

5656
{% raw %}

translations/de-DE/content/actions/guides/storing-workflow-data-as-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Daten zwischen Aufträgen freigeben:
4848
* **Dateien hochladen**: Gib der hochgeladenen Datei einen Namen und lade die Daten hoch, bevor der Job endet.
4949
* **Dateien herunterladen**: Du kannst nur Artefakte herunterladen, die während des gleichen Workflow-Laufs hochgeladen wurden. Wenn Du eine Datei herunterlädst, kannst Du sie mit Namen referenzieren.
5050

51-
Die Steps („Schritte“) eines Jobs teilen sich die selbe Umgebung auf der Runner-Maschine, laufen aber in ihren eigenen individuellen Prozessen. Mithilfe von Ein- und Ausgaben können Sie Daten zwischen den Schritten in einem Auftrag weitergeben. Weitere Informationen zu Ein- und Ausgaben finden Sie unter „[Metadatensyntax für {% data variables.product.prodname_actions %}](/articles/metadata-syntax-for-github-actions)“.
51+
Die Steps („Schritte“) eines Jobs teilen sich die selbe Umgebung auf der Runner-Maschine, laufen aber in ihren eigenen individuellen Prozessen. Mithilfe von Ein- und Ausgaben können Sie Daten zwischen den Schritten in einem Auftrag weitergeben. Weitere Informationen zu Ein- und Ausgaben findest Du unter „[Metadatensyntax für {% data variables.product.prodname_actions %}](/articles/metadata-syntax-for-github-actions)“.
5252

5353
### Build- und Testartefakte hochladen
5454

@@ -74,7 +74,7 @@ Zum Beispiel kann Dein Projektarchiv oder eine Webanwendung SASS- und TypeScript
7474
|
7575
```
7676

77-
In diesem Beispiel wird gezeigt, wie Du einen Workflow für ein Node.js-Projekt erstellst, das den Code im `src`-Verzeichnis `erstellt` und die Tests im `tests`-Verzeichnis ausführt. Wenn `npm test` ausgeführt wird, wird im Verzeichnis `output/test/` ein Bericht zur Codeabdeckung mit dem Namen `code-coverage.html` erstellt und gespeichert.
77+
In diesem Beispiel wird gezeigt, wie Sie einen Workflow für ein Node.js-Projekt erstellen, das den Code im src-Verzeichnis `erstellt` und die Tests im `tests`-Verzeichnis ausführt. Wenn `npm test` ausgeführt wird, wird im Verzeichnis `output/test/` ein Bericht zur Codeabdeckung mit dem Namen `code-coverage.html` erstellt und gespeichert.
7878

7979
Der Workflow lädt die Produktionsartefakte in das `dist` Verzeichnis, schließt jedoch alle Markdowndateien aus. Es lädt auch die `code-coverage.html` Bericht als ein weiteres Artefakt.
8080

translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following operating systems are supported for the self-hosted runner applica
9191

9292
- macOS 10.13 (High Sierra) oder höher
9393

94-
{% if currentVersion != "free-pro-team@latest" %}
94+
{% if enterpriseServerVersions contains currentVersion %}
9595

9696
### Kommunikation zwischen selbst-gehosteten Runnern und {% data variables.product.prodname_dotcom %}
9797

translations/de-DE/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ You can add self-hosted runners to an enterprise, where they can be assigned to
5050

5151
{% if currentVersion == "free-pro-team@latest" %}
5252
To add a self-hosted runner to an enterprise account, you must be an enterprise owner.
53-
{% else if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "[email protected]"%}
53+
{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]"%}
5454
To add a self-hosted runner at the enterprise level of
5555
{% data variables.product.product_location %}, you must be a site administrator.
5656
{% endif %}
5757

5858
{% if currentVersion == "free-pro-team@latest" %}
5959
{% data reusables.enterprise-accounts.access-enterprise %}
60-
{% else if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "[email protected]"%}
60+
{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]"%}
6161
{% data reusables.enterprise_site_admin_settings.access-settings %}
6262
{% data reusables.enterprise_site_admin_settings.business %}
6363
{% endif %}

translations/de-DE/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When creating a group, you must choose a policy that grants access to all organi
5656

5757
{% if currentVersion == "free-pro-team@latest" %}
5858
{% data reusables.enterprise-accounts.access-enterprise %}
59-
{% else if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "[email protected]"%}
59+
{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]"%}
6060
{% data reusables.enterprise_site_admin_settings.access-settings %}
6161
{% data reusables.enterprise_site_admin_settings.business %}
6262
{% endif %}

translations/de-DE/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Um einen selbst-gehosteten Runner aus einer Organisation zu entfernen, musst Du
6262

6363
{% if currentVersion == "free-pro-team@latest" %}
6464
To remove a self-hosted runner from an enterprise account, you must be an enterprise owner. We recommend that you also have access to the self-hosted runner machine.
65-
{% else if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "[email protected]"%}
65+
{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]"%}
6666
To remove a self-hosted runner at the enterprise level of
6767
{% data variables.product.product_location %}, you must be a site administrator. We recommend that you also have access to the self-hosted runner machine.
6868
{% endif %}
@@ -71,7 +71,7 @@ To remove a self-hosted runner at the enterprise level of
7171

7272
{% if currentVersion == "free-pro-team@latest" %}
7373
{% data reusables.enterprise-accounts.access-enterprise %}
74-
{% else if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "[email protected]"%}
74+
{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]"%}
7575
{% data reusables.enterprise_site_admin_settings.access-settings %}
7676
{% data reusables.enterprise_site_admin_settings.business %}
7777
{% endif %}

0 commit comments

Comments
 (0)