Add context for translators on help page

[MAILPOET-1459]
This commit is contained in:
Rostislav Wolny
2018-07-26 09:21:29 +02:00
parent 490ea67d18
commit d7f12b5973

View File

@ -35,23 +35,23 @@
'systemInfoDataError': __('Sorry, there was an error, please try again later.'), 'systemInfoDataError': __('Sorry, there was an error, please try again later.'),
'systemStatusCronStatusTitle': __('Cron'), 'systemStatusCronStatusTitle': __('Cron'),
'systemStatusQueueTitle': __('Sending Queue'), 'systemStatusQueueTitle': __('Sending Queue'),
'lastUpdated': __('Last updated'), 'lastUpdated': _x('Last updated', 'A label in a status table e.g. Last updated: 2018-10-18 18:50'),
'lastRunStarted': __('Last run started'), 'lastRunStarted': _x('Last run started', 'A label in a status table e.g. Last run started: 2018-10-18 18:50'),
'lastRunCompleted': __('Last run completed'), 'lastRunCompleted': _x('Last run completed', 'A label in a status table e.g. Last run completed: 2018-10-18 18:50'),
'lastSeenError': __('Last seen error'), 'lastSeenError': _x('Last seen error', 'A label in a status table e.g. Last seen error: Process timeout'),
'unknown': __('unknown'), 'unknown': _x('unknown', 'An unknown state is a status table e.g. Last run started: unknown'),
'accessible': __('Accessible'), 'accessible': _x('Accessible', 'A label in a status table e.g. Accessible: yes'),
'status': __('Status'), 'status': __('Status'),
'yes': __('yes'), 'yes': __('yes'),
'no': __('no'), 'no': __('no'),
'none': __('none'), 'none': _x('none', 'An empty state is a status table e.g. Error: none'),
'running': __('running'), 'running': _x('running', 'A state of a process.'),
'cronWaiting': __('waiting for the next run'), 'cronWaiting': _x('waiting for the next run', 'A state of a process.'),
'startedAt': __('Started at'), 'startedAt': _x('Started at', 'A label in a status table e.g. Started at: 2018-10-18 18:50'),
'sentEmails': __('Sent emails'), 'sentEmails': _x('Sent emails', 'A label in a status table e.g. Sent emails: 50'),
'retryAttempt': __('Retry attempt'), 'retryAttempt': _x('Retry attempt', 'A label in a status table e.g. Retry attempt: 2'),
'retryAt': __('Retry at'), 'retryAt': _x('Retry at', 'A label in a status table e.g. Retry at: 2018-10-18 18:50'),
'error': __('Error'), 'error': _x('Error', 'A label in a status table e.g. Error: missing data'),
'totalCompletedTasks': __('Total completed tasks'), 'totalCompletedTasks': __('Total completed tasks'),
'totalScheduledTasks': __('Total scheduled tasks'), 'totalScheduledTasks': __('Total scheduled tasks'),
'totalRunningTasks': __('Total running tasks'), 'totalRunningTasks': __('Total running tasks'),