mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
83 lines
3.7 KiB
YAML
83 lines
3.7 KiB
YAML
#The MIT License (MIT)
|
|
#
|
|
#Copyright (c) 2022 rick barrette
|
|
#
|
|
#Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
#
|
|
#The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
#
|
|
#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
# English strings go here for Rails i18n
|
|
# Usage I18n.t(:label)
|
|
en:
|
|
field_customer: "Customer"
|
|
field_item: "Item"
|
|
field_employee: "Employee"
|
|
field_invoice: "Invoice"
|
|
field_estimate: "Estimate"
|
|
field_notes: "Notes"
|
|
field_billed: "Billed"
|
|
label_week: "Week"
|
|
label_search_estimates: "Search Estimates"
|
|
label_search: "Search"
|
|
label_estimates: "Estimates"
|
|
warn_ru_sure: "You sure?"
|
|
label_delete: "Delete"
|
|
label_edit: "Edit"
|
|
label_year: "Year"
|
|
label_make: " Make"
|
|
label_model: "Model"
|
|
label_no_customers: "There are no customers containing the term(s)"
|
|
label_matching: "Matching "
|
|
label_open_issues: "Open Issues"
|
|
label_closed_issues: "Closed Issues"
|
|
label_sync: "Sync"
|
|
label_new_customer: "New Customer"
|
|
label_search_customers: "Search Customers"
|
|
label_customers: "Customers"
|
|
label_edit_customer: "Edit Customer"
|
|
label_email: "Email"
|
|
label_primary_phone: "Primary Phone"
|
|
label_mobile_phone: "Mobile Phone"
|
|
label_billing_address: "Billing Address"
|
|
label_shipping_address: "Shipping Address"
|
|
label_account_balance: "Account Balance"
|
|
label_balance_with_jobs: "Balance With Jobs"
|
|
label_display_name: "Display Name"
|
|
label_details: "Details"
|
|
label_customer_link_expires: "This customer link expires in"
|
|
label_amount: "Amount"
|
|
label_deposit_into: "Deposit to Account"
|
|
label_last_sync: "Last Sync"
|
|
label_redmine_qbo: "Redmine Quickbooks"
|
|
label_customer_count: "Customer Count"
|
|
label_invoice_count: "Invoice Count"
|
|
label_estimate_count: "Estimate Count"
|
|
label_item_count: "Item Count"
|
|
label_employee_count: "Employee Count"
|
|
label_client_id: "Intuit QBO OAuth2 Client ID"
|
|
label_client_secret: "Intuit QBO OAuth2 Client Secret"
|
|
label_webhook_token: "Intuit QBO Webhook Token"
|
|
label_oauth_expires: "OAuth2 Access Token Expires At"
|
|
label_oauth_note: "Note: You need to authenticate with Quickbooks after saving your key and secret above"
|
|
field_customers: "Customers"
|
|
label_no_estimates: "No Estimates"
|
|
label_no_invoices: "No Invoices"
|
|
label_invoices: "Invoices"
|
|
label_load_customer: "Load Customer"
|
|
label_door: "Door"
|
|
label_trim: "Trim"
|
|
label_bill_time: "Bill Time"
|
|
label_share: "Share"
|
|
label_sync_now: "Sync Now"
|
|
label_invoice_404: "Invoice not found"
|
|
label_estimate_404: "Estimate not found"
|
|
label_connected: "Successfully connected to Quickbooks"
|
|
label_error: "Error"
|
|
label_billed_success: "Successfully Billed "
|
|
label_billing_error: "Cannot bill without a customer assigned"
|
|
label_qbo_sync_success: "Successfully synced to Quickbooks"
|
|
label_hours: "Hours"
|
|
label_oauth2_refresh_token_expires_at: "Refresh Token Expires At"
|
|
|