mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-05-01 11:30:41 -03:00
feat: Importa view user_admin_people com tradução pt-br
Adiciona a configuração da view de administração de usuários (/admin/people) em config/optional com langcode en e strings em inglês, e as traduções para pt-br em config/translations/pt-br. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
72
config/translations/pt-br/views.view.user_admin_people.yml
Normal file
72
config/translations/pt-br/views.view.user_admin_people.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
label: Pessoas
|
||||
description: 'Encontrar e gerenciar pessoas interagindo com seu site.'
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
title: Pessoas
|
||||
fields:
|
||||
user_bulk_form:
|
||||
label: 'Atualização em massa'
|
||||
name:
|
||||
label: 'Nome de usuário'
|
||||
field_user_name:
|
||||
label: 'Nome Completo'
|
||||
status:
|
||||
label: Status
|
||||
settings:
|
||||
format_custom_false: Bloqueado
|
||||
format_custom_true: Ativo
|
||||
roles_target_id:
|
||||
label: Papéis
|
||||
created:
|
||||
label: 'Membro há'
|
||||
access:
|
||||
label: 'Último acesso'
|
||||
settings:
|
||||
past_format: '@interval atrás'
|
||||
operations:
|
||||
label: Operações
|
||||
pager:
|
||||
options:
|
||||
tags:
|
||||
next: 'Próximo ›'
|
||||
previous: '‹ Anterior'
|
||||
first: '« Primeiro'
|
||||
last: 'Último »'
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filtrar
|
||||
reset_button_label: Limpar
|
||||
exposed_sorts_label: 'Ordenar por'
|
||||
sort_asc_label: Crescente
|
||||
sort_desc_label: Decrescente
|
||||
empty:
|
||||
area_text_custom:
|
||||
content: 'Ninguém disponível.'
|
||||
filters:
|
||||
combine:
|
||||
expose:
|
||||
label: 'Nome ou email contém'
|
||||
status:
|
||||
group_info:
|
||||
label: Status
|
||||
group_items:
|
||||
1:
|
||||
title: Ativo
|
||||
2:
|
||||
title: Bloqueado
|
||||
roles_target_id:
|
||||
expose:
|
||||
label: Papel
|
||||
permission:
|
||||
expose:
|
||||
label: Permissão
|
||||
use_more_text: mais
|
||||
page_1:
|
||||
display_options:
|
||||
menu:
|
||||
title: Lista
|
||||
description: 'Encontrar e gerenciar pessoas interagindo com seu site.'
|
||||
tab_options:
|
||||
title: Pessoas
|
||||
description: 'Gerenciar contas de usuário, papéis e permissões.'
|
||||
Reference in New Issue
Block a user