Skip to content

Commit

Permalink
Modified ContainerDebug translation (new feature) (#81)
Browse files Browse the repository at this point in the history
[container:debug] Modified translations (new feature)
  • Loading branch information
vorapoap authored and jmolivas committed Apr 19, 2017
1 parent d1506cb commit ef44d6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion translations/container.debug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
description: 'Displays current services for an application.'
arguments:
service: 'Service name.'
method: 'Method name.'
arguments: 'Array of Arguments in CSV or JSON format.'
messages:
service_id: 'Service ID'
class_name: 'Class Name'
Expand All @@ -9,4 +11,9 @@ messages:
interface: 'Interface(s)'
parent: 'Parent class'
variables: 'Variables'
methods: 'Methods'
methods: 'Methods'
arguments: 'Arguments'
method: 'Method'
return: 'Return'
errors:
method_not_exists: "This method doesn't exists in this service."

0 comments on commit ef44d6d

Please sign in to comment.