views.view.content_translations.yml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - user
  7. id: content_translations
  8. label: 'Content translation jobs'
  9. module: views
  10. description: ''
  11. tag: ''
  12. base_table: node_field_data
  13. base_field: nid
  14. core: 8.x
  15. display:
  16. default:
  17. display_plugin: default
  18. id: default
  19. display_title: Master
  20. position: 0
  21. display_options:
  22. access:
  23. type: perm
  24. options:
  25. perm: 'create content translations'
  26. cache:
  27. type: tag
  28. options: { }
  29. query:
  30. type: views_query
  31. options:
  32. disable_sql_rewrite: false
  33. distinct: false
  34. replica: false
  35. query_comment: ''
  36. query_tags: { }
  37. exposed_form:
  38. type: basic
  39. options:
  40. submit_button: Apply
  41. reset_button: true
  42. reset_button_label: Reset
  43. exposed_sorts_label: 'Sort by'
  44. expose_sort_order: true
  45. sort_asc_label: Asc
  46. sort_desc_label: Desc
  47. pager:
  48. type: full
  49. options:
  50. items_per_page: 50
  51. offset: 0
  52. id: 0
  53. total_pages: null
  54. tags:
  55. previous: ‹‹
  56. next: ››
  57. first: '« First'
  58. last: 'Last »'
  59. expose:
  60. items_per_page: false
  61. items_per_page_label: 'Items per page'
  62. items_per_page_options: '5, 10, 25, 50'
  63. items_per_page_options_all: false
  64. items_per_page_options_all_label: '- All -'
  65. offset: false
  66. offset_label: Offset
  67. quantity: 9
  68. style:
  69. type: table
  70. options:
  71. grouping: { }
  72. row_class: ''
  73. default_row_class: true
  74. override: true
  75. sticky: false
  76. caption: ''
  77. summary: ''
  78. description: ''
  79. columns:
  80. title: title
  81. langcode: langcode
  82. translation_target_language: translation_target_language
  83. translation_outdated: translation_outdated
  84. translation_status: translation_status
  85. changed: changed
  86. translation_operations: translation_operations
  87. info:
  88. title:
  89. sortable: true
  90. default_sort_order: asc
  91. align: ''
  92. separator: ''
  93. empty_column: false
  94. responsive: ''
  95. langcode:
  96. sortable: true
  97. default_sort_order: asc
  98. align: ''
  99. separator: ''
  100. empty_column: false
  101. responsive: ''
  102. translation_target_language:
  103. align: ''
  104. separator: ''
  105. empty_column: false
  106. responsive: ''
  107. translation_outdated:
  108. sortable: false
  109. default_sort_order: asc
  110. align: ''
  111. separator: ''
  112. empty_column: false
  113. responsive: ''
  114. translation_status:
  115. sortable: true
  116. default_sort_order: desc
  117. align: ''
  118. separator: ''
  119. empty_column: false
  120. responsive: ''
  121. changed:
  122. sortable: true
  123. default_sort_order: asc
  124. align: ''
  125. separator: ''
  126. empty_column: false
  127. responsive: ''
  128. translation_operations:
  129. align: ''
  130. separator: ''
  131. empty_column: false
  132. responsive: ''
  133. default: changed
  134. empty_table: false
  135. row:
  136. type: fields
  137. fields:
  138. title:
  139. id: title
  140. table: node_field_data
  141. field: title
  142. entity_type: node
  143. entity_field: title
  144. alter:
  145. alter_text: false
  146. make_link: false
  147. absolute: false
  148. trim: false
  149. word_boundary: false
  150. ellipsis: false
  151. strip_tags: false
  152. html: false
  153. hide_empty: false
  154. empty_zero: false
  155. settings:
  156. link_to_entity: true
  157. plugin_id: field
  158. relationship: none
  159. group_type: group
  160. admin_label: ''
  161. label: Title
  162. exclude: false
  163. element_type: ''
  164. element_class: ''
  165. element_label_type: ''
  166. element_label_class: ''
  167. element_label_colon: true
  168. element_wrapper_type: ''
  169. element_wrapper_class: ''
  170. element_default_classes: true
  171. empty: ''
  172. hide_alter_empty: true
  173. click_sort_column: value
  174. type: string
  175. group_column: value
  176. group_columns: { }
  177. group_rows: true
  178. delta_limit: 0
  179. delta_offset: 0
  180. delta_reversed: false
  181. delta_first_last: false
  182. multi_type: separator
  183. separator: ', '
  184. field_api_classes: false
  185. langcode:
  186. id: langcode
  187. table: node_field_data
  188. field: langcode
  189. relationship: none
  190. group_type: group
  191. admin_label: ''
  192. label: From
  193. exclude: false
  194. alter:
  195. alter_text: false
  196. text: ''
  197. make_link: false
  198. path: ''
  199. absolute: false
  200. external: false
  201. replace_spaces: false
  202. path_case: none
  203. trim_whitespace: false
  204. alt: ''
  205. rel: ''
  206. link_class: ''
  207. prefix: ''
  208. suffix: ''
  209. target: ''
  210. nl2br: false
  211. max_length: 0
  212. word_boundary: true
  213. ellipsis: true
  214. more_link: false
  215. more_link_text: ''
  216. more_link_path: ''
  217. strip_tags: false
  218. trim: false
  219. preserve_tags: ''
  220. html: false
  221. element_type: ''
  222. element_class: ''
  223. element_label_type: ''
  224. element_label_class: ''
  225. element_label_colon: true
  226. element_wrapper_type: ''
  227. element_wrapper_class: ''
  228. element_default_classes: true
  229. empty: ''
  230. hide_empty: false
  231. empty_zero: false
  232. hide_alter_empty: true
  233. click_sort_column: value
  234. type: language
  235. settings:
  236. link_to_entity: false
  237. native_language: false
  238. group_column: value
  239. group_columns: { }
  240. group_rows: true
  241. delta_limit: 0
  242. delta_offset: 0
  243. delta_reversed: false
  244. delta_first_last: false
  245. multi_type: separator
  246. separator: ', '
  247. field_api_classes: false
  248. entity_type: node
  249. entity_field: langcode
  250. plugin_id: field
  251. translation_target_language:
  252. id: translation_target_language
  253. table: node_translation
  254. field: translation_target_language
  255. relationship: none
  256. group_type: group
  257. admin_label: ''
  258. label: To
  259. exclude: false
  260. alter:
  261. alter_text: false
  262. text: ''
  263. make_link: false
  264. path: ''
  265. absolute: false
  266. external: false
  267. replace_spaces: false
  268. path_case: none
  269. trim_whitespace: false
  270. alt: ''
  271. rel: ''
  272. link_class: ''
  273. prefix: ''
  274. suffix: ''
  275. target: ''
  276. nl2br: false
  277. max_length: 0
  278. word_boundary: true
  279. ellipsis: true
  280. more_link: false
  281. more_link_text: ''
  282. more_link_path: ''
  283. strip_tags: false
  284. trim: false
  285. preserve_tags: ''
  286. html: false
  287. element_type: ''
  288. element_class: ''
  289. element_label_type: ''
  290. element_label_class: ''
  291. element_label_colon: true
  292. element_wrapper_type: ''
  293. element_wrapper_class: ''
  294. element_default_classes: true
  295. empty: ''
  296. hide_empty: false
  297. empty_zero: false
  298. hide_alter_empty: true
  299. native_language: false
  300. entity_type: node
  301. plugin_id: translation_views_target_language
  302. translation_outdated:
  303. id: translation_outdated
  304. table: node_translation_target
  305. field: translation_outdated
  306. relationship: none
  307. group_type: group
  308. admin_label: ''
  309. label: ''
  310. exclude: true
  311. alter:
  312. alter_text: false
  313. text: ''
  314. make_link: false
  315. path: ''
  316. absolute: false
  317. external: false
  318. replace_spaces: false
  319. path_case: none
  320. trim_whitespace: false
  321. alt: ''
  322. rel: ''
  323. link_class: ''
  324. prefix: ''
  325. suffix: ''
  326. target: ''
  327. nl2br: false
  328. max_length: 0
  329. word_boundary: true
  330. ellipsis: true
  331. more_link: false
  332. more_link_text: ''
  333. more_link_path: ''
  334. strip_tags: false
  335. trim: false
  336. preserve_tags: ''
  337. html: false
  338. element_type: ''
  339. element_class: ''
  340. element_label_type: ''
  341. element_label_class: ''
  342. element_label_colon: false
  343. element_wrapper_type: ''
  344. element_wrapper_class: ''
  345. element_default_classes: true
  346. empty: ''
  347. hide_empty: false
  348. empty_zero: false
  349. hide_alter_empty: true
  350. type: boolean
  351. type_custom_true: ''
  352. type_custom_false: ''
  353. not: false
  354. plugin_id: boolean
  355. translation_status:
  356. id: translation_status
  357. table: node_translation
  358. field: translation_status
  359. relationship: none
  360. group_type: group
  361. admin_label: ''
  362. label: 'Translation status'
  363. exclude: false
  364. alter:
  365. alter_text: true
  366. text: "<span class=\"status\">{{ translation_status }}</span>\n{% if translation_outdated %} <span class=\"marker\">{{ 'outdated'|t }}</span>{% endif %}"
  367. make_link: false
  368. path: ''
  369. absolute: false
  370. external: false
  371. replace_spaces: false
  372. path_case: none
  373. trim_whitespace: false
  374. alt: ''
  375. rel: ''
  376. link_class: ''
  377. prefix: ''
  378. suffix: ''
  379. target: ''
  380. nl2br: false
  381. max_length: 0
  382. word_boundary: true
  383. ellipsis: true
  384. more_link: false
  385. more_link_text: ''
  386. more_link_path: ''
  387. strip_tags: false
  388. trim: false
  389. preserve_tags: ''
  390. html: false
  391. element_type: ''
  392. element_class: ''
  393. element_label_type: ''
  394. element_label_class: ''
  395. element_label_colon: false
  396. element_wrapper_type: ''
  397. element_wrapper_class: ''
  398. element_default_classes: true
  399. empty: ''
  400. hide_empty: false
  401. empty_zero: false
  402. hide_alter_empty: true
  403. type: status
  404. type_custom_true: ✅
  405. type_custom_false: ❌
  406. not: false
  407. plugin_id: boolean
  408. translation_changed:
  409. id: translation_changed
  410. table: node_translation_target
  411. field: translation_changed
  412. relationship: none
  413. group_type: group
  414. admin_label: ''
  415. label: Changed
  416. exclude: false
  417. alter:
  418. alter_text: false
  419. text: ''
  420. make_link: false
  421. path: ''
  422. absolute: false
  423. external: false
  424. replace_spaces: false
  425. path_case: none
  426. trim_whitespace: false
  427. alt: ''
  428. rel: ''
  429. link_class: ''
  430. prefix: ''
  431. suffix: ''
  432. target: ''
  433. nl2br: false
  434. max_length: 0
  435. word_boundary: true
  436. ellipsis: true
  437. more_link: false
  438. more_link_text: ''
  439. more_link_path: ''
  440. strip_tags: false
  441. trim: false
  442. preserve_tags: ''
  443. html: false
  444. element_type: ''
  445. element_class: ''
  446. element_label_type: ''
  447. element_label_class: ''
  448. element_label_colon: true
  449. element_wrapper_type: ''
  450. element_wrapper_class: ''
  451. element_default_classes: true
  452. empty: ''
  453. hide_empty: false
  454. empty_zero: false
  455. hide_alter_empty: true
  456. date_format: fallback
  457. custom_date_format: ''
  458. timezone: ''
  459. entity_field: changed
  460. plugin_id: date
  461. translation_operations:
  462. id: translation_operations
  463. table: node_translation
  464. field: translation_operations
  465. relationship: none
  466. group_type: group
  467. admin_label: ''
  468. label: 'Translation operations'
  469. exclude: false
  470. alter:
  471. alter_text: false
  472. text: ''
  473. make_link: false
  474. path: ''
  475. absolute: false
  476. external: false
  477. replace_spaces: false
  478. path_case: none
  479. trim_whitespace: false
  480. alt: ''
  481. rel: ''
  482. link_class: ''
  483. prefix: ''
  484. suffix: ''
  485. target: ''
  486. nl2br: false
  487. max_length: 0
  488. word_boundary: true
  489. ellipsis: true
  490. more_link: false
  491. more_link_text: ''
  492. more_link_path: ''
  493. strip_tags: false
  494. trim: false
  495. preserve_tags: ''
  496. html: false
  497. element_type: ''
  498. element_class: ''
  499. element_label_type: ''
  500. element_label_class: ''
  501. element_label_colon: true
  502. element_wrapper_type: ''
  503. element_wrapper_class: ''
  504. element_default_classes: true
  505. empty: ''
  506. hide_empty: false
  507. empty_zero: false
  508. hide_alter_empty: true
  509. destination: true
  510. entity_type: node
  511. plugin_id: translation_views_operations
  512. filters:
  513. langcode:
  514. id: langcode
  515. table: node_field_data
  516. field: langcode
  517. relationship: none
  518. group_type: group
  519. admin_label: ''
  520. operator: in
  521. value: { }
  522. group: 1
  523. exposed: true
  524. expose:
  525. operator_id: langcode_op
  526. label: 'Source language'
  527. description: ''
  528. use_operator: false
  529. operator: langcode_op
  530. identifier: langcode
  531. required: false
  532. remember: false
  533. multiple: false
  534. remember_roles:
  535. authenticated: authenticated
  536. anonymous: '0'
  537. administrator: '0'
  538. reduce: false
  539. is_grouped: false
  540. group_info:
  541. label: ''
  542. description: ''
  543. identifier: ''
  544. optional: true
  545. widget: select
  546. multiple: false
  547. remember: false
  548. default_group: All
  549. default_group_multiple: { }
  550. group_items: { }
  551. entity_type: node
  552. entity_field: langcode
  553. plugin_id: language
  554. content_translation_outdated:
  555. id: content_translation_outdated
  556. table: node_field_data
  557. field: content_translation_outdated
  558. relationship: none
  559. group_type: group
  560. admin_label: ''
  561. operator: '='
  562. value: '0'
  563. group: 1
  564. exposed: false
  565. expose:
  566. operator_id: ''
  567. label: 'Translation outdated'
  568. description: ''
  569. use_operator: false
  570. operator: content_translation_outdated_op
  571. identifier: content_translation_outdated
  572. required: false
  573. remember: false
  574. multiple: false
  575. remember_roles:
  576. authenticated: authenticated
  577. anonymous: '0'
  578. administrator: '0'
  579. is_grouped: false
  580. group_info:
  581. label: ''
  582. description: ''
  583. identifier: ''
  584. optional: true
  585. widget: select
  586. multiple: false
  587. remember: false
  588. default_group: All
  589. default_group_multiple: { }
  590. group_items: { }
  591. entity_type: node
  592. entity_field: content_translation_outdated
  593. plugin_id: boolean
  594. translation_target_language:
  595. id: translation_target_language
  596. table: node_translation
  597. field: translation_target_language
  598. relationship: none
  599. group_type: group
  600. admin_label: ''
  601. operator: '='
  602. value: ''
  603. group: 1
  604. exposed: true
  605. expose:
  606. operator_id: ''
  607. label: 'Target language'
  608. description: ''
  609. use_operator: false
  610. operator: translation_target_language_op
  611. identifier: translation_target_language
  612. required: true
  613. remember: true
  614. multiple: false
  615. remember_roles:
  616. anonymous: anonymous
  617. authenticated: authenticated
  618. administrator: '0'
  619. is_grouped: false
  620. group_info:
  621. label: ''
  622. description: ''
  623. identifier: ''
  624. optional: true
  625. widget: select
  626. multiple: false
  627. remember: false
  628. default_group: All
  629. default_group_multiple: { }
  630. group_items: { }
  631. remove: true
  632. entity_type: node
  633. plugin_id: translation_views_target_language
  634. translation_outdated:
  635. id: translation_outdated
  636. table: node_translation_target
  637. field: translation_outdated
  638. relationship: none
  639. group_type: group
  640. admin_label: ''
  641. operator: '='
  642. value: All
  643. group: 1
  644. exposed: true
  645. expose:
  646. operator_id: ''
  647. label: Outdated
  648. description: ''
  649. use_operator: false
  650. operator: translation_outdated_op
  651. identifier: translation_outdated
  652. required: false
  653. remember: false
  654. multiple: false
  655. remember_roles:
  656. authenticated: authenticated
  657. anonymous: '0'
  658. administrator: '0'
  659. is_grouped: false
  660. group_info:
  661. label: ''
  662. description: ''
  663. identifier: ''
  664. optional: true
  665. widget: select
  666. multiple: false
  667. remember: false
  668. default_group: All
  669. default_group_multiple: { }
  670. group_items: { }
  671. entity_field: content_translation_outdated
  672. plugin_id: boolean
  673. translation_status:
  674. id: translation_status
  675. table: node_translation
  676. field: translation_status
  677. relationship: none
  678. group_type: group
  679. admin_label: ''
  680. operator: '='
  681. value: '0'
  682. group: 1
  683. exposed: true
  684. expose:
  685. operator_id: ''
  686. label: 'Translation status'
  687. description: ''
  688. use_operator: false
  689. operator: translation_status_op
  690. identifier: translation_status
  691. required: false
  692. remember: false
  693. multiple: false
  694. remember_roles:
  695. authenticated: authenticated
  696. anonymous: '0'
  697. administrator: '0'
  698. is_grouped: false
  699. group_info:
  700. label: ''
  701. description: ''
  702. identifier: ''
  703. optional: true
  704. widget: select
  705. multiple: false
  706. remember: false
  707. default_group: All
  708. default_group_multiple: { }
  709. group_items: { }
  710. entity_type: node
  711. plugin_id: translation_views_status
  712. translation_default:
  713. id: translation_default
  714. table: node_translation_target
  715. field: translation_default
  716. relationship: none
  717. group_type: group
  718. admin_label: ''
  719. operator: '='
  720. value: '0'
  721. group: 1
  722. exposed: false
  723. expose:
  724. operator_id: ''
  725. label: ''
  726. description: ''
  727. use_operator: false
  728. operator: ''
  729. identifier: ''
  730. required: false
  731. remember: false
  732. multiple: false
  733. remember_roles:
  734. authenticated: authenticated
  735. is_grouped: false
  736. group_info:
  737. label: ''
  738. description: ''
  739. identifier: ''
  740. optional: true
  741. widget: select
  742. multiple: false
  743. remember: false
  744. default_group: All
  745. default_group_multiple: { }
  746. group_items: { }
  747. plugin_id: boolean
  748. translation_status_1:
  749. id: translation_status_1
  750. table: node_translation
  751. field: translation_status
  752. relationship: none
  753. group_type: group
  754. admin_label: ''
  755. operator: '='
  756. value: '0'
  757. group: 2
  758. exposed: false
  759. expose:
  760. operator_id: ''
  761. label: ''
  762. description: ''
  763. use_operator: false
  764. operator: ''
  765. identifier: ''
  766. required: false
  767. remember: false
  768. multiple: false
  769. remember_roles:
  770. authenticated: authenticated
  771. is_grouped: false
  772. group_info:
  773. label: ''
  774. description: ''
  775. identifier: ''
  776. optional: true
  777. widget: select
  778. multiple: false
  779. remember: false
  780. default_group: All
  781. default_group_multiple: { }
  782. group_items: { }
  783. entity_type: node
  784. plugin_id: translation_views_status
  785. translation_source:
  786. id: translation_source
  787. table: node_translation_target
  788. field: translation_source
  789. relationship: none
  790. group_type: group
  791. admin_label: ''
  792. operator: '='
  793. value: '1'
  794. group: 2
  795. exposed: false
  796. expose:
  797. operator_id: ''
  798. label: ''
  799. description: ''
  800. use_operator: false
  801. operator: ''
  802. identifier: ''
  803. required: false
  804. remember: false
  805. multiple: false
  806. remember_roles:
  807. authenticated: authenticated
  808. is_grouped: false
  809. group_info:
  810. label: ''
  811. description: ''
  812. identifier: ''
  813. optional: true
  814. widget: select
  815. multiple: false
  816. remember: false
  817. default_group: All
  818. default_group_multiple: { }
  819. group_items: { }
  820. plugin_id: translation_views_source_equals_row
  821. sorts:
  822. created:
  823. id: created
  824. table: node_field_data
  825. field: created
  826. order: DESC
  827. entity_type: node
  828. entity_field: created
  829. plugin_id: date
  830. relationship: none
  831. group_type: group
  832. admin_label: ''
  833. exposed: false
  834. expose:
  835. label: ''
  836. granularity: second
  837. title: 'Content Translation jobs'
  838. header: { }
  839. footer: { }
  840. empty: { }
  841. relationships: { }
  842. arguments: { }
  843. display_extenders: { }
  844. filter_groups:
  845. operator: AND
  846. groups:
  847. 1: AND
  848. 2: OR
  849. 3: OR
  850. cache_metadata:
  851. max-age: -1
  852. contexts:
  853. - 'languages:language_content'
  854. - 'languages:language_interface'
  855. - url
  856. - url.query_args
  857. - 'user.node_grants:view'
  858. - user.permissions
  859. tags: { }
  860. page_1:
  861. display_plugin: page
  862. id: page_1
  863. display_title: Page
  864. position: 1
  865. display_options:
  866. display_extenders: { }
  867. path: translate/content
  868. cache_metadata:
  869. max-age: -1
  870. contexts:
  871. - 'languages:language_content'
  872. - 'languages:language_interface'
  873. - url
  874. - url.query_args
  875. - 'user.node_grants:view'
  876. - user.permissions
  877. tags: { }