forked from richardanaya/tour_of_rust
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 0 translation in romanian 🇷🇴 #2
Open
alx-sima
wants to merge
5
commits into
UPB-CS-OpenSourceUpstream:master
Choose a base branch
from
alx-sima:ro-translate
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+80
−0
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d27ba3c
translated chapter 0 in romanian
alx-sima 52add7f
translated common words in romanian
alx-sima 3e8adc0
added links to romanian page
alx-sima 5979c96
Apply suggestions from code review (changed verbs to plural)
alx-sima a8b9648
Update lessons/ro/chapter_0.yaml
alx-sima File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
- title: >- | ||
Salut, <img src="/favicon-32x32.png" style="display:inline; | ||
vertical-align:bottom"> | ||
code: >- | ||
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&code=fn%20main()%20%7B%0A%20%20%20%20println!(%22Salut%2C%20%F0%9F%A6%80%22)%3B%0A%7D%0A | ||
content_markdown: | | ||
Bun venit la *Turul limbajului Rust*. Acesta a fost conceput pentru a fi un | ||
ghid pas cu pas al caracteristicilor limbajului Rust. | ||
Rust este deseori considerat un limbaj greu de învățat, dar noi sperăm că, până | ||
ajungem la părțile dificile, vă vom putea convinge că sunt multe lucruri de | ||
explorat. | ||
|
||
De asemenea, puteți citi acest ghid și în următoarele limbi: | ||
|
||
* [Deutsch](00_de.html) | ||
* [English](index.html) | ||
* [Español](00_es.html) | ||
* [Français](00_fr.html) | ||
* [Interlingue](00_ie.html) | ||
* [Magyar](00_hu.html) | ||
* [Polski](00_pl.html) | ||
* [Português Brasileiro](00_pt-br.html) | ||
* [Русский](00_ru.html) | ||
* [简体中文](00_zh-cn.html) | ||
* [繁體中文](00_zh-tw.html) | ||
* [日本語](00_ja.html) | ||
* [한국어](00_ko.html) | ||
* [Türkçe](00_tr.html) | ||
* [Ελληνικά](00_gr.html) | ||
* [Українська](00_ua.html) | ||
* [ภาษาไทย](00_th.html) | ||
* [Italian](00_it.html) | ||
* [Tiếng Việt](00_vi.html) | ||
|
||
Dacă aveți sugestii în legătură cu conținutul sau doriți să contribuiți la | ||
traducere, puteți intra pe | ||
[repository-ul github](https://github.com/richardanaya/tour_of_rust) al | ||
Turului. | ||
|
||
Puteți naviga prin tur folosind tastele <span class="emoji">⬅️</span> și | ||
<span class="emoji">➡️</span>. | ||
|
||
În acest exemplu clasic arătăm că Rust suportă caractere Unicode. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
chapter: Capitol | ||
tor: Turul limbajului Rust | ||
next: Înainte | ||
previous: Înapoi | ||
toc: Cuprins | ||
lessons: Lecții | ||
untranslated: Nu e tradus | ||
welcometothe: Bun venit la | ||
presstocontinue: Apăsați pentru a continua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cred ca e vorba despre codul de Rust din pagina (https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&code=fn%20main()%20%7B%0A%20%20%20%20println!(%22Salut%2C%20%F0%9F%A6%80%22)%3B%0A%7D%0A) care are un
println!("Salut, 🦀");
, care are un caracter unicode.