74 lines
No EOL
1.7 KiB
Text
74 lines
No EOL
1.7 KiB
Text
# Global translations for AuroraFrame site (English)
|
|
|
|
# Brand terms
|
|
-brand-name = AuroraFrame
|
|
-brand-tagline = Build at the Speed of Thought
|
|
|
|
# Navigation
|
|
nav-home = Home
|
|
nav-docs = Documentation
|
|
nav-blog = Blog
|
|
nav-about = About
|
|
nav-contact = Contact
|
|
|
|
# Common UI elements
|
|
button-submit = Submit
|
|
button-cancel = Cancel
|
|
button-save = Save
|
|
button-delete = Delete
|
|
button-edit = Edit
|
|
button-back = Back
|
|
button-next = Next
|
|
button-previous = Previous
|
|
|
|
# Footer
|
|
footer-copyright = © { $year } { -brand-name }. All rights reserved.
|
|
footer-privacy = Privacy Policy
|
|
footer-terms = Terms of Service
|
|
footer-powered-by = Powered by { -brand-name }
|
|
|
|
# Search
|
|
search-placeholder = Search...
|
|
search-no-results = No results found for "{ $query }"
|
|
search-results-count =
|
|
{ $count ->
|
|
[0] No results
|
|
[one] 1 result
|
|
*[other] { $count } results
|
|
} found
|
|
|
|
# Error messages
|
|
error-404-title = Page Not Found
|
|
error-404-message = The page you're looking for doesn't exist.
|
|
error-500-title = Internal Server Error
|
|
error-500-message = Something went wrong on our end.
|
|
error-offline-title = You're Offline
|
|
error-offline-message = Please check your internet connection.
|
|
|
|
# Time and dates
|
|
time-just-now = just now
|
|
time-minutes-ago =
|
|
{ $minutes ->
|
|
[one] 1 minute ago
|
|
*[other] { $minutes } minutes ago
|
|
}
|
|
time-hours-ago =
|
|
{ $hours ->
|
|
[one] 1 hour ago
|
|
*[other] { $hours } hours ago
|
|
}
|
|
time-days-ago =
|
|
{ $days ->
|
|
[one] 1 day ago
|
|
*[other] { $days } days ago
|
|
}
|
|
|
|
# Loading states
|
|
loading-generic = Loading...
|
|
loading-content = Loading content...
|
|
loading-page = Loading page...
|
|
|
|
# Accessibility
|
|
accessibility-skip-to-main = Skip to main content
|
|
accessibility-menu-toggle = Toggle menu
|
|
accessibility-close-dialog = Close dialog |