Added Serbian translation (#324)
This commit is contained in:
191
i18n/sr.toml
Normal file
191
i18n/sr.toml
Normal file
@@ -0,0 +1,191 @@
|
||||
# Translations for Serbian
|
||||
# Превод на Српски
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Назад на Врх"
|
||||
|
||||
[viewComments]
|
||||
other = "Погледај Коментаре"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Постови"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Све %s"
|
||||
|
||||
[tag]
|
||||
other = "Таг"
|
||||
|
||||
[tags]
|
||||
other = "Тагови"
|
||||
|
||||
[category]
|
||||
other = "Категорија"
|
||||
|
||||
[categories]
|
||||
other = "Категорије"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Pagination ===
|
||||
[more]
|
||||
other = "Више"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[selectLanguage]
|
||||
other = "Изабери Језик"
|
||||
|
||||
[switchTheme]
|
||||
other = "Промени Тему"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Покреће %s"
|
||||
|
||||
[theme]
|
||||
other = "Тема"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "sr"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Ваш коментар ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "sr_RS"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Претрага"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Претражи наслове или садржај..."
|
||||
|
||||
[clear]
|
||||
other = "Очисти"
|
||||
|
||||
[cancel]
|
||||
other = "Поништи"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Без резултата"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "sr"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Копирај на радну таблу"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Подели на"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "Садржаји"
|
||||
|
||||
[publish]
|
||||
other = "објављено"
|
||||
|
||||
[included]
|
||||
other = "укључено"
|
||||
|
||||
[wordCount]
|
||||
other = "око {{ .Count }} речи"
|
||||
|
||||
[readingTime]
|
||||
other = "{{ .Count }} мин"
|
||||
|
||||
[views]
|
||||
other = "прегледа"
|
||||
|
||||
[author]
|
||||
other = "Аутор"
|
||||
|
||||
[lastMod]
|
||||
other = "Чланак је обновљен %s"
|
||||
|
||||
[license]
|
||||
other = "Објављено под условима %s лиценце"
|
||||
|
||||
[seeMarkdown]
|
||||
other = "Читај Markdown"
|
||||
|
||||
[back]
|
||||
other = "Назад"
|
||||
|
||||
[home]
|
||||
other = "Почетна"
|
||||
|
||||
[readMore]
|
||||
other = "Прочитај више"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Страница није пронађена"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Страница коју тражите не постоји. Жао нам је."
|
||||
# === 404.html ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[note]
|
||||
other = "Напомена"
|
||||
|
||||
[abstract]
|
||||
other = "Сажетак"
|
||||
|
||||
[info]
|
||||
other = "Инфо"
|
||||
|
||||
[tip]
|
||||
other = "Савет"
|
||||
|
||||
[success]
|
||||
other = "Успех"
|
||||
|
||||
[question]
|
||||
other = "Питање"
|
||||
|
||||
[warning]
|
||||
other = "Упозорење"
|
||||
|
||||
[failure]
|
||||
other = "Неуспех"
|
||||
|
||||
[danger]
|
||||
other = "Опасност"
|
||||
|
||||
[bug]
|
||||
other = "Грешка"
|
||||
|
||||
[example]
|
||||
other = "Пример"
|
||||
|
||||
[quote]
|
||||
other = "Цитат"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "НОВО"
|
||||
|
||||
[changed]
|
||||
other = "ПРОМЕЊЕНО"
|
||||
|
||||
[deleted]
|
||||
other = "ОБРИСАНО"
|
||||
# === shortcodes/version.html ===
|
||||
Reference in New Issue
Block a user