{{ t('Create new command') }}

{{ t('Security notice') }}

{{ t('User defined macros inside of command_line could lead to unwanted code execution.') }}
{{ t('It is recommended to only provide access for a certain group of users to edit commands and user defined macros.') }}

{{ t('A $-sign needs to be escaped manually ($). Semicolons (;) needs to be defined as {0}.', { '0': '' }) }} {{ t('user defined macro') }} {{ t('user defined macro') }} .
{{ t('Nagios supports up to 32 $ARGx$ macros ($ARG1$ through $ARG32$)') }}
{{ t('Arguments') }}:
{{ argument.name }}
{{ t('empty arguments will be removed automatically ') }}
{{ t('Mismatch in number of defined arguments detected') }}
{{ t('Different amount of used {0} variables compared to defined arguments!', { '0': '$ARGn$' }) }}
{{ t('Number of used {0} variables:', { '0': '$ARGn$' }) }} {{ argumentMissmatch.usedCommandLineArgs.length }} 
{{ t('Number of defined arguments:') }} {{ argumentMissmatch.definedCommandArguments.length }} 
{{ t('Used in command line, but missing in arguments definition') }} {{ argumentMissmatch.missingArgumentDefenitions.join(', ') }} 
{{ t('Defined in arguments definition, but not used in command line') }} {{ argumentMissmatch.missingArgumentUsageInCommandLine.join(', ') }}