Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / translation.pending.yml
1 description: 'Determine pending translation string in a language or a specific file in a language'
2 arguments:
3   language: 'Language to determine pending translations against English'
4 options:
5   file: 'Specific file to determine pending translations against English'
6 messages:
7   invalid-language: 'Language "%s" is invalid'
8   language: 'Language'
9   pending-translations: 'Pending translation to "%s" at file "%s"'
10   missing-file: 'Language "%s" doens''t have file "%s", try executing translation:sync command'
11   success-language: 'There are "%s" pending traslations for "%s"'
12   success-language-file: 'There are "%s" pending traslations for "%s" at file "%s"'