2024-06-09 20:04:46 +00:00
{
"translation" : {
2024-06-11 16:48:09 +00:00
"common" : {
2024-08-12 10:52:11 +00:00
"required" : "required" ,
2024-06-11 16:48:09 +00:00
"cancel" : "Cancel" ,
"no" : "No" ,
"yes" : "Yes" ,
2024-07-12 16:13:53 +00:00
"save" : "Save" ,
"accept" : "OK" ,
2024-08-11 11:34:58 +00:00
"discard" : "Discard" ,
2024-08-09 18:12:47 +00:00
"hide" : "Hide" ,
2024-07-12 16:13:53 +00:00
"back" : "Back" ,
"upload" : "Upload" ,
"continue" : "Continue" ,
"sort_asc" : "Asc" ,
2024-08-12 10:52:11 +00:00
"sort_asc_description" : "In ascending order. Click to sort descending order." ,
2024-07-12 16:13:53 +00:00
"sort_desc" : "Desc" ,
2024-08-12 10:52:11 +00:00
"sort_desc_description" : "In descending order. Click to sort in ascending order." ,
"sort_none_description" : "No sorting order. Click to sort in ascending order." ,
2024-08-12 18:22:34 +00:00
"rows_selected" : "{{count}} row(s) selected." ,
"rows_selected_of_total" : "{{count}} of {{total}} row(s) selected." ,
2024-08-12 10:52:11 +00:00
"rows_per_page" : "Rows per page" ,
"num_page_of_total" : "Page {{count}} of {{total}}" ,
"go_to_first_page" : "Go to first page" ,
"go_to_prev_page" : "Go to previous page" ,
"go_to_next_page" : "Go to next page" ,
"go_to_last_page" : "Go to last page" ,
"filter_placeholder" : "Type here to filter..." ,
"reset_filter" : "Remove the results filter" ,
2024-07-12 16:13:53 +00:00
"error" : "Error" ,
2024-08-09 18:12:47 +00:00
"actions" : "Actions" ,
"open_menu" : "Open menu" ,
2024-08-12 18:22:34 +00:00
"duplicate_selected_rows" : "Duplicate" ,
"duplicate_selected_rows_tooltip" : "Duplicate selected row(s)" ,
2024-08-12 10:52:11 +00:00
"append_empty_row" : "Append row" ,
"append_empty_row_tooltip" : "Append a empty row" ,
"append_article" : "Append article" ,
"append_article_tooltip" : "Select and add an item from the catalog" ,
"remove_row" : "Remove" ,
2024-08-12 18:22:34 +00:00
"remove_selected_rows" : "Remove" ,
"remove_selected_rows_tooltip" : "Remove selected row(s)" ,
"reset_selected_rows" : "Reset selection" ,
"reset_selected_rows_tooltip" : "Reset selected row(s)" ,
2024-08-12 10:52:11 +00:00
"insert_row_above" : "Insert row above" ,
"insert_row_below" : "Insert row below" ,
"pick_date" : "Select a date" ,
"required_field" : "This field is required" ,
"unsaved_changes_prompt" : "There are unsaved changes. If you leave, you'll lose your changes." ,
"edit" : "Edit"
2024-06-11 16:48:09 +00:00
} ,
"main_menu" : {
2024-08-09 18:12:47 +00:00
"home" : "Home" ,
"settings" : "Settings" ,
"dealers" : "Dealers" ,
"catalog" : "Catalog" ,
"quotes" : "Quotes" ,
"search_placeholder" : "Type here for search quotes and articles" ,
2024-06-11 16:48:09 +00:00
"user" : {
2024-08-09 18:12:47 +00:00
"user_menu" : "User menu" ,
"my_account" : "My account" ,
"profile" : "Profile" ,
"settings" : "Settings" ,
"support" : "Support" ,
"logout" : "Logout"
2024-06-11 16:48:09 +00:00
} ,
2024-08-12 10:52:11 +00:00
"logout_dialog" : {
"title" : "Confirm" ,
"description" : "Are you sure you want to log out?" ,
"confirm_label" : "Log out" ,
"cancel_label" : "Cancel"
}
2024-06-11 16:48:09 +00:00
} ,
2024-06-09 20:04:46 +00:00
"login_page" : {
2024-08-12 10:52:11 +00:00
"title" : "Partner intranet" ,
"description" : "Enter your email address and password to login" ,
2024-06-09 20:04:46 +00:00
"email_label" : "Email" ,
2024-08-12 10:52:11 +00:00
"email_placeholder" : "myemail@sample.com" ,
"password_label" : "Password" ,
"forgotten_password" : "Forgot your password?" ,
"become_dealer" : "Do you want to become a Uecko partner?" ,
"contact_us" : "Contact us" ,
"login" : "Log in"
2024-07-12 16:13:53 +00:00
} ,
"dashboard" : {
2024-08-12 10:52:11 +00:00
"welcome" : "Welcome"
2024-07-12 16:13:53 +00:00
} ,
"catalog" : {
"list" : {
2024-08-12 10:52:11 +00:00
"title" : "Catalog of articles" ,
2024-07-12 16:13:53 +00:00
"columns" : {
2024-08-12 10:52:11 +00:00
"description" : "Description" ,
"points" : "Points" ,
"retail_price" : "Retail price"
2024-07-12 16:13:53 +00:00
}
}
} ,
"quotes" : {
"list" : {
"title" : "Quotes" ,
"subtitle" : "" ,
"tabs" : {
"all" : "All" ,
2024-08-12 10:54:43 +00:00
"emitted" : "Emitted" ,
2024-07-12 16:13:53 +00:00
"draft" : "Draft" ,
2024-08-12 10:54:43 +00:00
"archived" : "Archived"
2024-07-12 16:13:53 +00:00
} ,
"columns" : {
"date" : "Date" ,
"reference" : "Reference" ,
"status" : "Status" ,
"customer_information" : "Customer" ,
"total_price" : "Imp. total"
2024-08-19 16:13:07 +00:00
} ,
"quote" : "Quote"
2024-07-12 16:13:53 +00:00
} ,
"create" : {
"title" : "New quote" ,
"tabs" : {
2024-08-12 10:52:11 +00:00
"general" : "General data" ,
"items" : "Quote items" ,
"preview" : "Quote preview" ,
"documents" : "Documents" ,
"history" : "History"
2024-07-12 16:13:53 +00:00
} ,
"form_groups" : {
"general" : {
2024-08-12 10:52:11 +00:00
"title" : "General Data" ,
"desc" : "General data and quote customer"
2024-07-12 16:13:53 +00:00
} ,
"status" : {
2024-08-12 10:52:11 +00:00
"title" : "Status" ,
"desc" : "Quote status"
2024-07-12 16:13:53 +00:00
} ,
"items" : {
2024-08-12 10:52:11 +00:00
"title" : "Quote Items" ,
"desc" : "Quote detail lines. Use the catalog to make it easier to fill in the content."
2024-07-12 16:13:53 +00:00
} ,
"documents" : {
2024-08-12 10:52:11 +00:00
"title" : "Attached Documents" ,
"desc" : "Attach documents such as photos, drawings, sketches, etc. to your quotation."
2024-07-12 16:13:53 +00:00
} ,
"history" : {
2024-08-12 10:52:11 +00:00
"title" : "History" ,
"desc" : "Quote history"
2024-07-12 16:13:53 +00:00
}
} ,
"edit" : {
2024-08-11 11:34:58 +00:00
"title" : "Quote"
2024-07-12 16:13:53 +00:00
}
} ,
"edit" : {
2024-08-11 11:34:58 +00:00
"title" : "Quote"
2024-07-12 16:13:53 +00:00
} ,
"status" : {
2024-08-11 11:34:58 +00:00
"draft" : "Draft"
2024-07-12 16:13:53 +00:00
} ,
"form_fields" : {
"date" : {
2024-08-11 11:34:58 +00:00
"label" : "Date" ,
"desc" : "Quote's date" ,
2024-07-12 16:13:53 +00:00
"placeholder" : ""
} ,
"reference" : {
2024-08-11 11:34:58 +00:00
"label" : "Reference" ,
2024-08-12 10:52:11 +00:00
"desc" : "Quote reference" ,
2024-07-12 16:13:53 +00:00
"placeholder" : ""
} ,
"lang_code" : {
2024-08-12 10:52:11 +00:00
"label" : "Language" ,
"desc" : "Quote language" ,
2024-07-12 16:13:53 +00:00
"placeholder" : ""
} ,
"currency_code" : {
2024-08-12 10:52:11 +00:00
"label" : "Currency" ,
"desc" : "Quote currency" ,
2024-07-12 16:13:53 +00:00
"placeholder" : ""
} ,
"customer_information" : {
2024-08-11 11:34:58 +00:00
"label" : "Customer's contact data" ,
2024-08-12 10:52:11 +00:00
"desc" : "Recommendation: enter the customer's name on the first line, the address on the second line, and the zip code and city/state on the third line." ,
"placeholder" : "Name and surname\nStreet and number\nzip code and city or state..."
2024-07-12 16:13:53 +00:00
} ,
"payment_method" : {
2024-08-12 10:52:11 +00:00
"label" : "Payment method" ,
"placeholder" : "" ,
"desc" : "Method of payment of the quote"
2024-07-12 16:13:53 +00:00
} ,
"notes" : {
2024-08-12 10:52:11 +00:00
"label" : "Notes" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Quote's notes"
2024-07-12 16:13:53 +00:00
} ,
"validity" : {
2024-08-12 10:52:11 +00:00
"label" : "Validity time" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Quote's validity time"
} ,
2024-08-16 14:57:44 +00:00
"subtotal_price" : {
"label" : "Subtotal" ,
"placeholder" : "" ,
"desc" : "Quote subtotal"
} ,
2024-08-12 10:52:11 +00:00
"discount" : {
2024-08-16 14:57:44 +00:00
"label" : "Discount (%)" ,
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Percentage discount"
} ,
2024-08-16 14:57:44 +00:00
"discount_price" : {
"label" : "Discount price" ,
"placeholder" : "" ,
"desc" : "Percentage discount price"
} ,
"before_tax_price" : {
"label" : "Before tax price" ,
"placeholder" : "" ,
"desc" : "Before tax price"
} ,
2024-08-12 10:52:11 +00:00
"tax" : {
2024-08-16 14:57:44 +00:00
"label" : "Tax (%)" ,
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Percentage Tax"
} ,
2024-08-16 14:57:44 +00:00
"tax_price" : {
"label" : "Tax price" ,
2024-08-12 10:52:11 +00:00
"placeholder" : "" ,
2024-08-16 14:57:44 +00:00
"desc" : "Percentage tax price"
} ,
"total_price" : {
"label" : "Total price" ,
"placeholder" : "" ,
"desc" : "Quote total price"
2024-07-12 16:13:53 +00:00
} ,
"items" : {
"quantity" : {
2024-08-12 10:52:11 +00:00
"label" : "Quantity" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
"desc" : ""
} ,
"description" : {
2024-08-12 10:52:11 +00:00
"label" : "Description" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
"desc" : ""
} ,
"unit_price" : {
2024-08-12 10:52:11 +00:00
"label" : "Unit price" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Item unit price"
2024-07-12 16:13:53 +00:00
} ,
"subtotal_price" : {
"label" : "Subtotal" ,
"placeholder" : "" ,
"desc" : ""
} ,
"discount" : {
"label" : "Dto (%)" ,
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Percentage discount"
2024-07-12 16:13:53 +00:00
} ,
"total_price" : {
2024-08-12 10:52:11 +00:00
"label" : "Total price" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Total price with percentage discount"
2024-07-12 16:13:53 +00:00
}
}
}
} ,
"settings" : {
2024-08-09 18:12:47 +00:00
"edit" : {
"title" : "Settings" ,
"subtitle" : "" ,
"tabs" : {
"profile" : "Profile settings" ,
"quotes" : "Quote settings" ,
"legal" : "Legal settings"
}
} ,
"form_fields" : {
"image" : {
2024-08-12 10:52:11 +00:00
"label" : "Logotype" ,
2024-08-16 14:57:44 +00:00
"placeholder" : "" ,
2024-08-09 18:12:47 +00:00
"desc" : "Información de contacto"
} ,
2024-07-12 16:13:53 +00:00
"contact_information" : {
2024-08-12 10:52:11 +00:00
"label" : "Your contact information" ,
2024-08-16 14:57:44 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Your contact information as a dealer that will appear on the quotes given to your customers."
2024-07-12 16:13:53 +00:00
} ,
2024-08-16 14:57:44 +00:00
"default_tax" : {
"label" : "Default tax (%)" ,
"placeholder" : "" ,
"desc" : "Default tax rate for your quotes"
} ,
2024-08-09 18:12:47 +00:00
"default_legal_terms" : {
2024-08-12 10:52:11 +00:00
"label" : "Legal terms" ,
2024-08-09 18:12:47 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Legal information to be included at the end of your quotes"
2024-08-09 18:12:47 +00:00
} ,
2024-07-12 16:13:53 +00:00
"default_payment_method" : {
2024-08-12 10:52:11 +00:00
"label" : "Payment method" ,
2024-08-16 14:57:44 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Default payment method to be used for new quotes"
2024-07-12 16:13:53 +00:00
} ,
"default_notes" : {
2024-08-12 10:52:11 +00:00
"label" : "Notes" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Default notes to be used for new quotes"
2024-07-12 16:13:53 +00:00
} ,
"default_quote_validity" : {
2024-08-12 10:52:11 +00:00
"label" : "Quote validity" ,
2024-07-12 16:13:53 +00:00
"placeholder" : "" ,
2024-08-12 10:52:11 +00:00
"desc" : "Default validity time to be used for new quotes"
2024-07-12 16:13:53 +00:00
}
}
2024-06-09 20:04:46 +00:00
}
}
}