Skip to content
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

Update ui-text.yml with Romanian translation #1814

Merged
merged 3 commits into from
Sep 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions _data/ui-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,52 @@ hu: &DEFAULT_HU
hu-HU:
<<: *DEFAULT_HU

# Romanian
# -----------------
ro: &DEFAULT_RO
page : "Pagina"
pagination_previous : "Anterior"
pagination_next : "Următor"
breadcrumb_home_label : "Acasă"
breadcrumb_separator : "/"
menu_label : "Comută meniul"
toc_label : "Pe această pagină"
ext_link_label : "Link direct"
less_than : "mai puțin de"
minute_read : "minute de citit"
share_on_label : "Distribuie pe"
meta_label :
tags_label : "Etichete:"
categories_label : "Categorii:"
date_label : "Actualizat:"
comments_label : "Lasă un comentariu"
comments_title : "Comentarii"
more_label : "Citește mai departe"
related_label : "S-ar putea să-ți placă"
follow_label : "Urmărește:"
feed_label : "Feed RSS"
powered_by : "Cu sprijinul"
website_label : "Site"
email_label : "Email"
recent_posts : "Articole recente"
undefined_wpm : "Parametru words_per_minute nedefinit în _config.yml"
comment_form_info : "Adresa ta de email nu va fi făcută publică. Câmpurile marcate sunt obligatorii"
comment_form_comment_label : "Comentariu"
comment_form_md_info : "Markdown este suportat."
comment_form_name_label : "Nume"
comment_form_email_label : "Adresă de email"
comment_form_website_label : "Site (opțional)"
comment_btn_submit : "Trimite comentariul"
comment_btn_submitted : "Trimis"
comment_success_msg : "Mulțumesc pentru comentariu! Va apărea pe site în momentul în care va fi aprobat."
comment_error_msg : "Scuze, este o problemă cu comentariul tău. Asigură-te că toate câmpurile obligatorii au fost completate și încearcă din nou."
loading_label : "Se încarcă..."
search_placeholder_text : "Caută ceva..."
results_found : "Rezultate găsite"
back_to_top : "Înapoi în susul paginii"
ro-RO:
<<: *DEFAULT_RO

# Another locale
# --------------
#
1 change: 1 addition & 0 deletions docs/_docs/08-ui-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com
- Japanese
- Nepali (Nepalese)
- Polish
- Romanian
- Russian
- Slovak
- Spanish (Español)
Expand Down