Skip to content

Commit 47d10fa

Browse files
claudiuconstantinmmistakes
authored andcommittedSep 10, 2018
Update ui-text.yml with Romanian translation (mmistakes#1814)
* Update ui-text.yml with Romanian translation Added the translations for Romanian * Update ui-text.yml Corrected „less_than” with a proper translation for the context where it is being used * Update docs Added Romanian to the languages list
1 parent 38216a2 commit 47d10fa

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
 

‎_data/ui-text.yml

+46
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,52 @@ hu: &DEFAULT_HU
10801080
hu-HU:
10811081
<<: *DEFAULT_HU
10821082

1083+
# Romanian
1084+
# -----------------
1085+
ro: &DEFAULT_RO
1086+
page : "Pagina"
1087+
pagination_previous : "Anterior"
1088+
pagination_next : "Următor"
1089+
breadcrumb_home_label : "Acasă"
1090+
breadcrumb_separator : "/"
1091+
menu_label : "Comută meniul"
1092+
toc_label : "Pe această pagină"
1093+
ext_link_label : "Link direct"
1094+
less_than : "mai puțin de"
1095+
minute_read : "minute de citit"
1096+
share_on_label : "Distribuie pe"
1097+
meta_label :
1098+
tags_label : "Etichete:"
1099+
categories_label : "Categorii:"
1100+
date_label : "Actualizat:"
1101+
comments_label : "Lasă un comentariu"
1102+
comments_title : "Comentarii"
1103+
more_label : "Citește mai departe"
1104+
related_label : "S-ar putea să-ți placă"
1105+
follow_label : "Urmărește:"
1106+
feed_label : "Feed RSS"
1107+
powered_by : "Cu sprijinul"
1108+
website_label : "Site"
1109+
email_label : "Email"
1110+
recent_posts : "Articole recente"
1111+
undefined_wpm : "Parametru words_per_minute nedefinit în _config.yml"
1112+
comment_form_info : "Adresa ta de email nu va fi făcută publică. Câmpurile marcate sunt obligatorii"
1113+
comment_form_comment_label : "Comentariu"
1114+
comment_form_md_info : "Markdown este suportat."
1115+
comment_form_name_label : "Nume"
1116+
comment_form_email_label : "Adresă de email"
1117+
comment_form_website_label : "Site (opțional)"
1118+
comment_btn_submit : "Trimite comentariul"
1119+
comment_btn_submitted : "Trimis"
1120+
comment_success_msg : "Mulțumesc pentru comentariu! Va apărea pe site în momentul în care va fi aprobat."
1121+
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."
1122+
loading_label : "Se încarcă..."
1123+
search_placeholder_text : "Caută ceva..."
1124+
results_found : "Rezultate găsite"
1125+
back_to_top : "Înapoi în susul paginii"
1126+
ro-RO:
1127+
<<: *DEFAULT_RO
1128+
10831129
# Another locale
10841130
# --------------
10851131
#

‎docs/_docs/08-ui-text.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com
2323
- Japanese
2424
- Nepali (Nepalese)
2525
- Polish
26+
- Romanian
2627
- Russian
2728
- Slovak
2829
- Spanish (Español)

0 commit comments

Comments
 (0)
Please sign in to comment.