summaryrefslogtreecommitdiff
path: root/i18n/en.toml
blob: 4fadaeee7761d9d8a9a2e24702a010a6a86f07a1 (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
# 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"

[search]
    description = "Find posts by search term."
    label = "Search all posts"
    matches = "matches"
    placeholder = "Type at least 3 characters to search..."
    reset = "Clear search"
    title = "Search"

[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:"

[theme]
    toggle_dark = "Switch to dark mode"
    toggle_light = "Switch to light mode"

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