summaryrefslogtreecommitdiff
path: root/i18n/en.toml
blob: 690db3c3af2f0fcd327d826f651a6dd8f738a794 (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
# ENGLISH translations
[common]
    more = "more"
    next = "Next"
    previous = "Previous"

[header]
    navmenu = "Website navigation"

[list]
    default_description = "All posts in {{ . }}"
    empty = "No posts in this section."
    reading_time= "Estimated reading time: {{ . }} min"

[pagination]
    current = "Current page"
    go_to = "Go to page"
    label = "Page navigation"
    next_page = "Next page"
    position = "Page {{ . }} of {{ . }}"
    previous_page = "Previous page"

[posts]
    name = "Posts"
    navigation = "Post navigation"
    next = "Next post:"
    previous = "Previous post:"
    recent = "Recent Posts"
    view_all = "View all posts"

[tags]
    all = "All tags"
    empty = "No tags found."
    name = "Tags"
    navigation = "Tag navigation"
    no_posts = "No posts found with this tag."
    overview_all = "Overview of all topics covered on this site:"
    postcount_number = "{{ . }} posts found"
    postcount_title = "Number of posts"
    posts_list = "Posts with this tag:"
    tagged_with = "Tagged with:"

[404]
    title = "Page not found"
    description = "The requested page does not exist."
    homepage = "Back to the homepage"