You are here

tour.tour.locale.yml in Drupal 9

Same filename and directory in other branches
  1. 8 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. selector: '#edit-langcode'
  25. locale-search:
  26. id: locale-search
  27. plugin: text
  28. label: Search
  29. body: 'Enter the specific word or sentence you want to translate, you can also write just a part of a word.'
  30. weight: 3
  31. selector: '#edit-string'
  32. locale-filter:
  33. id: locale-filter
  34. plugin: text
  35. label: 'Filter the search'
  36. 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.'
  37. weight: 4
  38. selector: '#edit-translation'
  39. locale-submit:
  40. id: locale-submit
  41. plugin: text
  42. label: 'Apply your search criteria'
  43. body: 'To apply your search criteria, click on the <em>Filter</em> button.'
  44. weight: 5
  45. selector: '#edit-submit'
  46. locale-translate:
  47. id: locale-translate
  48. plugin: text
  49. label: Translate
  50. 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.'
  51. weight: 6
  52. selector: '.js-form-type-textarea'
  53. locale-validate:
  54. id: locale-validate
  55. plugin: text
  56. label: 'Validate the translation'
  57. 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.'
  58. weight: 7
  59. selector: '#edit-submit--2'
  60. locale-continue:
  61. id: locale-continue
  62. plugin: text
  63. label: 'Continuing on'
  64. 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.'
  65. weight: 8