aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Savely Krasovsky <savely@krasovsky.me>2018-09-22 20:22:58 +0300
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-09-22 10:22:58 -0700
commit0e23f37f5797ef35abad23f059fa48e56ff27b37 (patch)
tree9d9228e610a6247a50d2a560280c2c61c9f2b006 /template/html
parent37ab6eec15804b3d122471bbb732eb106f107504 (diff)
Translate application in Russian
Diffstat (limited to 'template/html')
-rw-r--r--template/html/categories.html4
-rw-r--r--template/html/feeds.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/template/html/categories.html b/template/html/categories.html
index dde0339..ca26615 100644
--- a/template/html/categories.html
+++ b/template/html/categories.html
@@ -25,7 +25,7 @@
<ul>
<li>
{{ if eq .FeedCount 0 }}
- {{ t "No feed." }}
+ {{ t "page.categories.no_feed" }}
{{ else }}
{{ plural "page.categories.feed_count" .FeedCount .FeedCount }}
{{ end }}
@@ -33,7 +33,7 @@
</ul>
<ul>
<li>
- <a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "Edit" }}</a>
+ <a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "menu.edit_category" }}</a>
</li>
{{ if eq .FeedCount 0 }}
<li>
diff --git a/template/html/feeds.html b/template/html/feeds.html
index 5988ef2..7aac649 100644
--- a/template/html/feeds.html
+++ b/template/html/feeds.html
@@ -47,10 +47,10 @@
</ul>
<ul>
<li>
- <a href="{{ route "refreshFeed" "feedID" .ID }}">{{ t "Refresh" }}</a>
+ <a href="{{ route "refreshFeed" "feedID" .ID }}">{{ t "menu.refresh_feed" }}</a>
</li>
<li>
- <a href="{{ route "editFeed" "feedID" .ID }}">{{ t "Edit" }}</a>
+ <a href="{{ route "editFeed" "feedID" .ID }}">{{ t "menu.edit_feed" }}</a>
</li>
<li>
<a href="#"