50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
|
en:
|
||
|
|
||
|
number:
|
||
|
currency:
|
||
|
format:
|
||
|
unit: "$"
|
||
|
precision: 2
|
||
|
separator: "."
|
||
|
delimiter: ","
|
||
|
format: "%u%n"
|
||
|
|
||
|
errors:
|
||
|
template:
|
||
|
body: "There were problems with the following fields:"
|
||
|
header:
|
||
|
one: "1 error prohibited this %{model} from being saved"
|
||
|
other: "%{count} errors prohibited this %{model} from being saved"
|
||
|
|
||
|
layouts:
|
||
|
application:
|
||
|
title: "Pragmatic Bookshelf"
|
||
|
home: "Home"
|
||
|
questions: "Questions"
|
||
|
news: "News"
|
||
|
contact: "Contact"
|
||
|
|
||
|
carts:
|
||
|
cart:
|
||
|
title: "Your Cart"
|
||
|
empty: "Empty cart"
|
||
|
checkout: "Checkout"
|
||
|
|
||
|
store:
|
||
|
index:
|
||
|
title_html: "Your Pragmatic Catalog"
|
||
|
add_html: "Add to Cart"
|
||
|
|
||
|
orders:
|
||
|
new:
|
||
|
legend: "Please Enter Your Details"
|
||
|
form:
|
||
|
name: "Name"
|
||
|
address_html: "Address"
|
||
|
email: "E-mail"
|
||
|
pay_type: "Pay with"
|
||
|
pay_prompt_html: "Select a payment method"
|
||
|
submit: "Place Order"
|
||
|
|
||
|
thanks: "Thank you for your order"
|