diff --git a/core/modules/locale/config/tour.tour.locale.yml b/core/modules/locale/config/tour.tour.locale.yml index a001161..2af937b 100644 --- a/core/modules/locale/config/tour.tour.locale.yml +++ b/core/modules/locale/config/tour.tour.locale.yml @@ -1,75 +1,79 @@ id: locale module: locale -label: Translation +label: 'Translation' langcode: en -paths: - - admin/config/regional/translate +routes: + - route_name: locale.translate_page +route: + - 'admin/config/regional/translate' tips: - locale-overview: id: locale-overview plugin: text - label: User interface translation - body:
This page allows you to translate texts of the user interface of your site and modify existing translations.
If you have installed your site in English, you must first add another language on your site on the Languages page in order to use this page.
- weight: "1" + label: 'User interface translation' + body: 'This page allows you to translate texts of the user interface of your site and modify existing translations. If you have installed your site initially in English, you must first add another language on your site on the Languages page in order to use this page.' + weight: 1 locale-language: id: locale-language plugin: text - label: Translation language - body:If you have several languages installed in your site, choose the language you want to translate.
- weight: "2" + label: 'Translation language' + body: 'If you have several languages installed in your site, choose the language you want to translate.' + weight: 2 attributes: data-id: edit-langcode locale-search: id: locale-search plugin: text - label: Search a word - body:If you want to translate a specific word or sentence, you can write it or a part of it in this field.
- weight: "3" + label: 'Search a word' + body: 'If you want to translate a specific word or sentence, you can write it or a part of it in this field.' + weight: 3 attributes: data-id: edit-string locale-filter: id: locale-filter plugin: text - label: Filtering the research - body:You can choose if you search in all the words and sentences or if you want to filter.
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.
- weight: "4" + label: 'Filtering the research' + body: 'You can choose if you search in all the words and sentences or if you want to filter. 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.' + weight: 4 attributes: data-id: edit-translation locale-submit: id: locale-submit plugin: text - label: Apply your search criteria - body:To apply your search criteria, click on the „Filter” button.
- weight: "5" + label: 'Apply your search criteria' + body: 'To apply your search criteria, click on the Filter button.' + weight: 5 attributes: data-id: edit-submit locale-translate: id: locale-translate plugin: text - label: Translate - 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.
- weight: "6" + label: 'Translate' + 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.' + weight: 6 attributes: data-class: form-type-textarea locale-validate: id: locale-validate plugin: text - label: Validate the translation - body:When you have finished your translations, click on the „Save translations” button. You must save your translations each time before changing the page or making a new search.
- weight: "7" + label: 'Validate the translation' + body: 'When you have finished your translations, click on the Save translations button. You must save your translations each time before changing the page or making a new search.' + weight: 7 attributes: data-id: edit-submit--2 locale-continue: id: locale-continue plugin: text - label: Continuing on - 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 export them on a .po file and import them later.
- weight: "8" + label: 'Continuing on' + 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 export them on a .po file and import them later.' + weight: 8 +dependencies: + module: + - locale