mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Dictionaries update for 3.1 beta
This commit is contained in:
@@ -18,31 +18,33 @@
|
||||
*/
|
||||
// Navigation menu
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'UI:Preferences:Title' => 'Preferências',
|
||||
'UI:Preferences:UserInterface:Title' => 'Interface de usuário',
|
||||
'UI:Preferences:General:Title' => 'Geral',
|
||||
'UI:Preferences:General:Theme' => 'Tema',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (padrão)',
|
||||
'UI:Preferences:Lists:Title' => 'Listas',
|
||||
'UI:Preferences:RichText:Title' => 'Editor de Rich Text',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Estado padrão da barra de ferramentas',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandida',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Recolhida',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Painel de atividades',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulário de adicionar nova entrada aberto por padrão',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Se o formulário de adicionar nova entrada será aberto automaticamente ao abrir o Painel de Atividades. Se desmarcado, você ainda poderá abri-lo clicando no botão de "adicionar"',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Atalhos de teclado de aplicativo',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Pressione um atalho de teclado',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grave um atalho de teclado',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Redefinir',
|
||||
'UI:Preferences:Title' => 'Preferências',
|
||||
'UI:Preferences:UserInterface:Title' => 'Interface de usuário',
|
||||
'UI:Preferences:General:Title' => 'Geral',
|
||||
'UI:Preferences:General:Theme' => 'Tema',
|
||||
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (padrão)',
|
||||
'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards~~',
|
||||
'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class~~',
|
||||
'UI:Preferences:Lists:Title' => 'Listas',
|
||||
'UI:Preferences:RichText:Title' => 'Editor de Rich Text',
|
||||
'UI:Preferences:RichText:ToolbarState' => 'Estado padrão da barra de ferramentas',
|
||||
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Expandida',
|
||||
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Recolhida',
|
||||
'UI:Preferences:ActivityPanel:Title' => 'Painel de atividades',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formulário de adicionar nova entrada aberto por padrão',
|
||||
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Se o formulário de adicionar nova entrada será aberto automaticamente ao abrir o Painel de Atividades. Se desmarcado, você ainda poderá abri-lo clicando no botão de "adicionar"',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Atalhos de teclado de aplicativo',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Pressione um atalho de teclado',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Grave um atalho de teclado',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Redefinir',
|
||||
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Voltar ao atalho padrão do teclado',
|
||||
'UI:Preferences:Tabs:Title' => 'Guias',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navegação',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clássica',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Rolável',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Avatar padrão do usuário',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Escolha uma imagem padrão que será exibida caso o contato associado ao usuário não possuir nenhuma',
|
||||
'UI:Preferences:Tabs:Title' => 'Guias',
|
||||
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
||||
'UI:Preferences:Tabs:Layout:Horizontal' => 'Horizontal',
|
||||
'UI:Preferences:Tabs:Layout:Vertical' => 'Vertical',
|
||||
'UI:Preferences:Tabs:Scrollable:Label' => 'Navegação',
|
||||
'UI:Preferences:Tabs:Scrollable:Classic' => 'Clássica',
|
||||
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Rolável',
|
||||
'UI:Preferences:ChooseAPlaceholder' => 'Avatar padrão do usuário',
|
||||
'UI:Preferences:ChooseAPlaceholder+' => 'Escolha uma imagem padrão que será exibida caso o contato associado ao usuário não possuir nenhuma',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user