Commit Graph

8586 Commits

Author SHA1 Message Date
Marcel Ribeiro Dantas, Ph.D
f62120e5c6
Merge pull request #4047 from waltercjunior-zz/master
[pythonstatcomp/pt-br]
2022-07-07 14:30:57 +02:00
Marcel Ribeiro Dantas, Ph.D
28a1277540
Merge pull request #4356 from dannyloxavier/patch-1
[YAML/pt-br] Some fixes and update
2022-07-07 14:29:42 +02:00
Marcel Ribeiro Dantas
86c5593315
Merge pull request #4424 from mphschmitt/fix/rust_russian_translation
[rust/ru] fix russian translation.
2022-07-07 12:53:16 +02:00
Marcel Ribeiro Dantas
f429efa075
Merge pull request #4399 from nbehrnd/vim-de
[vim/de] remove duplicated line
2022-07-07 12:52:29 +02:00
Marcel Ribeiro Dantas
24fbb3028f
Merge pull request #4421 from mphschmitt/fix/rust_german_translation
[rust/de] fix german translation.
2022-07-07 12:50:56 +02:00
Marcel Ribeiro Dantas
3432ffc047
Merge pull request #4422 from mphschmitt/fix/rust_spanish_translation
[rust/es] fix spanish translation.
2022-07-07 12:50:44 +02:00
Marcel Ribeiro Dantas
8b49ec0213
Merge pull request #4423 from mphschmitt/fix/rust_italian_translation
[rust/it] fix italian translation.
2022-07-07 12:50:32 +02:00
Marcel Ribeiro Dantas
74d835c122
Add mribeirodantas as code owner for Portuguese 2022-07-07 12:50:14 +02:00
Marcel Ribeiro Dantas
4f87b5ff2e
Merge pull request #4427 from mphschmitt/fix/rust_ukrainian_translation
[rust/uk] fix ukrainian translation.
2022-07-07 12:48:10 +02:00
Marcel Ribeiro Dantas
2c075ca072
Merge pull request #4426 from mphschmitt/fix/rust_portuguese_translation
[rust/pt] fix portuguese translation.
2022-07-07 12:36:41 +02:00
mphschmitt
a92ab5a75e
[rust/zn] fix chinese translation. (#4425) 2022-07-07 08:25:30 +08:00
mphschmitt
3692c42711
[set-theory/fr] Fix multiple errors. (#4361)
Multiple errors prevented the translation from being displayed:
  * contributors was indented with a tab instead of two spaces.
  * the category was not the same as the original english file.
  * a code block was closed at the end of the file, but never
    opened.
2022-07-06 23:57:16 +02:00
mphschmitt
9694d4d960
[rust/fr] Update language name: rust -> Rust (#4308)
The name was different in english and in french, which prevented
the french translation from being displayed.
2022-07-06 23:56:27 +02:00
Mathias Schmitt
e14e04ec41 [rust/uk] fix ukrainian translation. 2022-07-06 23:12:30 +02:00
Mathias Schmitt
b027fa5b2a [rust/pt] fix portuguese translation. 2022-07-06 23:10:15 +02:00
Mathias Schmitt
47568c005e [rust/ru] fix russian translation. 2022-07-06 23:05:54 +02:00
Mathias Schmitt
1e44bf3aba [rust/it] fix italian translation. 2022-07-06 23:03:36 +02:00
Mathias Schmitt
6ec3406e1e [rust/es] fix spanish translation. 2022-07-06 22:37:21 +02:00
Mathias Schmitt
6dc1f37df1 [rust/de] fix german translation. 2022-07-06 22:31:18 +02:00
Marcel Ribeiro Dantas
f981bf279f
Merge pull request #4420 from Fraasi/mongodb-typofix
[mongodb/en] fix couple of typos
2022-07-05 15:41:26 +02:00
Fraasi
2ae0442277 fix couple of typos 2022-07-05 16:06:22 +03:00
Marcel Ribeiro Dantas
f6f2aaafda
Merge pull request #4070 from Ahmunna/patch-1
[R/en] Update r.html.markdown
2022-06-27 00:30:18 +02:00
Marcel Ribeiro Dantas
5d133e8478
Merge branch 'master' into patch-1 2022-06-27 00:28:16 +02:00
Marcel Ribeiro Dantas
8f28c8021b
Merge pull request #4342 from Crystal-RainSlide/patch-1
[R/en] Format R code
2022-06-27 00:25:19 +02:00
Marcel Ribeiro Dantas
6162ab53ee
Merge branch 'master' into patch-1 2022-06-27 00:24:44 +02:00
Marcel Ribeiro Dantas
38a37135cd
Merge pull request #4364 from mribeirodantas/patch-1
[r/pt-br] Translate R Markdown
2022-06-27 00:16:55 +02:00
Marcel Ribeiro Dantas
0622c02ef4
Merge pull request #4372 from mribeirodantas/patch-2
[r/en] Update content according to R 4.0.0
2022-06-27 00:16:09 +02:00
Marcel Ribeiro Dantas
2b1cfc6ab6
Apply suggestions from code review
This commit includes suggestions originally proposed by @halian-vilela

Co-authored-by: Halian Vilela <halian@verlindo.com>
2022-06-04 19:57:32 +02:00
norwid
095e771a2a vim/de remove duplicated line
The line duplicated was the English pattern already translated
into German.
2022-05-27 15:49:40 +02:00
Marcel Ribeiro Dantas
c4c53cc95e
Fix warning about stringsAsFactors
In R 4.0.0, stringsAsFactors default value changed from TRUE to FALSE. This commit fixes the warning message in the current file to make this clear for readers.

This commit also updates the list of contributors for this file.
2022-04-09 00:21:01 +02:00
Marcel Ribeiro Dantas
fbdc0115e9
Update return of class(mat) according to R 4.0.0
A matrix is the special case of a two-dimensional ‘array’.  Since R 4.0.0, ‘inherits(m, "array")’ is true for a ‘matrix’ ‘m’, which makes class(mat) return "matrix" "array", not only "matrix" as before.
2022-04-09 00:14:18 +02:00
MapleinCode
835d077573
[python/zh-cn]Complete Translation (#4351)
Co-authored-by: 谭九鼎 <109224573@qq.com>
2022-04-08 20:06:22 +08:00
Marcel Ribeiro Dantas
54ce5e4774
[r/pt-br] Translate R Markdown
Translation of the markdown file of R to Brazilian Portuguese and update of the header with some information regarding the translator.
2022-04-04 02:02:42 +02:00
dannyloxavier
19feebccf7
foo bar translation
Forgot to traslate this part
2022-03-28 14:18:45 -03:00
dannyloxavier
0f6e59d349
Some fixes
- Updated to latest EN version (with respective translation)
- Fixed some pt-BR typos
- Fixed indentations to be equal to the original EN version
2022-03-28 12:25:28 -03:00
Dyn
3a425f8cf3
[sql/zh-cn]:Update filename for consistency (#4348) 2022-03-19 16:16:00 +08:00
OnlyDev
d9416193ba
Fixed typo in word "Возвращаемая" (#4322) 2022-03-15 23:50:45 +01:00
Marat Amerov
819cb6b275
[javascript/ru] s/функционал/функциональность (#4336) 2022-03-15 23:48:38 +01:00
Marat Amerov
8215ee614d
[kotlin/ru] s/функционал/функциональность (#4337) 2022-03-15 23:47:18 +01:00
Marat Amerov
7b265947e9
[lua/ru] s/функционал/функциональность (#4338) 2022-03-15 23:46:05 +01:00
Marat Amerov
6efd95e6db
[swift/ru] s/функционал/функциональность (#4339) 2022-03-15 23:44:58 +01:00
Marat Amerov
32c8adcccb
[objective-c/ru] s/функционал/функциональность (#4340) 2022-03-15 23:43:39 +01:00
Crystal-RainSlide
2313888888
[R/en] Format R code 2022-03-08 16:56:31 +08:00
Adam Chalkley
a53abc23e2
[go/en] Fix link to Golang University 301 playlist (#4317)
Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
2022-03-04 11:29:48 +08:00
Brian Holbrook
d208b72f6a
[mips/*] Fix branching example (#4315) 2022-03-03 15:44:38 +08:00
lzw-723
414ac29188
[raylib/zh-cn] Completed translation (#4325) 2022-02-20 22:17:15 +08:00
Mi. Lia
7c401735bc
[ocaml/el-gr] A minor but important fix regarding syntax coloring (#4319) 2022-02-20 22:15:33 +08:00
谭九鼎
ad760a7adf
[ocaml/el-gr] fix lang heading 2022-02-20 22:12:22 +08:00
谭九鼎
2f05725cc0
[Docker/zh-cn] Init translation (#3926) 2022-01-22 20:20:16 +08:00
Adam Bard
6e35b0e9be
Merge pull request #4291 from Chemaclass/master
[phel/en] Add phel.html
2022-01-21 16:34:34 -08:00