mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-03-08 01:17:41 -03:00
- Altera langcode de pt-br para en em todos os field.field YAMLs - Traduz labels e descriptions dos campos para inglês - Converte strings de info.yml, permissions.yml, links.menu.yml e routing.yml para inglês - Converte todas as strings t() e @Translation em PHP para inglês - Adiciona traduções de config em config/translations/pt-br/ para os 7 campos de usuário - Adiciona arquivo translations/site_users.pt-br.po com todas as strings de interface traduzidas para pt-br Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
administer site_users settings:
|
|
title: 'Administer Site Users settings'
|
|
description: 'Allows administering the Site Users module settings.'
|
|
restrict access: true
|
|
|
|
view any user profile fields:
|
|
title: 'View any user profile fields'
|
|
description: 'Allows viewing the custom fields (name, phone, category, etc.) of any user.'
|
|
|
|
view own user profile fields:
|
|
title: 'View own user profile fields'
|
|
description: 'Allows viewing own custom profile fields.'
|
|
|
|
edit any user profile fields:
|
|
title: 'Edit any user profile fields'
|
|
description: 'Allows editing the custom fields of any user.'
|
|
restrict access: true
|
|
|
|
edit own user profile fields:
|
|
title: 'Edit own user profile fields'
|
|
description: 'Allows editing own custom profile fields.'
|
|
|
|
manage user photos:
|
|
title: 'Manage user photos'
|
|
description: 'Allows adding, editing, and removing photos of any user.'
|
|
restrict access: true
|
|
|
|
manage own user photos:
|
|
title: 'Manage own user photos'
|
|
description: 'Allows adding, editing, and removing own profile photos.'
|