-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
text.yml
36 lines (35 loc) · 818 Bytes
/
text.yml
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
# Theme text and labels
# English (default)
# -----------------
en: &DEFAULT_EN
skip_links: "Skip links"
skip_primary_nav: "Skip to primary navigation"
skip_content: "Skip to content"
skip_footer: "Skip to footer"
menu_label: "Menu"
by: "by"
min_read: "min read"
read_more: "Read more…"
categories: "Categories"
tags: "Tags"
pages_categorized: "Pages filed under"
pages_tagged: "Pages tagged"
table_of_contents: "Table of Contents"
results_found: "Result(s) found"
share: "Share"
tweet: "Tweet"
next: "Next"
previous: "Previous"
newer: "Newer"
older: "Older"
back_to_top: "Back to Top"
search_placeholder_text: "Enter your search term..."
powered_by: "Powered by"
en-US:
<<: *DEFAULT_EN
en-CA:
<<: *DEFAULT_EN
en-GB:
<<: *DEFAULT_EN
en-AU:
<<: *DEFAULT_EN