mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fcba1590b6
* feat(i18n): added romanian and russian languages * fix(i18n): typo * fix(i18n): typo
190 lines
2.7 KiB
TOML
190 lines
2.7 KiB
TOML
# Translations for Romanian
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# === baseof ==
|
|
[backToTop]
|
|
other = "Înapoi Sus"
|
|
|
|
[viewComments]
|
|
other = "Vizualizare Comentarii"
|
|
# === baseof ==
|
|
|
|
# === Post ===
|
|
[posts]
|
|
other = "Articole"
|
|
# === Post ===
|
|
|
|
# === Taxonomy ===
|
|
[allSome]
|
|
other = "Toate %s"
|
|
|
|
[tag]
|
|
other = "Etichetă"
|
|
|
|
[tags]
|
|
other = "Etichete"
|
|
|
|
[category]
|
|
other = "Categorie"
|
|
|
|
[categories]
|
|
other = "Categorii"
|
|
# === Taxonomy ===
|
|
|
|
# === Pagination ===
|
|
[more]
|
|
other = "Mai mult"
|
|
# === Pagination ===
|
|
|
|
# === partials/header.html ===
|
|
[selectLanguage]
|
|
other = "Selectare Limbă"
|
|
|
|
[switchTheme]
|
|
other = "Schimbare Temă"
|
|
# === partials/header.html ===
|
|
|
|
# === partials/footer.html ===
|
|
[poweredBySome]
|
|
other = "Realizat de către %s"
|
|
|
|
[theme]
|
|
other = "Temă"
|
|
# === partials/footer.html ===
|
|
|
|
# === partials/comment.html ===
|
|
[valineLang]
|
|
other = "ro"
|
|
|
|
[valinePlaceholder]
|
|
other = "Comentariul dvs ..."
|
|
|
|
[facebookLanguageCode]
|
|
other = "ro_RO"
|
|
# === partials/comment.html ===
|
|
|
|
# === partials/assets.html ===
|
|
[search]
|
|
other = "Căutare"
|
|
|
|
[searchPlaceholder]
|
|
other = "Căutarea titlului sau conținutului articolului ..."
|
|
|
|
[clear]
|
|
other = "Golire"
|
|
|
|
[cancel]
|
|
other = "Anulare"
|
|
|
|
[noResultsFound]
|
|
other = "Nici un rezultat gasit"
|
|
|
|
[lunrLanguageCode]
|
|
other = "ro"
|
|
|
|
[copyToClipboard]
|
|
other = "Copiați în clipboard"
|
|
# === partials/assets.html ===
|
|
|
|
# === partials/plugin/share.html ===
|
|
[shareOn]
|
|
other = "Distribuie pe"
|
|
# === partials/plugin/share.html ===
|
|
|
|
# === posts/single.html ===
|
|
[contents]
|
|
other = "Cuprins"
|
|
|
|
[publish]
|
|
other = "publicat la"
|
|
|
|
[included]
|
|
other = "inclus în"
|
|
|
|
[wordCount]
|
|
other = "aproximativ {{ .Count }} cuvinte"
|
|
|
|
[readingTime]
|
|
other = "{{ .Count }} min"
|
|
|
|
[views]
|
|
other = "vizualizări"
|
|
|
|
[author]
|
|
other = "Autor"
|
|
|
|
[lastMod]
|
|
other = "Articolul a fost actualizat la %s"
|
|
|
|
[license]
|
|
other = "Publicat sub licența %s"
|
|
|
|
[seeMarkdown]
|
|
other = "Citire Markdown"
|
|
|
|
[back]
|
|
other = "Înapoi"
|
|
|
|
[home]
|
|
other = "Acasă"
|
|
|
|
[readMore]
|
|
other = "Citește mai mult"
|
|
# === posts/single.html ===
|
|
|
|
# === 404.html ===
|
|
[pageNotFound]
|
|
other = "Pagina nu a fost găsită"
|
|
|
|
[pageNotFoundText]
|
|
other = "Pagina pe care o căutați nu există. Ne cerem scuze."
|
|
# === 404.html ===
|
|
|
|
# === shortcodes/admonition.html ===
|
|
[note]
|
|
other = "Notă"
|
|
|
|
[abstract]
|
|
other = "Rezumat"
|
|
|
|
[info]
|
|
other = "Info"
|
|
|
|
[tip]
|
|
other = "Sfat"
|
|
|
|
[success]
|
|
other = "Succes"
|
|
|
|
[question]
|
|
other = "Întrebare"
|
|
|
|
[warning]
|
|
other = "Avertizare"
|
|
|
|
[failure]
|
|
other = "Eșec"
|
|
|
|
[danger]
|
|
other = "Pericol"
|
|
|
|
[bug]
|
|
other = "Bug"
|
|
|
|
[example]
|
|
other = "Exemplu"
|
|
|
|
[quote]
|
|
other = "Citat"
|
|
# === shortcodes/admonition.html ===
|
|
|
|
# === shortcodes/version.html ===
|
|
[new]
|
|
other = "NOU"
|
|
|
|
[changed]
|
|
other = "SCHIMBAT"
|
|
|
|
[deleted]
|
|
other = "ȘTERS"
|
|
# === shortcodes/version.html ===
|