blob: d543e6fb548e99b0327d079c33f51417a903a029 (
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
|
# Navigation & UI
home: "Home"
articles: "Articles"
about: "About"
here: "Contact"
legal: "Privacy"
language: "Language"
toggleTheme: "Theme"
toggleMenu: "Menu"
closeMenu: "Close"
skipToContent: "Skip to main content"
email: "Email"
contact: "Contact"
links: "Links"
allRightsReserved: "All rights reserved."
# Articles
readMore: "Read more"
published: "Published"
updated: "Updated"
readingTime: "reading time"
min: "min"
author: "Author"
category: "Category"
categories: "Categories"
tag: "Tag"
tags: "Tags"
relatedPosts: "Related articles"
noRelated: "No related articles."
postCount:
one: "1 post"
other: "{{ . }} posts"
# Article types
life: "Life"
photo: "Photo"
link: "Link"
quote: "Quote"
tech: "Tech"
# Sharing
share: "Share"
shareOn: "Share on"
copyLink: "Copy link"
twitter: "Twitter"
facebook: "Facebook"
# Forms
name: "Name"
message: "Message"
submit: "Send"
sending: "Sending..."
success: "Message sent successfully!"
error: "An error occurred. Please try again."
# Social
follow: "Follow me"
contactMe: "Contact me"
|