-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #541 from mateesville93/romanian-translation
Added Romanian translation
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"thanks_to": "Bogdan Mateescu <[email protected]>", | ||
"comments": "", | ||
"direction": "ltr", | ||
"strings": { | ||
"placeholder": "Căutare", | ||
"clear_search": "Ştergeţi", | ||
"load_more": "Încărcați mai multe rezultate", | ||
"search_label": "Căutați în acest site", | ||
"filters_label": "Filtre", | ||
"zero_results": "Niciun rezultat pentru [SEARCH_TERM]", | ||
"many_results": "[COUNT] rezultate pentru [SEARCH_TERM]", | ||
"one_result": "[COUNT] rezultat pentru [SEARCH_TERM]", | ||
"alt_search": "Niciun rezultat pentru [SEARCH_TERM]. Se afișează în schimb rezultatele pentru [DIFFERENT_TERM]", | ||
"search_suggestion": "Niciun rezultat pentru [SEARCH_TERM]. Încercați una dintre următoarele căutări:", | ||
"searching": "Se caută după: [SEARCH_TERM]..." | ||
} | ||
} |