Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorGeorgi Stanojevski <glisha@gmail.com>2020-08-26 19:01:58 +0300
committerGitHub <noreply@github.com>2020-08-26 19:01:58 +0300
commit6a33298e71eee216ace01265bb938290a2e9f2e6 (patch)
tree12b52f49ae83b5ae631797ccb51b01dbf92ab91a /i18n
parent2391aea557ed2b6fd094bb4678323f6ae5417473 (diff)
Add Macedonian translation (#232)
Close #231 Co-authored-by: Vimux <Vimux@users.noreply.github.com>
Diffstat (limited to 'i18n')
-rw-r--r--i18n/mk.yaml94
1 files changed, 94 insertions, 0 deletions
diff --git a/i18n/mk.yaml b/i18n/mk.yaml
new file mode 100644
index 0000000..0f40c7c
--- /dev/null
+++ b/i18n/mk.yaml
@@ -0,0 +1,94 @@
+# General
+- id: read_more
+ translation: "Читај повеќе…"
+
+- id: menu_label
+ translation: "Мени"
+
+- id: sidemenu_title
+ translation: "Мени"
+
+# Post meta
+- id: meta_lastmod
+ translation: "Последна промена"
+
+- id: meta_translations
+ translation: "Преводи"
+
+# Table of Contents
+- id: toc_title
+ translation: "Содржина"
+
+# Post nav
+- id: post_nav_prev
+ translation: "Претходна"
+
+- id: post_nav_next
+ translation: "Следна"
+
+# Authorbox
+- id: authorbox_name
+ translation: "За {{ .Count }}"
+
+# Sidebar
+- id: sidebar_warning
+ translation: "ВНИМАНИЕ"
+
+- id: sidebar_recommendation
+ translation: "Ве молам, активирајте најмалку еден страничен елемент."
+
+# Search widget
+- id: search_placeholder
+ translation: "Пребарувај..."
+
+# Languages widget
+- id: languages_title
+ translation: "Јазици"
+
+# Categories widget
+- id: categories_title
+ translation: "Категории"
+
+# Recent Posts widget
+- id: recent_title
+ translation: "Скорешни написи"
+
+# Social widget
+- id: social_title
+ translation: "Социјални"
+
+# Tags List widget
+- id: tags_title
+ translation: "Ознаки"
+
+# Footer
+- id: footer_credits
+ translation:
+ "Направено со <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> и тема \
+ <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
+
+# 404
+- id: 404_title
+ translation: "404. Страницата не е најдена"
+
+- id: 404_text
+ translation:
+ "Страницата која ја баравте личи дека е поместена, избришана или не постои. Ве молам, користите го полето Барај \
+ или Оди"
+
+- id: 404_linktext
+ translation: "главна страница"
+
+# No posts empty state
+- id: noposts_warning_title
+ translation: "Сѐ уште немате написи!"
+
+- id: noposts_warning_description
+ translation:
+ "Штом објавите напис во било кој директориум (секција) под директориумот <b>content</b>, тој ќе се појави тука. \
+ Предефинирано само една секција (со најмногу написи) ќе се прикаже на главната страница."
+
+- id: noposts_warning_tip
+ translation:
+ "<b>Препорака:</b> Може да прикажете колку сакате секции со конфигурацискиот параметар \
+ <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."