mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 11:52:23 +02:00
* feat(text-editor): add highlight action Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add subscript and superscript actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add mathematics inline and block actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add mathematics and katex dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): change max-width of toolbar to display all icons correctly Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add subscript and superscript as direct dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated] Adds placeholder translations (English fallback) for Highlight, Subscript, Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker. Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix subscript/superscript serialization and extension placement Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> --------- Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
82 lines
2.9 KiB
JSON
82 lines
2.9 KiB
JSON
{
|
|
"string": {
|
|
"TableOfContents": "Índice",
|
|
"Suggested": "SUGERIDO",
|
|
"NoItems": "Sem itens",
|
|
"EditorPlaceholder": "Começa a escrever...",
|
|
"Edit": "Editar",
|
|
"Bold": "Negrito",
|
|
"Italic": "Itálico",
|
|
"Strikethrough": "Riscado",
|
|
"Link": "Link",
|
|
"Save": "Guardar",
|
|
"OrderedList": "Lista ordenada",
|
|
"BulletedList": "Lista com marcadores",
|
|
"Blockquote": "Citação",
|
|
"Code": "Código",
|
|
"CodeBlock": "Bloco de código",
|
|
"Note": "Nota",
|
|
"ConfigureNote": "Configurar nota",
|
|
"Set": "Definir",
|
|
"Update": "Atualizar",
|
|
"Remove": "Remover",
|
|
"NotePlaceholder": "Adicionar uma nota...",
|
|
"SampleText": "Texto de exemplo",
|
|
"Send": "Enviar",
|
|
"Attach": "Anexar",
|
|
"TextStyle": "Estilo do texto",
|
|
"Emoji": "Emoji",
|
|
"GIF": "GIF",
|
|
"Mention": "Mencionar",
|
|
"Underlined": "Sublinhado",
|
|
"AlignCenter": "Alinhar centro",
|
|
"AlignLeft": "Alinhar esquerda",
|
|
"AlignRight": "Alinhar direita",
|
|
"Download": "Transferir",
|
|
"ViewImage": "Ver imagem",
|
|
"ViewOriginal": "Ver original",
|
|
"MoreActions": "Mais ações",
|
|
"FullDescription": "Descrição completa",
|
|
"NoFullDescription": "Não há uma descrição detalhada",
|
|
"EnableDiffMode": "Ativar modo de diferença",
|
|
"AddColumnBefore": "Adicionar antes",
|
|
"AddColumnAfter": "Adicionar depois",
|
|
"DeleteColumn": "Eliminar",
|
|
"AddRowBefore": "Adicionar antes",
|
|
"AddRowAfter": "Adicionar depois",
|
|
"DeleteRow": "Eliminar",
|
|
"DeleteTable": "Eliminar",
|
|
"Duplicate": "Duplicar",
|
|
"CategoryRow": "Linhas",
|
|
"CategoryColumn": "Colunas",
|
|
"Table": "Tabela",
|
|
"InsertTable": "Inserir tabela",
|
|
"TableOptions": "Personalizar tabela",
|
|
"Width": "Largura",
|
|
"Height": "Altura",
|
|
"Unset": "Anular",
|
|
"Image": "Imagem",
|
|
"SeparatorLine": "linha separadora",
|
|
"TodoItem": "Tarefa",
|
|
"TodoList": "Lista de tarefas",
|
|
"DrawingBoard": "Quadro de desenho",
|
|
"RefreshTable": "Atualizar tabela",
|
|
"ShowDiff": "Mostrar diferenças",
|
|
"SeeOriginalData": "Ver dados originais",
|
|
"CategoryVersioning": "Versionamento",
|
|
"TableDiffLabel": "Alterações na tabela",
|
|
"TableRefreshConfirmationLabel": "Confirmar atualização da tabela",
|
|
"ConvertToLinkPreview": "Mostrar como link",
|
|
"ConvertToEmbedPreview": "Mostrar como pré-visualização de conteúdo",
|
|
"UnableToLoadEmbeddedContent": "Não foi possível carregar a pré-visualização do link devido às permissões ou a conteúdo não suportado",
|
|
"CannotConnectToCollaborationService": "Não foi possível conectar ao serviço de colaboração",
|
|
"SourceURL": "URL de origem",
|
|
"SelectedDocuments": "Documentos selecionados ({count, plural, =1 {1 item} other {# itens}})",
|
|
"Highlight": "Highlight",
|
|
"Subscript": "Subscript",
|
|
"Superscript": "Superscript",
|
|
"Mathematics": "Mathematics",
|
|
"MathematicsBlock": "Mathematics block"
|
|
}
|
|
}
|