40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
# Form components.
|
|
field_required = This field is required
|
|
|
|
# Intro component.
|
|
intro_default_title = Hello, world!
|
|
intro_default_slogan = Discover⚡{ $app }
|
|
intro_default_button = A web solution powered by <strong>PageTop</strong>
|
|
|
|
intro_pagetop_label = PageTop version on Crates.io
|
|
intro_release_label = Release date
|
|
intro_license_label = License
|
|
|
|
intro_text1 = PageTop is <strong>an opinionated Rust web development framework</strong> designed to build modular, extensible, and configurable web solutions.
|
|
intro_text2 = PageTop brings back the essence of the classic web, renders on the server (SSR) and uses <em>HTML-first</em> components, CSS and JavaScript, <strong>with the performance and security of Rust</strong>.
|
|
|
|
intro_code = Code
|
|
intro_have_fun = Coding is creating
|
|
|
|
# PoweredBy component.
|
|
poweredby_pagetop = Powered by { $pagetop_link }
|
|
|
|
# Dropdown component.
|
|
dropdown_toggle = Toggle dropdown
|
|
dropdown_default_title = Dropdown
|
|
|
|
# Breadcrumb component.
|
|
breadcrumb_label = Breadcrumb navigation
|
|
|
|
# Pager component.
|
|
pager_aria_label = Page navigation
|
|
pager_previous_label = Previous
|
|
pager_previous_aria_label = Previous page
|
|
pager_next_label = Next
|
|
pager_next_aria_label = Next page
|
|
pager_goto_label = Jump to page
|
|
pager_goto_button = Go
|
|
pager_summary = Showing { $first }-{ $last } of { $total }
|
|
|
|
# Table component.
|
|
table_empty = No data to display
|