You are here

tour.tour.locale.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/locale/config/optional/tour.tour.locale.yml
core/modules/locale/config/optional/tour.tour.locale.yml

File

core/modules/locale/config/optional/tour.tour.locale.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - locale
  6. id: locale
  7. label: Translation
  8. module: locale
  9. routes:
  10. - route_name: locale.translate_page
  11. tips:
  12. locale-overview:
  13. id: locale-overview
  14. plugin: text
  15. label: 'User interface translation'
  16. body: 'This page allows you to translate the user interface or modify existing translations. If you have installed your site initially in English, you must first add another language on the <a href="[site:url]admin/config/regional/language">Languages page</a>, in order to use this page.'
  17. weight: 1
  18. locale-language:
  19. id: locale-language
  20. plugin: text
  21. label: 'Translation language'
  22. body: 'Choose the language you want to translate.'
  23. weight: 2
  24. attributes:
  25. data-id: edit-langcode
  26. locale-search:
  27. id: locale-search
  28. plugin: text
  29. label: Search
  30. body: 'Enter the specific word or sentence you want to translate, you can also write just a part of a word.'
  31. weight: 3
  32. attributes:
  33. data-id: edit-string
  34. locale-filter:
  35. id: locale-filter
  36. plugin: text
  37. label: 'Filter the search'
  38. body: 'You can search for untranslated strings if you want to translate something that isn''t translated yet. If you want to modify an existing translation, you might want to search only for translated strings.'
  39. weight: 4
  40. attributes:
  41. data-id: edit-translation
  42. locale-submit:
  43. id: locale-submit
  44. plugin: text
  45. label: 'Apply your search criteria'
  46. body: 'To apply your search criteria, click on the <em>Filter</em> button.'
  47. weight: 5
  48. attributes:
  49. data-id: edit-submit
  50. locale-translate:
  51. id: locale-translate
  52. plugin: text
  53. label: Translate
  54. body: 'You can write your own translation in the text fields of the right column. Try to figure out in which context the text will be used in order to translate it in the appropriate way.'
  55. weight: 6
  56. attributes:
  57. data-class: js-form-type-textarea
  58. locale-validate:
  59. id: locale-validate
  60. plugin: text
  61. label: 'Validate the translation'
  62. body: 'When you have finished your translations, click on the <em>Save translations</em> button. You must save your translations, each time before changing the page or making a new search.'
  63. weight: 7
  64. attributes:
  65. data-id: edit-submit--2
  66. locale-continue:
  67. id: locale-continue
  68. plugin: text
  69. label: 'Continuing on'
  70. body: 'The translations you have made here will be used on your site''s user interface. If you want to use them on another site or modify them on an external translation editor, you can <a href="[site:url]admin/config/regional/translate/export">export them</a> to a .po file and <a href="[site:url]admin/config/regional/translate/import">import them</a> later.'
  71. weight: 8