blob: 826674e5163aa21f3928a5736f73253593259863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
# ENGLISH translations
about = "About"
articles = "Articles"
contact = "Contact"
home = "Home"
more = "more"
reading_time = "Estimated reading time: {{ . }} min"
word_count = "{{ . }} words"
# 404
404_title = "Page not found"
404_description = "The requested page does not exist."
404_homepage = "Back to the homepage"
# List
list_description = "All posts in {{ . }}"
list_empty = "No posts in this section."
# Navigation
back_top = "Back to top"
navmenu = "Website navigation"
next = "Next"
previous = "Previous"
# Pagination
page = "Page"
page_current = "Current page"
page_go_to = "Go to page"
page_navigation = "Page navigation"
page_next = "Next page"
page_position = "Page {{ . }} of {{ . }}"
page_previous = "Previous page"
# Posts
posts = "Posts"
posts_all_description = "All posts on this website, from newest to oldest."
posts_all_view = "View all posts"
posts_empty = "This site does not have any posts yet."
posts_navigation = "Post navigation"
posts_next = "Next post:"
posts_previous = "Previous post:"
posts_recent = "Recent Posts"
# Search
search = "Search"
search_description = "Find posts by search term."
search_label = "Search all posts"
search_matches = "matches"
search_placeholder = "Type at least 3 characters to search..."
search_reset = "Clear search"
# Tags
tags = "Tags"
tags_all = "All tags"
tags_all_description = "Overview of all topics covered on this site:"
tags_empty = "No tags found."
tags_navigation = "Tag navigation"
tags_no_posts = "No posts found with this tag."
tags_postcount_number = "{{ . }} posts found"
tags_postcount_title = "Number of posts"
tags_posts_list = "Posts with this tag:"
tags_with = "Tagged with:"
# Theme
toggle_dark = "Switch to dark mode"
toggle_light = "Switch to light mode"
|