Initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"fieldTypes": {
|
||||
"link-button": "Botão de link"
|
||||
},
|
||||
"fields": {
|
||||
"iconLeft": "Ícone à esquerda",
|
||||
"iconRight": "Ícone à direita",
|
||||
"mode": "Modo",
|
||||
"buttonLabel": "Etiqueta",
|
||||
"placeholder": "Valor do Placeholder",
|
||||
"hideLabel": "Ocultar rótulo",
|
||||
"buttonSize": "Tamanho do botão",
|
||||
"style": "Estilo",
|
||||
"title": "Título",
|
||||
"confirmationDialog": "Confirmation Dialog",
|
||||
"confirmationText": "Confirmation Text",
|
||||
"hideOriginalWorkflowAction": "Hide Original Workflow Action",
|
||||
"popupHeight": "Popup Height",
|
||||
"popupWidth": "Popup Width"
|
||||
},
|
||||
"options": {
|
||||
"style": {
|
||||
"default": "Padrão",
|
||||
"primary": "Primário",
|
||||
"secondary": "Secundário",
|
||||
"success": "Bem sucedido",
|
||||
"danger": "Perigo",
|
||||
"warning": "Aviso",
|
||||
"info": "Info",
|
||||
"dark": "Escuro",
|
||||
"light": "Claro",
|
||||
"outline-primary": "Esboço: Primário",
|
||||
"outline-secondary": "Esboço: Secundário",
|
||||
"outline-success": "Esboço: Bem sucedido",
|
||||
"outline-danger": "Esboço: Perigo",
|
||||
"outline-warning": "Esboço: Aviso",
|
||||
"outline-info": "Esboço: Info",
|
||||
"outline-dark": "Contorno: Escuro",
|
||||
"outline-light": "Contorno: Claro"
|
||||
},
|
||||
"buttonSize": {
|
||||
"btn-sm": "Pequeno",
|
||||
"btn-md": "Médio",
|
||||
"btn-lg": "Grande",
|
||||
"btn-sm btn-block": "Bloco Pequeno",
|
||||
"btn-md btn-block": "Bloco Médio",
|
||||
"btn-lg btn-block": "Bloco Grande"
|
||||
},
|
||||
"mode": {
|
||||
"openNewTab": "abrir em uma nova aba",
|
||||
"openUrl": "abrir na mesma janela",
|
||||
"openPopup": "abrir pop-up",
|
||||
"openModal": "abrir Modal",
|
||||
"openEspoModal": "abrir Espo Modal",
|
||||
"quickCreate": "Criação rápida",
|
||||
"runEspoWorkflow": "Executar Workflow"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"fieldInfo": {
|
||||
"link-button": "Um botão configurável que pode salvar uma URL."
|
||||
},
|
||||
"tooltips": {
|
||||
"hideLabel": "Se estiver ativo, você também deve desativar a edição embutida se planeja usar o formato Bloco do botão.",
|
||||
"placeholder": "Texto a ser mostrado como uma dica quando não houver valor no campo."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user