Presupuestador_web/client/src/locales/en.json
2024-09-16 19:31:41 +02:00

440 lines
13 KiB
JSON

{
"translation": {
"common": {
"required": "required",
"cancel": "Cancel",
"no": "No",
"yes": "Yes",
"save": "Save",
"save_close": "Save and Close",
"accept": "OK",
"discard": "Discard",
"hide": "Hide",
"back": "Back",
"upload": "Upload",
"continue": "Continue",
"close": "Close",
"more": "More",
"add": "Add",
"sort_asc": "Asc",
"sort_asc_description": "In ascending order. Click to sort descending order.",
"sort_desc": "Desc",
"sort_desc_description": "In descending order. Click to sort in ascending order.",
"sort_none_description": "No sorting order. Click to sort in ascending order.",
"rows_selected": "{{count}} row(s) selected.",
"rows_selected_of_total": "{{count}} of {{total}} row(s) selected.",
"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": "Reset filter",
"error": "Error",
"actions": "Actions",
"open_menu": "Open menu",
"duplicate_row": "Duplicate",
"duplicate_selected_rows": "Duplicate",
"duplicate_selected_rows_tooltip": "Duplicate selected row(s)",
"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",
"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)",
"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",
"remove": "Remove",
"archive": "Archive",
"duplicate": "Duplicate",
"print": "Print",
"disable_preview": "Disable preview",
"enable_preview": "Enable preview"
},
"components": {
"loading_indicator": {
"title": "Loading..."
},
"loading_overlay": {
"title": "Loading...",
"subtitle": "This may take a few seconds. Please do not close this page."
}
},
"hooks": {
"use_unsaved_changes_notifier": {
"title": "Changes detected",
"subtitle": "Caution, there are pending changes to save on this page.\nIf you continue, you will lose the changes.",
"confirm_text": "Continue",
"cancel_text": "Cancel"
}
},
"main_menu": {
"home": "Home",
"settings": "Settings",
"dealers": "Dealers",
"catalog": "Catalog",
"quotes": "Quotes",
"search_placeholder": "Type here for search quotes and articles",
"user": {
"user_menu": "User menu",
"my_account": "My account",
"profile": "Profile",
"settings": "Settings",
"support": "Support",
"logout": "Logout"
},
"logout_dialog": {
"title": "Confirm",
"description": "Are you sure you want to log out?",
"confirm_label": "Log out",
"cancel_label": "Cancel"
}
},
"login_page": {
"title": "Partner intranet",
"description": "Enter your email address and password to login",
"email_label": "Email",
"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"
},
"dashboard": {
"welcome": "Welcome"
},
"catalog": {
"list": {
"title": "Catalog of articles",
"columns": {
"description": "Description",
"points": "Points",
"retail_price": "Retail price"
}
}
},
"quotes": {
"list": {
"title": "Quotes",
"subtitle": "",
"tabs_title": "Status",
"tabs": {
"all": "All",
"draft": "Draft",
"ready": "Ready",
"delivered": "Delivered",
"accepted": "Accepted",
"rejected": "Rejected",
"archived": "Archived"
},
"columns": {
"date": "Date",
"reference": "Reference",
"status": "Status",
"customer_reference": "Customer Ref.",
"customer_information": "Customer",
"total_price": "Imp. total",
"actions": {
"edit": "Edit quote"
}
},
"resume": {
"title": "Quote",
"download_quote": "Download quote",
"tabs": {
"resume": "Resume",
"preview": "Preview"
},
"quote_information": "Quote Information",
"customer_information": "Customer Information",
"payment_information": "Payment Information",
"price_information": "Quote totals"
}
},
"create": {
"title": "New quote",
"tabs": {
"general": "General data",
"items": "Quote items",
"preview": "Quote preview",
"documents": "Documents",
"history": "History"
},
"form_groups": {
"general": {
"title": "General Data",
"desc": "General data and quote customer"
},
"status": {
"title": "Status",
"desc": "Quote status"
},
"items": {
"title": "Quote Items",
"desc": "Quote detail lines. Use the catalog to make it easier to fill in the content."
},
"documents": {
"title": "Attached Documents",
"desc": "Attach documents such as photos, drawings, sketches, etc. to your quotation."
},
"history": {
"title": "History",
"desc": "Quote history"
}
},
"edit": {
"title": "Quote"
}
},
"edit": {
"title": "Quote"
},
"downloading_dialog": {
"title": "Downloading quote",
"description": "Please wait while your quotation is generated and downloaded in PDF format...",
"progress": {
"label": "Download is in {{status}}",
"status_in_progress": "in progress",
"status_stopped": "stopped",
"value_label": "Elapsed time in seconds {{elapsed}}"
},
"cancel_button": "Cancel the download",
"toast_success": "Quote downloaded"
},
"catalog_picker_dialog": {
"title": "Select catalog items",
"description": "To complete your quote, you can add items from the catalog.",
"toast_article_added": "Catalog item added:"
},
"quote_status_editor": {
"trigger_button": "Change quote status",
"title": "Change quote status",
"status": {
"draft": {
"title": "Draft",
"description": "The quote is in the initial stages of creation."
},
"ready": {
"title": "Ready",
"description": "The quote is completed and ready to be delivered to the customer."
},
"delivered": {
"title": "Delivered",
"description": "The quote has been sent to the client and a response is awaited."
},
"accepted": {
"title": "Accepted",
"description": "The customer has approved the quote."
},
"rejected": {
"title": "Rejected",
"description": "The customer has not accepted the quotation."
},
"archived": {
"title": "Archived",
"description": "The quote is archived."
}
},
"submit_button": "Change status",
"toast_status_changed": "Quote status changed to:"
},
"status": {
"draft": "Draft",
"ready": "Ready",
"delivered": "Delivered",
"accepted": "Accepted",
"rejected": "Rejected",
"archived": "Archived"
},
"form_fields": {
"date": {
"label": "Date",
"desc": "Quote's date",
"placeholder": ""
},
"reference": {
"label": "Reference",
"desc": "Quote reference",
"placeholder": ""
},
"status": {
"label": "Status",
"desc": "Quote status",
"placeholder": ""
},
"lang_code": {
"label": "Language",
"desc": "Quote language",
"placeholder": ""
},
"currency_code": {
"label": "Currency",
"desc": "Quote currency",
"placeholder": ""
},
"customer_reference": {
"label": "Customer reference",
"desc": "Customer reference for this quote",
"placeholder": ""
},
"customer_information": {
"label": "Customer's contact data",
"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..."
},
"payment_method": {
"label": "Payment method",
"placeholder": "",
"desc": "Method of payment for this quote"
},
"notes": {
"label": "Notes",
"placeholder": "",
"desc": "Quote's notes"
},
"validity": {
"label": "Validity time",
"placeholder": "",
"desc": "Quote's validity time"
},
"subtotal_price": {
"label": "Subtotal",
"placeholder": "",
"desc": "Quote subtotal"
},
"discount": {
"label": "Discount (%)",
"placeholder": "",
"desc": "Percentage discount"
},
"discount_value": {
"label": "Discount ({{value}}%)",
"placeholder": "",
"desc": "Percentage discount"
},
"discount_price": {
"label": "Discount price",
"placeholder": "",
"desc": "Percentage discount price"
},
"before_tax_price": {
"label": "Before tax price",
"placeholder": "",
"desc": "Before tax price"
},
"tax": {
"label": "Tax (%)",
"placeholder": "",
"desc": "Percentage Tax"
},
"tax_value": {
"label": "Tax ({{value}}%)",
"placeholder": "",
"desc": "Percentage Tax"
},
"tax_price": {
"label": "Tax price",
"placeholder": "",
"desc": "Percentage tax price"
},
"total_price": {
"label": "Total price",
"placeholder": "",
"desc": "Quote total price"
},
"items": {
"quantity": {
"label": "Quantity",
"placeholder": "",
"desc": ""
},
"description": {
"label": "Description",
"placeholder": "",
"desc": ""
},
"unit_price": {
"label": "Unit price",
"placeholder": "",
"desc": "Item unit price"
},
"subtotal_price": {
"label": "Subtotal",
"placeholder": "",
"desc": ""
},
"discount": {
"label": "Dto (%)",
"placeholder": "",
"desc": "Percentage discount"
},
"total_price": {
"label": "Total price",
"placeholder": "",
"desc": "Total price with percentage discount"
}
}
}
},
"settings": {
"edit": {
"title": "Settings",
"subtitle": "",
"tabs": {
"profile": "Profile settings",
"quotes": "Quote settings",
"legal": "Legal settings"
}
},
"form_fields": {
"image": {
"label": "Logotype",
"placeholder": "",
"desc": ""
},
"contact_information": {
"label": "Your contact information",
"placeholder": "",
"desc": "Your contact information as a dealer that will appear on the quotes given to your customers."
},
"default_tax": {
"label": "Default tax (%)",
"placeholder": "",
"desc": "Default tax rate for your quotes"
},
"default_legal_terms": {
"label": "Legal terms",
"placeholder": "",
"desc": "Legal information to be included at the end of your quotes"
},
"default_payment_method": {
"label": "Payment method",
"placeholder": "",
"desc": "Default payment method to be used for new quotes"
},
"default_notes": {
"label": "Notes",
"placeholder": "",
"desc": "Default notes to be used for new quotes"
},
"default_quote_validity": {
"label": "Quote validity",
"placeholder": "",
"desc": "Default validity time to be used for new quotes"
}
}
}
}
}