-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into august-summary
- Loading branch information
Showing
14 changed files
with
373 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"cli": { | ||
"title": "Interagieren Sie mit der AsyncAPI bequem von Ihrer CLI aus", | ||
"description": "Interagieren Sie mit der AsyncAPI bequem von Ihrer CLI aus", | ||
"installationTitle": "Installation und Verwendung", | ||
"installationDescription": "Verwenden Sie AsyncAPI CLI innerhalb von Sekunden, indem Sie einen unserer Befehle auswählen, um loszulegen.", | ||
"docsButton": "Docs anzeigen", | ||
"installingTitle": "Installation von", | ||
"exampleTitle": "Beispiel", | ||
"exampleDescription": "Erstellen Sie eine neue AsyncAPI-Datei", | ||
"featuresTitle": "Eigenschaften", | ||
"featuresDescription": "Verwenden Sie das AsyncAPI-CLI-Tool, um Ihre AsyncAPI-Dateien zu erstellen, zu entwickeln und zu pflegen.", | ||
"features": { | ||
"new-files.name": "Neue Dateien", | ||
"new-files.description": "Verwenden Sie das CLI-Tool, um schnell neue AsyncAPI-Dateien zu erstellen. Wählen Sie aus einer Reihe von Vorlagen (MQTT, WebSockets, Kafka und mehr).", | ||
"validate.name": "Validieren Sie", | ||
"validate.description": "Validieren Sie Ihre AsyncAPI-Dokumente mit der CLI. Erhalten Sie schnelles Feedback, um zu überprüfen, ob Ihr AsyncAPI-Dokument das richtige Format hat.", | ||
"open-studio.name": "Offenes Atelier", | ||
"open-studio.description_pretext": "Haben Sie eine lokale AsyncAPI-Datei? Führen Sie aus.", | ||
"open-studio.description_posttext": "um unser Studio in Sekundenschnelle zu öffnen", | ||
"open-source.name": "Offene Quelle", | ||
"open-source.description": "Alle unsere Tools sind quelloffen. Sie können gerne neue Befehle beisteuern oder bei der Weiterentwicklung der bestehenden helfen." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"cli": { | ||
"title": "Interact with AsyncAPI from the comfort of your CLI", | ||
"description": "Create, validate, and explore your AsyncAPI files with our CLI tool.", | ||
"installationTitle": "Installation & Usage", | ||
"installationDescription": "Start using AsyncAPI CLI within seconds by selecting one of our commands to get started.", | ||
"docsButton": "View Docs", | ||
"installingTitle": "Installing", | ||
"exampleTitle": "Example", | ||
"exampleDescription": "Create a new AsyncAPI file", | ||
"featuresTitle": "Features", | ||
"featuresDescription": "Use the AsyncAPI CLI tool to help you create, develop, and maintain your AsyncAPI files.", | ||
"features": { | ||
"new-files.name": "New files", | ||
"new-files.description": "Use the CLI tool to quickly create new AsyncAPI files. Select from a range of templates (MQTT, WebSockets, Kafka, and more.)", | ||
"validate.name": "Validate", | ||
"validate.description": "Validate your AsyncAPI documents with the CLI. Quickly get feedback to verify your AsyncAPI document is within the correct format.", | ||
"open-studio.name": "Open Studio", | ||
"open-studio.description_pretext": "Got an AsyncAPI file locally? Run", | ||
"open-studio.description_posttext": "to open our studio in seconds.", | ||
"open-source.name": "Open Source", | ||
"open-source.description": "All our tools are open source, feel free to contribute new commands or help evolve our existing ones." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.