Skip to content

Instantly share code, notes, and snippets.

@rjswenson
Last active June 5, 2017 20:24
Show Gist options
  • Save rjswenson/e3e7334bd2862374db8a2e2d36b8dc5b to your computer and use it in GitHub Desktop.
Save rjswenson/e3e7334bd2862374db8a2e2d36b8dc5b to your computer and use it in GitHub Desktop.
email template for translations
Hello <%= @user.name %>,
<%= @custom_catalog.author.name %> has shared a catalog, <%= @custom_catalog.name %>, with you.
You can access this catalog from the dashboard under the "Custom Catalogs" section.
The catalog will be identified with a link icon to indicate its a shared catalog.
The shared catalog is read only. If you modify it, a new copy will be created for you
that is not linked to the shared catalog.
One of your assigned dealers, <%= @document.customer_name %> (<%= @document.author.name %>) has submitted a
document #<%= @document.number %>. This document has gone into your review
queue. For it to proceed to final submission you must select Pending Orders
from <%= @platform %>, View All Orders list, open the order, review it, and finally submit it.
You will find a summary of the order below.
According to our records you have submitted the order <%= @document.number %>
through <%= @platform %>. Your order must be reviewed by your assigned account
representative before going to final submission. You will find a summary of
your order below.
<%= @document.author.name %> has shared a document, <%= @document.name %>,
with you. This order will be visible when viewing orders from the dashboard
with a link icon identifying it as a shared document.
You can log into <%= Elastic.client_url %> and edit the document.
A summary of the order is below.
<%= @document.author.name %> has unshared a document, <%= @document.name %>,
with you. This document will no longer appear in your
queue. For problems concerning this please contact your rep.
This message is to inform you that order #<%= @document.number %>, previously submitted for review, has been deleted by your rep.
If you believe this has been done in error, please contact your rep.
You will find a summary of the deleted order below.
This message is to inform you that order #<%= @document.number %>, previously submitted for review, has been rejected by your rep.
If you believe this has been done in error, please contact your rep.
You will find a summary of the order below.
The order <%= @document.number %> has now gone to final submission. You can
review the order below.
<%= @custom_catalog.author.name %> has shared a catalog, <%= @custom_catalog.name %>, with you.
You can access this catalog from the dashboard under the "Custom Catalogs" section.
The catalog will be identified with a link icon to indicate its a shared catalog.
The shared catalog is read only. If you modify it, a new copy will be created for you
that is not linked to the shared catalog.
<p><%= @custom_catalog.author.name %> left you notes:</p>
Your requested print job for the <%= @job.type %> <%= @job.name %>
has completed. Your <%= @job.type %> is now available for download by clicking the following link.
Download your print job.
Alternatively, you can download this print job in <%= @platform %>.
Once you have logged into <%= @platform %>, click on the Print Jobs button, go to the
<%= @job.type.pluralize %> tab, and click the Download button for the relevant print job.
Thank you!
Welcome to the <%= Elastic.full_client_name %> Elastic Platform. You should be able to log into <%= Elastic.client_url %> using your newly created username and password.
From the dashboard (first page after logging in) please hover over "Start Working" and select a work pathway.
For a variety of FAQ's, a downloadable user guide, and other support related questions you can also refer to our <a href="https://elasticsuite.freshdesk.com/support/home">support page</a>.
If you find that you need further assistance, you can contact Elastic support via support@elasticsuite.freshdesk.com.
Alternatively, you can call the help desk during business hours (M - F 9:00 AM - 5:00 PM US Pacific Time) at 1-888-585-5574, and we will respond to your inquiry as quickly as we can.
We are excited to have you and hope you enjoy your experience!
The Elastic Team
en:
date:
formats:
default: "%-m/%-d/%Y"
account: "Account"
account_number: "Account Number"
account_name: "Account Name"
account_address: "Account Address"
catalog_name: "Catalog Name"
submitted_by: "Submitted By"
order: "Order"
order_name: "Order Name"
order_status: "Order Status"
total_styles: "Total Styles"
total_variations: "# of Products"
total_quantity: "Total Quantity"
total_retail_price: "Total Retail Price"
total_wholesale_price: "Total Wholesale Price"
total_module_units: "Total Module Units"
created_by: "Created By"
printed_on: "Printed On"
page_number: "Page Number"
purchase_order: "Purchase Order"
ship_date: "Ship Date"
cancel_date: "Cancel Date"
style_info: "Style Info"
price: "Price"
size_run: "Size Run"
quantity: "Quantity"
total: "Total"
subjects:
print_job: "%{type} print job complete for %{name}"
document_in_review: "%{name} order %{number} is ready for review"
document_in_review_deleted: "%{name} order %{number} has been deleted"
document_in_review_rejected: "%{name} order %{number} has been rejected"
document_for_review: "%{name} has submitted order %{number} for your review"
final_submission: "%{name} order #%{number} has entered final submission."
shared: "The order %{name} has been shared with you"
unshared: "The order %{name} has been unshared"
cc_shared: "The Catalog %{name} has been shared with you"
welcome: "Welcome!"
summary: "Summary"
order_proposal: "Order Proposal"
doc_states:
draft: "Not Submitted"
review: "Submitted for Rep Review"
final_submission: "Submitted %{date}"
terms_and_conditions: "Payment terms and conditions"
sign_terms_policies: "By signing this Order Proposal you are accepting the Standard Terms & Policies of %{client_name}."
authorized_signature: "Authorized Signature"
print_name: "Print Name"
on_behalf_of: "On Behalf Of"
singular_date: "Date"
dates: "Dates"
unlimited_availability: "Unlimited Availability"
current_date: "Current Date"
catalog: "Catalog"
page: "Page"
at_once: "AtOnce"
retail: "Retail"
wholesale: "Wholesale"
product: "Product"
colorway: "Colorway"
comments: "Comments"
my_notes: "My Notes"
shared_notes: "Shared Notes"
thumbnail: "Thumbnail"
shipping_address: "Shipping Address"
page_name: "Page Name"
size: "Size"
order_number: "Order Number"
location_number: "Location Number"
sales_programs: "Sales Programs"
sales_programs_applied: "Sales Programs applied"
pending_final_approval: "All sales programs are pending final approval."
net_price: "Net Price"
https://github.com/tigrish/devise-i18n/tree/master/rails/locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment