From 649850abf41583b36a370bf2aa0588813a9f40b5 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 1 Oct 2018 05:31:48 +0000 Subject: [PATCH] Brazilian wiki help translation update (#29702). Patch by Patrick Kaminski. git-svn-id: http://svn.redmine.org/redmine/trunk@17555 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/pt-br/wiki_syntax_markdown.html | 54 ++++++++++---------- public/help/pt-br/wiki_syntax_textile.html | 56 ++++++++++----------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/public/help/pt-br/wiki_syntax_markdown.html b/public/help/pt-br/wiki_syntax_markdown.html index 06d222b1d..e9e028baf 100644 --- a/public/help/pt-br/wiki_syntax_markdown.html +++ b/public/help/pt-br/wiki_syntax_markdown.html @@ -2,53 +2,53 @@ -Wiki formatting +Formatação Wiki -

Wiki Syntax Quick Reference (Markdown)

+

Sintaxe Wiki - Referência Rápida (Markdown)

- - - - - - - + + + + + + - + - - - - + + + + - - - - - + + + + + - + - - - + + + - + @@ -65,7 +65,7 @@
Font Styles
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text```
 lines
 of code
```
+
Estilos de Fonte
Strong**Negrito**Negrito
Italic*Itálico*Itálico
Underline_Sublinhado_Sublinhado
Deleted~~Tachado~~Tachado
Inline Code`Código Inline`Código Inline
Preformatted text```
 linhas
 de código
```
- lines
- of code
+ linhas
+ de código
 
Lists
Listas
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Cabeçalhos
Heading 1# Título 1

Título 1

Heading 2## Título 2

Título 2

Heading 3### Título 3

Título 3

Links
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
Revision r43Revision r43
Links do Redmine
Link to a Wiki page[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
Revisão r43Revisão r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
source:algum/arquivosource:algum/arquivo
Inline images
Image![](image_url)
![](attached_image)
Imagens inline
Image![](url_da_imagem)
![](imagem_anexada)
Tables
Tabelas
| A | B | C |
|---|---|---|
| A | B | C |
| D | E | F |
-

More Information

+

Mais Informações

diff --git a/public/help/pt-br/wiki_syntax_textile.html b/public/help/pt-br/wiki_syntax_textile.html index 4727f6d33..e92459fc1 100644 --- a/public/help/pt-br/wiki_syntax_textile.html +++ b/public/help/pt-br/wiki_syntax_textile.html @@ -2,54 +2,54 @@ -Wiki formatting +Formatação Wiki -

Wiki Syntax Quick Reference

+

Sintaxe Wiki - Referência Rápida

- - - - - - - - + + + + + + + - + - - - - + + + + - - - - - + + + + + - + - - - + + + - + @@ -67,7 +67,7 @@
Font Styles
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
Estilos de Fonte
Strong*Negrito*Negrito
Italic_Itálico_Itálico
Underline+Sublinhado+Sublinhado
Deleted-Tachado-Tachado
??Citação??Citação
Inline Code@Código Inline@Código Inline
Preformatted text<pre>
 linhas
 de código
</pre>
- lines
- of code
+ linhas
+ de código
 
Lists
Listas
Unordered list* Item 1
** Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Cabeçalhos
Heading 1h1. Título 1

Título 1

Heading 2h2. Título 2

Título 2

Heading 3h3. Título 3

Título 3

Links
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
Revision r43Revision r43
Links do Redmine
Link to a Wiki page[[Página Wiki]]Página Wiki
Tarefa #12Tarefa #12
##12Bug #12: Título da tarefa
Revisão r43Revisão r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
source:algum/arquivosource:algum/arquivo
Inline images
Image!image_url!
!attached_image!
Imagens inline
Image!url_da_imagem!
!imagem_anexada!
Tables
Tabelas
|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
-

More Information

+

Mais Informações

-- 2.39.5