Skip to content

Commit

Permalink
chore: improve response message
Browse files Browse the repository at this point in the history
  • Loading branch information
0utplay committed Dec 20, 2024
1 parent debb5f0 commit 119bb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/main/resources/lang/de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ command-cluster-start-sync=Die Cluster Synchronisation wird gestartet
# Command Service
#
command-service-description=Verwaltet alle Services in dem Cluster
command-service-copy-no-default-template=Der von Dir angegebene Service hat keine default Template. Benutze "service {0$name$} copy --template storage\:prefix/name" um ein Template anzugeben, in das du kopieren möchtest
command-service-copy-no-default-template=Der angegebene Service hat kein default Template. Um ein Template anzugeben kann "service {0$name$} copy --template storage\:prefix/name" verwendet werden
command-service-copy-success=Der Service {0$name$} wurde erfolgreich in das Template {1$template$} kopiert
command-service-add-deployment-success=Das Deployment {0$deployment$} wurde erfolgreich zu der Warteschlange hinzugefügt
command-service-deploy-deployment-success=Die Ressourcen des Services wurden erfolgreich deployed
Expand Down
2 changes: 1 addition & 1 deletion node/src/main/resources/lang/en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ command-cluster-start-sync=The cluster sync starts now
# Command Service
#
command-service-description=Manages all services in the cluster
command-service-copy-no-default-template=The service you provided does not have a default template, use "service {0$name$} copy --template storage:prefix/name" to provide a template you would like to copy to
command-service-copy-no-default-template=The provided service does not have a default template. To specify a template "service {0$name$} copy --template storage:prefix/name" can be used
command-service-copy-success=The service {0$name$} was successfully copied to the template {1$template$}
command-service-add-deployment-success=The deployment {0$deployment$} was successfully added to the waiting deployments
command-service-deploy-deployment-success=The resources of the service were successfully deployed
Expand Down

0 comments on commit 119bb58

Please sign in to comment.