summaryrefslogtreecommitdiff
path: root/themes/blowfish/i18n/en.yaml
blob: 73afa73c045072a163dce821a0c9f4aff61fa18d (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
67
68
69
70
71
72
73
74
75
global:
  language: "EN"

article:
  anchor_label: "Anchor"
  date: "{{ .Date }}"
  date_updated: "Updated: {{ .Date }}"
  draft: "Draft"
  edit_title: "Edit content"
  reading_time:
    one: "{{ .Count }} min"
    other: "{{ .Count }} mins"
  reading_time_title: "Reading time"
  table_of_contents: "Table of Contents"
  word_count:
    one: "{{ .Count }} word"
    other: "{{ .Count }} words"
  views:
    one: "{{ .Count }} view"
    other: "{{ .Count }} views"
  likes:
    one: "{{ .Count }} like"
    other: "{{ .Count }} likes"
  part_of_series: "This article is part of a series."
  part: "Part"
  this_article: "This Article"
  related_articles: "Related"
  zen_mode_title:
    enable: "Enable zen mode"
    disable: "Disable zen mode"

author:
  byline_title: "Author"

code:
  copy: "Copy"
  copied: "Copied"

error:
  404_title: "Page Not Found :confused:"
  404_error: "Error 404"
  404_description: "It seems that the page you've requested does not exist."

footer:
  dark_appearance: "Switch to dark appearance"
  light_appearance: "Switch to light appearance"
  powered_by: "Powered by {{ .Hugo }} & {{ .Theme }}"

list:
  externalurl_title: "Link to external site"
  no_articles: "There are no articles to list here yet."

nav:
  scroll_to_top_title: "Scroll to top"
  skip_to_main: "Skip to main content"

search:
  open_button_title: "Search (/)"
  close_button_title: "Close (Esc)"
  input_placeholder: "Search"

sharing:
  email: "Send via email"
  facebook: "Share on Facebook"
  linkedin: "Share on LinkedIn"
  pinterest: "Pin on Pinterest"
  reddit: "Submit to Reddit"
  twitter: "Tweet on Twitter"
  bluesky: "Post on Bluesky"

shortcode:
  recent_articles: "Recent"

recent:
  show_more: "Show More"