From be4ef44c13bb1545ec3f85dac2ecc155673b337b Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Wed, 9 Mar 2022 22:10:16 -0500 Subject: [PATCH] Added strings for Flash messages, not used yet --- config/locales/en.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 7c8cba4..48768cb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -9,9 +9,8 @@ #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 t(:label) +# Usage I18n.t(:label) en: - # my_label: "My label" field_customer: "Customer" field_item: "Item" field_employee: "Employee" @@ -81,4 +80,11 @@ en: 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" \ No newline at end of file