summaryrefslogtreecommitdiffstats
path: root/i18n/en.yaml
blob: 89b9b22460a76744cdc5a59e4ce0836b5f688ce6 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Navigation & UI
home: "Home"
articles: "Articles"
about: "About"
here: "Contact"
# repo: "Repo"
legal: "Privacy"
language: "Language"
toggleTheme: "Theme"
toggleMenu: "Menu"
closeMenu: "Close"
mainMenu: "Main navigation"
skipToContent: "Skip to main content"
email: "Email"
contact: "Contact"
links: "Links"
allRightsReserved: "All rights reserved."
footer_built_with: "built with"
footer_features: "features"
footer_made_with: "Made with"
footer_lack_of: "lack of"
footer_lots_of: "lots of"
footer_by: "by"
footer_love: "love"
footer_sleep: "sleep"
footer_coffee: "coffee"
footer_about_name: "Name"
footer_about_role: "role"
footer_about_cert: "cert"
footer_about_os: "os"
footer_about_focus: "focus"
footer_about_role_value: "Cybersecurity Specialist"
footer_about_os_value: "Slackware"
footer_about_os_year: "2005–present"
footer_about_focus_value: "open-source · privacy"
searchArticles: "Search Articles"
searchPlaceholder: "Search by title or content..."
noSearchResults: "No articles found matching your search."

# Articles
readMore: "Read more"
published: "Published"
updated: "Updated"
readingTime: "reading time"
min: "min"
author: "Author"
words: "words"
articleStats: "article"
category: "Category"
categories: "Categories"
tag: "Tag"
tags: "Tags"
topTags: "Top Tags"
tagCloud: "Explore Topics"
exploreTopics: "Browse by topic"
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"
reddit: "Reddit"
pinterest: "Pinterest"
whatsapp: "WhatsApp"
telegram: "Telegram"
signal: "Signal"
shareViaEmail: "Share via email"
linkCopied: "Link copied!"

# Forms
name: "Name"
message: "Message"
submit: "Send"
sending: "Sending..."
success: "Message sent successfully!"
error: "An error occurred. Please try again."

# Form Components
form_invalid_email: "Please enter a valid email address"
form_password_help: "Must be at least 8 characters"
form_agree_terms: "I agree to the terms and conditions"
form_select_interests: "Select your interests"
form_interest_tech: "Technology"
form_interest_design: "Design"
form_select_preference: "Select a preference"
form_option_a: "Option A"
form_option_b: "Option B"
form_first_name: "First Name"
form_last_name: "Last Name"
form_search: "Search"
form_search_btn: "Search"
form_open_alert: "Open Alert Modal"
form_open_confirm: "Open Confirm Modal"
form_open_content: "Open Content Modal"
form_alert_title: "Alert"
form_alert_message: "This is an alert modal. Click OK to dismiss."
form_ok: "OK"
form_confirm_title: "Confirm Action"
form_confirm_message: "Are you sure you want to continue?"
form_cancel: "Cancel"
form_confirm: "Confirm"
form_content_title: "Modal with Content"
form_content_message: "This modal contains detailed content. You can add forms, lists, or any HTML here."
form_close: "Close"
form_save: "Save"

# Social
follow: "Follow me"
contactMe: "Contact me"

# 404 Page
notFound:
  other: "Page Not Found"
notFoundHeading:
  other: "404"
notFoundMessage:
  other: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below."
searchButton:
  other: "Search"
recentArticles:
  other: "Recent Articles"
goHome:
  other: "Go Home"
browseArticles:
  other: "Browse Articles"
contactSupport:
  other: "Get in Touch"
followWhiteRabbit:
  other: "Follow the white rabbit"
bluePill:
  other: "Stay Here"
redPill:
  other: "Show Me More"
easterEggTitle:
  other: "Choose Your Path"

# Repository Page
repositoryTitle:
  other: "Slackware Repository"
repositorySubtitle:
  other: "Download and install my curated Slackware packages"
quickStartTitle:
  other: "Quick Start"
copyCommand:
  other: "Copy"
copiedMessage:
  other: "Copied to clipboard!"
installationTitle:
  other: "Installation"
usageTitle:
  other: "Usage"
availablePackagesTitle:
  other: "Available Packages"
githubReposTitle:
  other: "GitHub SlackBuild Repositories"
visitGithub:
  other: "Visit GitHub"
repo_example_1_desc:
  other: "A curated collection of programs, tools, libraries and various utilities, ready to be compiled and installed on Slackware."
# repo_example_2_desc:
#   other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible."
# repo_example_3_desc:
#   other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration."