Files
iTop/dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php

21 lines
763 B
PHP

<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'UI:Component:QuickCreate:HistoryDisabled' => 'O histórico está desativado',
'UI:Component:QuickCreate:Input:Placeholder' => 'Selecione o tipo de objeto...',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Abrir criação rápida',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Você ainda não criou nenhum objeto',
'UI:Component:QuickCreate:MostPopular:Title' => 'Mais popular',
'UI:Component:QuickCreate:Recents:Title' => 'Recentes',
'UI:Component:QuickCreate:Tooltip' => 'Crie rapidamente qualquer tipo de objeto',
]);